Search
Cheese
Cheese
Hampers
Our luxury hampers are the perfect gift for any cheese & food lover. You will discover our great range of cheddar truckles and speciality hand-waxed cheeses.
We have a wide selection for you to choose from. A great variety of cheeses and enjoy our assortment of accompaniments, carefully sourced from our hand picked producers. Mouth watering chutneys, preserves jams & jellies. A delicious range of biscuits, sweet treats & crunchy oatcakes, to name a few. A delightful gift to give or receive. What's not to love.
something for everyone
Shop our Hampers
Cheese Shop
Shop all Cheese
Flavoured Cheese
[]
£3.30
£0.00
Flavoured Cheese

Chutneys/Mustards
Truffles & Sweet Treats
Fresh Farmhouse Butter
2 Isle of Arran Cheeses + 1 Chutney
Marmalades
£17.00
Oatcakes
Log in
Apple Jelly
Chilli Chilli Bang Chutney
An impressive mildly hot chutney from John Muir Country Store. A definite for those who like a tangy flavour. Add to any pasta dish for extra flavour!
Allergens - BARLEY - SULPHITES
£0.00
Accompaniments
Delivery
Terms & Conditions
function createEcomSendMainStyleEle() {
const ele = document.createElement("link");
ele.rel = "stylesheet";
ele.href = 'https://cdn.shopify.com/extensions/be192494-4a0f-499e-b722-cfc8e2e2a2c0/ecomsend-popups-71/assets/style.css';
ele.dataset.ecomsendTag = "load-alternate-css";
return ele;
};
if (window.EcomSendApps?.enableAlternateCSSLoading ?? false) {
document.head.appendChild(createEcomSendMainStyleEle());
};
try {
function checkMarketingEvent() {
const urlParams = new URLSearchParams(browser.location.search)
const marketingId = urlParams.get("es_marketingId")
if (marketingId && window.localStorage) {
window.localStorage.setItem("ecomsend_marketingId", marketingId)
}
}
checkMarketingEvent()
} catch (e) {}
let isEcomSendIn
itialized = false;
function createEcomSendMainJSEle() {
if (isEcomSendInitialized) return;
const ele = document.createElement("script");
ele.defer = true;
ele.id = "ecomsend-main-js";
ele.src = 'https://cdn.shopify.com/extensions/be192494-4a0f-499e-b722-cfc8e2e2a2c0/ecomsend-popups-71/assets/ecomsend.js';
if (null === document.getElementById(ele.id)) {
document.head.appendChild(ele);
isEcomSendInitialized = true;
};
};
function EcomsendOnMobxLoaded() {
createEcomSendMainJSEle();
};
let checkCount = 0;
const maxChecks = 15;
function EcomsendBackupCheck() {
if (isEcomSendInitialized) return;
checkCount++;
if (window.React && window.ReactDOM) {
createEcomSendMainJSEle();
return;
}
if (checkCount
<
maxChecks) {
setTimeout(EcomsendBackupCheck, 1000);
} else {
createEcomSendMainJSEle();
}
}
setTimeout(EcomsendBackupCheck, 1000);