Adding product to your cart
OZAI N KU is a brand from Greece that perfectly embraces all people who love an edgy look! This dress works with or without leggings. The drape is simple and the dramatic black stripes are slimming.
- 60% Viscose, 56% Polyester, 4% Elastane
- Wash cold, lay flat to dry
- Call or email susan@beyondcotton.com with size questions.
- Size 1- women's size 4/6
- Size 2- women's size 8/10
- Size 3- women's size 10/12
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