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 fleecy top features a muted mural of women and flowers. The fabric is soft to the touch and weight is light. Dropped sleeves and hi how hemline are featured.
- 67% Polyester, 28% Rayon, 8% 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