Adding product to your cart
The bodice has a loose fit and the gathered skirt is flowy without overflowing! With a dramatic high low hemline, this is perfect paired with the Blueberry gray pant. Fits a little large. Go down a size for sure if you are not busty. Otherwise, call the store for specific details.
- Machine wash warm, with like colors. Tumble dry low and medium iron, or dry clean.
- Sizing is approximate, please call us at the store for any questions! 501.221.9195
- S = 6/8
- M = 10/12
- L = 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