/********* Header BG ****/ document.addEventListener("DOMContentLoaded", function () { const isHome = location.pathname === "/" || location.pathname === "/ar" || location.pathname === "/ar/" || location.pathname === "/en" || location.pathname === "/en/"; if (!isHome) return; document.body.classList.add("salla-home"); const elements = document.querySelectorAll(".store-header, .bg-inherit"); function toggleHeaderColor() { elements.forEach(el => { el.classList.toggle("scrolled", window.scrollY > 50); }); } toggleHeaderColor(); window.addEventListener("scroll", toggleHeaderColor); }); /********جدول القياسات ******/ /********* Size Guide Popup - Salla *********/ (function () { function initSizeGuide() { /* منع تشغيل الكود أكثر من مرة */ if (document.getElementById("size-guide-button")) { return; } /* التحقق من أن الصفحة صفحة منتج */ const productMeta = document.querySelector( 'meta[property="og:type"][content="product"]' ) || document.querySelector( 'meta[property="product:price:amount"]' ) || document.querySelector( 'meta[property="product:price:currency"]' ); const productDetails = document.querySelector("salla-product-options") || document.querySelector(".product-single") || document.querySelector("#product-form"); const isProductPage = Boolean( productMeta || productDetails ); /* عدم إظهار دليل المقاسات خارج صفحات المنتجات */ if (!isProductPage) { return; } /* إنشاء الزر الجانبي */ const sizeGuideButton = document.createElement("button"); sizeGuideButton.id = "size-guide-button"; sizeGuideButton.type = "button"; sizeGuideButton.setAttribute( "aria-label", "فتح دليل المقاسات" ); sizeGuideButton.innerHTML = ` دليل المقاسات `; /* إنشاء خلفية الـPopup ومحتواه */ const sizeGuideOverlay = document.createElement("div"); sizeGuideOverlay.id = "size-guide-overlay"; sizeGuideOverlay.setAttribute("aria-hidden", "true"); sizeGuideOverlay.innerHTML = `
|
EU الأوروبي |
UK البريطاني |
Bust (cm) الصدر |
Waist (cm) الخصر |
Hips (cm) الأرداف |
|---|---|---|---|---|
| 36 | 8 | 83 | 65 | 92 |
| 38 | 10 | 88 | 70 | 97 |
| 40 | 12 | 93 | 75 | 102 |
| 42 | 14 | 98 | 80 | 107 |
| 44 | 16 | 103 | 85 | 112 |
| 46 | 18 | 108 | 90 | 117 |