Adding product to your cart
Who doest love a biker jacket!! Add an instant edge to any look with this faux-suede Moto jacket featuring an asymmetric front zipper, classic collar and sits at the waistline. Top off with wide-leg pants, leggings and jeans with this multi season jacket, Super soft and delivers easy-care, washable comfort and on-trend styling. The color delivers the right touch for the Fall.
Sizing: S, M, L, XL
94% Polyester; 6% Spandex. Wash separately, Machine wash cold, gentle cycle
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