Adding product to your cart
This elastic waist pant is pure elegance. With hidden side seam pockets, wide legs, and a slight taper at the ankle - the movement and flow is spot on! Stunning with the tank and jackets that are also a part of this collection - make sure to check them out!
- 65% Viscose, 25% Polyester, 10% Nylon
- Machine wash cold, hang or dry low
- Please call the store for all your sizing questions at 501-221-9195
- One size: Waist - 30"- 38", Rise - 14", Inseam - 25"
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