(1)  1,599
(6)  1,090
(5)  308
(17)  3,125
(16)  3,750
(17)  498
(17)  1,075

Anti Dandruff

SCHUPEN SHAMPOO 150ml

(17)  895
(16)  5,000
(11)  1,327
(14)  879
(11)  2,200
window.addEventListener("load", function() { // Only run this script on specific pages where 'brandSearch' exists const pageName = window.location.pathname; // Check if we are on a page that should have the 'brandSearch' element const pagesWithBrandSearch = ['/anti-hair-fall/', '/finasteride-01-topical-spray/', '/minoxidil-hair-spray/']; // If current page is one of the pages with brandSearch, proceed if (pagesWithBrandSearch.includes(pageName)) { const input = document.getElementById("brandSearch"); // Only add event listener if 'brandSearch' exists if (input) { input.addEventListener("keyup", function() { const filter = input.value.toLowerCase(); const items = document.querySelectorAll("ul.pwb-row li"); items.forEach(function(item) { const text = item.textContent.toLowerCase(); item.style.display = text.includes(filter) ? "block" : "none"; }); }); } } });