[row018ss22]
Classic biker jacket in vanilla color cow leather featuring afannel collar, asymmetric front zipper with cover flap, long sleeves withribbed knit panels underneath of the sleeves from Rick Owens 2022SS 'FOGACHIN' Collection.
Two front pockets, one chest pocket and two internal pockets.
[Ref.] RP01B4708 LC 32
[Size]-IT42 (EU38/US6/UK10/JP9/Medium)
[Measurement]
[Material]
Main-100% Cow Leather
Knit rib under sleeves-100% New Wool
Linning-77% Cotton,23% Silk
Back Linning-53% Viscose, 47% Cupro
Sleeves Linning-100% Cupro
[Country of Origin] Made inItaly
[Retail Price] 1865.00 EUR
[Shipping Protection]If youneedinsurance,Add 3% of purcshase price to insure.(9.00EUR minimum charge)If your package is lost, damaged or stolen in transit, insurance will ensure that your package is covered.If you don't need shipping insurance, remove it.
[Terms and conditions]Check our'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"645008",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
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);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'645008'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});