Adding product to your cart
This flowy top features a soft v neckline, three quarter length sleeves and a criss-cross hemline. The curved back drapes slightly lower - making a beautiful silhouette.
- 100% Polyester
- Machine wash in cold water gentle cycle, do not bleach, hang to dry, do not iron
- A person can generally wear a range of sizes, please call the store with questions at 501-221-9195.
- Back HSP: 32 1/2"
-
- S - Women's size 4-6
- M - Women's size 8-10
- L - Women's size 12-14
- XL - Women's size 14-16
- XXL - Women's size 16-18
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