Adding product to your cart
This simple black sheath is leaning slightly retro - and we're loving it! The knit banding is repeated along the v-neckline and sleeves - giving that small pop of color we're digging- (and expecting!) from Isle.
- 100% Polyester
- Machine Wash Cold, Lay Flat to Dry
- Size Chart (call store with questions. 501.221.9195)
- S- Bust 35", Hip 38", Waist 27.5", Inseam 33"
- M- Bust 36.5", Hip 39.5", Waist 29", Inseam 33"
- L- Bust 38.25", Hip 41.25", Waist 30.75", Inseam 33"
- XL Bust 40", Hip 43" Waist 32.5", Inseam 33"
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