[rom029ss21]
Eco-friendly French footwear brand Veja x Rick Owenscollaboration sneakers.
Rick Owens x Veja low sock knit sneakers in oyster featuring nine eyelet laces, contrast'V' logos on the sides, Rick's signature grosgrain tab detail on the tongue, a back pull-tab and lightweight sole, the uppers are made from 100% Recycled and BIO baced material and the sole is signficantly Bio-baced, the laces are made from 100% recycled polyester.
[Ref.]VM21S6800 KVE 61
[Size]
-EU41 (US8/UK7/JP26.5)
-EU42 (US8.5/UK8/JP27)
-EU43 (US9/UK8.5/JP27.5)
-EU44 (US10/UK9.5/JP28.5)(Sold-out)
-EU45 (US11/UK10.5/JP29.5)(Sold-out)
-EU46 (US11.5/UK11/JP30)(Sold-out)
[Measurement]
[Material]
Upper: 100% Recycled Polyester
Detail: 100% Pebax (made from caster oil)
Insole: 51% Sugar Cane, 21% Recycled Polyester, 28% E.V.A
Mid-Sole: 100% E.V.Aof which 62% are BIO-based composed of sugar cane and bananaoil with a L-form latex insert made from natural latex and 70% synthetic latex.
Out-Sole: 31% Rice Waste, 30% Wild Amazonian Rubber, 39% Rubber
[Country of Origin] Made inBrazil
[Retail Price] 250.00 EUR
[Terms and conditions]Check our'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"777079",
"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:'777079',
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:'777079'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});