Product Compare (0)
Gently cleanse and strengthen hair using this vegan shampoo that contains vitamin C and plant-based ..
Item #
RAG-AGH-CSTVCS10
multiple options available
Buy AG Care Vita C Strengthening Shampoo 53oz Get AG Care Vita C Strengthening Shampoo Ref..
Item #
RAG-AGH-04-12
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');
});
});
-->