The WhoDunit? Collection Fall 2022
- What’s Your Alibi?: This fine-meets-chunky glitter gel is a brown-gold copper. This flashy gold-neutral catches the eye and provides pop for any style.
Just a few of the many P+ benefits are listed below!
No Chip, 21+ Day Wear
Use over JimmyGel, P+ QDbase, hard gel or acrylic
Responsibly Manufactured in Redmond, Oregon
Higher opacity for thinner application
Premium brush for silky-smooth application
Twice the glitter in every bottle
Ideal balance of strength and flexibility
LE is always HEMA-Monomer Free, 9-Free, Cruelty Free, Vegan & Gluten-Free
Instructions:
- Prep the nail and apply P+ QDbase if you plan to soak the P+ Gel Polish off in the next service, OR prep the nail and apply JimmyGel, Lexy Line hard gel or acrylics if you will be doing a fill/rebalance.
- Using the included application brush, apply P+ Gel Polish in a thin, even layer over the entire nail bed.
- Using the Capping technique, cap the free edge.
- Cure for 60 seconds in a LED Lamp (LEDdot recommended) or 2 minutes in a UV Lamp.
- If a more opaque appearance is desired, apply another P+ Gel Polish coat and cure as instructed.
- Apply P+ Top Coat and cure as instructed.
Frequently asked questions about P+ Gel Polish:
HOW DO I SOAK OFF P+ GEL POLISH?
For clients that want to completely remove their P+ enhancements, use P+ QDbase under your P+ Gel Polish for easy 7-minute removal with acetone!
File through the P+ Top Coat until you begin filing into the color coatSoak approximately 7 minutes in LEpro Remover soaked cotton balls and foil wrapsAfter properly soaking, P+ Gel Polish will easily peel away from the nailFor more information and in-depth tutorials with P+ Gel Polish,'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"139825",
"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:'139825',
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:'139825'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});