Adding product to your cart
Uncle Frank offers soft and flirty garments. Whether you are young, or young at heart, the boho chic fashion is perfect for a the carefree spirit at the heart of your soul. This embroidered dress is pure perfection. Cowboy boots? Check! Tights and booties? Check! Bare legs and funky sandals? Check!
- 100% Cotton
- Wash gentle Cold, Tumble low, low iron if needed
- Sizing (Approximate- email susan@beyondcotton.com with quesitons)
- XS- Women's 2/4
- S- Women's 4/6
- M- Womens's 8/10
- L- Women's 10/12
- XL- Women's 12/14
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