Adding product to your cart
Our most sought-after linen pant has a pretty, relaxed fit with patch pockets and a gentle gather above the ankle. This style works as a full-length on someone petite, or as a crop on a taller silhouette. A must-have for warmer climates and definitely a staple for any vacation wardrobe. Made in Italy.
• Patch pockets
• Gentle band detail at the ankle
• Inseam approx 24"
• One size fits most (REALLY!) *2 – 12/14
• Machine wash cold, delicate, with like colors. Lingerie bag recommended. Hang or lay flat to dry.
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