Adding product to your cart
WHY WE LOVE IT
Karina Tunic Dress in Cotton by Shannon Passero
Make a statement & elevate your wardrobe with this sweeping fall Silhouette A perfect addition to any outfit. The color nickel and Freight green are perfect for a fall collectio.
- Machine wash cold.
- Tumble dry low.
- Low iron if needed.
- Do not bleach.
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