Adding product to your cart
Meet another customer favorite item. Hands down, our wide leg pant is the best! We don’t keep it all year round for nothing! Wide leg pants are a major fashion statement, and will be on trend for years to come. Our wide leg pant has a loose fit, that creates a perfect silhouette.
- Flat, stretch waistband
- XS, S, M, L, XL
- 92% polyester 8% spandex
- Palazzo pant
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