Adding product to your cart
This easy to wear top feels as good as it looks. Featuring dolman sleeves and flattering diagonal stripe, there are many directions this cutie can take you. We love the fit. It is relaxed without being sloppy.
- 80% Viscose, 20% Polyester
- Size S (US 8/10)
- Size M (US 12/14)
- Size L (US 14/16)
- Size XL (US 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