No party is complete without a quality glass of wine, so might we suggest this absolutely delightful bottle of 100 percent cabernet from Baldacci? It has a bright, not-too-heavy mouthfeel, with notes of strawberry, plum, vanilla bean and espresso.

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