clearall
Guaranteed to upgrade your every look, these over-the-knee leg warmers are made with our organic cotton lycra. The thin fabric is heavenly soft and stretchy, making it comfortable to wear like a second skin. Geometric screen print, decorative straps and custom-made metal studs around the rounded cut-outs on the back legs all add character to this standout accessory.
- Length: 50 cm
- Knee opening: 30 cm - 40 cm
- Ankle opening: 20 cm - 28 cm
- Shiny glitter geometric print
- Super soft jersey organic fabric
- Organic cotton Herringbone straps
- Tarnished brass sew-on studs
Match them with the for a full impact.
Material: 93% Certified organic Cotton 40s and 7% Lycra.
For more information on materials and care instructions '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1146763",
"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:'1146763',
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:'1146763'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});