Adding product to your cart
Unique style and design combine to make this jacket ideal for work or play. This jacket features a single button closure at the cinched waist, three quarter length sleeves, hidden side pockets and a patchwork of ribbed cotton inset in the back. The handkerchief hemline adds a soft silhouette.
- 100% Linen, 100% Cotton
- Machine wash cold, Tumble dry low. Do not bleach. Warm iron as needed.
- Size chart is approximate. A person can generally wear a range of sizes. Please call the store with questions. 501-221-9195.
- Small - Size 4-6
- Medium - Size 8-10
- Larges - Size 10-12
- XLarge - Size 12-14
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