Adding product to your cart
Uncle Frank encompasses a carefree spirit that charms and endears. This knit midi dress is a great choice for day to night and anything in between. Front tucks add a feminine touch. Funk it up with jewelry, a denim jacket and your favorite boots.
- 100% Cotton
- 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