Adding product to your cart
As a windbreaker or water repellent rain jacket, you will want to have this this on your next trip. Featuring a snap front with snap side pockets and a hoodie, this lightweight garment will have you looking good and dressed for the elements!
- 100% Polyester
- Washing Instructions: Machine Wash Cold. Gentle Cycle. Lay Flat to Dry. Do Not Dry Clean.
- Sizing is VERY Generous! Call the store for specific measurements. 501.221.9195
- Small (Womens Size 10-12)
- Medium (Womens Size 12-14)
- Large (Womens Size 16-18)
- XL (Womens Size 18-20)
- 1X (Womens Size 20-22)
- 2X (Womens Size 22-24)
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