Adding product to your cart
Uncle Frank encompasses a carefree spirit that charms and endears. With a ttheme of embroidered garments, the inspiration is reminiscent of seventies boho. This easy wear dress is perfect for fall. It's lightweight, but embodies the rich colors of the changing season.
- 100% Linen
- Wash gentle Cold, Tumble Dry Low, Cool Iron
- Size- Approximate (email susan@beyondcotton.com with questions)
- XS- Size 2/4
- S- Size 4/6
- M- Size 8/10
- Large- Size 10/12
- XL- Size 14/16
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