/* Add custom Js code below */ document.addEventListener("DOMContentLoaded", function () { const waitForBlock = setInterval(() => { const heading = Array.from(document.querySelectorAll("h2")) .find(el => el.textContent.trim().includes("منتجات العناية")); if (heading && heading.closest("section")) { clearInterval(waitForBlock); const sectionBlock = heading.closest("section"); const wrapper = document.createElement("section"); wrapper.className = "mishkat-categories-wrapper"; wrapper.style.cssText = ` margin: 40px 0; padding: 30px 10px 10px; background-color: #f9f9f9; border-radius: 12px; `; wrapper.innerHTML = `