Trade & Media

We greatly value our trade and media partners and appreciate your ongoing support. Below please find a selection of resources to assist in promoting our wines. If you are unable to locate an item, please contact Melissa Vogt at melissa@magnummedia.co.

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