Adding product to your cart
This relaxed fit pant features a comfort waistline, cargo inspired pockets, full legs and loads of linen comfort and style. Pair them with all your linen tops for those hot days of summer!
- 100% Linen
- 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
- XL = 18/20
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