Essences are a staple in Korean skin care, and are typically applied after toner as a liquid hydrating, nourishing product. But essences can also come in the form of skin care-packed sunscreen.Our new Essence Light Sunscreen providesbroad spectrum SPF 50 protection in a lightweight ferment enriched formula that blends seamlessly into all skin tones for a hydrated and luminous complexion.
This must-have, year-round effortless essential features fermented sake extract tomoisturize and help protect your skin from environmental stressors and a blend of ceramides, hyaluronic acid and provitamin B5 to leave skin with a dewy,radiant finish.
The skin-nourishing formula allows this barely-there chemical sunscreen to be worn alone or as a base for makeup application without pilling or cakiness. Pairs perfectly at the end of the day with our cult favorite'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"119946",
"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:'119946'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});