/* Add custom Js styles below */ document.addEventListener("DOMContentLoaded", function () { const section = document.querySelector( "section.product-bundle-offer.product-bundle-offer-6.section-space" ); if (section) { const textEl = section.querySelector(".special-offer-wrapper p"); if (textEl) { textEl.textContent = "شحن مجاني للطلبات بقيمة 299 ريال وأكثر من المنتجات التالية"; } } }); ////