/* Add custom Js styles below */ /////////////////////////////////////////// let a=document.createElement('a'),i=document.createElement('img'); a.href="https://wa.me/+966549798433";a.target="_blank"; Object.assign(a.style,{position:"fixed",bottom:"20px",right:"20px",zIndex:"999",cursor:"pointer"}); Object.assign(i,{src:"https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg",width:60,height:60}); a.appendChild(i);document.body.appendChild(a); ; // CopyRights document.querySelector('.copyright-text').innerHTML = `صنع ${new Date().getFullYear()} | JOOD | بواسطة شركة ايجاد`; document.addEventListener("DOMContentLoaded", function() { const sections = document.querySelectorAll('section'); function checkVisibility() { sections.forEach(section => { const position = section.getBoundingClientRect(); if (position.top < window.innerHeight && position.bottom >= 0) { section.classList.add('visible'); } else { section.classList.remove('visible'); } }); } window.addEventListener("scroll", checkVisibility); checkVisibility(); // Check on load }); const sallaProductOptions = document.querySelector('salla-product-options'); const alertMessage = document.createElement('p'); alertMessage.textContent = "الرجاء اختيار أحد هذا الاختيارات للتمكن من اتمام الشراء"; alertMessage.style.backgroundColor = '#ffdddd'; alertMessage.style.color = '#a94442'; alertMessage.style.padding = '15px'; alertMessage.style.border = '1px solid #a94442'; alertMessage.style.borderRadius = '5px'; alertMessage.style.marginBottom = '10px'; alertMessage.style.fontWeight = 'bold'; alertMessage.style.textAlign = 'center'; sallaProductOptions.insertBefore(alertMessage, sallaProductOptions.firstChild);