An exclusive two-day escape to the North Fork, thoughtfully curated with private access, intimate tastings, and unforgettable coastal charm.
April 26, 2026 |
7:00 am -
11:30 pm

Purchase tickets

1977068662591

There are getaways… and then there are experiences designed entirely for you.

This spring, Gracie’s invites you to experience the best of Long Island’s renowned North Fork wine region on this food and wine tour, led by a team from Gracie’s with extensive culinary and wine experience.

April 26-27, 2026

This all-inclusive tour departs from Providence, Rhode Island, and blends elegant wine tastings, curated culinary experiences, and seamless transportation – so you can relax and indulge.

Our journey begins with a scenic ferry crossing into wine country, where guests will enjoy behind-the-scenes vineyard tours and curated tastings at celebrated estates, including Sparkling Pointe and Macari Vineyards. A rare visit to Peconic Escargot offers our group insider access to one of the region’s most distinctive artisanal farms, arranged exclusively for us.

We’ll retreat to the historic Rams Head Inn for an elegant evening and enjoy a lovely dinner featuring coastal cuisine by Chef Lisa Murphy. Ending the evening with a relaxed nightcap experience, complete with hidden surprises only Gracie’s could arrange.

The following day unfolds at a gentle pace, offering opportunities to explore hiking trails, savor coffee on the porch, or meet the local sheep. The afternoon continues with a custom cheese tasting, a charming village stroll, and a final vineyard lunch before gathering for a beautiful shore dinner.

What’s Included:

Perfect For:

  • Wine lovers & food enthusiasts
  • Couples & friend groups
  • Birthday, anniversary, or celebration trips
  • Anyone seeking a North Fork wine tour from Providence
<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);
})();