Adding product to your cart
This versatile piece can be worn as a tunic or dress! Sleeveless with a cowel neckline, this top features hidden side pockets and a most flattering shape that's more relaxed through the hips and closer through the shoulders and bust.
- 98% Polyester, 2% Elastane
- Machine wash cold, line dry
- Size chart approximate. A person can generally wear a range of sizes. Please call the store with questions at 501-221-9195.
- Small - size 4-6
- Medium - size 8-10
- Large - size 12-14
- XLarge - 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