Description
Customer-favorite Herbal Mint Toner is more than just your average facial toner. Not only does it remove residual dirt, but oil and impurities cleansers can also miss. It preps skin to receive further products like serums and moisturizers, boosting their efficacy. Antioxidant-rich vitamin E and allantoin work together to condition and brighten the complexion and prevent environmental damage.
A soothing botanical blend of mint, cucumber, and witch hazel reduces redness as they tone and balance oil production. Use morning and night as part of your skincare regimen or throughout the day to remove excess oil.
Size: 236ml | 8 fl. oz.
How to Use
- After cleansing the face with '
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"131751",
"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:'131751'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});