Adding product to your cart
Basic Black with a black leather pant or leggings would be so Tres Chic. This 3/4 length dolman sleeve v-neck top has a relaxed and comfortable fit. The length is a little bit longer in the back for added coverage. This dolman sleeve v-neck is great for everyday use!
- XS, S, M, L, XL
- 92% polyester 8% spandex
- V-neck
- dolman sleeve
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