/* ========================================================= GREEN MOOD — MASTER JAVASCRIPT V5 Intro + Product Loader + Bottom Nav + ONE Popup ========================================================= */ (function () { 'use strict'; /* ========================================================= SETTINGS ========================================================= */ const INTRO_DURATION = 2700; const PRODUCT_LOADER_DURATION = 950; const POPUP_DELAY_AFTER_INTRO = 650; const POPUP_REOPEN_HOURS = 12; const INTRO_KEY = 'gm_intro_session_v5'; const POPUP_KEY = 'gm_offer_seen_v5'; const PRODUCT_KEY_PREFIX = 'gm_product_loader_'; /* ========================================================= PATH HELPERS ========================================================= */ function gmPath() { return window.location.pathname .replace(/\/+$/, '') .toLowerCase(); } function gmIsHome() { const path = gmPath(); return ( path === '' || path === '/ar' || path === '/en' ); } function gmIsCart() { const path = gmPath(); return ( path.includes('/cart') || path.includes('/basket') ); } function gmIsCheckout() { const path = gmPath(); return ( path.includes('/checkout') || path.includes('/payment') ); } function gmIsProduct() { const path = gmPath(); return ( path.includes('/product/') || path.includes('/products/') || !!document.querySelector('salla-add-product-button') ); } /* ========================================================= CLEAN OLD GREEN MOOD ELEMENTS ========================================================= */ function gmCleanOldElements() { const selectors = [ '#gm-home-loader', '#gm-intro', '#gm-cup-loader', '#gm-new-loader', '#gm-jeddah-intro', '#gm-product-loader', '#gm-offer-popup-overlay', '#gm-offer-popup', '#gm-offer-overlay' ]; selectors.forEach(function (selector) { document .querySelectorAll(selector) .forEach(function (el) { el.remove(); }); }); document.documentElement.style.overflow = ''; } /* ========================================================= BOTTOM NAV ========================================================= */ function gmCreateBottomNav() { if (document.getElementById('gm-bottom-nav')) { gmUpdateBottomNav(); return; } const nav = document.createElement('nav'); nav.id = 'gm-bottom-nav'; nav.innerHTML = ` الرئيسية الأقسام السلة دخول `; document.body.appendChild(nav); const searchBtn = document.getElementById('gm-search-btn'); if (searchBtn) { searchBtn.addEventListener( 'click', function () { const selectors = [ 'header input[type="search"]', '.search-input', '.s-search-input', 'input[placeholder*="بحث"]', '[class*="search"] input' ]; let input = null; for (const selector of selectors) { input = document.querySelector(selector); if (input) break; } if (input) { input.scrollIntoView({ behavior:'smooth', block:'center' }); setTimeout(function () { input.focus(); }, 300); } } ); } gmUpdateBottomNav(); } /* ========================================================= HIDE BOTTOM NAV المنتج + السلة + الدفع ========================================================= */ function gmUpdateBottomNav() { const nav = document.getElementById('gm-bottom-nav'); if (!nav) return; const hide = gmIsProduct() || gmIsCart() || gmIsCheckout() || !!document.querySelector('salla-cart-summary'); if (hide) { nav.style.setProperty( 'display', 'none', 'important' ); } else { nav.style.removeProperty('display'); } } /* ========================================================= HOME INTRO براند سعودي → صنع في جدة → GREEN MOOD ========================================================= */ function gmShowHomeIntro(done) { if (!gmIsHome()) { done(); return; } if ( sessionStorage.getItem(INTRO_KEY) === '1' ) { done(); return; } sessionStorage.setItem( INTRO_KEY, '1' ); const intro = document.createElement('div'); intro.id = 'gm-jeddah-intro'; intro.innerHTML = `
واحصل على
ماسك الماتشا مجانًا
مع أي طلب من المتجر