Adding product to your cart
This just may be the best top ever. Great style and color and soft fabric....doesn't get much better than that! The sizing is generous and it drapes well on all body frames.
- 95% Cotton, 5% Spandex
- Wash gentle, Air dry or tumble low
- S/M- Bust 62", Hip 55.5", Back seam length 29.5"
- L/XL- Bust 64", Hip 57.5", Back seam length 30.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