Adding product to your cart
From Los Angeles, Joh Collection is devoted to high quality fabrics, comfort, beautiful details and STYLE. The result is trend+timeless! The Felisa knit is the perfect black top made with high quality french terry knit. Features include ribbed mock neck, side slits, long sleeve and detailed stitching in the front. Stylish and casual. Very soft and comfy. Must have item for fall. The perfect black top.
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