USA USA SHIPPING FROM $28 EU EU SHIPPING FROM €16
$

    Coming Soon.

    Filters

    Category
    Category
    Style
    Country
    Region
    Distillery
    Brand
    Age
    Maturation
    Strength
    Single Cask
    Market
    Botanicals
    Agave Species
    segments.forEach((segment, index) => { segment.addEventListener("click", () => { // 1. Handle the Visual Toggle (Existing) document.querySelector(".segment.active").classList.remove("active"); segment.classList.add("active"); indicator.style.transform = `translateX(${index * 100}%)`; // 2. Handle the Content Switch const targetId = "content-" + segment.innerText.toLowerCase(); // Hide all spirit sections document.querySelectorAll(".spirit-content").forEach(el => el.style.display = "none"); // Show the one we just clicked document.getElementById(targetId).style.display = "block"; }); });