Adding product to your cart
OZAI N KU is a brand from Greece that perfectly embraces all people who love an edgy look! This graceful pant features a flat front and elastic back waistline and pleather details forming a vertical pleat along the front. Side pockets and cropped leg, which is the latest trend for showing off your favorite shoes or boots!
- 88% Viscose, 7% Polyester, 5% Elastane
- Wash cold, lay flat to dry
- Call or email susan@beyondcotton.com for sizing questions.
- S- women's size 2/4
- M- women's size 6/8
- L-women's size 8/10
- XL- women's size 10/12
- XXL- women's size 12/14
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