Experience a Scotch whisky tasting like no other! Led by Scottish comedian, Jeremy Bell, this tasting will leave you laughing.
March 29, 2026 |
4:00 pm -
7:00 pm

Purchase tickets

1977413591282

Get ready for a night of roasting, toasting, and full-on Scottish mischief!

Join us as toasting professional and Scottish comedian Jeremy Bell takes the stage for an evening you won’t soon forget. Dressed in full Highland regalia and happily switching between jokes and bagpipe blasts, Sir Jeremy will lead a lively four-whisky tasting guaranteed to keep spirits high. Premium cigars will be available for purchase to enjoy as you sip, laugh, and mingle.

But the fun doesn’t stop there! Jeremy will also demonstrate the dramatic art of sabrage, showing you how to open a bottle of champagne with a sword. A few brave (and lucky!) guests will even get the chance to try it themselves.

We’ll kick off the night with a warm cocktail reception featuring Scottish-inspired canapés and hors d’oeuvres, crafted specially for the occasion, before settling in for the main tasting.

MENU

Hopkins Farm Mutton Burgers
cigar smoked mustard, fermented cabbage, milk bun

Whole Smoked Scottish Salmon 
oatcakes, tattie scones, Caboc, traditional garnishes 

Crispy Rumbledethumps
cheddar cheese, golden potato, sweet onion

Pork Sausage Rolls
buttery pastry, juniper, caramelized apple

Scottish Dunlop Cheddar
honey, oat crackers, fig chutney, pickled turnips

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