Tailored wool trousers by MM6 Maison Margiela in mud brown. These straight tailored trousers feature traditional detailing with belt loops and hook clasp closure in draped virgin wool crafting.Modernised and reinterpreted with an tied apron-style back panel to add dimension and a hybrid look.
100% Virgin Wool.
Made in Italy.
Pictured withby Rick Owens and '
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"397922",
"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:'397922'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});