Adding product to your cart
This is the a great jacket to train in or walking in cooler climates. It is lightweight with collar and pocket stitching to dress it up, It has cuff sleeves zip front with tie to button up in cooler weather. We like this paired with the joggers shown below. Makes a luncheon statement for sure or lounging at home. Definitely an inspired style. Generous fit
Sizes: S, M, L, XL XXL
95% Cotton; 5% Spandex
Machine Wash Cold, gentle cycle with separately and hang to dry.
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