A major draw will be 12 exclusive collaborations between joint Napa winemakers. Also on the roster is a partnership between four producers from the Stags Leap district: Baldacci Family Vineyards, Chimney Rock Winery, Pine Ridge Vineyards and Quixote Winery.

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