Home
Product weight - 0.34 kg

Strawberry Preserve BEST SELLERDefault Title

Our strawberry preserve is rich, bright, and bursting with ripe strawberry flavour.  Made with generous whole fruit, it has a beautifully thick texture and a perfectly balanced sweetness that lets the natural fruit shine.  Comforting, familiar and endlessly moreish, it's delicious on toast and scones, swirled through yogurt, or spooned straight from the jar.

Product weight - 0.34 kg{ "id": 8624609853747, "title": "Lime Curd", "handle": "lime-curd", "price": 480, "price_min": 480, "price_max": 480, "available": true, "price_varies": false, "compare_at_price": null, "compare_at_price_min": 0, "compare_at_price_max": 0, "compare_at_price_varies": false, "options_with_values": [{"name":"Title","position":1,"values":["Default Title"]}], "variants": [{ "id": 46810289013043, "title": " default-title", "option1": "Default Title", "option2":null, "option3":null, "sku": null, "requires_shipping": true, "taxable": true, "selling_plan_allocations":null, "featured_image":null, "available": true, "public_title": " default-title", "options": ["Default Title"], "price": 480, "weight": 340, "unit_price": null, "unit_price_measurement": { "measured_type": null, "quantity_value": null, "quantity_unit": null, "reference_value": null, "reference_unit": null }, "compare_at_price": null, "inventory_quantity": -3, "inventory_management": null, "inventory_policy": "deny", "next_incoming_date": null, "barcode": null }], "featured_image": "\/\/www.johnmuircountrystore.com\/cdn\/shop\/files\/Lime_Curd.jpg?v=1755541865", "options": ["Title"] }
£4.80
Quantity
something for everyone
Related Products
something for everyone

Related Products

/** @description timeout used for deferred discount request scheduling */ const ECOMSEND_DISCOUNT_IDLE_TIMEOUT_MS = 1500 /** @description apply discount code from url query only when parameter exists */ function applyWillDiscountCode() { const urlParams = new URLSearchParams(window.location.search) const willDiscountCode = urlParams.get("willDiscountCode") if (!willDiscountCode) { return } fetch("/cart/update.js", { method: "POST", headers: { "Content-Type": "application/json", }, body: JSON.stringify({ discount: willDiscountCode, }), }) } try { if (!window.__ecomsendDeferredTasksScheduled) { /** @description global guard to avoid duplicate deferred task scheduling */ window.__ecomsendDeferredTasksScheduled = true if (window.requestIdleCallback) { window.requestIdleCallback(() => { applyWillDiscountCode() }, { timeout: ECOMSEND_DISCOUNT_IDLE_TIMEOUT_MS }) } else { window.setTimeout(() => { applyWillDiscountCode() }, ECOMSEND_DISCOUNT_IDLE_TIMEOUT_MS) } } } catch (error) {} if (window.EcomSendApps?.common?.shop?.id) { window.localStorage.setItem("ECOMSEND:ES_SHOP_ID", window.EcomSendApps.common.shop.id) }