document.addEventListener('DOMContentLoaded', function () { if (window.innerWidth < 992) return; const navContainer = document.querySelector('#mainnav .flex.items-stretch.justify-between.relative'); if (!navContainer) return; const menu = document.createElement('div'); menu.className = 'custom-desktop-menu'; menu.innerHTML = ` حليب الأطفال حفاضات الأطفال المكملات الغذائية العناية بالطفل والأم العناية بالجمال العناية الشخصية الأدوية والأجهزة الطبية العطور `; const logoSection = navContainer.querySelector('.flex.items-center'); if (logoSection) { logoSection.appendChild(menu); } }); /*الفوتر*/ document.addEventListener('DOMContentLoaded', function() { const footerGrid = document.querySelector( '.store-footer__inner .grid.grid-cols-2.lg\\:grid-cols-5' ); if (!footerGrid) return; const importantLinksColumn = footerGrid.children[1]; const newColumn = document.createElement('div'); newColumn.className = 'mb-2.5 custom-footer-column'; newColumn.innerHTML = ` `; importantLinksColumn.insertAdjacentElement('afterend', newColumn); }); /*سكيما*/ (function () { if (!location.pathname.includes('/category/')) return; const schema = { "@context": "https://schema.org", "@type": "CollectionPage", "@id": location.href + "#collection", "url": location.href, "name": document.querySelector('meta[property="og:title"]')?.content || document.title, "description": document.querySelector('meta[name="description"]')?.content || "", "image": document.querySelector('meta[property="og:image"]')?.content || "", "inLanguage": "ar-SA" }; const script = document.createElement('script'); script.type = 'application/ld+json'; script.textContent = JSON.stringify(schema); document.head.appendChild(script); })();