Adding product to your cart
For nearly 25 years, XCVI has developed wearable, breathable, movable clothing for women who believe that style should not compromise comfort. This dress is perfect for hot summer days or time spent at the lake or beach.
- 55% Cotton, 45% Tencel
- Wash cold, tumble dry low
- Approximate sizing (call store with questions 501.221.9195 or email susan@beyondcotton.com)
- S- women 4/6
- M- women 8/10
- L- women 10/12
- XL- women 12/14
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