כל הזרים, הוואזות והמארזים של Pampas Mood — במקום אחד.
כל הזרים, הוואזות והמארזים של Pampas Mood — במקום אחד.
) return; window.pampasFlashyBirthdayOffset = true; const birthdayText = /בא לך מתנה ליום הולדת/; let shadowObserver; const attach = () => { const host = document.querySelector('flashy-popup'); const root = host && host.shadowRoot; if (!root) return false; const updatePosition = () => { const popup = root.querySelector('.fls-popup'); const contactDock = document.querySelector('.pampas-contact-dock'); if (!popup || !contactDock || !birthdayText.test(popup.textContent || '')) return; const dockRect = contactDock.getBoundingClientRect(); if (!dockRect.height) return; const dockBottom = Math.max(0, window.innerHeight - dockRect.bottom); const offset = Math.ceil(dockBottom + dockRect.height + 12); popup.style.setProperty('bottom', `${offset}px`, 'important'); }; shadowObserver = new MutationObserver(updatePosition); shadowObserver.observe(root, { childList: true, subtree: true }); window.addEventListener('resize', updatePosition, { passive: true }); updatePosition(); return true; }; if (!attach()) { const timer = window.setInterval(() => { if (attach()) window.clearInterval(timer); }, 250); window.setTimeout(() => window.clearInterval(timer), 15000); } })();