What's Included: 1x Stretchy MINICrib Sheet
Made with organic cotton, our stretchy mini crib sheet is pre-washed for softness and stays breathable while keeping your baby warm and cuddly. With fully elastic edges and a material that offers a gentle stretch, parents can feel confident in a perfect fit wash after wash. Its knit fabric is soft to the touch, while subtle shades and delicate designs bring a sense of calm to baby’s nursery.
Details
- Stretchy crib sheet material:95% Organic Cotton, 5% Elastane
- Fits Any USA standard size mini crib mattress 24 x 38' (60.9 x 96.52 cm)
- Made in China
Care Instructions
Wash at max 30C (80F) and lay flat to dry. Do nottumble dry,bleach, iron or dry clean.
'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"268761",
"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:'268761',
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:'268761'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});