The 2020 interation of Schott for 3sixteen brings about this custom Horween ChromexcelHorsehide leather in the always-favorite Perfecto jacket, built off the 519 double-rider fit. The Perfecto 519 jacket is beloved for it's asymmetricstyling, top quality leather, action back, and slim fit. 3sixteen took all these standard qualities and one-upped it with a beautiful custom tea-core chromexcel horsehide.
This custom Horween horsehide leather starts out black but exhibits brown undertones as it is worn. The leather is extremely soft and supple, and made to have a more matte/weathered appearance than traditional chromexcel - that might have more pull-up and shine.This one is sure to age well and have a lot of variation in the blacks and browns as it gets worn in.
Note: Jacket runs slightly large. We recommend most customers take one size down if you want a slim silhouette and a form-fitting leather jacket. If you are on the large end of your typical 3sixteen tops size, or just want a more relaxed but still somewhat slim profile, or also want to layer some heavier knits/shirts underneath, you can take your standard size.
Model: 6'0'' and 175 lbs. wearing sizeS (one down from his typical 3sixteen tops size of Medium). Model can also wear size M for a similarly slim but more relaxed look. Comparison photos can be found on our blog '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"46250",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
if(unique){
data.uniqueId = unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
console.log(e.error);
if(e.error == 0){
$(".right-mini-cart-box").html(e.html);
$(".CartCount").html(e.data.count);
$('.drawer-toggle-cart').trigger("click");
}else{
layer.msg(e.msg);
}
}
});
}
function addto_sku(qty,skus,key){
$.ajax({
url:"?m=jqajax&act=addto_sku",
method:"POST",
dataType:"JSON",
data: {
id:'46250',
sku: key,
},
success :function(e){
if (e.unique){
let unique = e.unique.replace(/'/g, '');
addtocart(qty,"","",unique);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'46250'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});