Adding product to your cart
No matter what age – every woman wants to feel & look amazing. Joh is a full-ready-to-wear collection for EVERY WOMAN. Devoted to high quality fabrics, comfort, beautiful details and STYLE, the clothing pairs trend with timeless! The top features a classic boat neck with draped sleeve to the elbow. The back features a fun tie detail. Great with denim or matching pant!
Buy the bottoms to complete the matching set here
- 100% Polyester
- Hand wash Cold, Hang to dry
- Size Chart approximate- call store for specific deteails
- XS- women's 2-4
- S- women's size 6-8
- M- women's size 10-12
- L-women's size 12-14
- XL- women's size 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