Adding product to your cart
The choice is yours! This coat and its unique collar design enables you to create multiple styles with this zip front treasure. Wear open slightly for a wide collar, folded down for a mick style, or zipped to the neck for a traditional collar look.
- H2253BLK - DEPTH
- Long Sleeve
- Imported
- Brown
- 92% Polyester 8% Spandex
- Machine Wash, Do Not Bleach, Tumble Dry, Iron Low
- Fall/Winter
- S,M,L,XL
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