Sizes: EUR 32-56|US 0-24|UK 4-28|
This sewing kit includes all the essentialsfor making your own rescue Liljadress: , , and a rescue tag!
The kit is availableinfour fabric quantities. Pleasescroll down to the fabric requirements chart to see how much fabric you need for your size, or see the list below.
KIT A: 230 cm(2 1/2 yd) fabric (sizes 32–36)
KIT B: 260cm (2 7/8yd) fabric (sizes 38–44)
KIT C: 310 cm (3 3/8 yd) fabric (sizes 46–50)
KIT D: 370 cm (4 yd) fabric (sizes52–56)
is one of the most ecological fabric choices in the market. It is textile industry’s surplus, in other words: waste.Rescue fabricis a resource-wise choice, since it is clean and unused material that might have otherwise ended up being burned. It is un-processed and therefore more energy efficient than recycled fibers.
See our free'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"349337",
"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:'349337'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});