spray-7

Recent Posts
0
document.addEventListener('DOMContentLoaded', function () { const openButtons = document.querySelectorAll('.more-info'); const closeButtons = document.querySelectorAll('.close');openButtons.forEach(button => { button.addEventListener('click', function () { const modalId = this.getAttribute('data-modal'); const modal = document.getElementById(modalId);if (modal) { modal.style.display = 'flex'; // Show the modal } }); });closeButtons.forEach(button => { button.addEventListener('click', function () { const modal = this.closest('.modal'); modal.style.display = 'none'; // Hide the modal }); });// Close the modal when clicking outside of it window.addEventListener('click', function (e) { document.querySelectorAll('.modal').forEach(modal => { if (e.target === modal) { modal.style.display = 'none'; // Close modal when clicking outside } }); }); });
0
    0
    Your basket
    Your basket is emptyReturn to Shop