Adding product to your cart
This throwback to the days of (American) Camelot is graceful and elegant. Featuring a rollover collar that flows into a reverse V neck in the back, this dress features three quarterlength sleeves, a sillhouette bodice and pockets. Beautiful to the knee or below depening on your height, this would work well for a ladies luncheon, evening reception or wedding. And, yes, there are pockets!!
- 68% Polyester, 24% Rayon, 8% Spandex
- Machine Wash Cold Lay Flat to dry
- General Sizing (Call the store if you have questions- 501-221-9195)
- XS-Size 2-4
- S-Size 4-6
- M- Size 8-10
- L- Size 12-14
- XL Size 16
- XXL Size 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