Adding product to your cart
This top is sheer elegance. Airy, lightweight chiffon provides an easy and effortless fit that is great for all body types. Attached tank provides coverage and makes this top simple and easy to wear. Loose body and wide dolman sleeves ensure that this top is equally comfortable as it is beautiful. Great for workwear, girl’s night out, or date night. The possibilities are endless with this top!
- v-neck
- dolman sleeve
- attached tank underneath
- XS, S, M, L, XL
- Outer layer:100% polyester;
- Inner layer: 92% polyester 8% spandex
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