Adding product to your cart
This super stretch gingham jacket is a WINNER! For all you trend setters, the blazer has been making a comeback for the last few seasons and this will have you bursting into spring with sass! Wear it with white denim, black slacks or kick it up a notch and wear the matching trousers.
- 84% Polyester, 16% Spandex
- Center back length 24"
- Washing Instructions: Machine Wash Cold, Gentle Cycle, Hang Dry
- Size chart - Please call during store with specific questions. 501.221.9195 or email any time. susan@beyondcotton.com
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