Adding product to your cart
Ahhhh, This beautiful denim colored dress/jacket is a must for the artistic woman. The finest woven fabric in this perfect silhouette designed for the Bohemian Chic woman. When you walk in a room this beautiful creation will be noticed. A store favorite.
XS S M L
100% Tencil Cold water wash,
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