Adding product to your cart
From the wide comfort elastic waistband to the cool to touch fabric to the wide leg of the pants....and POCKETS. Good for all year wear, you need a pair of these. They have a generous fit so you can go down a size unless you are a "hippy chick"....you know what I mean!
- 45% Viscose, 27% Polyamide, 28% Elastane
- Wash cold, lay flat to dry, cool iron as needed
- Size Chart approximate (Call our store for specifics- 501.221.9195)
- Small-6-10
- Medium- 10-12
- Large- 12-14
- XLarge- 14-16
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