(function() { if (localStorage.getItem('popup_lief_scent_shown')) return; const style = document.createElement('style'); style.innerHTML = ` #custom-popup-wrapper { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(240, 240, 240, 0.5); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); z-index: 999999; justify-content: center; align-items: center; } .popup-box { position: relative; width: 90%; max-width: 700px; } .popup-box img { width: 100%; border-radius: 20px; cursor: pointer; box-shadow: 0 10px 40px rgba(0,0,0,0.1); } .close-popup { position: absolute; top: -20px; right: -20px; width: 40px; height: 40px; background: #6f5486; color: #fff; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 24px; cursor: pointer; z-index: 1000001; } .img-desktop { display: block !important; } .img-mobile { display: none !important; } @media (max-width: 768px) { .img-desktop { display: none !important; } .img-mobile { display: block !important; } .popup-box { max-width: 95%; } } `; document.head.appendChild(style); const wrapper = document.createElement('div'); wrapper.id = 'custom-popup-wrapper'; wrapper.innerHTML = ` `; document.body.appendChild(wrapper); setTimeout(() => { wrapper.style.display = 'flex'; const markAsShown = () => { localStorage.setItem('popup_lief_scent_shown', 'true'); }; const closeBtn = wrapper.querySelector('.close-popup'); const popupLink = wrapper.querySelector('#popup-link'); closeBtn.onclick = () => { markAsShown(); wrapper.remove(); }; popupLink.onclick = () => { markAsShown(); }; wrapper.onclick = (e) => { if (e.target === wrapper) { markAsShown(); wrapper.remove(); } }; }, 3000); })(); window.addEventListener('load', function() { const images = document.querySelectorAll('img'); const targetSrc = "47bb3f35-5a52-42f0-a5fa-587059ece707.webp"; let image; images.forEach(img => { if (img.src.includes(targetSrc)) { image = img; } }); if (image) { image.src = "https://i.top4top.io/p_3759qnhrg1.png"; image.style.width = "120px"; image.style.height = "auto"; image.style.display = "block"; image.style.margin = "0 auto"; const textElement = document.createElement('div'); textElement.innerText = "موثق لدى منصة الأعمال"; textElement.style.marginTop = "8px"; textElement.style.fontSize = "14px"; textElement.style.fontWeight = "600"; textElement.style.textAlign = "center"; textElement.style.color = "#444"; textElement.style.width = "100%"; image.after(textElement); } }); window.addEventListener('load', function() { const images = document.querySelectorAll('img'); const targetSrc = "47bb3f35-5a52-42f0-a5fa-587059ece707.webp"; let image; images.forEach(img => { if (img.src.includes(targetSrc)) { image = img; } }); if (image) { image.src = "https://i.top4top.io/p_3759qnhrg1.png"; image.style.width = "120px"; image.style.height = "auto"; image.style.display = "block"; image.style.margin = "0 auto"; const textElement = document.createElement('div'); textElement.innerText = "موثق لدى منصة الأعمال"; textElement.style.marginTop = "8px"; textElement.style.fontSize = "14px"; textElement.style.fontWeight = "600"; textElement.style.textAlign = "center"; textElement.style.color = "#444"; textElement.style.width = "100%"; image.after(textElement); } });