[row010fw24]
Padded jacket in black nylon featuring a turtle neck, zip front closure, long sleeves, padded and quilted with a horizontal stitching linesfromRick Owens 2024FW 'PORTERVILLE' Collection.
Two side pockets.
Lightweight parashute nylon.
Two side seam pockets and two inner pockets.
Cotton webbing strap at back shoulder.
[Ref.] RP02D3772 NPD3 09
[Size]
-IT40 (EU36/US4/UK8/JP7/Small)
-IT42 (EU38/US6/UK10/JP9/Medium)
[Measurement]
[Material]
Shell- 100% Nylon
Knit rib and cuffs- 100% New wool
Pocket lining- 100% Cotton
Padding- 90% Goose down 10% Mallard feathers
[Country of Origin] Made inItaly
[Retail Price] 1715.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":"860753",
"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:'860753'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});