The Baldacci Family Vineyards Discovery Collection ($60) comes in a Napa artist-illustrated gift box with a trio of 100-ml glass bottles of 2021 vintage wines from the Baldacci Family Vineyards portfolio. Each glass bottle is a single-serving size (3.4 oz), making this set ideal for gifting, wine tasting parties, multi-course meals, and more.

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