We are out of town Feb 19-Apr 15: Last day to order is Feb 16, or wait until we get back!

Holographic


Nail polish that shifts and sparkles through all the colors of the rainbow! Some holo polishes have a scattered rainbow effect while others have almost an "oil slick" kind of finish to them.
if (variant) { if (variant.inventory_management == "shopify") { if (variant.inventory_policy != "continue") { if (variant.inventory_quantity > 0) { jQuery('#variant-inventory').text('Hurry! Only ' + variant.inventory_quantity + ' remaining!'); } else { jQuery('#variant-inventory').text("This product is sold out"); } if (variant.inventory_quantity > 10) { jQuery('#variant-inventory').text('More than 10 available.'); } } else { jQuery('#variant-inventory').text("Available"); } } } else { jQuery('#variant-inventory').text(""); }