Adding product to your cart
This skirt features a flat front band and elastic around the back waist for maximum comfort. The asymmetric hemline is enhanced by a rouching option so you can funk out as much as you want! Cute worn either straight down or rouched up, I love the crisp cotton and fun shape of this.
- 100% Cotton
- Wash gentle cold, hang to dry and iron or dry clean
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