Adding product to your cart
We love the hand of this heavier gauge linen. This skirt features a wide comfort knit waistband with straight body. There is no pocket, but the fit is great! If you still "show your legs", you will want this in your wardrobe. With your fav flip flops and tee, this will be a season staple.
- 100% Linen
- Wash warm separately, tumble dry low
- Size chart (call the store or email susan@beyondcotton.com with any questions!)
- XS- women's size 4/6
- S- women's size 6/8
- M- women's size 8/10
- L- women's size 10/12
- XL- women's size 12/14
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