{"product_id":"gluten-free-sugar-free-baking-collection","title":"The Ultimate Gluten-Free \u0026 Sugar-Free Baking Collection PRINTED BOOK","description":"\u003c!-- ============================================================= --\u003e\n\u003c!-- SELECTBOX \/ Super Brasil — The Ultimate Gluten-Free Baking      --\u003e\n\u003c!-- Collection. Shopify PRODUCT-DESCRIPTION fragment. Paste into the --\u003e\n\u003c!-- description HTML editor of the £19.90 PRINTED BOOK:             --\u003e\n\u003c!--   \/products\/gluten-free-sugar-free-baking-collection            --\u003e\n\u003c!-- Variant ID: 53621963981128                                      --\u003e\n\u003c!-- Images load from the bookverse CDN (public URLs, identical to  --\u003e\n\u003c!-- the first version, so the exact same photos render).           --\u003e\n\u003c!-- Works with One Click Upsell (OCU) by Zipify.                    --\u003e\n\u003c!-- Self-contained: no \u003chtml\u003e\/\u003chead\u003e\/\u003cbody\u003e, pure inline CSS,      --\u003e\n\u003c!-- no external CSS\/JS framework.                                  --\u003e\n\u003c!-- ============================================================= --\u003e\n\n\u003cstyle\u003e\n  \/* Google Fonts (font stylesheet only, not a framework) with safe fallbacks *\/\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Fraunces:opsz,wght@9..144,400;9..144,600;9..144,700\u0026family=Inter:wght@400;500;600;700\u0026display=swap');\n\n  \/* ---- Reset html\/body: kill margins\/padding + horizontal overflow ---- *\/\n  html, body {\n    margin: 0 !important;\n    padding: 0 !important;\n    overflow-x: clip !important;\n  }\n\n  \/* Collapse the product template's top\/side spacing so the landing starts at the\n     very top and no white strip is left around it. *\/\n  .product__container, .product__container--two-columns,\n  .product-main, .product-details,\n  .product-block, .product-block--description, .product-description {\n    margin-top: 0 !important;\n    padding-top: 0 !important;\n  }\n\n  \/* ============================================================= *\/\n  \/* Hide the whole store theme so ONLY this landing shows.         *\/\n  \/* Rule A: every element BEFORE the landing branch at any nesting *\/\n  \/* level (announcement bar, header, breadcrumb, native title),    *\/\n  \/* but NEVER one that contains the add-to-cart form (kept in DOM  *\/\n  \/* for OCU) and NEVER the OCU drawer (injected AFTER the content).*\/\n  :has(~ *:has(#gfbc)):not(:has(#gfbc)):not(:has(form[action*=\"\/cart\/add\"])):not(:has(.product-form)):not(#gfbc-sticky):not(#gfbc-sticky *) {\n    display: none !important;\n  }\n  \/* Rule B: theme sections\/blocks that wrap or follow the product  *\/\n  \/* content (footer, related products). Keeps the native form.     *\/\n  .shopify-section:has(#gfbc) ~ .shopify-section,\n  main:has(#gfbc) \u003e *:not(:has(#gfbc)):not(#gfbc):not(:has(form[action*=\"\/cart\/add\"])):not(#gfbc-sticky),\n  .product:has(#gfbc) \u003e *:not(:has(#gfbc)):not(#gfbc):not(:has(form[action*=\"\/cart\/add\"])):not(#gfbc-sticky),\n  .product-page:has(#gfbc) \u003e *:not(:has(#gfbc)):not(#gfbc):not(:has(form[action*=\"\/cart\/add\"])):not(#gfbc-sticky),\n  .product__info-container:has(#gfbc) \u003e *:not(:has(#gfbc)):not(#gfbc):not(:has(form[action*=\"\/cart\/add\"])):not(#gfbc-sticky) {\n    display: none !important;\n  }\n  \/* Rule C: explicit theme chrome fallback. Never matches the      *\/\n  \/* landing's own \u003cfooter class=\"gfbc-footer\"\u003e.                    *\/\n  header:not(#gfbc *),\n  footer:not(.gfbc-footer):not(#gfbc *),\n  [id*=\"shopify-section-header\"],\n  [id*=\"shopify-section-footer\"],\n  [id*=\"announcement\"],\n  .announcement-bar, .announcement, .top-bar, .utility-bar,\n  .breadcrumb, .breadcrumbs, .breadcrumbs__wrapper,\n  nav[aria-label*=\"readcrumb\"] {\n    display: none !important;\n  }\n\n  \/* ---- Native product form + buy buttons: keep in DOM, make visually hidden ---- *\/\n  \/* NOTE: never display:none the native form — that breaks OCU add-to-cart. *\/\n  .product-form,\n  form[action*=\"\/cart\/add\"],\n  .product-form--atc-button,\n  .product__submit,\n  .shopify-payment-button,\n  .product-block--title,\n  .product-block--price,\n  .product-block--buy-buttons,\n  .product-block--sku,\n  .product-gallery,\n  .product__title,\n  .product__price {\n    position: absolute !important;\n    width: 1px !important;\n    height: 1px !important;\n    padding: 0 !important;\n    margin: -1px !important;\n    overflow: hidden !important;\n    clip: rect(0, 0, 0, 0) !important;\n    white-space: nowrap !important;\n    border: 0 !important;\n    opacity: 0 !important;\n    pointer-events: none !important;\n  }\n\n  \/* =====================  LANDING STYLES (scoped to #gfbc)  ===================== *\/\n  #gfbc {\n    width: 100vw;\n    margin-left: calc(-50vw + 50%);\n    background: #FAF6EC;\n    color: #2E2A24;\n    font-family: \"Inter\", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;\n    font-size: 16px;\n    line-height: 1.7;\n    -webkit-font-smoothing: antialiased;\n    text-align: left;\n  }\n  #gfbc *,\n  #gfbc *::before,\n  #gfbc *::after { box-sizing: border-box; }\n\n  #gfbc h1, #gfbc h2, #gfbc h3 {\n    font-family: \"Fraunces\", Georgia, \"Times New Roman\", serif;\n    line-height: 1.12;\n    letter-spacing: -0.015em;\n    margin: 0;\n    font-weight: 600;\n    color: #2E2A24;\n  }\n  #gfbc p { margin: 0; }\n  \/* Override themes that force `img { height:100%; width:100% }`, which would stretch photos. *\/\n  #gfbc img { display: block; max-width: 100%; width: 100%; height: auto !important; }\n\n  #gfbc .gfbc-wrap { max-width: 1120px; margin: 0 auto; padding: 0 20px; }\n  #gfbc .gfbc-narrow { max-width: 820px; }\n  #gfbc .gfbc-muted { color: #6f675b; }\n  #gfbc .gfbc-eyebrow {\n    margin: 0 0 16px;\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: #84844F;\n  }\n  #gfbc .gfbc-stars { display: inline-flex; align-items: center; gap: 2px; color: #84844F; }\n  #gfbc .gfbc-stars svg { width: 17px; height: 17px; fill: currentColor; }\n\n  \/* ---- CTA buttons ---- *\/\n  #gfbc .gfbc-cta {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    border: 0;\n    cursor: pointer;\n    border-radius: 3px;\n    padding: 16px 32px;\n    font-family: inherit;\n    font-size: 14px;\n    font-weight: 600;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    background: #5C4432;\n    color: #FAF6EC;\n    transition: background-color .18s ease, opacity .18s ease;\n  }\n  #gfbc .gfbc-cta:hover { background: #2E2A24; }\n  #gfbc .gfbc-cta.gfbc-cta--cream { background: #FAF6EC; color: #5C4432; }\n  #gfbc .gfbc-cta.gfbc-cta--cream:hover { background: #ffffff; }\n  #gfbc .gfbc-cta.gfbc-cta--lg { padding: 20px 40px; font-size: 16px; }\n  #gfbc .gfbc-cta[aria-busy=\"true\"] { opacity: .55; pointer-events: none; }\n  #gfbc .gfbc-cta:focus-visible { outline: 2px solid #84844F; outline-offset: 3px; }\n  #gfbc a:focus-visible, #gfbc summary:focus-visible { outline: 2px solid #84844F; outline-offset: 3px; }\n  #gfbc .gfbc-cta-note { margin-top: 12px; font-size: 14px; color: #6f675b; }\n\n  \/* ---- Layout helpers ---- *\/\n  #gfbc .gfbc-grid2 { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }\n  #gfbc .gfbc-section { padding: 64px 0; }\n\n  \/* ---- Hero ---- *\/\n  #gfbc .gfbc-hero { padding: 48px 0 56px; }\n  #gfbc .gfbc-hero h1 { font-size: 34px; }\n  #gfbc .gfbc-hero .gfbc-sub { margin-top: 20px; max-width: 560px; color: #6f675b; }\n  #gfbc .gfbc-price { margin-top: 28px; font-family: \"Fraunces\", Georgia, serif; font-size: 22px; font-weight: 600; }\n  #gfbc .gfbc-pills { list-style: none; margin: 32px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }\n  #gfbc .gfbc-pills li {\n    border: 1px solid rgba(132,132,79,.45);\n    border-radius: 999px;\n    padding: 6px 14px;\n    font-size: 12px;\n    font-weight: 500;\n    color: rgba(46,42,36,.8);\n  }\n  #gfbc .gfbc-cover { width: 100%; border-radius: 3px; object-fit: cover; }\n\n  \/* ---- Social proof ---- *\/\n  #gfbc .gfbc-proof { border-top: 1px solid rgba(132,132,79,.3); border-bottom: 1px solid rgba(132,132,79,.3); }\n  #gfbc .gfbc-proof .gfbc-wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; padding-top: 18px; padding-bottom: 18px; }\n  #gfbc .gfbc-proof p { font-size: 14px; font-weight: 500; }\n\n  \/* ---- Conversion band (deep brown) ---- *\/\n  #gfbc .gfbc-band { background: #5C4432; color: #FAF6EC; }\n  #gfbc .gfbc-band h2 { color: #FAF6EC; font-size: 30px; }\n  #gfbc .gfbc-band .gfbc-eyebrow { color: rgba(250,246,236,.7); }\n  #gfbc .gfbc-band .gfbc-lead { margin-top: 24px; max-width: 640px; color: rgba(250,246,236,.8); }\n  #gfbc .gfbc-band .gfbc-close { margin-top: 40px; max-width: 640px; color: rgba(250,246,236,.8); }\n  #gfbc .gfbc-table-wrap { margin-top: 40px; border: 1px solid rgba(250,246,236,.25); }\n  #gfbc table.gfbc-table { width: 100%; border-collapse: collapse; text-align: left; }\n  #gfbc table.gfbc-table th {\n    padding: 12px 16px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase;\n    font-weight: 600; border-bottom: 1px solid rgba(250,246,236,.25);\n  }\n  #gfbc table.gfbc-table td {\n    padding: 16px; font-family: \"Fraunces\", Georgia, serif; font-size: 19px;\n    border-bottom: 1px solid rgba(250,246,236,.15);\n  }\n  #gfbc table.gfbc-table tr:last-child td { border-bottom: 0; }\n\n  \/* ---- Inside \/ recipe grid ---- *\/\n  #gfbc .gfbc-inside h2 { font-size: 30px; max-width: 760px; }\n  #gfbc .gfbc-inside .gfbc-lead { margin-top: 24px; max-width: 640px; color: #6f675b; }\n  #gfbc .gfbc-recipes { list-style: none; margin: 48px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }\n  #gfbc .gfbc-recipes \u003e li { min-width: 0; }\n  #gfbc .gfbc-recipes img { width: 100%; height: auto !important; aspect-ratio: 1 \/ 1 !important; object-fit: cover; border-radius: 3px; }\n  #gfbc .gfbc-recipes figcaption, #gfbc .gfbc-recipes .gfbc-cap { margin-top: 12px; font-size: 14px; font-weight: 500; }\n  #gfbc .gfbc-more {\n    display: flex; align-items: center; justify-content: center;\n    aspect-ratio: 1 \/ 1; border: 1px solid rgba(132,132,79,.4);\n    font-family: \"Fraunces\", Georgia, serif; font-size: 22px; font-weight: 600; color: #84844F; border-radius: 3px;\n  }\n  #gfbc .gfbc-cards { margin-top: 56px; display: grid; grid-template-columns: 1fr; gap: 24px; }\n  #gfbc .gfbc-card { border: 1px solid rgba(132,132,79,.35); padding: 28px; }\n  #gfbc .gfbc-card h3 { font-size: 20px; }\n  #gfbc .gfbc-card p { margin-top: 12px; font-size: 14px; color: #6f675b; }\n\n  \/* ---- Honest label ---- *\/\n  #gfbc .gfbc-honest { border: 1px solid #84844F; padding: 28px; max-width: 820px; margin: 0 auto; }\n  #gfbc .gfbc-honest h3 { font-size: 24px; }\n  #gfbc .gfbc-honest p { margin-top: 20px; color: #6f675b; }\n  #gfbc .gfbc-honest p:first-of-type { margin-top: 24px; }\n\n  \/* ---- Real book ---- *\/\n  #gfbc .gfbc-realbook { border-top: 1px solid rgba(132,132,79,.25); }\n  #gfbc .gfbc-realbook h2 { font-size: 30px; }\n  #gfbc .gfbc-realbook p { margin-top: 20px; color: #6f675b; }\n\n  \/* ---- Bonuses (terracotta) ---- *\/\n  #gfbc .gfbc-bonus { border-top: 1px solid rgba(140,90,43,.3); border-bottom: 1px solid rgba(140,90,43,.3); background: rgba(140,90,43,.06); }\n  #gfbc .gfbc-tag {\n    display: inline-block; margin-bottom: 16px; border: 1px solid #8C5A2B; padding: 6px 12px;\n    font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: #8C5A2B;\n  }\n  #gfbc .gfbc-bonus h2 { font-size: 30px; max-width: 760px; }\n  #gfbc .gfbc-bonus .gfbc-lead { margin-top: 20px; max-width: 640px; color: #6f675b; }\n  #gfbc .gfbc-bonus-cards { margin-top: 48px; display: grid; grid-template-columns: 1fr; gap: 24px; }\n  #gfbc .gfbc-bonus-card { background: #FAF6EC; border-top: 2px solid #8C5A2B; padding: 28px; }\n  #gfbc .gfbc-bonus-card h3 { color: #8C5A2B; font-size: 22px; }\n  #gfbc .gfbc-bonus-card p { margin-top: 16px; color: #6f675b; }\n\n  \/* ---- Everything included checklist ---- *\/\n  #gfbc .gfbc-included { max-width: 820px; margin: 0 auto; }\n  #gfbc .gfbc-included h2 { font-size: 30px; }\n  #gfbc .gfbc-check { list-style: none; margin: 40px 0 0; padding: 0; }\n  #gfbc .gfbc-check li { display: flex; gap: 16px; border-bottom: 1px solid rgba(132,132,79,.25); padding-bottom: 20px; margin-bottom: 20px; }\n  #gfbc .gfbc-check li:last-child { border-bottom: 0; }\n  #gfbc .gfbc-check svg { width: 20px; height: 20px; flex: 0 0 auto; margin-top: 5px; color: #84844F; }\n  #gfbc .gfbc-check p { color: #6f675b; }\n  #gfbc .gfbc-check strong { color: #2E2A24; font-weight: 600; }\n\n  \/* ---- Reviews ---- *\/\n  #gfbc .gfbc-reviews { border-top: 1px solid rgba(132,132,79,.25); }\n  #gfbc .gfbc-reviews h2 { font-size: 30px; }\n  #gfbc .gfbc-review-grid { margin-top: 40px; display: grid; grid-template-columns: 1fr; gap: 24px; }\n  #gfbc blockquote.gfbc-review { margin: 0; border: 1px solid rgba(132,132,79,.35); padding: 28px; }\n  #gfbc blockquote.gfbc-review h3 { margin-top: 12px; font-size: 20px; }\n  #gfbc blockquote.gfbc-review p { margin-top: 12px; font-size: 14px; color: #6f675b; }\n  #gfbc blockquote.gfbc-review footer { margin-top: 20px; font-size: 14px; font-weight: 500; }\n\n  \/* ---- Guarantee ---- *\/\n  #gfbc .gfbc-guarantee { border-top: 1px solid rgba(132,132,79,.25); border-bottom: 1px solid rgba(132,132,79,.25); }\n  #gfbc .gfbc-guarantee h2 { font-size: 30px; }\n  #gfbc .gfbc-guarantee p { margin-top: 24px; color: #6f675b; }\n  #gfbc .gfbc-guarantee .gfbc-small { margin-top: 20px; font-size: 14px; color: #84844F; }\n  #gfbc .gfbc-guarantee img { width: 100%; border-radius: 3px; object-fit: cover; }\n\n  \/* ---- FAQ ---- *\/\n  #gfbc .gfbc-faq { max-width: 820px; margin: 0 auto; }\n  #gfbc .gfbc-faq h2 { font-size: 30px; }\n  #gfbc .gfbc-faq .gfbc-acc { margin-top: 40px; border-top: 1px solid rgba(132,132,79,.3); }\n  #gfbc details.gfbc-item { border-bottom: 1px solid rgba(132,132,79,.3); padding: 20px 0; }\n  #gfbc details.gfbc-item summary {\n    display: flex; align-items: flex-start; justify-content: space-between; gap: 24px;\n    cursor: pointer; list-style: none;\n    font-family: \"Fraunces\", Georgia, serif; font-size: 18px; font-weight: 600; color: #2E2A24;\n  }\n  #gfbc details.gfbc-item summary::-webkit-details-marker { display: none; }\n  #gfbc details.gfbc-item summary .gfbc-icn { flex: 0 0 auto; margin-top: 4px; color: #84844F; transition: transform .18s ease; }\n  #gfbc details.gfbc-item[open] summary .gfbc-icn { transform: rotate(45deg); }\n  #gfbc details.gfbc-item p { margin-top: 16px; color: #6f675b; }\n\n  \/* ---- Closing ---- *\/\n  #gfbc .gfbc-closing { border-top: 1px solid rgba(132,132,79,.25); }\n  #gfbc .gfbc-closing-img { width: 100%; height: 280px !important; object-fit: cover; }\n  #gfbc .gfbc-closing-body { text-align: center; padding: 64px 20px; }\n  #gfbc .gfbc-closing-body h2 { font-size: 30px; }\n  #gfbc .gfbc-closing-body .gfbc-lead { margin: 24px auto 0; max-width: 560px; color: #6f675b; }\n  #gfbc .gfbc-center { text-align: center; }\n\n  \/* ---- Footer ---- *\/\n  #gfbc .gfbc-footer { background: #5C4432; color: #FAF6EC; }\n  #gfbc .gfbc-footer .gfbc-wrap { display: flex; flex-direction: column; gap: 12px; padding-top: 40px; padding-bottom: 40px; font-size: 14px; }\n  #gfbc .gfbc-footer .gfbc-brand { font-family: \"Fraunces\", Georgia, serif; font-size: 16px; }\n  #gfbc .gfbc-footer .gfbc-fine { color: rgba(250,246,236,.7); }\n\n  \/* ---- Mobile sticky bar ---- *\/\n  #gfbc-sticky {\n    position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;\n    border-top: 1px solid rgba(92,68,50,.2);\n    background: rgba(250,246,236,.96);\n    backdrop-filter: blur(6px);\n    padding: 10px 16px;\n    transform: translateY(110%);\n    opacity: 0;\n    transition: transform .2s ease, opacity .2s ease;\n    display: none;\n  }\n  #gfbc-sticky.is-visible { transform: translateY(0); opacity: 1; }\n  #gfbc-sticky .gfbc-sticky-row { display: flex; align-items: center; gap: 12px; max-width: 1120px; margin: 0 auto; }\n  #gfbc-sticky .gfbc-sticky-price { font-family: \"Fraunces\", Georgia, serif; font-size: 18px; font-weight: 600; line-height: 1; color: #2E2A24; }\n  #gfbc-sticky .gfbc-sticky-sub { font-size: 12px; color: #6f675b; }\n  #gfbc-sticky .gfbc-cta { margin-left: auto; padding: 12px 20px; font-size: 12px; }\n\n  \/* ---- Delivery timeline ---- *\/\n  #gfbc .gfbc-timeline-sec { border-bottom: 1px solid rgba(132,132,79,.3); }\n  #gfbc .gfbc-timeline-sec .gfbc-wrap { padding-top: 44px; padding-bottom: 44px; }\n  #gfbc .gfbc-tl-title { text-align: center; font-size: 22px; }\n  #gfbc .gfbc-tl-sub { text-align: center; margin-top: 10px; color: #6f675b; font-size: 14px; }\n  #gfbc .gfbc-timeline { list-style: none; margin: 32px auto 0; padding: 0; max-width: 560px; display: flex; justify-content: space-between; position: relative; }\n  #gfbc .gfbc-timeline::before { content: \"\"; position: absolute; top: 27px; left: 16%; right: 16%; height: 2px; background: #5C4432; z-index: 0; }\n  #gfbc .gfbc-tl-step { position: relative; z-index: 1; flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 4px; }\n  #gfbc .gfbc-tl-icon { width: 54px; height: 54px; border-radius: 50%; background: #5C4432; color: #FAF6EC; display: flex; align-items: center; justify-content: center; }\n  #gfbc .gfbc-tl-icon svg { width: 25px; height: 25px; }\n  #gfbc .gfbc-tl-date { margin-top: 14px; font-family: \"Fraunces\", Georgia, serif; font-weight: 600; font-size: 15px; color: #2E2A24; line-height: 1.25; }\n  #gfbc .gfbc-tl-label { margin-top: 4px; font-size: 13px; color: #6f675b; }\n  @media (min-width: 768px) {\n    #gfbc .gfbc-tl-title { font-size: 26px; }\n    #gfbc .gfbc-tl-date { font-size: 16px; }\n  }\n\n  \/* =====================  RESPONSIVE  ===================== *\/\n  @media (min-width: 768px) {\n    #gfbc { font-size: 17px; }\n    #gfbc .gfbc-wrap { padding: 0 24px; }\n    #gfbc .gfbc-section { padding: 96px 0; }\n    #gfbc .gfbc-hero { padding: 80px 0; }\n    #gfbc .gfbc-hero h1 { font-size: 52px; }\n    #gfbc .gfbc-grid2 { grid-template-columns: 1fr 1fr; gap: 56px; }\n    #gfbc .gfbc-band h2, #gfbc .gfbc-inside h2, #gfbc .gfbc-realbook h2,\n    #gfbc .gfbc-bonus h2, #gfbc .gfbc-included h2, #gfbc .gfbc-reviews h2,\n    #gfbc .gfbc-guarantee h2, #gfbc .gfbc-faq h2 { font-size: 40px; }\n    #gfbc .gfbc-band h2 { font-size: 44px; }\n    #gfbc .gfbc-recipes { grid-template-columns: repeat(4, 1fr); gap: 24px; }\n    #gfbc .gfbc-cards { grid-template-columns: repeat(3, 1fr); }\n    #gfbc .gfbc-bonus-cards { grid-template-columns: 1fr 1fr; }\n    #gfbc .gfbc-review-grid { grid-template-columns: repeat(3, 1fr); }\n    #gfbc details.gfbc-item summary { font-size: 20px; }\n    #gfbc .gfbc-closing-img { height: 460px !important; }\n    #gfbc .gfbc-footer .gfbc-wrap { flex-direction: row; align-items: center; justify-content: space-between; }\n  }\n  @media (max-width: 767px) {\n    #gfbc-sticky { display: block; }\n    #gfbc .gfbc-hero-cover { order: 2; margin-top: 8px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv id=\"gfbc\" class=\"gfbc-landing\"\u003e\n\n  \u003c!-- 1. HERO --\u003e\n  \u003csection class=\"gfbc-hero\"\u003e\n    \u003cdiv class=\"gfbc-wrap\"\u003e\n      \u003cdiv class=\"gfbc-grid2\"\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"gfbc-eyebrow\"\u003ePrinted cookbook · Fast UK shipping\u003c\/p\u003e\n          \u003ch1\u003eGluten-free bread that comes out soft the first time you bake it\u003c\/h1\u003e\n          \u003cp class=\"gfbc-sub\"\u003e100 bread and cake recipes with no refined sugar, written in grams and Gas Mark, using ingredients your supermarket already stocks. A properly printed book, delivered to your door.\u003c\/p\u003e\n          \u003cp class=\"gfbc-price\"\u003e£19.90 — one payment · fast UK shipping · no subscription\u003c\/p\u003e\n          \u003cdiv style=\"margin-top:20px;\"\u003e\n            \u003cbutton type=\"button\" class=\"gfbc-cta\" data-gfbc-add\u003eSend me the printed book\u003c\/button\u003e\n            \u003cp class=\"gfbc-cta-note\"\u003e15-day guarantee. If the book is not for you, we refund it in full.\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cul class=\"gfbc-pills\"\u003e\n            \u003cli\u003ePrinted book, not a PDF\u003c\/li\u003e\n            \u003cli\u003e100 recipes, one per page\u003c\/li\u003e\n            \u003cli\u003eNo refined sugar\u003c\/li\u003e\n            \u003cli\u003eWritten for UK ovens\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"gfbc-hero-cover\"\u003e\n          \u003cimg class=\"gfbc-cover\" src=\"https:\/\/bookversestore.com\/cdn\/shop\/files\/ChatGPT_Image_12_de_mai._de_2026_16_00_36.png?v=1778612452\u0026amp;width=1200\" alt=\"The Ultimate Gluten-Free Baking Collection printed cookbook, front cover\" width=\"1200\" height=\"1200\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 2. SOCIAL PROOF --\u003e\n  \u003csection class=\"gfbc-proof\"\u003e\n    \u003cdiv class=\"gfbc-wrap\"\u003e\n      \u003cspan class=\"gfbc-stars\" aria-label=\"Rated 4.9 out of 5\"\u003e\n        \u003csvg viewbox=\"0 0 20 20\" aria-hidden=\"true\"\u003e\u003cpath d=\"M10 1.6l2.5 5.3 5.7.8-4.1 4 1 5.7-5.1-2.8-5.1 2.8 1-5.7-4.1-4 5.7-.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003csvg viewbox=\"0 0 20 20\" aria-hidden=\"true\"\u003e\u003cpath d=\"M10 1.6l2.5 5.3 5.7.8-4.1 4 1 5.7-5.1-2.8-5.1 2.8 1-5.7-4.1-4 5.7-.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003csvg viewbox=\"0 0 20 20\" aria-hidden=\"true\"\u003e\u003cpath d=\"M10 1.6l2.5 5.3 5.7.8-4.1 4 1 5.7-5.1-2.8-5.1 2.8 1-5.7-4.1-4 5.7-.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003csvg viewbox=\"0 0 20 20\" aria-hidden=\"true\"\u003e\u003cpath d=\"M10 1.6l2.5 5.3 5.7.8-4.1 4 1 5.7-5.1-2.8-5.1 2.8 1-5.7-4.1-4 5.7-.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003csvg viewbox=\"0 0 20 20\" aria-hidden=\"true\"\u003e\u003cpath d=\"M10 1.6l2.5 5.3 5.7.8-4.1 4 1 5.7-5.1-2.8-5.1 2.8 1-5.7-4.1-4 5.7-.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/span\u003e\n      \u003c!-- Edit the review count below when you have the real number --\u003e\n      \u003cp\u003e4.9 out of 5 from 1,200 reviews\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- DELIVERY TIMELINE --\u003e\n  \u003csection class=\"gfbc-timeline-sec\"\u003e\n    \u003cdiv class=\"gfbc-wrap\"\u003e\n      \u003ch2 class=\"gfbc-tl-title\"\u003eFrom your order to your door\u003c\/h2\u003e\n      \u003cp class=\"gfbc-tl-sub\"\u003eFast, secure shipping across the UK\u003c\/p\u003e\n      \u003col class=\"gfbc-timeline\"\u003e\n        \u003cli class=\"gfbc-tl-step\"\u003e\n          \u003cspan class=\"gfbc-tl-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003ccircle cx=\"9\" cy=\"20\" r=\"1.3\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"17\" cy=\"20\" r=\"1.3\"\u003e\u003c\/circle\u003e\u003cpath d=\"M2.5 3.5H5l2.2 11.1a1.4 1.4 0 0 0 1.4 1.1h8.2a1.4 1.4 0 0 0 1.4-1.1L21 7H6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\n          \u003cspan class=\"gfbc-tl-date\" data-tl=\"ordered\"\u003eJul 31st\u003c\/span\u003e\n          \u003cspan class=\"gfbc-tl-label\"\u003eOrdered\u003c\/span\u003e\n        \u003c\/li\u003e\n        \u003cli class=\"gfbc-tl-step\"\u003e\n          \u003cspan class=\"gfbc-tl-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M2.5 5.5h11v9h-11z\"\u003e\u003c\/path\u003e\u003cpath d=\"M13.5 8.5H18l3 3v3h-7.5z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"6.5\" cy=\"17.5\" r=\"1.6\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"17.5\" cy=\"17.5\" r=\"1.6\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/span\u003e\n          \u003cspan class=\"gfbc-tl-date\" data-tl=\"ready\"\u003eAug 1st – Aug 2nd\u003c\/span\u003e\n          \u003cspan class=\"gfbc-tl-label\"\u003eOrder Ready\u003c\/span\u003e\n        \u003c\/li\u003e\n        \u003cli class=\"gfbc-tl-step\"\u003e\n          \u003cspan class=\"gfbc-tl-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M3.5 8.5h17v11h-17z\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 8.5v11\"\u003e\u003c\/path\u003e\u003cpath d=\"M3.5 12.5h17\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 8.5C10 8.5 8 7.6 8 5.9 8 4.8 8.8 4 9.9 4c1.6 0 2.1 2.4 2.1 4.5zM12 8.5c2 0 4-.9 4-2.6 0-1.1-.8-1.9-1.9-1.9C12.5 4 12 6.4 12 8.5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\n          \u003cspan class=\"gfbc-tl-date\" data-tl=\"delivered\"\u003eAug 3rd – Aug 5th\u003c\/span\u003e\n          \u003cspan class=\"gfbc-tl-label\"\u003eDelivered\u003c\/span\u003e\n        \u003c\/li\u003e\n      \u003c\/ol\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 3. THE PROBLEM --\u003e\n  \u003csection class=\"gfbc-section\"\u003e\n    \u003cdiv class=\"gfbc-wrap\"\u003e\n      \u003cdiv class=\"gfbc-grid2\"\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"gfbc-eyebrow\"\u003eWhy gluten-free baking usually fails\u003c\/p\u003e\n          \u003ch2 style=\"font-size:30px;\"\u003eIt is almost never the recipe. It is the book it came from.\u003c\/h2\u003e\n          \u003cp class=\"gfbc-muted\" style=\"margin-top:24px;\"\u003eMost gluten-free baking books sold here are American, and it shows. Cups instead of grams. Fahrenheit instead of Gas Mark. Flours you will not find in Tesco or Aldi without ordering them online and waiting.\u003c\/p\u003e\n          \u003cp class=\"gfbc-muted\" style=\"margin-top:20px;\"\u003eSo the first loaf comes out dense, or dry, or sunken in the middle. It gets blamed on gluten-free baking in general, the book goes on the shelf, and it stays there.\u003c\/p\u003e\n          \u003cp class=\"gfbc-muted\" style=\"margin-top:20px;\"\u003eThis book was written the other way round. Grams. Fan oven and Gas Mark on the same line. Ingredients called by the name printed on the packet in a British supermarket.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cimg class=\"gfbc-cover\" src=\"https:\/\/bookversestore.com\/cdn\/shop\/files\/baking_breads.jpg?v=1778612224\u0026amp;width=1600\" alt=\"Freshly baked gluten-free loaves cooling on a kitchen worktop\" loading=\"lazy\" width=\"1600\" height=\"1200\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 4. UK CONVERSION BAND --\u003e\n  \u003csection class=\"gfbc-band\"\u003e\n    \u003cdiv class=\"gfbc-wrap gfbc-narrow\" style=\"padding-top:64px;padding-bottom:64px;\"\u003e\n      \u003cp class=\"gfbc-eyebrow\"\u003eThe first pages of the book\u003c\/p\u003e\n      \u003ch2\u003eYour oven, converted for you\u003c\/h2\u003e\n      \u003cp class=\"gfbc-lead\"\u003eNearly every British kitchen has a fan oven, and nearly every recipe is written for a conventional one. That single gap ruins more bakes than any ingredient does. It is settled on page one.\u003c\/p\u003e\n      \u003cdiv class=\"gfbc-table-wrap\"\u003e\n        \u003ctable class=\"gfbc-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"col\"\u003eConventional\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003eFan\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003eGas Mark\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n\u003ctd\u003e180°C\u003c\/td\u003e\n\u003ctd\u003e160°C\u003c\/td\u003e\n\u003ctd\u003eGas Mark 4\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003e190°C\u003c\/td\u003e\n\u003ctd\u003e170°C\u003c\/td\u003e\n\u003ctd\u003eGas Mark 5\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003e200°C\u003c\/td\u003e\n\u003ctd\u003e180°C\u003c\/td\u003e\n\u003ctd\u003eGas Mark 6\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"gfbc-close\"\u003eThe same pages tell you to use runny honey rather than set honey because it blends into batter properly, to use tinned full-fat coconut milk rather than the carton sold for tea, and how to make your own date paste from a 200g pack of Medjool dates.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 5. WHAT IS INSIDE --\u003e\n  \u003csection class=\"gfbc-section gfbc-inside\"\u003e\n    \u003cdiv class=\"gfbc-wrap\"\u003e\n      \u003cp class=\"gfbc-eyebrow\"\u003eInside the book\u003c\/p\u003e\n      \u003ch2\u003e100 recipes, one per page, with a photo of what you are aiming for\u003c\/h2\u003e\n      \u003cp class=\"gfbc-lead\"\u003eEvery recipe fits on a single page. Prep time, baking time, how many it serves and the full allergen line are all printed before the ingredients, so you know where you stand before you start.\u003c\/p\u003e\n\n      \u003cul class=\"gfbc-recipes\"\u003e\n        \u003cli\u003e\n          \u003cimg src=\"https:\/\/bookversestore.com\/cdn\/shop\/files\/Quinoa_Bread.jpg?v=1772143310\u0026amp;width=700\" alt=\"Quinoa Bread, a gluten-free recipe from the book\" loading=\"lazy\" width=\"700\" height=\"700\"\u003e\n          \u003cdiv class=\"gfbc-cap\"\u003eQuinoa Bread\u003c\/div\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cimg src=\"https:\/\/bookversestore.com\/cdn\/shop\/files\/Sunflower_Seed_Bread.jpg?v=1772143311\u0026amp;width=700\" alt=\"Sunflower Seed Bread, a gluten-free recipe from the book\" loading=\"lazy\" width=\"700\" height=\"700\"\u003e\n          \u003cdiv class=\"gfbc-cap\"\u003eSunflower Seed Bread\u003c\/div\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cimg src=\"https:\/\/bookversestore.com\/cdn\/shop\/files\/Sweet_Potato_Bread.jpg?v=1772143311\u0026amp;width=700\" alt=\"Sweet Potato Bread, a gluten-free recipe from the book\" loading=\"lazy\" width=\"700\" height=\"700\"\u003e\n          \u003cdiv class=\"gfbc-cap\"\u003eSweet Potato Bread\u003c\/div\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cimg src=\"https:\/\/bookversestore.com\/cdn\/shop\/files\/Oat_Gluten-Free_Bread.jpg?v=1772143311\u0026amp;width=700\" alt=\"Oat Gluten-Free Bread, a gluten-free recipe from the book\" loading=\"lazy\" width=\"700\" height=\"700\"\u003e\n          \u003cdiv class=\"gfbc-cap\"\u003eOat Gluten-Free Bread\u003c\/div\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cimg src=\"https:\/\/bookversestore.com\/cdn\/shop\/files\/Banana_Bread.jpg?v=1772143310\u0026amp;width=700\" alt=\"Banana Bread, a gluten-free recipe from the book\" loading=\"lazy\" width=\"700\" height=\"700\"\u003e\n          \u003cdiv class=\"gfbc-cap\"\u003eBanana Bread\u003c\/div\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cimg src=\"https:\/\/bookversestore.com\/cdn\/shop\/files\/Chocolate_Almond_Cake.jpg?v=1772143310\u0026amp;width=700\" alt=\"Chocolate Almond Cake, a gluten-free recipe from the book\" loading=\"lazy\" width=\"700\" height=\"700\"\u003e\n          \u003cdiv class=\"gfbc-cap\"\u003eChocolate Almond Cake\u003c\/div\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cimg src=\"https:\/\/bookversestore.com\/cdn\/shop\/files\/Coconut_Cake.jpg?v=1772143310\u0026amp;width=700\" alt=\"Coconut Cake, a gluten-free recipe from the book\" loading=\"lazy\" width=\"700\" height=\"700\"\u003e\n          \u003cdiv class=\"gfbc-cap\"\u003eCoconut Cake\u003c\/div\u003e\n        \u003c\/li\u003e\n        \u003cli class=\"gfbc-more\"\u003eand 93 more\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"gfbc-cards\"\u003e\n        \u003cdiv class=\"gfbc-card\"\u003e\n          \u003ch3\u003eFour steps, never more\u003c\/h3\u003e\n          \u003cp\u003eNo long proving, no stand mixer, no equipment you do not already own. Most loaves are mixed in one bowl and in the oven within fifteen minutes.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"gfbc-card\"\u003e\n          \u003ch3\u003eEveryday ingredients\u003c\/h3\u003e\n          \u003cp\u003eGround almonds, eggs, olive oil, honey, oats. All of it sold in the major supermarkets, and the book says so by name.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"gfbc-card\"\u003e\n          \u003ch3\u003eAllergens on every page\u003c\/h3\u003e\n          \u003cp\u003eTree nuts, eggs, dairy, sesame and oats are declared at the top of each recipe, in line with UK food information rules.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gfbc-center\" style=\"margin-top:56px;\"\u003e\n        \u003cbutton type=\"button\" class=\"gfbc-cta\" data-gfbc-add\u003eSend me the printed book\u003c\/button\u003e\n        \u003cp class=\"gfbc-cta-note\"\u003e£19.90 · fast, secure UK shipping · 15-day guarantee\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 6. HONEST LABEL --\u003e\n  \u003csection class=\"gfbc-wrap\" style=\"padding-bottom:64px;\"\u003e\n    \u003cdiv class=\"gfbc-honest\"\u003e\n      \u003cp class=\"gfbc-eyebrow\"\u003eWorth being clear about\u003c\/p\u003e\n      \u003ch3\u003eWhat we mean by sugar-free, in plain words\u003c\/h3\u003e\n      \u003cp\u003eThese recipes contain no refined sugar. No white, caster, icing, brown, muscovado or demerara sugar, no golden syrup, no corn syrup. Nothing of that kind goes into any of the 100 recipes.\u003c\/p\u003e\n      \u003cp\u003eWhat we use instead is runny honey, pure maple syrup, date paste and whole fruit. Those are natural sweeteners, and they still contain natural sugars. So the honest description of this book is free from refined sugar, not sugar-free in the sense the Food Standards Agency defines it.\u003c\/p\u003e\n      \u003cp\u003eThat distinction matters most if you are managing diabetes. This is a baking book, not a medical diet plan, and natural sugars still affect blood glucose. Please speak to your GP or a registered dietitian before changing how you eat. We would rather tell you this now than have you find it in the small print later.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 7. IT IS A REAL BOOK --\u003e\n  \u003csection class=\"gfbc-realbook\"\u003e\n    \u003cdiv class=\"gfbc-wrap gfbc-section\"\u003e\n      \u003cdiv class=\"gfbc-grid2\"\u003e\n        \u003cimg class=\"gfbc-cover\" src=\"https:\/\/bookversestore.com\/cdn\/shop\/files\/bookverse.jpg?v=1778611514\u0026amp;width=1600\" alt=\"The printed gluten-free cookbook open on a kitchen counter\" loading=\"lazy\" width=\"1600\" height=\"1200\"\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"gfbc-eyebrow\"\u003eNot a download\u003c\/p\u003e\n          \u003ch2\u003eA real book, posted to your house\u003c\/h2\u003e\n          \u003cp\u003eKitchens and screens do not get on. Your hands are covered in batter, the phone locks itself at step three, a notification swallows the recipe. A book stays open on the counter until you close it.\u003c\/p\u003e\n          \u003cp\u003eThis is a properly printed cookbook with a photograph on every recipe. It arrives by post, delivery is fast and secure, and it is yours to keep, lend, splash and give away.\u003c\/p\u003e\n          \u003cp\u003eOne payment. No subscription, no recurring charge, nothing hidden.\u003c\/p\u003e\n          \u003cdiv style=\"margin-top:32px;\"\u003e\n            \u003cbutton type=\"button\" class=\"gfbc-cta\" data-gfbc-add\u003eSend me the printed book\u003c\/button\u003e\n            \u003cp class=\"gfbc-cta-note\"\u003e£19.90 · fast, secure UK shipping · 15-day guarantee\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 8. BONUSES --\u003e\n  \u003csection class=\"gfbc-bonus\"\u003e\n    \u003cdiv class=\"gfbc-wrap gfbc-section\"\u003e\n      \u003cspan class=\"gfbc-tag\"\u003eIncluded free · Arrives by email today\u003c\/span\u003e\n      \u003ch2\u003eTwo things that reach you while the book is still in the post\u003c\/h2\u003e\n      \u003cp class=\"gfbc-lead\"\u003eYou order today and the book takes a few days to arrive. These do not.\u003c\/p\u003e\n      \u003cdiv class=\"gfbc-bonus-cards\"\u003e\n        \u003cdiv class=\"gfbc-bonus-card\"\u003e\n          \u003ch3\u003eThe Storage \u0026amp; Freezing Guide\u003c\/h3\u003e\n          \u003cp\u003eA PDF sent the moment you order. Gluten-free bakes go hard faster than anything else, and this is the part no recipe book explains. Which bakes freeze raw and which freeze baked, why slicing before freezing changes everything, how long each type of loaf and cake actually keeps, and how to bring the texture back in the oven in a few minutes.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"gfbc-bonus-card\"\u003e\n          \u003ch3\u003eThe Kitchen Assistant\u003c\/h3\u003e\n          \u003cp\u003eAn online helper for the three moments a recipe cannot cover on its own. It swaps an ingredient you have run out of for one you have, in the right quantity. It converts any recipe for your oven, your tin and the amount you want to make. And when a bake sinks, turns gummy or crumbles as you slice it, it tells you why and what to change next time.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"gfbc-center\" style=\"margin-top:48px;\"\u003e\n        \u003cbutton type=\"button\" class=\"gfbc-cta\" data-gfbc-add\u003eSend me the printed book\u003c\/button\u003e\n        \u003cp class=\"gfbc-cta-note\"\u003e£19.90 · fast, secure UK shipping · 15-day guarantee\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 9. EVERYTHING INCLUDED --\u003e\n  \u003csection class=\"gfbc-section\"\u003e\n    \u003cdiv class=\"gfbc-wrap gfbc-included\"\u003e\n      \u003cp class=\"gfbc-eyebrow\"\u003eEverything included\u003c\/p\u003e\n      \u003ch2\u003eWhat arrives, and when\u003c\/h2\u003e\n      \u003cul class=\"gfbc-check\"\u003e\n        \u003cli\u003e\n          \u003csvg viewbox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" aria-hidden=\"true\"\u003e\u003cpath d=\"M4 10.5l4 4 8-9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003cp\u003e\u003cstrong\u003eThe printed cookbook, delivered to your door.\u003c\/strong\u003e Not a PDF and not an online course. A real book with a photograph on every recipe, that stays open on the counter while you work.\u003c\/p\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003csvg viewbox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" aria-hidden=\"true\"\u003e\u003cpath d=\"M4 10.5l4 4 8-9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003cp\u003e\u003cstrong\u003e100 gluten-free bread and cake recipes.\u003c\/strong\u003e One per page, with prep time, baking time, servings and the allergen line printed before you start.\u003c\/p\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003csvg viewbox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" aria-hidden=\"true\"\u003e\u003cpath d=\"M4 10.5l4 4 8-9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003cp\u003e\u003cstrong\u003eThe UK conversion pages, right at the front.\u003c\/strong\u003e Conventional to fan to Gas Mark, plus which honey, which coconut milk and where to buy each ingredient by name.\u003c\/p\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003csvg viewbox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" aria-hidden=\"true\"\u003e\u003cpath d=\"M4 10.5l4 4 8-9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003cp\u003e\u003cstrong\u003eNo refined sugar in any recipe.\u003c\/strong\u003e Sweetened with runny honey, pure maple syrup, date paste and whole fruit, and we say plainly on this page what that does and does not mean.\u003c\/p\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003csvg viewbox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" aria-hidden=\"true\"\u003e\u003cpath d=\"M4 10.5l4 4 8-9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003cp\u003e\u003cstrong\u003eSix frostings made without icing sugar.\u003c\/strong\u003e Whipped coconut cream from a chilled tin, honey mascarpone, honey cream cheese and a simple glaze, each matched to the cakes it suits.\u003c\/p\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003csvg viewbox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" aria-hidden=\"true\"\u003e\u003cpath d=\"M4 10.5l4 4 8-9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003cp\u003e\u003cstrong\u003eThe Storage \u0026amp; Freezing Guide, by email today.\u003c\/strong\u003e So the loaf you bake on Sunday is still good on Thursday, and nothing gets thrown away.\u003c\/p\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003csvg viewbox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" aria-hidden=\"true\"\u003e\u003cpath d=\"M4 10.5l4 4 8-9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003cp\u003e\u003cstrong\u003eThe Kitchen Assistant, by email today.\u003c\/strong\u003e Substitutions, oven and tin conversions, and a straight answer when a bake goes wrong.\u003c\/p\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003csvg viewbox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" aria-hidden=\"true\"\u003e\u003cpath d=\"M4 10.5l4 4 8-9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003cp\u003e\u003cstrong\u003e15 days to change your mind.\u003c\/strong\u003e Bake from it, and if it is not what you hoped, we refund the full amount.\u003c\/p\u003e\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"gfbc-center\" style=\"margin-top:48px;\"\u003e\n        \u003cbutton type=\"button\" class=\"gfbc-cta gfbc-cta--lg\" data-gfbc-add\u003eSend me the printed book — £19.90\u003c\/button\u003e\n        \u003cp class=\"gfbc-cta-note\"\u003eFast, secure UK shipping · 15-day guarantee · one payment\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 10. REVIEWS --\u003e\n  \u003csection class=\"gfbc-reviews\"\u003e\n    \u003cdiv class=\"gfbc-wrap gfbc-section\"\u003e\n      \u003ch2\u003eWhat people say after the first few bakes\u003c\/h2\u003e\n      \u003cdiv class=\"gfbc-review-grid\"\u003e\n        \u003cblockquote class=\"gfbc-review\"\u003e\n        \u003cspan class=\"gfbc-stars\" aria-label=\"Rated 5 out of 5\"\u003e\n          \u003csvg viewbox=\"0 0 20 20\" aria-hidden=\"true\"\u003e\u003cpath d=\"M10 1.6l2.5 5.3 5.7.8-4.1 4 1 5.7-5.1-2.8-5.1 2.8 1-5.7-4.1-4 5.7-.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg viewbox=\"0 0 20 20\" aria-hidden=\"true\"\u003e\u003cpath d=\"M10 1.6l2.5 5.3 5.7.8-4.1 4 1 5.7-5.1-2.8-5.1 2.8 1-5.7-4.1-4 5.7-.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg viewbox=\"0 0 20 20\" aria-hidden=\"true\"\u003e\u003cpath d=\"M10 1.6l2.5 5.3 5.7.8-4.1 4 1 5.7-5.1-2.8-5.1 2.8 1-5.7-4.1-4 5.7-.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg viewbox=\"0 0 20 20\" aria-hidden=\"true\"\u003e\u003cpath d=\"M10 1.6l2.5 5.3 5.7.8-4.1 4 1 5.7-5.1-2.8-5.1 2.8 1-5.7-4.1-4 5.7-.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg viewbox=\"0 0 20 20\" aria-hidden=\"true\"\u003e\u003cpath d=\"M10 1.6l2.5 5.3 5.7.8-4.1 4 1 5.7-5.1-2.8-5.1 2.8 1-5.7-4.1-4 5.7-.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n          \u003ch3\u003eFinally, Bread That Feels Like Real Bread Again\u003c\/h3\u003e\n          \u003cp\u003eI honestly didn't expect such soft and flavourful results from gluten-free baking. The recipes are clear, easy to follow, and the book itself is beautifully printed. I received my copy very quickly, and now my kitchen smells like a bakery every weekend. Absolutely worth it.\u003c\/p\u003e\n          \u003cfooter\u003e— Sophie Williams\u003c\/footer\u003e\n        \u003c\/blockquote\u003e\n        \u003cblockquote class=\"gfbc-review\"\u003e\n        \u003cspan class=\"gfbc-stars\" aria-label=\"Rated 5 out of 5\"\u003e\n          \u003csvg viewbox=\"0 0 20 20\" aria-hidden=\"true\"\u003e\u003cpath d=\"M10 1.6l2.5 5.3 5.7.8-4.1 4 1 5.7-5.1-2.8-5.1 2.8 1-5.7-4.1-4 5.7-.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg viewbox=\"0 0 20 20\" aria-hidden=\"true\"\u003e\u003cpath d=\"M10 1.6l2.5 5.3 5.7.8-4.1 4 1 5.7-5.1-2.8-5.1 2.8 1-5.7-4.1-4 5.7-.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg viewbox=\"0 0 20 20\" aria-hidden=\"true\"\u003e\u003cpath d=\"M10 1.6l2.5 5.3 5.7.8-4.1 4 1 5.7-5.1-2.8-5.1 2.8 1-5.7-4.1-4 5.7-.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg viewbox=\"0 0 20 20\" aria-hidden=\"true\"\u003e\u003cpath d=\"M10 1.6l2.5 5.3 5.7.8-4.1 4 1 5.7-5.1-2.8-5.1 2.8 1-5.7-4.1-4 5.7-.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg viewbox=\"0 0 20 20\" aria-hidden=\"true\"\u003e\u003cpath d=\"M10 1.6l2.5 5.3 5.7.8-4.1 4 1 5.7-5.1-2.8-5.1 2.8 1-5.7-4.1-4 5.7-.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n          \u003ch3\u003eA Game Changer for My Gluten-Free Lifestyle\u003c\/h3\u003e\n          \u003cp\u003eAfter struggling for years with dense, dry bakes, this cookbook completely changed my routine. The cakes are moist, the breads rise properly, and I no longer feel like I'm missing out. Fast delivery and very well organised recipes.\u003c\/p\u003e\n          \u003cfooter\u003e— Emily Thompson\u003c\/footer\u003e\n        \u003c\/blockquote\u003e\n        \u003cblockquote class=\"gfbc-review\"\u003e\n        \u003cspan class=\"gfbc-stars\" aria-label=\"Rated 5 out of 5\"\u003e\n          \u003csvg viewbox=\"0 0 20 20\" aria-hidden=\"true\"\u003e\u003cpath d=\"M10 1.6l2.5 5.3 5.7.8-4.1 4 1 5.7-5.1-2.8-5.1 2.8 1-5.7-4.1-4 5.7-.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg viewbox=\"0 0 20 20\" aria-hidden=\"true\"\u003e\u003cpath d=\"M10 1.6l2.5 5.3 5.7.8-4.1 4 1 5.7-5.1-2.8-5.1 2.8 1-5.7-4.1-4 5.7-.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg viewbox=\"0 0 20 20\" aria-hidden=\"true\"\u003e\u003cpath d=\"M10 1.6l2.5 5.3 5.7.8-4.1 4 1 5.7-5.1-2.8-5.1 2.8 1-5.7-4.1-4 5.7-.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg viewbox=\"0 0 20 20\" aria-hidden=\"true\"\u003e\u003cpath d=\"M10 1.6l2.5 5.3 5.7.8-4.1 4 1 5.7-5.1-2.8-5.1 2.8 1-5.7-4.1-4 5.7-.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg viewbox=\"0 0 20 20\" aria-hidden=\"true\"\u003e\u003cpath d=\"M10 1.6l2.5 5.3 5.7.8-4.1 4 1 5.7-5.1-2.8-5.1 2.8 1-5.7-4.1-4 5.7-.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n          \u003ch3\u003eEven My Family Loves It\u003c\/h3\u003e\n          \u003cp\u003eI'm the only one in my house who eats gluten-free, but now everyone asks for “my” bread and cakes. No one can believe they're gluten-free and sugar-free. The instructions are simple and the results are consistent every time.\u003c\/p\u003e\n          \u003cfooter\u003e— Laura Bennett\u003c\/footer\u003e\n        \u003c\/blockquote\u003e\n        \u003cblockquote class=\"gfbc-review\"\u003e\n        \u003cspan class=\"gfbc-stars\" aria-label=\"Rated 5 out of 5\"\u003e\n          \u003csvg viewbox=\"0 0 20 20\" aria-hidden=\"true\"\u003e\u003cpath d=\"M10 1.6l2.5 5.3 5.7.8-4.1 4 1 5.7-5.1-2.8-5.1 2.8 1-5.7-4.1-4 5.7-.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg viewbox=\"0 0 20 20\" aria-hidden=\"true\"\u003e\u003cpath d=\"M10 1.6l2.5 5.3 5.7.8-4.1 4 1 5.7-5.1-2.8-5.1 2.8 1-5.7-4.1-4 5.7-.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg viewbox=\"0 0 20 20\" aria-hidden=\"true\"\u003e\u003cpath d=\"M10 1.6l2.5 5.3 5.7.8-4.1 4 1 5.7-5.1-2.8-5.1 2.8 1-5.7-4.1-4 5.7-.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg viewbox=\"0 0 20 20\" aria-hidden=\"true\"\u003e\u003cpath d=\"M10 1.6l2.5 5.3 5.7.8-4.1 4 1 5.7-5.1-2.8-5.1 2.8 1-5.7-4.1-4 5.7-.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg viewbox=\"0 0 20 20\" aria-hidden=\"true\"\u003e\u003cpath d=\"M10 1.6l2.5 5.3 5.7.8-4.1 4 1 5.7-5.1-2.8-5.1 2.8 1-5.7-4.1-4 5.7-.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n          \u003ch3\u003eBeautiful Book, Incredible Recipes\u003c\/h3\u003e\n          \u003cp\u003eThe quality of the physical book impressed me straight away. Clear layout, simple steps and practical ingredients. I've already tried several recipes and every single one worked perfectly.\u003c\/p\u003e\n          \u003cfooter\u003e— Hannah Clarke\u003c\/footer\u003e\n        \u003c\/blockquote\u003e\n        \u003cblockquote class=\"gfbc-review\"\u003e\n        \u003cspan class=\"gfbc-stars\" aria-label=\"Rated 5 out of 5\"\u003e\n          \u003csvg viewbox=\"0 0 20 20\" aria-hidden=\"true\"\u003e\u003cpath d=\"M10 1.6l2.5 5.3 5.7.8-4.1 4 1 5.7-5.1-2.8-5.1 2.8 1-5.7-4.1-4 5.7-.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg viewbox=\"0 0 20 20\" aria-hidden=\"true\"\u003e\u003cpath d=\"M10 1.6l2.5 5.3 5.7.8-4.1 4 1 5.7-5.1-2.8-5.1 2.8 1-5.7-4.1-4 5.7-.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg viewbox=\"0 0 20 20\" aria-hidden=\"true\"\u003e\u003cpath d=\"M10 1.6l2.5 5.3 5.7.8-4.1 4 1 5.7-5.1-2.8-5.1 2.8 1-5.7-4.1-4 5.7-.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg viewbox=\"0 0 20 20\" aria-hidden=\"true\"\u003e\u003cpath d=\"M10 1.6l2.5 5.3 5.7.8-4.1 4 1 5.7-5.1-2.8-5.1 2.8 1-5.7-4.1-4 5.7-.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg viewbox=\"0 0 20 20\" aria-hidden=\"true\"\u003e\u003cpath d=\"M10 1.6l2.5 5.3 5.7.8-4.1 4 1 5.7-5.1-2.8-5.1 2.8 1-5.7-4.1-4 5.7-.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n          \u003ch3\u003eConfidence in the Kitchen Again\u003c\/h3\u003e\n          \u003cp\u003eI used to feel frustrated every time I tried baking gluten-free. Now I actually look forward to it. The 100 recipes give so much variety, and the results are soft, light and full of flavour.\u003c\/p\u003e\n          \u003cfooter\u003e— Rebecca Turner\u003c\/footer\u003e\n        \u003c\/blockquote\u003e\n        \u003cblockquote class=\"gfbc-review\"\u003e\n        \u003cspan class=\"gfbc-stars\" aria-label=\"Rated 5 out of 5\"\u003e\n          \u003csvg viewbox=\"0 0 20 20\" aria-hidden=\"true\"\u003e\u003cpath d=\"M10 1.6l2.5 5.3 5.7.8-4.1 4 1 5.7-5.1-2.8-5.1 2.8 1-5.7-4.1-4 5.7-.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg viewbox=\"0 0 20 20\" aria-hidden=\"true\"\u003e\u003cpath d=\"M10 1.6l2.5 5.3 5.7.8-4.1 4 1 5.7-5.1-2.8-5.1 2.8 1-5.7-4.1-4 5.7-.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg viewbox=\"0 0 20 20\" aria-hidden=\"true\"\u003e\u003cpath d=\"M10 1.6l2.5 5.3 5.7.8-4.1 4 1 5.7-5.1-2.8-5.1 2.8 1-5.7-4.1-4 5.7-.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg viewbox=\"0 0 20 20\" aria-hidden=\"true\"\u003e\u003cpath d=\"M10 1.6l2.5 5.3 5.7.8-4.1 4 1 5.7-5.1-2.8-5.1 2.8 1-5.7-4.1-4 5.7-.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg viewbox=\"0 0 20 20\" aria-hidden=\"true\"\u003e\u003cpath d=\"M10 1.6l2.5 5.3 5.7.8-4.1 4 1 5.7-5.1-2.8-5.1 2.8 1-5.7-4.1-4 5.7-.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n          \u003ch3\u003eWorth Every Penny\u003c\/h3\u003e\n          \u003cp\u003eFrom breakfast loaves to afternoon cakes, everything I've made so far has turned out beautifully. The free and fast delivery was a lovely bonus. This book truly restored my love for baking.\u003c\/p\u003e\n          \u003cfooter\u003e— Charlotte Evans\u003c\/footer\u003e\n        \u003c\/blockquote\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 11. GUARANTEE --\u003e\n  \u003csection class=\"gfbc-guarantee\"\u003e\n    \u003cdiv class=\"gfbc-wrap gfbc-section\"\u003e\n      \u003cdiv class=\"gfbc-grid2\"\u003e\n        \u003cimg src=\"https:\/\/bookversestore.com\/cdn\/shop\/files\/Design_sem_nome.jpg?v=1772148462\u0026amp;width=1200\" alt=\"Gluten-free bakes made from the book, alongside the 15-day guarantee\" loading=\"lazy\" width=\"1200\" height=\"900\"\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"gfbc-eyebrow\"\u003e15-day guarantee\u003c\/p\u003e\n          \u003ch2\u003eBake from it before you decide\u003c\/h2\u003e\n          \u003cp\u003eOrder the book, make a loaf, make a cake. If it is not what you hoped for, write to us within 15 days of it arriving and we refund the full amount. No forms to fill in and no reason required.\u003c\/p\u003e\n          \u003cp class=\"gfbc-small\"\u003ePrinted book · fast and secure UK shipping · one payment, no subscription\u003c\/p\u003e\n          \u003cdiv style=\"margin-top:32px;\"\u003e\n            \u003cbutton type=\"button\" class=\"gfbc-cta\" data-gfbc-add\u003eSend me the printed book\u003c\/button\u003e\n            \u003cp class=\"gfbc-cta-note\"\u003e£19.90 · fast, secure UK shipping · 15-day guarantee\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 12. FAQ --\u003e\n  \u003csection class=\"gfbc-section\"\u003e\n    \u003cdiv class=\"gfbc-wrap gfbc-faq\"\u003e\n      \u003ch2\u003eQuestions people ask before ordering\u003c\/h2\u003e\n      \u003cdiv class=\"gfbc-acc\"\u003e\n        \u003cdetails class=\"gfbc-item\" open\u003e\n          \u003csummary\u003eIs this a physical book or a download?\u003cspan class=\"gfbc-icn\" aria-hidden=\"true\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\u003cpath d=\"M10 4v12M4 10h12\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/summary\u003e\n          \u003cp\u003eA physical book. It is professionally printed and posted to your address, with fast and secure UK delivery. The Storage \u0026amp; Freezing Guide and the Kitchen Assistant are digital and reach you by email straight away, while the book is on its way.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails class=\"gfbc-item\"\u003e\n          \u003csummary\u003eIs it suitable for diabetics?\u003cspan class=\"gfbc-icn\" aria-hidden=\"true\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\u003cpath d=\"M10 4v12M4 10h12\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/summary\u003e\n          \u003cp\u003eNot as a controlled-sugar diet, and we would rather say so clearly. The recipes contain no refined sugar, but honey, maple syrup, dates and fruit all contain natural sugars that affect blood glucose. If you are managing diabetes, please speak to your GP, dietitian or diabetes specialist nurse first.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails class=\"gfbc-item\"\u003e\n          \u003csummary\u003eAre the recipes suitable for a nut allergy?\u003cspan class=\"gfbc-icn\" aria-hidden=\"true\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\u003cpath d=\"M10 4v12M4 10h12\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/summary\u003e\n          \u003cp\u003eMost of them are not. Ground almonds are the base of a large part of the book, and coconut, hazelnuts, walnuts, pistachios and pecans appear too. Every recipe declares its allergens at the top of the page, and some breads such as the quinoa, oat and sweet potato loaves are made without nuts, but this book is not the right choice for a serious tree nut allergy.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails class=\"gfbc-item\"\u003e\n          \u003csummary\u003eCan I follow the recipes with a fan oven?\u003cspan class=\"gfbc-icn\" aria-hidden=\"true\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\u003cpath d=\"M10 4v12M4 10h12\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/summary\u003e\n          \u003cp\u003eYes. Recipes are written for a conventional oven and the front of the book gives you the fan and Gas Mark equivalents, along with a note that fan ovens usually bake five to ten minutes faster, so you check a little early.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails class=\"gfbc-item\"\u003e\n          \u003csummary\u003eDo I need special flours or equipment?\u003cspan class=\"gfbc-icn\" aria-hidden=\"true\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\u003cpath d=\"M10 4v12M4 10h12\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/summary\u003e\n          \u003cp\u003eNo. Ground almonds, gluten-free oats, coconut flour, cornflour, eggs, olive oil and honey are the backbone of the book, and all of them are on the shelves of the major UK supermarkets. No stand mixer and no bread machine required.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails class=\"gfbc-item\"\u003e\n          \u003csummary\u003eAre the oats really gluten-free?\u003cspan class=\"gfbc-icn\" aria-hidden=\"true\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\u003cpath d=\"M10 4v12M4 10h12\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/summary\u003e\n          \u003cp\u003eOnly if the packet says so. Oats are naturally gluten-free but are often contaminated during processing, so buy oats labelled gluten-free or carrying the Crossed Grain symbol. The book repeats this wherever oats appear.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails class=\"gfbc-item\"\u003e\n          \u003csummary\u003eHow long does delivery take?\u003cspan class=\"gfbc-icn\" aria-hidden=\"true\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\u003cpath d=\"M10 4v12M4 10h12\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/summary\u003e\n          \u003cp\u003eOrders are processed as soon as they are confirmed and posted quickly. Exact timing depends on your address and the courier.\u003c\/p\u003e\n        \u003c\/details\u003e\n        \u003cdetails class=\"gfbc-item\"\u003e\n          \u003csummary\u003eIs this a one-off payment?\u003cspan class=\"gfbc-icn\" aria-hidden=\"true\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\u003cpath d=\"M10 4v12M4 10h12\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/summary\u003e\n          \u003cp\u003eYes. One payment for one printed book, with no subscription, no recurring charge and nothing added later.\u003c\/p\u003e\n        \u003c\/details\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 13. CLOSING --\u003e\n  \u003csection class=\"gfbc-closing\"\u003e\n    \u003cimg class=\"gfbc-closing-img\" src=\"https:\/\/bookversestore.com\/cdn\/shop\/files\/breads_cakes.jpg?v=1778611904\u0026amp;width=1600\" alt=\"A spread of gluten-free breads and cakes baked from the collection\" loading=\"lazy\" width=\"1600\" height=\"900\"\u003e\n    \u003cdiv class=\"gfbc-closing-body\"\u003e\n      \u003ch2\u003eSoft bread, proper cake, and a book that stays open on the counter\u003c\/h2\u003e\n      \u003cp class=\"gfbc-lead\"\u003e100 recipes without refined sugar, written for your oven and your supermarket, delivered straight to your door.\u003c\/p\u003e\n      \u003cdiv style=\"margin-top:36px;\"\u003e\n        \u003cbutton type=\"button\" class=\"gfbc-cta gfbc-cta--lg\" data-gfbc-add\u003eSend me the printed book — £19.90\u003c\/button\u003e\n        \u003cp class=\"gfbc-cta-note\"\u003eFast, secure UK shipping · 15-day guarantee · one payment, no subscription\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FOOTER --\u003e\n  \u003cfooter class=\"gfbc-footer\"\u003e\n    \u003cdiv class=\"gfbc-wrap\"\u003e\n      \u003cp class=\"gfbc-brand\"\u003eThe Ultimate Gluten-Free Baking Collection\u003c\/p\u003e\n      \u003cp class=\"gfbc-fine\"\u003ePrinted cookbook · £19.90 · fast UK shipping · 15-day guarantee\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/footer\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- Mobile sticky bar (appears after the hero) --\u003e\n\u003cdiv id=\"gfbc-sticky\" aria-hidden=\"true\"\u003e\n  \u003cdiv class=\"gfbc-sticky-row\"\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"gfbc-sticky-price\"\u003e£19.90\u003c\/div\u003e\n      \u003cdiv class=\"gfbc-sticky-sub\"\u003eFast UK shipping\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cbutton type=\"button\" class=\"gfbc-cta\" data-gfbc-add\u003eSend me the book\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function () {\n  \"use strict\";\n\n  \/* ============ PRODUCT CONFIG ============ *\/\n  \/* Main product variant ID for \/products\/gluten-free-sugar-free-baking-collection (selectbox £19.90 PRINTED BOOK) *\/\n  var GFBC_VARIANT_ID = 53621963981128;\n  \/* If you ever sell a bundle, list the variant IDs here and the CTAs will add them in one call. *\/\n  var GFBC_BUNDLE_IDS = []; \/* e.g. [53269033779568, 53292095504752] *\/\n\n  var isAdding = false;\n\n  function lockButtons(state) {\n    var btns = document.querySelectorAll(\".gfbc-cta[data-gfbc-add]\");\n    for (var i = 0; i \u003c btns.length; i++) {\n      if (state) {\n        btns[i].setAttribute(\"aria-busy\", \"true\");\n      } else {\n        btns[i].removeAttribute(\"aria-busy\");\n      }\n    }\n  }\n\n  function fireOcuOpen() {\n    document.dispatchEvent(new CustomEvent(\"ocu:cart:open:updated\", {\n      bubbles: true,\n      detail: { source: \"gfbc-cta\" }\n    }));\n  }\n\n  \/* Add a single variant: zero it first (update), then add — prevents duplicates. *\/\n  function addToCart(variantId, qty) {\n    if (isAdding) return;\n    isAdding = true;\n    lockButtons(true);\n\n    var updates = {};\n    updates[variantId] = 0;\n\n    fetch(\"\/cart\/update.js\", {\n      method: \"POST\",\n      headers: { \"Content-Type\": \"application\/json\" },\n      body: JSON.stringify({ updates: updates })\n    })\n      .then(function () {\n        return fetch(\"\/cart\/add.js\", {\n          method: \"POST\",\n          headers: { \"Content-Type\": \"application\/json\" },\n          body: JSON.stringify({ id: variantId, quantity: qty || 1 })\n        });\n      })\n      .then(function (res) {\n        if (!res.ok) throw new Error(\"add.js failed: \" + res.status);\n        return res.json();\n      })\n      .then(function () {\n        fireOcuOpen();\n      })\n      .catch(function (err) {\n        console.error(\"[gfbc] add to cart error:\", err);\n      })\n      .finally(function () {\n        isAdding = false;\n        lockButtons(false);\n      });\n  }\n\n  \/* Add a bundle of variants in a single \/cart\/add.js call. *\/\n  function addBundle(ids) {\n    if (isAdding) return;\n    isAdding = true;\n    lockButtons(true);\n\n    var items = ids.map(function (id) { return { id: id, quantity: 1 }; });\n\n    fetch(\"\/cart\/add.js\", {\n      method: \"POST\",\n      headers: { \"Content-Type\": \"application\/json\" },\n      body: JSON.stringify({ items: items })\n    })\n      .then(function (res) {\n        if (!res.ok) throw new Error(\"add.js (bundle) failed: \" + res.status);\n        return res.json();\n      })\n      .then(function () {\n        fireOcuOpen();\n      })\n      .catch(function (err) {\n        console.error(\"[gfbc] add bundle error:\", err);\n      })\n      .finally(function () {\n        isAdding = false;\n        lockButtons(false);\n      });\n  }\n\n  \/* Bind all CTAs. *\/\n  function onCtaClick(e) {\n    e.preventDefault();\n    if (GFBC_BUNDLE_IDS \u0026\u0026 GFBC_BUNDLE_IDS.length \u003e 1) {\n      addBundle(GFBC_BUNDLE_IDS);\n    } else {\n      addToCart(GFBC_VARIANT_ID, 1);\n    }\n  }\n\n  function bindCtas() {\n    var btns = document.querySelectorAll(\".gfbc-cta[data-gfbc-add]\");\n    for (var i = 0; i \u003c btns.length; i++) {\n      btns[i].addEventListener(\"click\", onCtaClick);\n    }\n  }\n\n  \/* Mobile sticky bar: show after scrolling past the hero. *\/\n  function bindSticky() {\n    var bar = document.getElementById(\"gfbc-sticky\");\n    if (!bar) return;\n    function onScroll() {\n      if (window.scrollY \u003e 620) {\n        bar.classList.add(\"is-visible\");\n        bar.setAttribute(\"aria-hidden\", \"false\");\n      } else {\n        bar.classList.remove(\"is-visible\");\n        bar.setAttribute(\"aria-hidden\", \"true\");\n      }\n    }\n    onScroll();\n    window.addEventListener(\"scroll\", onScroll, { passive: true });\n  }\n\n  \/* Keep native theme buy elements hidden if the theme re-injects them. *\/\n  var HIDE_CSS = \"position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;opacity:0!important;pointer-events:none!important;\";\n  var HIDE_SELECTOR = \".product-block--title, .product-block--price, .product-block--buy-buttons, .product-block--sku, .product-gallery, .product__title, .product__price, .product-form--atc-button, .shopify-payment-button\";\n\n  \/* Does this element contain (or is) the native add-to-cart form? *\/\n  function isCartHost(el) {\n    if (!el || el.nodeType !== 1) return false;\n    if (el.matches \u0026\u0026 el.matches('form[action*=\"\/cart\/add\"], .product-form')) return true;\n    return !!(el.querySelector \u0026\u0026 (el.querySelector('form[action*=\"\/cart\/add\"]') || el.querySelector('.product-form')));\n  }\n\n  \/* Hide every theme element that sits BEFORE the landing (announcement bar,\n     header, breadcrumb, stray title\/links) at each nesting level. This is the\n     reliable JS counterpart to the CSS rules and also works on browsers without\n     :has(). It never hides a block containing the cart form (kept for OCU) and\n     never the OCU drawer (which is injected AFTER the landing content). *\/\n  function hidePrecedingChrome() {\n    var root = document.getElementById(\"gfbc\");\n    if (!root) return;\n    var node = root;\n    while (node \u0026\u0026 node.parentElement \u0026\u0026 node !== document.body) {\n      var sib = node.previousElementSibling;\n      while (sib) {\n        if (sib.id !== \"gfbc-sticky\" \u0026\u0026 !sib.contains(root) \u0026\u0026 !isCartHost(sib)) {\n          sib.style.setProperty(\"display\", \"none\", \"important\");\n        }\n        sib = sib.previousElementSibling;\n      }\n      node = node.parentElement;\n    }\n  }\n\n  function hideThemeChrome() {\n    var els = document.querySelectorAll(HIDE_SELECTOR);\n    for (var i = 0; i \u003c els.length; i++) {\n      els[i].setAttribute(\"aria-hidden\", \"true\");\n      els[i].style.cssText = HIDE_CSS;\n    }\n    hidePrecedingChrome();\n  }\n\n  function startObserver() {\n    hideThemeChrome();\n    var observer = new MutationObserver(function () { hideThemeChrome(); });\n    observer.observe(document.body, { childList: true, subtree: true });\n  }\n\n  \/* Delivery timeline: fill dates relative to today. *\/\n  function bindTimeline() {\n    var MON = [\"Jan\",\"Feb\",\"Mar\",\"Apr\",\"May\",\"Jun\",\"Jul\",\"Aug\",\"Sep\",\"Oct\",\"Nov\",\"Dec\"];\n    function ord(n) {\n      var v = n % 100;\n      if (v \u003e= 11 \u0026\u0026 v \u003c= 13) return \"th\";\n      switch (n % 10) { case 1: return \"st\"; case 2: return \"nd\"; case 3: return \"rd\"; default: return \"th\"; }\n    }\n    function fmt(d) { return MON[d.getMonth()] + \" \" + d.getDate() + ord(d.getDate()); }\n    function add(base, n) { var x = new Date(base); x.setDate(x.getDate() + n); return x; }\n    var today = new Date();\n    var map = {\n      ordered: fmt(today),\n      ready: fmt(add(today, 1)) + \" \\u2013 \" + fmt(add(today, 2)),\n      delivered: fmt(add(today, 3)) + \" \\u2013 \" + fmt(add(today, 5))\n    };\n    var keys = [\"ordered\", \"ready\", \"delivered\"];\n    for (var i = 0; i \u003c keys.length; i++) {\n      var el = document.querySelector('[data-tl=\"' + keys[i] + '\"]');\n      if (el) el.textContent = map[keys[i]];\n    }\n  }\n\n  \/* Make the landing span the full viewport width regardless of how the theme\n     positions the product column. The pure-CSS `calc(-50vw + 50%)` trick only\n     works when the column is centered; this measures the real offset instead. *\/\n  function fitFullBleed() {\n    var g = document.getElementById(\"gfbc\");\n    if (!g) return;\n    g.style.marginLeft = \"0\";\n    g.style.marginRight = \"0\";\n    g.style.marginTop = \"0\";\n    g.style.width = \"auto\";\n    var left = g.getBoundingClientRect().left;\n    var vw = document.documentElement.clientWidth;\n    g.style.width = vw + \"px\";\n    g.style.marginLeft = -left + \"px\";\n    \/* Close any residual top spacing the theme leaves above the landing. *\/\n    var sec = g.closest(\".shopify-section\") || g.parentElement;\n    var gap = g.getBoundingClientRect().top - sec.getBoundingClientRect().top;\n    if (gap \u003e 0) g.style.marginTop = -gap + \"px\";\n  }\n\n  function init() {\n    bindCtas();\n    bindSticky();\n    bindTimeline();\n    fitFullBleed();\n    startObserver();\n    var t;\n    window.addEventListener(\"resize\", function () {\n      clearTimeout(t);\n      t = setTimeout(fitFullBleed, 150);\n    });\n    setTimeout(fitFullBleed, 300);\n    setTimeout(fitFullBleed, 1200);\n  }\n\n  if (document.readyState === \"loading\") {\n    document.addEventListener(\"DOMContentLoaded\", init);\n  } else {\n    init();\n  }\n})();\n\u003c\/script\u003e\n\u003c!-- End of Shopify fragment --\u003e","brand":"Super Brasil","offers":[{"title":"Default Title","offer_id":53621963981128,"sku":null,"price":19.9,"currency_code":"GBP","in_stock":true}],"url":"https:\/\/selectbox.co\/products\/gluten-free-sugar-free-baking-collection","provider":"Super Brasil","version":"1.0","type":"link"}