Adding product to your cart
This sateen tie front jacket is perfect for any spring or summer soiree. Featuring a dramatic oversized collar, cuffed sleeves and tie front enclosure, this would be beautiful with black or white, but if you really want to go all out trend, wear it with the matching pants and camisole.
- 55% Polyester, 42% Cotton, 3% Spandex
- Hand Wash Cold with light colors, Line Dry
- Approximate sizes as follows (please call store with questions)
- Small - 4/6, Medium 8/10, Large 10/12 XL- 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