Adding product to your cart
Our best seller is back! Flattering classic button front top with moderate flare bottom. Pair these with any footwear and a fitted top.
- Z78MW - CELERY SEED
- Zipper Fly
- Wide Leg
- Mid Rise - 1" Below the Navel
- Inseam 32"
- Stretch
- Soft
- Hot Weather Friendly
- Medium Weight
- Imported
- Denim
- Blue
- 68% Cotton 25% Polyester 5% Rayon 2% Spandex
- Machine Wash, Do Not Bleach, Tumble Dry, Iron Low
- Fall/Winter
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