[rom09fw23]
Padded nylon hooded coat inblack featuring a knee length, an off-center concealed snap buttons fastening, padded and quilted with a horizontal stitching lines fromRick Owens 2023FW 'Luxor' Collection.
Lightweight parashute nylon.
Two side seam pockets and two inner pockets with zip closures.
Cotton webbing strap at back shoulder.
This airy and lightweight nylon is made using GRS certified recycled nylon which ensures a reduction in water consumption, emissions and hazardous waste lessening the dependence on non-renewable resources.
[Ref.] RU02C7998 NPD3 09
[Size]
-IT48 (EU48/US38/UK38)
-IT50 (EU50/US40/UK40)
[Measurement]
[Material]
Shell- 100% Nylon
Knit Rib Cuff- 100% New Wool
Inside Pockets- 97% Cotton, 3% Elastane
Padding- 90% Goose Down, 10% Mallard Feathers
[Country of Origin] Made inItaly
[Retail Price] 2040.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":"619295",
"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:'619295'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});