Adding product to your cart
An instant hit among staff and clients. These comfortable cotton-knit pants have a soft self waistband and relaxed, lantern-shaped legs. Dimensional seaming and hip pockets add to the must-have-ness of these pull-on basics.
- 95 percent cotton, 5 percent Spandex.
- Machine wash, cold, gentle cycle; lay flat to dry.
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