Adding product to your cart
I've got sunshine on a cloudy day! The style and color of this top are so fresh and happy. Paired with a white pant and your favorite flats, this top/jacket will be a favorite in your closet!
- 95% Cotton, 5% Spandex
- Wash gentle, Air dry or tumble low
- S/M- Bust 60", Hip 55.5", Back seam length 28.5"
- L/XL- Bust 63", Hip 57.5", Back seam length 29.5
if(sessionStorage.backToCollection) {
theme.backToCollection = {};
theme.backToCollection.collection = JSON.parse(sessionStorage.backToCollection);
var productCollections = [];
var showCollection = false;
if (productCollections) {
productCollections.forEach(function(collection) {
if (collection.title === theme.backToCollection.collection.title) {
showCollection = true;
}
});
}
if(showCollection) {
var backToCollectionHTML = '';
var backToCollectionContainer = document.getElementById('backToCollection');
backToCollectionContainer.insertAdjacentHTML('afterbegin', backToCollectionHTML);
}
}
Use left/right arrows to navigate the slideshow or swipe left/right if using a mobile device