/* Add custom CSS styles below */ 
document.querySelectorAll(".add-to-cart").forEach(btn => {
    btn.innerText = "احجز الآن";
});