Pantene PRO-V Shampoo Color Care 200 ml (2025)

'; function processSub(obj, level) { let customPrefix = ''; let currMenu = []; if (level == 0) { customPrefix = '>.column-cat '; } if (jQuery(obj).find('>.ul-vert').find(customPrefix + '> .li-vert').length > 0) { //childrens found jQuery(obj).find('>.ul-vert').find(customPrefix + '> .li-vert').each(function () { level = level + 1; let title = jQuery(this).find('>a'); let childrens = []; if (jQuery(this).find('>.ul-vert>.li-vert').length > 0) { childrens = processSub(jQuery(this), level); } let tmp = { "main": { "title": jQuery(title).text().trim(), "href": jQuery(title).attr('href') }, childrens: childrens }; currMenu.push(tmp); }) } return currMenu; } jQuery(root).find('.root-ctg-ul.ul-vert > .li-vert').each(function () { let title = jQuery(this).find('>a'); level = 0; let childrens = []; if (jQuery(this).find('>.ul-vert>.column-cat>.li-vert').length > 0) { childrens = processSub(jQuery(this), level); } let currMenu = { "main": { "title": jQuery(title).text().trim(), "href": jQuery(title).attr('href') }, "childrens": childrens }; menuList.push(currMenu); }); if (jQuery("#menu_stack").length) { jQuery("#menu_stack").remove(); } jQuery(".nav-sections-3 .navigation").before().prepend(skel); /* if (window.matchMedia('(max-width: 767px)').matches) { jQuery(document).on('click', '#product_menu_stack .header > a', function (e) { e.preventDefault(); jQuery("#product_menu_stack .header > span.open").trigger('click'); }); } */ function buildCustomMenu() { var c = menuList; var parentObj = {}; if (navLevels.length > 0) { navLevels.forEach(function (o, k) { if (c[o]) { let m = c[o].main; //console.log(c[0].main); c = c[o].childrens; //console.log(m); if (typeof m != 'undefined') { parentObj = { "title": m.title, "href": m.href } delete m; } } }) } if (c.length) { jQuery("#menu_stack").html(''); if (navLevels.length > 0) { //console.log(parentObj); var label = 'Go Back'; if (typeof parentObj.title !== 'undefined') label = parentObj.title; jQuery("#menu_stack").append('

' + label + ''); } c.forEach(function (obj, i) { var hasChild = ''; if (obj.childrens.length > 0) { hasChild = ''; } jQuery("#menu_stack").append('

  • ' + obj.main.title + '' + hasChild + '
  • '); }); jQuery('.mobile-click').off('click').on('click', function (e) { e.preventDefault(); let currentIndex = jQuery(this).data('idx'); navLevels.push(currentIndex); buildCustomMenu(); }); jQuery('.back_mobile_nav').off('click').on('click', function (e) { e.preventDefault(); navLevels.pop(); buildCustomMenu(); }); jQuery("#product_menu_stack .open").off('click').on('click', function () { if (!jQuery(this).hasClass('open-expanded')) { jQuery(this).addClass('open-expanded'); jQuery("#product_menu_stack").addClass('active-box'); } else { jQuery(this).removeClass('open-expanded'); jQuery("#product_menu_stack").removeClass('active-box'); } jQuery("#product_menu_stack >ul").toggle(); }); jQuery("#product_menu_stack a").off('click').on('click', function () { location.href = jQuery(this).attr('href'); }); } } buildCustomMenu(); //END Mobile Menu //menu replacer //jQuery('.level0.nav-2.category-item.level-top').replaceWith(jQuery('.top-am-menu')); var enableRightBlock = false; var SetMenuTimer = delayTimer; var MegaMenuTimer = { id: null, clear: function () { if (MegaMenuTimer.id) { window.clearTimeout(MegaMenuTimer.id); delete MegaMenuTimer.id; } }, start: function (duration, $curObj) { MegaMenuTimer.id = setTimeout(function () { if (!$curObj.hasClass('hovered-list')) { $curObj.siblings('.li-vert').removeClass('hovered-list'); $curObj.addClass('hovered-list'); if ($curObj.closest('.root-ctg-ul').find('.hovered-list .menulist').length > 0) { $curObj.closest('.root-ctg-ul').find('.hovered-list .menulist').remove(); } megaMenu(); if ($curObj.hasClass('viewed')) { $curObj.removeClass('viewed'); } } else { megaMenueHegiht($curObj); } }, duration); } }; window.MegaMenuTimer = MegaMenuTimer; //mega nav timer var setNavTmr = delayTimer; var navigationTimer = { id: null, clear: function () { if (navigationTimer.id) { window.clearTimeout(navigationTimer.id); delete navigationTimer.id; } }, start: function (duration, $curObj) { navigationTimer.id = setTimeout(function () { if (!$curObj.hasClass('level-2-open')) { $curObj.siblings('.li-vert').removeClass('level-2-open'); $curObj.addClass('level-2-open'); if ($curObj.hasClass('brands')) { $curObj.find('.Brands-list').css({ 'min-height': '', 'overflow-y': '', 'overflow-x': '', 'max-height': '' }); $curObj.find('.Brands-list .blp-alpha-left').removeAttr('style'); $curObj.find('.Brands-list .blp-alpha-heading').removeAttr('style'); $curObj.find('.Brands-list .blp-alpha-left-child a').removeAttr('style'); var contentHeight = $curObj.find('.Brands-list').outerHeight() + $('.header-main').outerHeight() - 28; if (screen.availHeight > contentHeight) { $curObj.find('.Brands-list').css('min-height', $curObj.find('.Brands-list').outerHeight()); } else { if (window.matchMedia('(min-width: 1440px)').matches) { $curObj.find('.Brands-list').css('min-height', screen.availHeight - $('.header-main').outerHeight() - 28); $curObj.find('.Brands-list .blp-alpha-left').css('margin-bottom', '0'); $curObj.find('.Brands-list .blp-alpha-heading').css('padding-bottom', '0'); $curObj.find('.Brands-list .blp-alpha-left-child a').css('padding-bottom', '0'); var h = $curObj.find('.Brands-list .blp-alpha-left-child a').height(); var padding = $curObj.find('.Brands-list').height() - $curObj.find('.Brands-list .shop-all-btn').outerHeight() - $curObj.find('.first-row').height() - $curObj.find('.second-row').height() - $curObj.find('.third-row').height(); padding /= ($curObj.find('.first-row').height() / h + $curObj.find('.second-row').height() / h + $curObj.find('.third-row').height() / h); $curObj.find('.Brands-list .blp-alpha-heading').css('padding-bottom', padding + 'px'); $curObj.find('.Brands-list .blp-alpha-left-child a').css('padding-bottom', padding + 'px'); } else { $curObj.find('.Brands-list').css('max-height', screen.availHeight - $('.header-main').outerHeight() - 28); $curObj.find('.Brands-list').css({ 'overflow-y': 'auto', 'overflow-x': 'hidden' }); } } } $curObj.siblings('.li-vert').find('.level-1-cat').removeAttr('style'); $curObj.siblings('.li-vert').find('.level-1-cat').css('opacity', '0.7'); if ($curObj.hasClass('cat2211269')) { $curObj.find('.level-1-cat').css({ 'color': '#B72F3B', 'font-weight': '700', 'opacity': '' }); } else { $curObj.find('.level-1-cat').css({ 'color': '#1E1E1E', 'font-weight': '700', 'opacity': '' }); } } }, duration); } }; delete megaMenu; //mega nav drop down function megaMenu() { //var $con = $('.products-megamenudrop .root-ctg-ul'); var $con = $(' .products-megamenudrop .root-ctg-ul'); $con.each(function () { var $mega = $(this).find('.hovered-list'); var divlength = 5; var datalist = ''; var brandcontent = ''; if ($mega.find('.megamenu-categories .brands').length > 0) { brandcontent = $mega.find('.megamenu-categories .brands').html(); } $mega.find('.megamenu-categories').find('.menulist').remove(); for (var i = 1; i <= divlength; i++) { $mega.find('.megamenu-categories').append('

    '); $mega.find('.mega_subcategory').each(function () { if (!$(this).hasClass('brands')) { if ($(this).find('a.toplevel-subcategory').eq(0).hasClass('column-' + i)) { datalist = $(this).html(); $mega.find('.menulist-' + i).append(datalist); if ($(this).find('a').length > 1) { $mega.find('.menulist-' + i).addClass('multiple-tags'); $mega.find('.menulist-' + i).find('a').last().addClass('last-tag'); } else if ($(this).find('a').length == 1) { $mega.find('.menulist-' + i).addClass('single-tag'); } } } }); } if ($mega.find('.megamenu-categories').find('.column-cat').length == 0) { var category = $mega.find('.megamenu-categories').html(); $mega.find('.megamenu-categories').html('').append('

    ' + category + '

    '); } else { $mega.find('.menulist').appendTo($mega.find('.column-cat')); } var length = $mega.find('.menulist').length; for (var j = 1; j <= length; j++) { if ($mega.find('.menulist-' + j).children().length == 0) { $mega.find('.menulist-' + j).remove(); } } $mega.find('.categery-flayout-right-sec').appendTo($mega.find('.megamenu-categories')); $mega.find('.mega_subcategory').addClass('hide'); if ($mega.find('.megamenu-categories .brand-catalog').length == 0) { $mega.find('.megamenu-categories').append( '

    ' + brandcontent + '

    ' ); } else { $mega.find('.brand-catalog').appendTo($mega.find('.megamenu-categories')); } $mega.find('.shop-all-desk ').appendTo($mega.find('.megamenu-categories .brand-catalog')); $mega.find('.brand-catalog .toplevel-subcategory').text('Brands:'); $mega.parents('.level-2').css('width', 'unset'); var catWidth = $mega.find('.column-cat').width(); //console.log("setting column cat width line 352 ", $mega.find('.column-cat').length, catWidth, $mega.find('.megamenu-categories').hasClass('widthToken')); if (catWidth <= 0) { //console.log("Extra setup required1"); var w = 0; if ($mega.find('.categery-flayout-right-sec').html() != '' && enableRightBlock) { w = 77; $mega.find('.categery-flayout-right-sec').css({ 'width': '22%' }); } else { w = 90; } $mega.find('.column-cat').css({ 'width': w + '%' }); // if (!$mega.find('.megamenu-categories').hasClass('widthToken')) { // $mega.find('.megamenu-categories').addClass('widthToken'); // } } ////console.log("setting column cat width line 347 ",catWidth); if (!$mega.find('.megamenu-categories').hasClass('widthToken')) { //console.log("line 360: ", catWidth, $mega.find('.categery-flayout-right-sec').outerWidth(), $mega.parents('.root-ctg-ul').outerWidth()); var panelWidth = catWidth + $mega.parents('.root-ctg-ul').outerWidth() + 64; if (enableRightBlock) { panelWidth += $mega.find('.categery-flayout-right-sec').outerWidth(); } panelWidth *= 100; panelWidth /= 1519; $mega.find('.megamenu-categories').addClass('widthToken'); $mega.find('.megamenu-categories').addClass('' + panelWidth); $mega.parents('.level-2').css('width', panelWidth + '%'); var bannerWidth = ($mega.find('.categery-flayout-right-sec').outerWidth() * 100) / (catWidth + $mega.find('.categery-flayout-right-sec').outerWidth()); if (enableRightBlock) { $mega.find('.categery-flayout-right-sec').css({ 'width': bannerWidth + '%', 'padding-right': '0' }); $mega.find('.categery-flayout-right-sec .mega-menu-banner').css({ 'padding-right': '32px' }); catWidth = 100 - (isNaN(bannerWidth) ? 0 : bannerWidth); } //console.log("setting column cat width line 358 ", catWidth); $mega.find('.column-cat').css('width', catWidth + '%'); } else { var d = $mega.find('.megamenu-categories').attr('class').split(' ').pop(); $mega.parents('.level-2').css('width', d + '%'); } if ($mega.find('.megamenu-categories .brand-catalog .level-4').length == 0) { $mega.find('.megamenu-categories .brand-catalog .shop-all-desk').css('width', '100%'); } $mega.parents('.level-2').css({ 'min-height': '', 'overflow-y': '' }); var x; if ($mega.parents('.root-ctg-ul').outerHeight() > $mega.find('.column-cat').outerHeight()) { x = $mega.parents('.root-ctg-ul').outerHeight(); } else { x = $mega.find('.column-cat').outerHeight() + 32; } var contentHeight = $mega.find('.brand-catalog').outerHeight() + $('.header-main').outerHeight() + x; if (screen.availHeight > contentHeight) { $mega.parents('.level-2').css('min-height', $mega.find('.brand-catalog').outerHeight() + x); } else { $mega.parents('.level-2').css('min-height', screen.availHeight - $('.header-main').outerHeight() - 28); if (window.matchMedia('(min-width: 1440px)').matches) { $mega.find('.menulist').css('margin-bottom', '0'); $mega.find('.menulist .level-4').css('padding', '0 0 0'); $mega.find('.menulist .level-4 .li-vert').css('margin', '0'); var padding = $mega.parents('.level-2').outerHeight() - $mega.find('.brand-catalog').outerHeight() - $mega.find('.column-cat').height(); var maxli; var maxbrand; for (var n = 1; n <= $mega.find('.menulist').length; n++) { if (n == 1) { maxli = $mega.find('.menulist-' + n).find('.li-vert').length; maxbrand = $mega.find('.menulist-' + n).find('.level-4').length; } if ($mega.find('.menulist-' + n).find('.level-4').length > maxbrand) { maxbrand = $mega.find('.menulist-' + n).find('.level-4').length; } if ($mega.find('.menulist-' + n).find('.li-vert').length > maxli) { maxli = $mega.find('.menulist-' + n).find('.li-vert').length; } } padding /= (maxli + maxbrand); $mega.find('.menulist .level-3-cat').css('padding', '0 0 ' + padding + 'px'); $mega.find('.menulist .li-vert').css('padding', '0 0 ' + padding + 'px'); } else { $mega.parents('.level-2').css('overflow-y', 'auto'); } } }); } function megaMenueHegiht($curObj) { var $mega = $curObj; $mega.parents('.level-2').css({ 'min-height': '', 'overflow-y': '' }); $mega.find('.menulist').removeAttr('style'); $mega.find('.menulist .level-4').removeAttr('style'); $mega.find('.menulist .level-4 .li-vert').removeAttr('style'); var x; if ($mega.parents('.root-ctg-ul').outerHeight() > $mega.find('.column-cat').outerHeight()) { x = $mega.parents('.root-ctg-ul').outerHeight(); } else { x = $mega.find('.column-cat').outerHeight() + 32; } var contentHeight = $mega.find('.brand-catalog').outerHeight() + $('.header-main').outerHeight() + x; if (screen.availHeight > contentHeight) { $mega.parents('.level-2').css('min-height', $mega.find('.brand-catalog').outerHeight() + x); } else { $mega.parents('.level-2').css('min-height', screen.availHeight - $('.header-main').outerHeight() - 28); if (window.matchMedia('(min-width: 1440px)').matches) { $mega.find('.menulist').css('margin-bottom', '0'); $mega.find('.menulist .level-4').css('padding', '0 0 0'); $mega.find('.menulist .level-4 .li-vert').css('margin', '0'); var padding = $mega.parents('.level-2').outerHeight() - $mega.find('.brand-catalog').outerHeight() - $mega.find('.column-cat').height(); var maxli; var maxbrand; for (var s = 1; s <= $mega.find('.menulist').length; s++) { if (s == 1) { maxli = $mega.find('.menulist-' + s).find('.li-vert').length; maxbrand = $mega.find('.menulist-' + s).find('.level-4').length; } if ($mega.find('.menulist-' + s).find('.level-4').length > maxbrand) { maxbrand = $mega.find('.menulist-' + s).find('.level-4').length; } if ($mega.find('.menulist-' + s).find('.li-vert').length > maxli) { maxli = $mega.find('.menulist-' + s).find('.li-vert').length; } } padding /= (maxli + maxbrand); $mega.find('.menulist .level-3-cat').css('padding', '0 0 ' + padding + 'px'); $mega.find('.menulist .li-vert').css('padding', '0 0 ' + padding + 'px'); } else { $mega.parents('.level-2').css('overflow-y', 'auto'); } } } $(window).resize(function () { if (window.matchMedia('(max-width: 1025px)').matches) { $('.products-megamenudrop .mega_subcategory').removeClass('hide'); $('.products-megamenudrop .menulist').addClass('hide'); } else { $('.products-megamenudrop .mega_subcategory').addClass('hide'); $('.products-megamenudrop .menulist').removeClass('hide'); } }); megaMenu(); function brandModifications() { $(document).off('mouseenter', '.brand-row a').on('mouseenter', '.brand-row a', function () { location.href = jQuery(this).attr('href'); }); $(document).off('mouseenter', '.brand-row a img').on('mouseenter', '.brand-row a img', function () { location.href = jQuery(this).parent().attr('href'); }); } function launchScript() { $('.top-level-cat .root-ctg-ul .level-2-rootctg').addClass('viewed'); $('.top-level-cat').addClass('viewed'); // mega menu timer delay code $('body').off('mouseenter', '.menu-category .top-level-cat').on('mouseenter', '.menu-category .top-level-cat', function () { if (window.matchMedia('(min-width: 1025px)').matches) { var $curObj = $(this); navigationTimer.start(setNavTmr, $curObj); if ($(this).hasClass('viewed')) { setTimeout(function () { if ($curObj.hasClass('brands')) { $curObj.find('.Brands-list').css({ 'min-height': '', 'overflow-y': '', 'overflow-x': '', 'max-height': '' }); var contentHeight = $curObj.find('.Brands-list').outerHeight() + $('.header-main').outerHeight() - 28; if (screen.availHeight > contentHeight) { $curObj.find('.Brands-list').css('min-height', $curObj.find('.Brands-list').outerHeight()); } else { if (window.matchMedia('(min-width: 1440px)').matches) { $curObj.find('.Brands-list').css('min-height', screen.availHeight - $('.header-main').outerHeight() - 28); $curObj.find('.Brands-list .blp-alpha-left').css('margin-bottom', '0'); $curObj.find('.Brands-list .blp-alpha-heading').css('padding-bottom', '0'); $curObj.find('.Brands-list .blp-alpha-left-child a').css('padding-bottom', '0'); var h = $curObj.find('.Brands-list .blp-alpha-left-child a').height(); var padding = $curObj.find('.Brands-list').height() - $curObj.find('.Brands-list .shop-all-btn').outerHeight() - $curObj.find('.first-row').height() - $curObj.find('.second-row').height() - $curObj.find('.third-row').height(); padding /= ($curObj.find('.first-row').height() / h + $curObj.find('.second-row').height() / h + $curObj.find('.third-row').height() / h); $curObj.find('.Brands-list .blp-alpha-heading').css('padding-bottom', padding + 'px'); $curObj.find('.Brands-list .blp-alpha-left-child a').css('padding-bottom', padding + 'px'); } else { $curObj.find('.Brands-list').css('max-height', screen.availHeight - $('.header-main').outerHeight() - 28); $curObj.find('.Brands-list').css({ 'overflow-y': 'auto', 'overflow-x': 'hidden' }); } } } $curObj.removeClass('viewed'); }, 500); } } }).off('mouseleave', '.menu-category .top-level-cat, .menu-category').on('mouseleave', '.menu-category .top-level-cat, .menu-category', function () { if (window.matchMedia('(min-width: 1025px)').matches) { var $curObj = $(this); if ($curObj.hasClass('menu-category')) { $curObj.find('.top-level-cat').removeClass('level-2-open'); $('.menu-category').find('.level-1-cat').removeAttr('style'); } navigationTimer.clear(); } }); // secand level catageries. $('body').off('mouseenter', '.products-megamenudrop .level-2-rootctg ').on('mouseenter', '.products-megamenudrop .level-2-rootctg', function () { if (window.matchMedia('(min-width: 1025px)').matches) { var $curObj = $(this); MegaMenuTimer.clear(); MegaMenuTimer.start(SetMenuTimer, $curObj); //console.log("Submenu hovered -- has noSubCats? ", $curObj.hasClass('noSubCats')); if ($curObj.hasClass('noSubCats')) { $('.level-2.megamenudrop.products-megamenudrop.Products').addClass('shortWinow'); } else { $('.level-2.megamenudrop.products-megamenudrop.Products').removeClass('shortWinow'); } } }).off('mouseleave', '.products-megamenudrop .level-2-rootctg').on('mouseleave', '.products-megamenudrop .level-2-rootctg', function () { if (window.matchMedia('(min-width: 1025px)').matches) { MegaMenuTimer.clear(); } }); $(document).off('mouseenter', '.level-top-tab_vertical').on('mouseenter', '.level-top-tab_vertical', function () { if (window.matchMedia('(min-width: 1025px)').matches) { //console.log("----> ", $(this).find('.products-megamenudrop .product-first-menu > a').length); var $curObj = $(this).find('.products-megamenudrop .product-first-menu'); MegaMenuTimer.clear(); MegaMenuTimer.start(SetMenuTimer, $curObj); } }).off('mouseleave', '.level-top-tab_vertical').on('mouseleave', '.level-top-tab_vertical', function () { if (window.matchMedia('(min-width: 1025px)').matches) { MegaMenuTimer.clear(); } }); $(document).off('mouseenter', '.menu-category .li-vert a:not(".back-clp, .noSubCats")').on('mouseenter', '.menu-category .li-vert a:not(".back-clp, .noSubCats")', function (e) { history.pushState(undefined, '', window.location.href); if (window.matchMedia('(max-width: 1025px)').matches) { var $curObj = $(this), $parent = $curObj.closest('.li-vert'); if ($curObj.hasClass('level-1-cat')) { e.preventDefault(); $parent.addClass('active-cat-1').siblings('li').addClass('in-active-cat-1'); $(this).closest('#navigation').addClass('level-1-open'); $(this).closest('#navigation').find('.close-menu').hide(); $(this).closest('#navigation').find('.header-menu-utility').insertAfter($parent.find('.top-level-cat-name .content')); if ($parent.hasClass('brands')) { $parent.find('.blp-alpha-heading').each(function (i, obj) { $(obj).replaceWith($('' + $(obj).text() + '')); }); } } else if ($curObj.hasClass('level-2-cat')) { if ($parent.hasClass('active-cat-2') || $parent.find('.level-3').length < 1) { return true; } else { e.preventDefault(); $parent.closest('.active-cat-1').addClass('level-2-active-cat'); $parent.addClass('active-cat-2').siblings('li').addClass('in-active-cat-2'); $(this).closest('#navigation').find('.close-menu').hide(); $(this).closest('.top-level-cat').find('.top-level-cat-name').hide(); $(this).closest('#navigation').find('.header-menu-utility').insertAfter($parent.find('.sub-level-cat-name')); } } else if ($curObj.hasClass('level-3-cat')) { e.preventDefault(); if ($parent.hasClass('active-cat-3')) { $parent.find('.level-4').slideUp(); $parent.removeClass('active-cat-3').nextAll('.li-vert').removeClass('in-active-cat-3'); $(this).closest('#navigation').removeClass('navigation-main3'); } else { $parent.siblings('.li-vert').removeClass('active-cat-3').addClass('in-active-cat-3').find('.level-4').slideUp(); $parent.removeClass('in-active-cat-3').addClass('active-cat-3').find('.level-4').slideDown(); $(this).closest('#navigation').addClass('navigation-main3'); } } if ($curObj.hasClass('blp-alpha-heading')) { e.preventDefault(); if ($(this).parents('.content-asset').hasClass('active-content-asset')) { $(this).parents('.content-asset').find('.blp-alpha-left').hide(); $(this).parents('.content-asset').removeClass('active-content-asset'); $(this).parents('.right-section').find('.content-asset').removeClass('in-active-content-asset'); $(this).closest('#navigation').removeClass('navigation-main3'); } else { $(this).parents('.right-section').find('.content-asset').removeClass('active-content-asset').addClass('in-active-content-asset').find('.blp-alpha-left').hide(); $(this).parents('.content-asset').removeClass('in-active-content-asset').addClass('active-content-asset').find('.blp-alpha-left').show(); $(this).closest('#navigation').addClass('navigation-main3'); } } } }); $(document).find('.back-root').closest('.content').off('click').on('click', function (e) { if (window.matchMedia('(max-width: 1025px)').matches) { e.preventDefault(); var $curObj = $(this).find('.back-root'), $parent = $curObj.closest('.li-vert'); if ($curObj.hasClass('back-root')) { if ($parent.hasClass('active-cat-1')) { if ($parent.hasClass('brands')) { $parent.find('.blp-alpha-heading').each(function (i, obj) { $(obj).replaceWith($('

    ' + $(obj).text() + '

    ')); }); $parent.find('.content-asset').removeClass('in-active-content-asset').removeClass('active-content-asset'); $parent.find('.blp-alpha-left').removeAttr('style'); } $parent.removeClass('active-cat-1').siblings('.li-vert').removeClass('in-active-cat-1'); $(this).closest('#navigation').removeClass('level-1-open'); $(this).closest('#navigation').find('.close-menu').show(); $parent.find('.header-menu-utility').insertAfter('#navigation .close-menu'); } if ($parent.hasClass('active-cat-2')) { $parent.removeClass('active-cat-2').siblings('.li-vert').removeClass('in-active-cat-2'); $parent.find('.li-vert').removeClass('in-active-cat-3 active-cat-3'); $parent.closest('.active-cat-1').removeClass('level-2-active-cat'); $parent.find('.header-menu-utility').insertAfter('#navigation .close-menu'); $(this).parents('.top-level-cat').find('.top-level-cat-name').show(); $(this).closest('#navigation').find('.header-menu-utility').insertAfter($(this).parents('.top-level-cat').find('.top-level-cat-name .content')); } } } $(this).closest('#navigation').removeClass('navigation-main3'); }); $(document).on('click', '.read-more', function (e) { e.preventDefault(); if (window.matchMedia('(max-width: 500px)').matches) { $(this).closest('.main-section').find('.left-section').toggleClass('ReadMoreaActive'); $(this).find('span').toggleClass('hide'); } }); //brandModifications(); } launchScript();});require(['jquery', 'Magento_Customer/js/customer-data', 'domReady!', ], function($, customerData) { let freeShipping = setInterval(function () { if ($('.amlocator-cart-details').length) { clearInterval(freeShipping); if ($(".amlocator-cart-details > span:contains('Pickup At')").length > 0) { $(".freeship-progress").hide(); } } }, 10); let freeShippingCart = setInterval(function () { if (jQuery('.cart-summary').length) { clearInterval(freeShippingCart); if (jQuery('.freeship-price').length) { jQuery('.freeship-progress').css('cursor', 'pointer !important'); jQuery('.freeship-progress').click(function () { location.href = 'https://www.tasawoq.com/'; }); } if (jQuery(window).width() < 996) { jQuery('

    ') .prependTo('.column') .append(jQuery('.freeship-progress')); } } }, 100); let tasawoqLogo = setInterval(function () { if (jQuery(window).width() < 996) { if (jQuery('.logo').length) { clearInterval(tasawoqLogo); jQuery('.logo').hover(function() { jQuery(this).css('cursor','pointer'); }); jQuery('.logo').click(function() { location.href= 'https://www.tasawoq.com/'; }); jQuery('.accounts').click(function() { location.href= 'https://www.tasawoq.com/customer/account/login/'; }); jQuery('.nav-3').click(function () { location.href = 'https://www.tasawoq.com/brands';}); } }}, 10);jQuery('#modal-background').click(function () { jQuery('#modal-background').css('display', 'none');});let mesgMinOrder = setInterval(function () { if (jQuery('.messages').length) { clearInterval(mesgMinOrder); jQuery(".message-notice").html(function () { return jQuery(this) .html() .replace("Minimum order amount", "Minimum order") });jQuery('.message.notice').css('opacity', '1'); }}); });

    Pantene PRO-V Shampoo Color Care 200 ml (2025)
    Top Articles
    Latest Posts
    Recommended Articles
    Article information

    Author: Dr. Pierre Goyette

    Last Updated:

    Views: 6015

    Rating: 5 / 5 (50 voted)

    Reviews: 89% of readers found this page helpful

    Author information

    Name: Dr. Pierre Goyette

    Birthday: 1998-01-29

    Address: Apt. 611 3357 Yong Plain, West Audra, IL 70053

    Phone: +5819954278378

    Job: Construction Director

    Hobby: Embroidery, Creative writing, Shopping, Driving, Stand-up comedy, Coffee roasting, Scrapbooking

    Introduction: My name is Dr. Pierre Goyette, I am a enchanting, powerful, jolly, rich, graceful, colorful, zany person who loves writing and wants to share my knowledge and understanding with you.