Adding product to your cart
This easy to wear knit dress has it all, style, comfort and a little sass. With a round neckline, full length sleeves and a curved side pockets it features detailed seaming angled across the front and around the bottom hem. You will love the look and feel of this relaxed fitting dress that hits just below the knee.
- 100% cotton
- hand wash cold, lay flat to dry
- made in the USA
- medium measures 42" bust, 42" length
- large measures 46" bust, 42" length
- one size measures 54" bust, 21-25" length
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