Adding product to your cart
For the woman who wants to dress with ease, confidence and comfort. A free spirit, lover of art, travel and all things handmade. Adventurous, enthusiastic and just loves life. The color green is a fall favorite and the embroidery adds the perfect zest
Note This shirt dress is Susan's favorite.. She cant have enough green in her wardrobe.
S M L
100% Tencil Cold water wash
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