Adding product to your cart
Get flirty in this new Chiffon Butterfly Sleeve Top of ours! The open butterfly-like sleeve allows for ease of movement. The top offers a relaxed, but slim fit in the bodice, with a moderate v-neck. Pair it with your favorite bottoms, for everyday wear, or make this a part of your work attire wardrobe. Whatever the reason for wearing one of our top sellers, you will for sure feel pretty and feminine.
- V-neck
- Chiffon sleeves with slit
- XS, S, M, L, XL
- 95% polyester
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