£4.80

This clear waxed medium cheddar with crunchy caramelised onions is delicious with oaties, drizzled with honey or topped with our caramelised onion chutney.  V.Quantity

Allergens - MILK Add to cart

Product weight - 0.2 kg
share : 
£6.20
something for everyone
Related Products
share : 
Lime Curd
something for everyone

Related Products

//EcomSend APPS COMMON JS CODE window.EcomSendApps = window.EcomSendApps || {} window.EcomSendApps.design_mode = false window.EcomSendApps.common = window.EcomSendApps.common || {} window.EcomSendApps.common.shop = { permanent_domain: 'john-muir-country.myshopify.com', currency: "GBP", money_format: "£{{amount}}", id: 80637690163, } window.EcomSendApps.common.customer = { id: null, tags: null, email: null, accepts_marketing: null, first_name: null, } window.EcomSendApps.common.template = 'product'
window.shopLocale = 'en'
function loadReactDependencies() { return new Promise((resolve, reject) => { const reactScript = document.createElement('script'); reactScript.defer = true; reactScript.src = 'https://cdn.shopify.com/extensions/0199cc51-79a9-7683-9ccd-23cc01a7d5f7/ecomsend-app-88/assets/react_react-dom.min.js'; reactScript.onload = () => { if (window.React && window.ReactDOM) { resolve(); } else { reject(new Error('React not properly loaded')); } }; reactScript.onerror = () => { reject(new Error('Failed to load React')); }; document.head.appendChild(reactScript); }); } function loadMobxDependencies() { return new Promise((resolve, reject) => { const mobxScript = document.createElement('script'); mobxScript.defer = true; mobxScript.src = 'https://cdn.shopify.com/extensions/0199cc51-7