Spreading positivity with messages that speak to us is the heart & soul of Natural Life! Our Daily “Chirps” are shared every day on social media and email, and we are so touched by all the messages about how much they mean to people. We had so much fun grouping our most-loved Fearless “Chirps” together to create this special XL Double-Sided Cozy Blanket that also makes the perfect personalized gift of encouragement for your best friend, sister, mom, aunt - anyone! This oversized blanket is made with the softest, lightweight fleece material and its extra-large size means that there’s plenty of room to share it with a loved one while sitting by a campfire or watching a movie!
If you want the Daily Chirp delivered straight to your inbox,or follow us on social!
FEARLESS Giveback Collection
This item is part of our , a nonprofit created to change the way anxiety sufferers and their families navigate the challenges of mental illness, fight stigma, and obtain quality education, support, and treatment. To learn more about anxiety and how to get help for yourself or someone you love, visit our '
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"1038642",
"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:'1038642'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});