Cheese, Pickles &
a Lot of Heart

At Tagra, we make things the slow way — by hand, in small batches, with big flavour. From bold cheeses to tangy pickles, everything we jar or age is made to be shared, savoured, and loved.

document.addEventListener("DOMContentLoaded", function () { // Phone field (Elementor form) let phone = document.querySelector('input[name="phone"]'); if (phone) { phone.required = true; } // Postcode field (Elementor form) let postcode = document.querySelector('input[name="postcode"]'); if (postcode) { postcode.required = true; } });