Adding product to your cart
From a family business down under Miss Rose and Sister Violet create a world of timeless style where freedom of expression is embraced. Breaking convention and following no rules, this Australian company embraces feminine style for lovers of beauty. We love this long polka dot tunic. It can double as a dress! Featuring a banded round neckline and banded short sleeves, this cutie also has pockets!
- 100% Linen
- Made in Italy
- Wash cold, tumble low or lay flat
- One Size easily fits up to 16- call store for details 501.221.9195
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