/* ===================================================================== FARDAT TAA — FULL PAGE INJECTION (JS half) Paste into: Dashboard → Advanced Customization → Custom JavaScript Pairs with salla-full-page.css. How it works: 1. Hides Salla's default body via .taa-mounted class on . 2. Builds entire page markup from .dc.html source (inline styles kept). 3. Wires hover/reveal/countdown. ===================================================================== */ (function () { 'use strict'; /* ---- IMAGE URLS — replace after uploading to Salla CDN ---- */ var IMG = { hero: 'https://b.top4top.io/p_3837hkeha1.png', signature: 'https://cdn.salla.sa/your-store/uploads/c-4.jpg' }; /* ---------------------------------------------------------------- SALLA PRODUCT IDS — REPLACE WITH YOUR ACTUAL SALLA PRODUCT IDS. Get them from: Dashboard → Products → open product → ID in URL. Order here matches the 4 best-seller cards + 4 related cards. Same IDs can repeat across sections; that's fine. ---------------------------------------------------------------- */ var PRODUCT_IDS = { bestSellers: [ 0, // 0 = سكري النخبة ← replace 0 with your product id 0, // 1 = عجوة المدينة 0, // 2 = صندوق الضيافة 0 // 3 = خلاص الخرج ], related: [ 0, // 0 = عجوة المدينة 0, // 1 = سكري النخبة 0, // 2 = صقعي الفاخر 0 // 3 = خلاص الخرج ], pdpProduct: 0, // main product on the product page bulkProduct: 0, // bulk offer / 5 boxes giftSignature: 0, // signature gift collection giftMajales: 0, // صندوق المجالس giftDhiyafa: 0 // صندوق الضيافة }; /* WhatsApp number for wholesale CTA (E.164, no +) */ var WHATSAPP = '966559502178'; /* ---- DATA (inlined from