[rom029fw23]
Men's mega bumber geobasket sneakers in black full graing calf leather with milk calf leather details fromRick Owens 2023FW 'Luxor' Collection.
These high-cut sneakers have seven eyelet, white shoe laces. a side zipper for easy fastening, extended tongue with webbing tab, geometric seams with visible stitching, mega bumper and milk white shark-tooth soles.
Comes with a tote bag, spare shoe laces and a box.
[Ref.] RR02C7868-911
[Size]
-EU41 (US8/UK7)
-EU42 (US9/UK8)
-EU43 (US10/UK9) SOLD OUT
-EU44 (US11/UK10) SOLD OUT
-EU45 (US12/UK11) SOLD OUT
[Measurement]
[Material]
Upper 100% Calf leather
Detail 100% Cow leather
Lining 100% Calf leather
Insole 100% Calf leather
Sole 100% Thermoplastic rubber
[Country of Origin] Made inItaly
[Retail Price] 345.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":"1095899",
"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:'1095899'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});