Description
A foaming cleansing gel infused with eucalyptus and amino acids to hydrate and purify.
Malin And Goetz's hard-working cleansing gel lathers into a rich foam under running water to thoroughly purify skin on the hands and body. Synthesized with natural eucalyptus extract, amino acid-based cleansing agents and hydrating glycerin, this gentle yet effective formula rinses residue-free and without drying or stripping.
Details
- Vegan.
- Cruelty-free.
- Natural fragrance.
- Natural color.
- Suitable for all skin types, especially sensitive.
- Size: 250ml | 8.5 fl.oz.
Key Ingredients
- Naturally derived amino acids and glycerin: Known for the hydrating action.
- Naturally derived eucalyptus: Does not leave a lasting scent to the skin, allowing for personal fragrance choices.
How to Use
Dispense into hands or onto a sea sponge. Massage onto soaked skin from neck to toe, then rinse thoroughly.
Twice weekly, banish dead skin cells, grime, and troublesome thoughts with and a spritz of '
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"132030",
"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:'132030'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});