Adding product to your cart
This casual and comfy hooded jacket is loaded with details -long sleeves with contrast bands, front stitch pockets, contrast zipper closure and contrast zipper side slits to name a few! (And don't miss the contrast band running straight down the back!) Ideal piece with your favorite jeans and tee!
- 60% Cotton, 40% Rayon
- Machine wash in cold water, do not bleach, lay flat to dry, cool iron if needed
- A person can generally wear a range of sizes, please call the store with questions at 501-221-9195.
- Back Length: 33"
- S - Women's size 4-6
- M - Women's size 8-10
- L - Women's size 12-14
- XL - Women's size 14-16
- XXL - Women's size 16-18
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