Adding product to your cart
Every woman can look classic, feminine and positive and chic in this positive dress. It is a timeless look that will make you shine. A great look for festive weddings to a night on the town. Nothing beats the Little Black and Navy Dress for all occasions Straight lines that include pockets
Size: 6, 8, 10 12, 14 16
65% Viscose
30% Nylon Wash in cold water.
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