[dsm031ss23]
Rick Owens has made his name as a restless innovator of bold androgynous fashion and minimalist design. With Converse x DRKSHDW, Owens subverts the classic Converse silhouettes to new and dramatic proportions. The latest evolution of the DRKSHDW collection features the TURBODRK Chuck 70 silhouette as a laceless slip-on sneaker. Crafted with 100% premium cotton canvas upper, the TURBODRK Chuck 70 has stretchy and secure internal construction that helps keep you strapped in.
Comes with a box.
[Ref.] DC01CX938 A03R0 34
[Size]
-MEN'S US4.5(UK4.5/EU37/JP23.5)WOMEN'S US6.5
-MEN's US5 (UK5/EU37.5/JP24) WOMEN'S US7 (SOLD OUT)
-MEN'SUS5.5 (UK5.5/EU38/JP24.5) WOMEN'S US7.5
-MEN'SUS8.5(UK8.5/EU42/JP26.5)
-MEN'S US9 (UK9/EU42.5/JP27.5)
-MEN'SUS9.5 (UK9.5/EU43/JP28)
-MEN'SUS10 (UK10/EU44/JP28.5)
-MEN'SUS10.5 (UK10.5/EU44.5/JP29)
-MEN'SUS11 (UK11EU45/JP29.5) SOLD OUT
[Measurement]
[Material] 100% Cotton (Light Weight Gauze Jersey)
[Country of Origin]Made inItaly
[Retail Price] 170.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":"101501",
"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:'101501'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});