2021 Oakville 94 pts, 2021 Ruppert Coombsville 94 pts, 2021 Calistoga 93 pts, 2021 Diamond Mountain District 93 pts, 2021 Black Label 92 pts

Shop the Cellar Series

// === Existing floating bar script === const floatingBar = document.querySelector('.elementor-location-floating_buttons'); window.addEventListener('scroll', () => { if (window.pageYOffset >= 100) { floatingBar.classList.add('hide-floating-bar'); } else { floatingBar.classList.remove('hide-floating-bar'); } });