Adding product to your cart
This pant is fantastic! Cool fabric aside, the front features a flat waist with side buttons for snug fit and elastic band around the back. No bulky front closure to deal with! The wide legs feature a contrast panel and funky low diagonal pocket. How cute will this be with your favorite tee shirt and sandals?
- 100% Cotton
- Wash cold, hang to dry and iron or dry clean
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