Theseuniquepillow covers feature hand-loomed organic khadi cotton and traditional Lambadi embroidery from southwestern India. They are the perfect boho chic accent to any bedroom or living room!
In remote villages across Karnataka, a group of 60 women use traditional techniques and motifs to create contemporary embroidered designs. This skill has been passed through many generations of Lambadi women, a tribal group renowned for their vibrant and elaborate designs.
Pillow cover measures 16x16” with zipper closure.Dry clean only. Pillow insert sold separately '
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"1172968",
"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:'1172968'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});