Product Compare (0)
Meet your new professional makeup brush set bestie! This professional cosmetics brush set features 8..
Item #
EMI-MIR-XD135
Black and silver with carrying handle. Removable dividers in extendable trays. Shoulder strap...
Item #
EMU-MAR-12568
jQuery(document).ready(function() {
jQuery('.product_options_select').niceSelectv2();
jQuery('.nice-select-v2').addClass('open');
//close the series list
jQuery("button#close-series").click(function(){
// alert(this.id);
jQuery('#divproductseries_' + jQuery(this).attr("data-id")).toggle();
//jQuery('[id^="divproductseries_"]').toggle();
jQuery('.nice-select-v2').removeClass('open');
});
//after closing series, ensure it will open again
jQuery(".addCartProduct").click(function(){
var mainProductId = jQuery(this).attr("data-id");
var productArray6 = mainProductId.split("-");
jQuery("#input-quantity_" + productArray6[1]).val('1');
// alert(jQuery(this).attr("data-id"));
jQuery('#divproductseries_' + productArray6[1]).show();
// jQuery('[id^="divproductseries_"]').show();
jQuery('.nice-select-v2').addClass('open');
});
});
-->