Adding product to your cart
This lightweight and flowing top features a notched neckline, three quarter length sleeves and a contemporary feel. The hemline is handkerchiefed in back - giving a beautiful silhouette to this day or night top. Great for all your springtime and summer travel plans!
- 87% Rayon, 13% Nylon
- Wash cold, tumble dry low, iron low heat, no bleach
- Size chart is approximate. A person can generally wear a range of sizes. Please call the store with questions at 501-221-9195
- Small: 4-6
- Medium: 8-10
- Large: 12-14
- XLarge: 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