Adding product to your cart
This pant is pretty much perfect. We love the bell shaped leg, super comfortable elastic waistband and POCKETS! The soft fabric feels like your favorite pajamas. The exposed seams add an extra flair to an already cool pant.
- 96% Cotton Modal
- 4% Spandex
- Wash cold gentle cycle, tumble dry low
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