Aery have reimagined their hand and body lotion for a more economical and sustainable solution. Crafted in super light-weight aluminium bottles making them infinitely recyclable.
A nourishing plant-based formula. 98% organic and packed with vitamin E. They combined mangosteen and pomegranate extracts known for cleansing, anti-oxidant and anti-ageing properties!
Perfect for adding a little luxury to your everyday, give yourself a mood-boost with cheery notes of rose, geranium and amber. Lather up a little joy!
FragranceNotes:
- Top notes - Bergamot
- Middle notes - Rose, Geranium, Jasmine
- Base notes - Patchouli, Sandalwood, Cedarwood, Amber
- 300ml / 10.14fl.oz
- 98% Plant-based natural origin
- Made in England
- Designed to be re-used
- Vegan & Cruelty-free
- Paraben-free
- Sulphate-free
- Phthalate-free
- Silicone-free
See the full'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"119798",
"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:'119798'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});