Adding product to your cart
LA Fixsun collection is designed for the generously figured woman. With linen season in full swing, this pant is heaven! Featuring an elastic waistband, side pockets and fully legs, this is a staple for your closet! Flowy NOT frumpy is the motto for this line!
- 100% Linen
- Wash gentle cycle, tumble low
- Sizing is as accurate as we can be. Please email susan@beyondcotton.com with questions or call the store during our operating hours 9:30-5:30 Central time. 501.221.9195
- S- 38" fully extended waist, 15" rise, 25" inseam
- M- 42" fully extended waist, 16" rise, 26" inseam
- L- 44" fully extended waist, 17" rise, 26.5" inseam
- XL- 48" fully extended waist, 17.5"rise, 27" inseam
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