Adding product to your cart
This short V neck top features a v neck, dramatic bell sleeve and curved hemline. It is the perfect accompaniment for a full or wide leg pant and has a flattering fit.
-
100% Linen
-
Machine Wash, Lay Flat to Dry, Tumble air dry to soften and iron as needed
-
Size Chart (Approximate- Call store for specific measurements. 501.221.9195)
-
XS- Fits women size 4
-
S- Fits women size 6-8
-
M- Fits women size 10-12
-
L- Fits Women size 14-16
-
XL- Fits women size 18
-
XXL- equivilant to 1X
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