[rom016fw24]
Cropped padded jacket in black nylon featuring a high tube neck collar, centre front zip closure, long sleeves with concealed ribbed cuffsfromRick Owens 2024FW 'PORTERVILLE' Collection.
It's padded and quilted with horizontal stitching lines.
Cotton webbing strap with rivet detail across the back yoke.
Two side pockets and two zipped internal pockets.
[Ref.] RU02D6745 NPD3 09
[Size]
-IT48 (EU48/US38/UK38)
-IT50 (EU50/US40/UK40)
[Measurement]
[Material]
Shell- 100% Nylon
Rib cuffs- 100% New wool
Inside pocket- 97% Cotton, 3% Elastane
Padding- 90% Goose down, 10% Mallard feathers
[Country of Origin] Made inItaly
[Retail Price] 1825.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":"884211",
"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:'884211'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});