Adding product to your cart
This classic linen palazzo pant harkens back to the days of Hepburn and Garbo. Hidden side seam pockets and button accented comfort waist afford the ease of wear we've all come to love!
- 100% Linen
- Machine wash cold, Tumble dry low. Do not bleach. Warm iron as needed.
- Size chart is approximate. A person can generally wear a range of sizes. Please call the store with questions. 501-221-9195.
- Small - Size 4-6
- Medium - Size 8-10
- Larges - Size 10-12
- XLarge - 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