Adding product to your cart
his top features a hidden button front placket with traditional collar and 3/4 sleeves. The back features a dynamic double pleat along the center. The hemline is slightly shorter in front but still long enough to add coverage. Pair this with a slim pant and you are ready for anything...dinner, theater, afternoon shower or tea.
- 100% Silk
- Washing Instructions: (Dry Clean)
- Sizing- approximate. Call Store for specific details. 501.221.9195
- Small: Womens Size 6-8
- Medium: Womens Size 10-12
- Large: Womens Size 14-16
- Xtra Large: Womens Size 18-20
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