Adding product to your cart
The French have done it again!!! Using the the retro sweatshirt look that we all adore and dressed it up with the softest material and slits with silver rings on the side. This shirt is not only comfortable but edgy too. Pair with leggings, dark denim jeans and your best bootie. This takes us back in time but with just the right amount dressy..
Sizes: S,M,L,XL XXL. Generous Sizing
60% Modal; 29% Cotton; 5% Spandex
Machine Wash in cold water, gentle cycle, lay flat to dryn
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