Adding product to your cart
Joh collection is made for mature women who want to look and feel amazing! Devoted to high quality fabrics, comfort, beautiful details and STYLE, the result is an on-trend collection with
This fantastic pant is perfect when you need a skinny pant but don't want a legging. Made with elevated high quality faux stretch suede. Elastic waist for the perfect fit. Super soft. Super comfy. Timeless. Easy fit. Perfect fit.
- 92% Polyester, 8% Spandex
- Delicate cycle, lay flat to dry
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