[rom039ss23]
Small rectangular soft padded bag with front flap with a palladium indented easy-grip bevel and magnetic closurefrom Rick Owens2023SS'EDFU' Collection.
It has on pointicello D-loop on front, an inner pocket with 9 card slots and a second inner zipped pocket it features a long thin leather strap with a palladium tone brass hook ties on one side, or can be detached to create a clutch bag.
This leather is lightweight and has a soft naturak peachskin handfeel.
[Ref.] RR01C4423 09
[Size] One size
[Measurement]
[Material]
Body- 100% Lamb Leather
Padding- 100% Polyester
[Country of Origin] Made inItaly
[Retail Price] 1070.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":"1018138",
"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:'1018138'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});