Hydrate. Prime. Radiate.
Primeyour skin with precious oils to minimze the appearance of pores, fine linesand facilitate aflawless makeup application. Quickly absorbing yet highly emollient and antioxidant-rich oils of meadowfoam and plumto lock in moisture and protect skin from environmental damage are blended withAbyssinian oil from the Ethiopian highlands to even out skin tone, supportinga smoothdispersion of follow-up products. Infused with nutritive botanical extracts of pomegranate to boost collagen and vanilla to reduce the appearance of wrinkles, our priming oil promotes a youthful glow and uplifts the soul.
Scent:intoxicating, pure vanilla bliss
Ritual:Before applying make-up, massage2-3 drops of the priming oil into cleansed and still damp skin. Feel free tolayer with theor'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1913400",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
if(unique){
data.uniqueId = unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
console.log(e.error);
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);
}
}
});
}
function addto_sku(qty,skus,key){
$.ajax({
url:"?m=jqajax&act=addto_sku",
method:"POST",
dataType:"JSON",
data: {
id:'1913400',
sku: key,
},
success :function(e){
if (e.unique){
let unique = e.unique.replace(/'/g, '');
addtocart(qty,"","",unique);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'1913400'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});