[rom036ss21]
Men's joggers pants indust colorrecycled nylon featuring an elastic waist band with a drawstring closure, full length, slime fit, elascized ribbed hem and Toga skirt over the top with side slitfrom Rick Owens x Champion 2021SS collaboration line.
An small embroidered Champion logo in black, grey and white on the left hip and a 3D embroidered Rick Owens pentagram at front skirt.
[Ref.] CM21S0017 216780 34
[Size]
-Small
-Medium (Sold-out)
-Large (Sold-out)
[Measurement]
[Material]100%Recycled Nylon (Woven)
[Country of Origin] Made inItaly
[Retail Price] 365.00 EUR
[Terms and conditions]Check our'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"675639",
"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:'675639'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});