Adding product to your cart
This classic linen cropped pant will take you wherever you want to go this spring! It features a comfort waistline, hidden side seam pockets, and a slight taper at the ankle.
- 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.
- XSmall - Size 2-4
- 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