Adding product to your cart
OZAI N KU is a brand from Greece that perfectly embraces all people who love an edgy look! This dark denim top features sage green turn up cuffs and a gathered back. Looking good coming and going. V neck, easy swing body for generous fit.
- 78% Polyester, 18% Viscose, 4% Elastane
- Wash cold, lay flat to dry
- Call or email susan@beyondcotton.com with questions about sizing.
- S- women's 4/8
- M- women's 10/12
- L- women's 12/14
- XL- women's 14/16
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