Adding product to your cart
This dress is perfect for spring and summer. Featuring a round neck, short sleeves and generous a line body, we love the zig zag exposed seams and the sharkbite hemline with funky tucks. And it has POCKETS!
- 95% Cotton, 5% Spandex
- Wash gentle, Air dry or tumble low
- S/M- Bust 46", Hip 60", Back seam length 41.5"
- L/XL- Bust 49", Hip 61", Back seam length 41.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