Adding product to your cart
This classically styled blouse features a traditional collar, button front, side seam slits and three quarter length sleeves with a slit cuff. The back stuns with a button enclosed inverted pleat. Perfect day or night - anytime, anywhere.
- 100% Linen
- Washing Instructions: Machine Wash Cold with Like Colors, Tumble Dry Low, Hang Straight.
- Sizing:
- 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