2023 Wine Trend Predictions

What new wine trends will 2023 usher in? Whether you’re a longtime wine aficionado or new to the world of wine, let’s take a look at our top 2023 wine trend predictions. Trend #1: Sparkling Wines for Everyday This elegant traditional method sparkling wine made from estate-grown Pinot Noir makes every day a celebration. Champagne […]

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'); } });