{"title":"Wheat Crunchies","description":"\u003csection class=\"wheat-top\"\u003e\n\n  \u003cstyle\u003e\n    .wheat-top {\n      --so-heading: #303030;\n      --so-text: #4E4681;\n      --so-pink: #F12A73;\n      --so-pink-dark: #D91E62;\n      --so-purple: #8A5CF5;\n      --so-purple-dark: #7040D8;\n      --so-blue: #55BFFF;\n      --so-green: #277B73;\n      --so-border: #E1E2E8;\n      --so-white: #FFFFFF;\n\n      max-width: 1180px;\n      margin: 0 auto;\n      padding: 10px 20px 30px;\n      color: var(--so-text);\n      font-family: inherit;\n      line-height: 1.7;\n    }\n\n    .wheat-top * {\n      box-sizing: border-box;\n    }\n\n    .wheat-top h1,\n    .wheat-top h2,\n    .wheat-top p {\n      margin-top: 0;\n    }\n\n    .wheat-top h1,\n    .wheat-top h2 {\n      color: var(--so-heading);\n      line-height: 1.15;\n    }\n\n\n    \/* HERO *\/\n\n    .wheat-top__hero {\n      position: relative;\n      max-width: 1040px;\n      margin: 0 auto;\n      padding: clamp(26px, 4vw, 46px);\n      overflow: hidden;\n\n      border: 1px solid var(--so-border);\n      border-radius: 24px;\n\n      background:\n        radial-gradient(\n          circle at 7% 8%,\n          rgba(138, 92, 245, 0.18),\n          transparent 25%\n        ),\n        radial-gradient(\n          circle at 95% 10%,\n          rgba(241, 42, 115, 0.15),\n          transparent 24%\n        ),\n        radial-gradient(\n          circle at 90% 90%,\n          rgba(85, 191, 255, 0.12),\n          transparent 22%\n        ),\n        linear-gradient(\n          135deg,\n          #FFFFFF 0%,\n          #FBF9FF 100%\n        );\n\n      text-align: center;\n\n      box-shadow:\n        0 14px 36px rgba(78, 70, 129, 0.10);\n    }\n\n\n    \/* HERO IMAGE *\/\n\n    .wheat-top__image {\n      position: relative;\n      z-index: 1;\n      margin-bottom: 24px;\n    }\n\n    .wheat-top__image img {\n      display: block;\n      width: 100%;\n      max-width: 100%;\n      height: auto;\n      margin: 0 auto;\n      border-radius: 16px;\n    }\n\n\n    \/* CONTENT *\/\n\n    .wheat-top__content {\n      position: relative;\n      z-index: 1;\n      max-width: 800px;\n      margin: 0 auto;\n    }\n\n    .wheat-top__eyebrow {\n      display: inline-block;\n      margin: 0 0 10px;\n      padding: 6px 11px;\n\n      border-radius: 999px;\n\n      background: rgba(138, 92, 245, 0.10);\n      color: var(--so-purple-dark);\n\n      font-size: 12px;\n      font-weight: 900;\n      letter-spacing: 0.11em;\n      line-height: 1.2;\n      text-transform: uppercase;\n    }\n\n    .wheat-top h1 {\n      margin: 0 0 10px;\n\n      font-size: clamp(36px, 5vw, 58px);\n      letter-spacing: -0.035em;\n    }\n\n    .wheat-top__tagline {\n      margin: 0 0 16px;\n\n      color: var(--so-pink);\n\n      font-size: clamp(21px, 2.6vw, 30px);\n      font-weight: 850;\n      line-height: 1.25;\n    }\n\n    .wheat-top__intro {\n      max-width: 720px;\n      margin: 0 auto 15px;\n\n      font-size: 17px;\n      line-height: 1.65;\n    }\n\n\n    \/* HERO BUTTONS *\/\n\n    .wheat-top__actions {\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      gap: 12px;\n      margin: 24px 0 18px;\n    }\n\n    .wheat-top__button {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n\n      min-height: 50px;\n      padding: 13px 23px;\n\n      border: 2px solid transparent;\n      border-radius: 12px;\n\n      color: #FFFFFF !important;\n\n      font-size: 15px;\n      font-weight: 900;\n      line-height: 1.2;\n\n      text-decoration: none !important;\n\n      box-shadow:\n        0 7px 16px rgba(78, 70, 129, 0.12);\n\n      transition:\n        transform 0.18s ease,\n        box-shadow 0.18s ease,\n        background 0.18s ease;\n    }\n\n    .wheat-top__button:hover {\n      transform: translateY(-2px);\n\n      box-shadow:\n        0 11px 22px rgba(78, 70, 129, 0.17);\n    }\n\n    .wheat-top__button--primary {\n      background: var(--so-pink);\n    }\n\n    .wheat-top__button--primary:hover {\n      background: var(--so-pink-dark);\n    }\n\n    .wheat-top__button--secondary {\n      background: var(--so-purple);\n    }\n\n    .wheat-top__button--secondary:hover {\n      background: var(--so-purple-dark);\n    }\n\n\n    \/* DELIVERY *\/\n\n    .wheat-top__delivery {\n      display: inline-block;\n      margin: 0;\n      padding: 10px 16px;\n\n      border: 1px solid rgba(39, 123, 115, 0.25);\n      border-radius: 10px;\n\n      background: rgba(39, 123, 115, 0.08);\n      color: var(--so-green);\n\n      font-size: 15px;\n      font-weight: 850;\n    }\n\n\n    \/* FULL BOXES *\/\n\n    .wheat-top__boxes {\n      max-width: 1040px;\n      margin: 22px auto 0;\n      padding: 24px;\n\n      border: 1px solid var(--so-border);\n      border-radius: 20px;\n\n      background: var(--so-white);\n\n      box-shadow:\n        0 9px 24px rgba(78, 70, 129, 0.07);\n    }\n\n    .wheat-top__boxes-heading {\n      margin-bottom: 17px;\n      text-align: center;\n    }\n\n    .wheat-top__boxes-heading h2 {\n      margin: 0 0 5px;\n\n      font-size: clamp(23px, 3vw, 31px);\n      letter-spacing: -0.02em;\n    }\n\n    .wheat-top__boxes-heading p {\n      margin-bottom: 0;\n      font-size: 15px;\n    }\n\n\n    \/* FULL BOX BUTTON *\/\n\n    .wheat-top__box-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      max-width: 500px;\n      margin: 0 auto;\n      gap: 10px;\n    }\n\n    .wheat-top__box {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n\n      min-height: 62px;\n      padding: 10px 12px;\n\n      border: 1px solid var(--so-border);\n      border-top: 3px solid var(--so-purple);\n      border-radius: 12px;\n\n      background:\n        linear-gradient(\n          135deg,\n          #FFFFFF 0%,\n          #FBF9FF 100%\n        );\n\n      color: var(--so-heading) !important;\n\n      font-size: 13px;\n      font-weight: 850;\n      line-height: 1.3;\n      text-align: center;\n\n      text-decoration: none !important;\n\n      transition:\n        transform 0.18s ease,\n        border-color 0.18s ease,\n        box-shadow 0.18s ease;\n    }\n\n    .wheat-top__box:hover {\n      transform: translateY(-2px);\n\n      border-color: rgba(138, 92, 245, 0.40);\n\n      box-shadow:\n        0 7px 16px rgba(78, 70, 129, 0.10);\n    }\n\n\n    \/* MOBILE *\/\n\n    @media screen and (max-width: 600px) {\n\n      .wheat-top {\n        padding-right: 14px;\n        padding-left: 14px;\n      }\n\n      .wheat-top__hero {\n        padding: 24px 17px 28px;\n        border-radius: 18px;\n      }\n\n      .wheat-top__image {\n        margin-bottom: 20px;\n      }\n\n      .wheat-top__image img {\n        border-radius: 13px;\n      }\n\n      .wheat-top__actions {\n        flex-direction: column;\n      }\n\n      .wheat-top__button {\n        width: 100%;\n      }\n\n      .wheat-top__boxes {\n        padding: 19px 14px;\n        border-radius: 16px;\n      }\n\n      .wheat-top__box {\n        min-height: 60px;\n        padding: 9px 8px;\n        font-size: 12px;\n      }\n\n    }\n\n  \u003c\/style\u003e\n\n\n  \u003c!-- HERO --\u003e\n\n  \u003cheader class=\"wheat-top__hero\"\u003e\n\n    \u003cdiv class=\"wheat-top__image\"\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0038\/3952\/4953\/files\/ChatGPT_Image_Sep_13_2026_02_35_56_PM.png?v=1789306571\" alt=\"Wheat Crunchies Crispy Bacon and Spicy Tomato snacks\"\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"wheat-top__content\"\u003e\n\n      \u003cp class=\"wheat-top__eyebrow\"\u003e\n        Big crunch. Big flavour.\n      \u003c\/p\u003e\n\n      \u003ch1\u003e\n        Buy Wheat Crunchies Online\n      \u003c\/h1\u003e\n\n      \u003cp class=\"wheat-top__tagline\"\u003e\n        Proper crunchy snacks packed with classic flavour.\n      \u003c\/p\u003e\n\n      \u003cp class=\"wheat-top__intro\"\u003e\n        Looking for \u003cstrong\u003eWheat Crunchies\u003c\/strong\u003e? Stock up on the\n        unmistakable crunch of this classic British snack, including\n        favourites such as Crispy Bacon and Spicy Tomato.\n      \u003c\/p\u003e\n\n      \u003cp class=\"wheat-top__intro\"\u003e\n        Shop individual bags or grab a full box and keep your favourite\n        Wheat Crunchies well stocked.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"wheat-top__actions\"\u003e\n\n        \u003ca class=\"wheat-top__button wheat-top__button--primary\" href=\"\/collections\/wheat-crunchies\"\u003e\n          Shop All Wheat Crunchies\n        \u003c\/a\u003e\n\n        \u003ca class=\"wheat-top__button wheat-top__button--secondary\" href=\"\/collections\/wheat-crunchies\/wheat-crunchies-full-boxes\"\u003e\n          Shop Full Boxes\n        \u003c\/a\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cp class=\"wheat-top__delivery\"\u003e\n        Tracked UK delivery options available.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/header\u003e\n\n\n  \u003c!-- SHOP FULL BOXES --\u003e\n\n  \u003csection class=\"wheat-top__boxes\"\u003e\n\n    \u003cdiv class=\"wheat-top__boxes-heading\"\u003e\n\n      \u003ch2\u003e\n        Shop Wheat Crunchies Full Boxes\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Love Wheat Crunchies? Stock up on your favourite flavours with full boxes.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"wheat-top__box-grid\"\u003e\n\n      \u003ca class=\"wheat-top__box\" href=\"\/collections\/wheat-crunchies\/wheat-crunchies-full-boxes\"\u003e\n        View All Wheat Crunchies Full Boxes\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/section\u003e","products":[{"product_id":"wheat-crunchies-crispy-bacon-flavour-snacks-32g-55p-pmp-full-box-of-30","title":"Wheat Crunchies Crispy Bacon Flavour Snacks 32g 55p PMP – Full Box of 30","description":"\u003cp\u003eStock up on the classic taste of Wheat Crunchies Crispy Bacon with a full box of 30 × 32g bags.\u003c\/p\u003e\n\u003cp\u003eCrunchy, savoury and packed with that unmistakable Crispy Bacon flavour, Wheat Crunchies are a proper old-school snack favourite. Perfect for stocking up at home, sharing with family or simply making sure you've always got a bag handy.\u003c\/p\u003e\n\u003cp\u003eBuying by the full box is a great way to stock up and enjoy better value than buying individual bags.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBox contains:\u003c\/strong\u003e 30 × 32g bags\u003cbr\u003e\u003cstrong\u003eFlavour:\u003c\/strong\u003e Crispy Bacon\u003cbr\u003e\u003cstrong\u003ePack size:\u003c\/strong\u003e 32g\u003cbr\u003e\u003cstrong\u003ePrice marked:\u003c\/strong\u003e 55p\u003cbr\u003e\u003cstrong\u003eFull box:\u003c\/strong\u003e 30 bags\u003c\/p\u003e\n\u003ch3\u003eIngredients\u003c\/h3\u003e\n\u003cp\u003eFlour (\u003cstrong\u003eWheat\u003c\/strong\u003e Flour, Calcium, Iron, Niacin, Thiamin), Sunflower Oil, Crispy Bacon Flavour [Yeast Extract (contains \u003cstrong\u003eBarley\u003c\/strong\u003e), Dextrose, Flour (\u003cstrong\u003eWheat\u003c\/strong\u003e Flour, Calcium, Iron, Niacin, Thiamin), Salt, Sugar, Natural Flavouring, Spices, Acid: Citric Acid, Colour: Paprika Extract], Potassium Chloride, Salt.\u003c\/p\u003e","brand":"Wheat Crunchies","offers":[{"title":"Default Title","offer_id":40499744047292,"sku":"WCB30","price":13.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0038\/3952\/4953\/files\/wheat-crunchies-crispy-bacon-32g-full-box-30.png?v=1789313479"},{"product_id":"wheat-crunchies-crispy-bacon-flavour-snacks-34g-single-packet","title":"Wheat Crunchies Crispy Bacon Flavour Snacks 32g Single Packet 55p PMP","description":"\u003cp\u003eIndulge in the satisfying crunch of Wheat Crunchies Crispy Bacon Flavour Snacks! Made from whole wheat and bursting with delicious bacon flavor, these snacks are perfect for a quick, tasty treat. Each 32g packet is the perfect size for on-the-go snacking. Snack Happy with Wheat Crunchies!\u003c\/p\u003e\n\u003c!----\u003e","brand":"Wheat Crunchies","offers":[{"title":"Default Title","offer_id":42315254399209,"sku":"WCCBSP34G","price":0.55,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0038\/3952\/4953\/files\/Wheat_Crunchies_Crispy_Bacon_Flavour_Snacks_32g_55p_PMP_Full_Box_30_Pack.jpg?v=1753442949"},{"product_id":"wheat-crunchies-spicy-tomato-crisps-70g-1-25-pmp","title":"Wheat Crunchies Spicy Tomato Crisps 70g £1.35 PMP","description":"\u003cp data-mce-fragment=\"1\"\u003eExperience a delicious burst of spicy flavor with Wheat Crunchies' Spicy Tomato Crisps! Our 70g pack is a tasty, tangy treat, perfect for snacking on at the cinema or as an afternoon snack. Yum-my!\u003c\/p\u003e\n\u003ch3\u003eIngredients\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eWheat\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eFlour (with Calcium, Iron, Niacin, Thiamin), Durum\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eWheat\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eSemolina, Sunflower Oil, Spicy Tomato Flavour [Sugar, Salt, Dried Spirit Vinegar, Dried Tomato, Dried Onion, Potassium Chloride, Yeast Extract, Acids: Citric Acid, Malic; Spices, Dried\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eBarley\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eMalt Vinegar, Dried Tomato Concentrate, Dried Garlic, Natural Flavourings, Colour: Paprika Extract], Potassium Chloride, Salt\u003c\/p\u003e","brand":"Wheat Crunchies","offers":[{"title":"Default Title","offer_id":45712361423081,"sku":"5000237203576","price":1.35,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0038\/3952\/4953\/files\/5000237203583.jpg?v=1752837598"},{"product_id":"wheat-crunchies-spicy-tomato-crisps-70g-1-35-pmp-full-box-of-16","title":"Wheat Crunchies Spicy Tomato Crisps 70g £1.35 PMP – Full Box of 16","description":"\u003cp\u003eStock up on the classic taste of Wheat Crunchies Spicy Tomato with a full box of 16 × 70g bags.\u003c\/p\u003e\n\u003cp\u003eCrunchy, tangy and packed with that unmistakable Spicy Tomato flavour, these tube-shaped wheat snacks are a proper old-school favourite. The larger 70g bags are perfect for Wheat Crunchies fans who simply can't get enough.\u003c\/p\u003e\n\u003cp\u003eBuying by the full box is a great way to stock up and enjoy better value than buying individual bags.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBox contains:\u003c\/strong\u003e 16 × 70g bags\u003cbr\u003e\u003cstrong\u003eFlavour:\u003c\/strong\u003e Spicy Tomato\u003cbr\u003e\u003cstrong\u003ePack size:\u003c\/strong\u003e 70g\u003cbr\u003e\u003cstrong\u003ePrice marked:\u003c\/strong\u003e £1.35\u003cbr\u003e\u003cstrong\u003eFull box:\u003c\/strong\u003e 16 bags\u003c\/p\u003e\n\u003ch3\u003eIngredients\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eWheat\u003c\/strong\u003e Flour (with Calcium, Iron, Niacin, Thiamin), Durum \u003cstrong\u003eWheat\u003c\/strong\u003e Semolina, Sunflower Oil, Spicy Tomato Flavour [Sugar, Salt, Dried Spirit Vinegar, Dried Tomato, Dried Onion, Potassium Chloride, Yeast Extract, Acids: Citric Acid, Malic; Spices, Dried \u003cstrong\u003eBarley\u003c\/strong\u003e Malt Vinegar, Dried Tomato Concentrate, Dried Garlic, Natural Flavourings, Colour: Paprika Extract], Potassium Chloride, Salt.\u003c\/p\u003e","brand":"Wheat Crunchies","offers":[{"title":"Default Title","offer_id":57428922564988,"sku":"112070","price":17.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0038\/3952\/4953\/files\/wheat-crunchies-spicy-tomato-70g-full-box-16.png?v=1789313328"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0038\/3952\/4953\/collections\/ChatGPT_Image_Sep_13_2026_02_35_56_PM.png?v=1789306775","url":"https:\/\/www.snacksonline.co.uk\/collections\/wheat-crunchies\/wheat-crunchies-full-boxes.oembed","provider":"Snacks Online","version":"1.0","type":"link"}