You can create the comfort of your home by choosing wisely - a handmade, sustainably produced linen throw blanket will get only better over time!
The more you wash linen - the softer it gets! Also, linen is naturally temperature-regulating, so it is suitable all year round! Whether cold or warm, your blanket will ensure a more pleasant rest. It is not only environmentally friendly but also antiallergic, antibacterial, and antistatic.
Thanks to the special softening technology, linen is particularly soft and pleasant for the skin. Linen retains texture more than other fabrics and gives bedding a relaxed, inviting look.
&
Handmade
Environmentally friendly
Stone-washed
Extremely soft
Temperature-regulating
Antiallergic
Antibacterial
Antistatic
100% Natural linen.
OEKO TEX 100 Certified.
160x210 cm/63x83'
180x210 cm/71x83'
210x220 cm/83x87'
240x260 cm/94x102'
270x330cm/106x130'
Do not tumble dry
Machine washable (max 30 degrees)
Use soft detergentsface towel
Do not bleach
Medium ironing
We make ! If you need a different size, please contact us!
Please check our shop for beautiful handmade items
'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"794300",
"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:'794300',
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:'794300'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});