Adding product to your cart
ThIs sleeveless dress features a scoop neckline with a bell shape that flares wide then tapers at the hem - approximately mid-calf. Cute draw string pocket on the right side at the waist adds another bit of fun to a dress you'll put on and not want to take off!
- 100% Cotton
- Machine wash cold, hang to dry.
- Sizing is generous, we recommend ordering down by one size for a roomy but tailored fit.
- Guide is approximate. Please call the store with questions! 501.221.9195
- XS = 6-8
- S = 8-10
- M = 10-12
- L = 14-16
- XL = 16-18
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