[row017fw21]
Classic biker jacket in blacklamb leather featuring a fannel collar, asymmetric front zipper with cover flap, long sleeves withribbed knit panels underneath of the sleeves from Rick Owens 2021FW'GETHSEMANE'collection.
Two front pockets, one chest pocket and two internal pockets.
[Ref.] RP02A7708 LP 09
[Size]
-IT38 (EU34/US2/UK6/JP5/XS)
-IT40 (EU36/US4/UK8/JP7/Small)Sold out
-IT42 (EU38/US6/UK10/JP9/Medium) Sold out
[Measurement]
[Material]
Shell-100% Lamb Leather
Knit Rib Under Sleeves-100% New Wool
Front and Pocket Lining-77% Cotton,23% Silk
Back Lining-53% Viscose, 47% Cupro
Sleeves Lining-100% Cupro
[Country of Origin] Made inItaly
[Retail Price] 2015.00 EUR
[Terms and conditions]Check our'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"645009",
"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:'645009'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});