Wine tasting collaboration with Westport River Vineyards
August 20, 2026 |
5:30 pm -
8:00 pm

Purchase tickets

1992440641594

Join Gracie’s for an unforgettable summer evening at the beautiful Westport Rivers Vineyard, one of New England’s premier wineries.

Our Journey Through the Vines experience begins with a guided tour of the vineyard, where you’ll learn about the winemaking process, the unique coastal terroir of the South Coast, and the rich history behind this celebrated estate.

Following the tour, guests will enjoy a curated wine tasting featuring a selection of Westport Rivers wines, thoughtfully paired with seasonal small bites prepared by the culinary team at Gracie’s. Throughout the evening, you’ll have the opportunity to explore the vineyard grounds, connect with fellow food and wine enthusiasts, and savor the flavors of summer in a picturesque setting.

Whether you’re a longtime wine lover or simply looking for a unique evening out, this immersive experience offers the perfect blend of education, exceptional hospitality, and delicious food.

Your ticket includes:
• Guided vineyard tour
• Curated wine tasting at Westport Rivers Vineyard
• Seasonal small bites by Gracie’s
• Access to the vineyard grounds and tasting experience

Space is limited. Reserve your spot today and join us for a memorable Journey Through the Vines.

Guests must be 21+ to attend.

<div id="eventbrite-widget-container"></div>
<script src="https://www.eventbrite.com/static/widgets/eb_widgets.js"></script>
(function() {
    let pendingEventId = null;
    let modalCreated = false;
    
    document.addEventListener('click', function(e) {
        const btn = e.target.closest('.event-ticket-btn');
        if (btn) {
            let hiddenText = btn.parentElement.querySelector('.event-id-data');
            if (!hiddenText) {
                hiddenText = btn.previousElementSibling?.classList.contains('event-id-data') 
                    ? btn.previousElementSibling 
                    : btn.nextElementSibling;
            }
            
            if (hiddenText && hiddenText.textContent) {
                pendingEventId = hiddenText.textContent.trim();
            }
        }
    });
    
    const checkPopup = setInterval(function() {
        const container = document.getElementById('eventbrite-widget-container');
        
        if (container && container.offsetParent !== null && pendingEventId && !modalCreated && window.EBWidgets) {
            window.EBWidgets.createWidget({
                widgetType: "checkout",
                eventId: pendingEventId,
                modal: true, // This makes it a modal
                modalTriggerElementId: "eventbrite-widget-container"
            });
            modalCreated = true;
            
            // Auto-trigger the modal
            setTimeout(() => container.click(), 100);
        }
    }, 100);
})();