Adding product to your cart
This tailored line appeals to our more traditional girls. This classic dress is reminescent of the 60's. Straight sheeth line with a loose cowl neck and 3/4 length sleeves. It has pockets and below the knee hemline. CLASSIC!
- 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