Adding product to your cart
We love the hand of this heavier gauge linen. This lantern pant features the popular bell shaped leg that flows out then tapers in. The waist features comfort elastic and the hidden side pockets make this a perfect pant in our book!
- 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