[dsm011ss24]
Limited edition high top sneakers in full grain leather upper with an elevated platform midsole from Rick Owens x Converse FW24 collaboration.
Reinvented take on the Converse Weapon, an ‘80s basketball classic with a custom lace set.
Exaggerated proportions including an elongated tongue and blown-out midsole.
CX foam midsole with supportive midfoot side pods.
Custom Rick Owens wrap-around woven label and DRKSHDW logo.
Comes with a box and spare shoe lace.
[Ref.] DC01DX945 A03R1 0921
[Size]
-MEN'S US4 (UK3.5/EU36/JP22) WOMEN'S US5.5
-MEN'S US4.5 (UK4.5/EU37/JP22.5) WOMEN'S US6
-MEN'S US5 (UK4.5/EU37.5/JP23) WOMEN'S US6.5 SOLD OUT
-MEN'S US5.5 (UK5/EU38/JP23.5) WOMEN'S US7
-MEN'S US6 (UK5.5/EU38.5/JP24)WOMEN'S US7.5
-MEN'S US6.5 (UK5.5/EU39/JP24.5)WOMEN'S US8
-MEN'SUS7 (UK6/EU40/JP25) WOMEN'S US8.5
-MEN'SUS7.5 (UK6.5/EU40.5/JP25.5) WOMEN'S US9
-MEN'SUS8 (UK7/EU41/JP26)WOMEN'S US9.5
-MEN'SUS8.5(UK7.5/EU42/JP26.5) WOMEN'S US10
-MEN'S US9 (UK8/EU42.5/JP27) WOMEN'S US10.5 SOLD OUT
-MEN'S US9.5 (UK8.5/EU43/JP27.5)
-MEN'SUS10 (UK9/EU44/JP28) SOLD OUT
-MEN'SUS10.5 (UK9.5/EU44.5/JP29)
-MEN'SUS11 (UK10/EU45/JP29)
-MEN'SUS11.5 (UK10.5/EU46/JP29.5 SOLD OUT
[Measurement]
[Material]
Upper 100% Cow leather (Full grain leather)
Insole 60% Polyurethane, 40%Polyester
Sole 100%Rubber
[Country of Origin] Made inVietnam
[Retail Price] 200.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,unique){
var data = {
"productId":"6771",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
if(unique){
data.uniqueId = unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
console.log(e.error);
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);
}
}
});
}
function addto_sku(qty,skus,key){
$.ajax({
url:"?m=jqajax&act=addto_sku",
method:"POST",
dataType:"JSON",
data: {
id:'6771',
sku: key,
},
success :function(e){
if (e.unique){
let unique = e.unique.replace(/'/g, '');
addtocart(qty,"","",unique);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'6771'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});