Adding product to your cart
This versatile jacket features an Asian inspired collar that may be worn up or down. Oblong buttons adorn the front placket, an inverted pleat the back. The rounded hemlline is perfect for the shorter waisted woman - and don't miss the hidden side seam pockets!
- 100% Linen
- Washing Instructions: Machine wash cold, no bleach, tumble dry low.
- Sizing- approximate. Call Store for specific details. 501.221.9195
- Small: Womens Size 6-8
- Medium: Womens Size 10-12
- Large: Womens Size 14-16
- Xtra Large: Womens Size 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