Adding product to your cart
Inoah represents fun and whimsy in an artistic way! The fabrics are wonderful and the missy fit is a soft silhouette for easy wear and ultimate comfort. This pant features an elastic waistband, bell shaped legs and a cross over front hem. It's like lounge wear, but really kicked up a notch!
- 96% Polyester, 4% Spandex
- Wash cold, gentle cycle, lay flat
- Size chart (approximate- email susan@beyondcotton.com with questions)
- Small- Women's size 2-6
- Medium- Women's size 4-8
- Large- Women's size 8-12
- XLarge- Women's size 10-14
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