Introducing the perfect All Natural Body Sunscreen with SPF 30. Thin and easy to spread across large surface areas of the body, this 100% natural physical / mineral sunscreen uses only non-nano zinc oxide to safely and naturally protect the skin from UVA & UVB rays.
This product is infused with Avocado Oil and Raspberry Seed Oil for anti-aging and hydration. It provides a boost of collagen and a natural SPF value for additional sun protection. It is 4 hours water resistant, SPF 30, Broad Spectrum and no white cast. A big 200 ml tube to last you months and months!
All of Avocado Zinc's products are oil-based in order to be 100% natural and preservative free. The plant oils used are 98% non-comedogenic & do not block pores. The formulas quickly absorb into the skin, leaving a dewy moisturized complexion.
- Volume | 200 ml
- Extra clear zinc - no white cast
- Doubles as a moisturizer
- Suitable for all ages including babies (0+ months) and pregnant and breast feeding mothers
- Style Code | SPF30BODYSUNSCREEN
- Made in Perth, Western Australia
- Shop All '
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"127254",
"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:'127254'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});