Adding product to your cart
We love this quilted jacket with the detachable hood. Cute plus cozy equals WIN!
- 100% Polyester
- Wash delicate cycle, inside out, lay flat to dry
- Size Chart. Please call store with questions at 501.221.9195 or email susan@beyondcotton.com
- XS- Women's size 2-4, Bust 34.25", Waist 27.5", Hip 36.5"
- S - Women's size 6-8, Bust 36.5", Waist 30", Hip 39"
- M- Women's size 10-12, Bust 38.75", Waist 32.5", Hip 41.5"
- L- Women's size 14-16, Bust 41", Waist 35", Hip 44"
- XL - Women's size 18, Bust 43.25", Waist 37.5", Hip 46.5"
- XXL- Women's size 20, Bust 45.5", Waist 40", Hip 49"
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