Adding product to your cart
This timeless piece is a great weight and color for year round wear. Pair it with matching Alembika pant in dove. It pairs beautifully with white for summer soirees. Wonderful relaxed fit.
- 55% Viscose 45% Polyester
- Size 2 (US 8/10)
- Size 3 (US 10/12)
- Size 4 (US 12/14)
- Size 5 (US 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