James Squire Spades

Our Drinks

Our beverages. Good for your next occasion. And the next…

Discover our range of beverages below.

Our beers

Learn more about our pale ales, lager, and alcohol free beers.

Alcoholic ginger beers

The only way to get an authentic flavour is with real ginger.

Whisky Sodas

Signature flavour with serious refreshment.

Cider

Refreshing, cloudy cider from another level.

document.addEventListener('DOMContentLoaded', function () { const button = document.querySelector('#expand-nutrition-btn'); // id selector const nutrition = document.querySelector('.Nutritional_Info'); const icon = button.querySelector('.elementor-button-icon'); if (button && nutrition && icon) { button.addEventListener('click', function (event) { event.preventDefault(); nutrition.classList.toggle('-expand'); icon.classList.toggle('-rotate'); }); } });