Adding product to your cart
The epitome of lounging in style - this piece feels soft and lush. Made of soft french terry fabric, the boatneck flatters the collarbone. The fit is silhouette, not boxy, which makes for a nice complement to any skirt or pant. And we love the front pocket pouch!
- Burnout terry - 60/40 Cotton/Poly.
- Preshrunk.
- Machine washable.
- Imported.
- Size chart (approximate-email susan@beyondcotton.com for specifics)
- Small- Women's 4-6
- Medium- Women's 8-10
- Large- Women's 12-14
- XLarge- Women's 14-16
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