Adding product to your cart
This faux suede jacket has a stretchy fit but gives off a slim silhouette. This zippered pockets give it pazzazz and the laser edge flowy lapel gives it edge. Cute on all body types, this lightweight piece will be your "outfit finisher" all season long!
- 90% Polyester, 10% Elastane
- Dry Clean Only
- Sizing is approximate. Please call the store with any questions: 501.221.9195
- S = Women's 4-6
- M = Women's 8-10
- L = Women's 10-12
- XL = Women's 14-16
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