Adding product to your cart
This artsy rayon blend pant features an elastic waistband, side slit pockets, and wide legs that drape effortlessly to an angled hemline.
- 87% Rayon, 13% Nylon
- Wash cold, tumble dry low, iron low heat, no bleach
- Size chart is approximate. A person can generally wear a range of sizes. Please call the store with questions at 501-221-9195
- Small: 4-6
- Medium: 8-10
- Large: 12-14
- XLarge: 16-18
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