Adding product to your cart
This lightweight jacket features long cuffed sleeves, cargo flap pockets and a darling cinch waist. Layer this jacket over your favorite T with some comfy white jeans and your good to go - anywhere!
- 100% Tencel
- Machine wash cold, gentle cycle, no bleach, hang to dry
- Size Chart (approx) Call store if you have questions. 501.221.9195
- XS- Women's 0-2
- S- Women's 4-6
- M-Women's 8-10
- L-Women's 10-12
- XL- Women's 14-16
- XXL- Women's 18-20
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