For questions, support, or feedback, please use the form below or reach out to us through the admin-managed contact details.

document.addEventListener('DOMContentLoaded', function() { if (typeof window.updateCartBadges === 'function') window.updateCartBadges(); }); window.addEventListener('storage', function(e) { if (e.key === 'cart' && typeof window.updateCartBadges === 'function') { window.updateCartBadges(); } });