Adding product to your cart
This stunning jacket constructed of a medium and lightweight fabric is striking in its simplicity and design. The cape features a V-neckline and exposed seams. Pair this piece with a white trouser and prepare to turn heads - it is simply gorgeous!
- 88% Viscose, 12% Nylon
- Machine Wash Cold on Gentle Cycle, Lay Flat to Dry or Dry Clean
- Size Chart General - please call the store for questions at 501.221.9195
- S/M - 4/6-8/10
- M/L - 8/10-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