Adding product to your cart
This elegant mandarin collared duster features a drop shoulder and three quarter length sleeves. Buttoning down the front to a subtle hi-lo hemline with side slits, the front also has great almost pouch like pockets! THis piece is a beautiful addition to this stunning collection!
- 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 - 52", Back length - 36"
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