Adding product to your cart
This elegant mandarin collared jacket features a round hemline with tiny slits and just the right amount of swing. Buttons down the front and three quarter length sleeves with folding cuffs combine to give this piece a sophisticated yet playful feel. Beautiful when paired with the M2 Platinum Pant - check it out!
- 65% Viscose, 25% Polyester, 10% Nylon
- Machine wash cold, hang or lay flat to dry
- Please call the store for sizing questions at 501-221-9195.
- One size : Bust - 56", Back length - 26"
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