Adding product to your cart
This pant is a staple of Beyond Cotton fashionistas. The inseam is 27" and the leg opening is 13.5". This is a fitted pant with a skinny leg, so anything blousy and flowy on top makes a nice outfit. For short gals like me, this is the perfect length pant all year round!
- 74% Rayon, 22% Nylon, 4% Elastane
- Machine wash cold, gentle cycle, no bleach, hang to dry
- A person can generally wear a range of sizes, please call the store with questions at 501-221-9195
- Size 2-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