Adding product to your cart
This repeat style flew out of our store last season. It may be the most comfy pant you have ever put on your body! Relaxed elastic banded waist is comfortable. The legs are not skinny but not too wide, so it pairs well with anything, short, long, flowy, fitted!
- 100% Cotton
- Gentle wash cold, 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