Adding product to your cart
This dress checks all the boxes! It's comfortable, stylish and breathes! Flattering cut, exposed seams and round neck. Laser cut hemline and exposed diagonal seams make this your favorite piece with flip flops or funk it up with a cool bootie! And Yes! There are pockets!
- 100% Cotton
- Gentle Wash Cold, Tumble Dry Low
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