/* Add custom Js code below */ document.querySelector('#mainnav a.navbar-brand img').src = 'https://cdn.salla.sa/form-builder/AUaAF6yNYWmswGHbl1bste8sd7XOfWmMzGEMsnIO.png'; const containers = document.querySelectorAll('div.container'); if (containers.length > 0) { for (let i = 0; i < containers.length; i++) { const img = containers[i].querySelector('img[src="https://cdn.salla.sa/form-builder/x3ZHzfhCp2nd757YOTAHjtXPDXQSIEPmbylAycxD.jpg"]'); if (img) { containers[i].id = 'IntroSecW'; break; // stop after the first match } } } const targetDiv = document.getElementById('IntroSecW'); if (targetDiv) { const section = targetDiv.closest('section'); if (section) { section.insertAdjacentHTML('afterend', `

منذ انطلاق بوتيك مجال الصرخة عام 2003، رسّخنا مكانتنا كوجهة رائدة للأزياء الراقية في جدة. يوفر البوتيك أكثر من 25 علامة تجارية فاخرة، تشمل الملابس الكاجوال الأنيقة والعبايات والجلابيات والفروات التي تُعد الخيار الأمثل لموسم الشتاء. يتم اختيار مجموعاتنا بعناية لتعكس طابعًا فريدًا يمنحكِ حضورًا واثقًا وأسلوبًا لا يُشبه سواكِ.

تسوقي الآن
`); } } // Select the footer > div.store-footer__inner const footerInner = document.querySelector('footer .store-footer__inner'); if (footerInner) { // Find the first tag inside it const targetLink = footerInner.querySelector('a'); if (targetLink) { // Remove any

inside the tag const h3 = targetLink.querySelector('h3'); if (h3) { h3.remove(); } // Create the new element const img = document.createElement('img'); img.src = 'https://cdn.salla.sa/form-builder/AUaAF6yNYWmswGHbl1bste8sd7XOfWmMzGEMsnIO.png'; img.className = 'logFcolon'; // Append the image to the tag targetLink.appendChild(img); } } // Select the container div const container = document.querySelector('.store-footer__inner .container'); if (container) { // Get all direct child divs inside the container const childDivs = container.querySelectorAll(':scope > div'); if (childDivs.length > 0) { // Create your custom HTML const customHTML = document.createElement('div'); customHTML.id = 'aboutStore'; customHTML.innerHTML = `

عن متجرنا

`; // Insert it after the first div childDivs[0].after(customHTML); } } document.addEventListener("DOMContentLoaded", function () { const aboutStoreDiv = document.getElementById("aboutStore"); if (!aboutStoreDiv) return; const targetText = "يوفر البوتيك أكثر من 25 علامة تجارية فاخرة، تشمل الملابس الكاجوال الأنيقة والعبايات والجلابيات والفروات التي تُعد الخيار الأمثل لموسم الشتاء. يتم اختيار مجموعاتنا بعناية لتعكس طابعًا فريدًا يمنحكِ حضورًا واثقًا وأسلوبًا لا يُشبه سواكِ."; // Find the target paragraph inside a