Adding product to your cart
This "legging" (really more of a narrow pant) features a drawstring elastic waistband and slim full length leg. This would look great with a Planet boxy tee and your favorite sneakers. But you can certainly dress it up a notch by pairing it with a Cheyenne tunic or jacket.
- 95 Cotton, 5% Spandex
- Machine Wash Cold on gentle cycle, Line dry or tumble dry low
- Approximate Sizes (Call store with specific questions. 501-221-9195)
- S/M- Fits up to size 14-16
- L/XL- Fits up to size 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