/* Add custom Js styles below */ if (!window.location.pathname.includes('/cart')) { const htmlContent = `
Masagati Showroom
ضمان مصاغاتي طلب الإرجاع سريع وسهل
مصاغاتي اكسبريس التوصيل خلال 12 ساعة داخل مدينة الدمام وضواحيها
`; // Find the target element const targetElement = document.querySelector('.bg-storeBG.p-5.rounded-md.mb-5'); // Insert the HTML content before the target element if (targetElement) { targetElement.insertAdjacentHTML('beforebegin', htmlContent); } else { console.error('Target element with class "bg-storeBG p-5 rounded-md mb-5" not found.'); } }