Skip to content
Call Us
Email Us
8AM - 8PM Daily
BOATS
Close BOATS
Open BOATS
PRODUCTS
Close PRODUCTS
Open PRODUCTS
PROGRAMS
Close PROGRAMS
Open PROGRAMS
INFORMATION
Close INFORMATION
Open INFORMATION
Home
/ Products tagged “horizon 3”
horizon 3
Showing the single result
Default sorting
Sort by popularity
Sort by latest
Sort by price: low to high
Sort by price: high to low
Horizon 3
$
0.00
Add to cart
document.addEventListener('DOMContentLoaded', function () { const section = document.querySelector('.accordion-lock'); if (!section) return; section.addEventListener('click', function (e) { const summary = e.target.closest('summary.e-n-accordion-item-title'); if (!summary) return; const currentDetails = summary.closest('details.e-n-accordion-item'); if (!currentDetails) return; const isOpening = !currentDetails.hasAttribute('open'); if (isOpening) { const allDetails = section.querySelectorAll('details.e-n-accordion-item[open]'); allDetails.forEach(function (item) { if (item !== currentDetails) { item.removeAttribute('open'); } }); } }); });