Adding product to your cart
This beautiful jacket is perfect for the holidays or any special occasion. The fabric is lightweight and like all of Bryn Walker, the cut is generous.
- 100% Polyester
- Dry Clean
- General Sizing:
- XS: Size-4, Bust- 34.5, Waist-27, Hip-37.5
- S: Size- 6-8, Bust- 35.5-36.5, Waist- 28-29, Hip- 38.5-39.5
- M: Size- 10-12, Bust- 37.5-39, Waist- 30-30.5, Hip- 40.5-42.5
- L: Size- 14-16, Bust- 40.5-42.5, Waist- 33-35, Hip- 43.5-45.5
- XL: Size- 18-20, Bust- 45.5-48.5, Waist- 38-41, Hip- 48.5-51.5
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