Skip to main content
if (window.innerWidth <= 768) { // typical mobile breakpoint document.querySelectorAll('.single_add_to_cart_button, .add_to_cart_button').forEach(function(btn){ btn.textContent = 'Buy now'; }); }