{"product_id":"daily-fibre-complete","title":"Daily Fibre Complete","description":"\u003cstyle\u003e\n\n  \/* ══════════════════════════════════════\n     VELDIC BRAND TOKENS — from logo\n  ══════════════════════════════════════ *\/\n  :root {\n    --green-deep:   #1F5C2E;\n    --green:        #2D6A35;\n    --green-mid:    #3A7D44;\n    --green-light:  #EBF4EC;\n    --green-pale:   #F3F8F3;\n\n    --gold:         #C9972A;\n    --gold-light:   #E8C96A;\n    --gold-pale:    #FBF5E6;\n    --gold-dark:    #9B7318;\n\n    \/* Fibre \/ wholefood accent — warm harvest gold-brown *\/\n    --harvest:      #7A5C2A;\n    --harvest-light: #B8925A;\n    --harvest-pale:  #F7F0E4;\n\n    \/* Nature \/ botanical fresh — bright sage *\/\n    --sage:         #4A6E3A;\n    --sage-light:   #88B870;\n    --sage-pale:    #EEF4E8;\n\n    --off-white:    #F5F4F0;\n    --warm-white:   #FAFAF7;\n    --text:         #1E2D1F;\n    --text-mid:     #3D4D3E;\n    --muted:        #6B7A6C;\n    --border:       #D8E4D9;\n    --border-gold:  #E2CA8A;\n\n    --font-display: 'Cormorant Garamond', Georgia, serif;\n    --font-body:    'DM Sans', sans-serif;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    font-family: var(--font-body);\n    background: #ECEAE4;\n    color: var(--text);\n    line-height: 1.6;\n    padding: 2.5rem 1rem 5rem;\n  }\n\n  \/* ══ WRAPPER ══ *\/\n  .shopify-desc {\n    max-width: 880px;\n    margin: 0 auto;\n    background: var(--warm-white);\n    border-radius: 3px;\n    overflow: hidden;\n    box-shadow: 0 2px 8px rgba(31,92,46,0.06), 0 12px 48px rgba(31,92,46,0.10);\n  }\n\n  \/* ══ HERO ══ *\/\n  .hero {\n    background: var(--green-deep);\n    padding: 3rem 2.8rem 2.6rem;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background:\n      radial-gradient(ellipse 55% 80% at 94% 20%, rgba(122,92,42,0.22) 0%, transparent 60%),\n      radial-gradient(ellipse 40% 60% at 5%  88%, rgba(74,110,58,0.18) 0%, transparent 55%),\n      radial-gradient(ellipse 50% 45% at 50% 115%, rgba(45,106,53,0.45) 0%, transparent 60%);\n    pointer-events: none;\n  }\n  .hero::after {\n    content: '';\n    position: absolute;\n    bottom: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, transparent 0%, var(--gold) 25%, var(--gold-light) 60%, transparent 100%);\n  }\n\n  .hero-eyebrow { font-size: 0.65rem; font-weight: 500; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 1rem; position: relative; }\n  .hero-logo-row { display: flex; align-items: center; gap: 1rem; margin-bottom: 0.5rem; position: relative; }\n  .hero-leaf { flex-shrink: 0; width: 44px; height: 50px; }\n  .hero-title { font-family: var(--font-display); font-size: clamp(1.85rem, 5vw, 2.9rem); font-weight: 500; color: #FFFFFF; line-height: 1.1; }\n  .hero-title em { font-style: italic; color: var(--gold-light); }\n  .hero-sub { font-size: 0.78rem; font-weight: 300; color: rgba(255,255,255,0.4); letter-spacing: 0.18em; text-transform: uppercase; margin-top: 0.35rem; margin-bottom: 2rem; position: relative; }\n\n  \/* ══ BADGES ══ *\/\n  .badge-strip { display: flex; flex-wrap: wrap; gap: 0.45rem; position: relative; }\n  .badge { display: inline-flex; align-items: center; gap: 0.38rem; padding: 0.32rem 0.8rem; border-radius: 2px; font-size: 0.68rem; font-weight: 500; letter-spacing: 0.07em; text-transform: uppercase; }\n  .badge-gold     { background: rgba(201,151,42,0.18);  color: var(--gold-light);       border: 1px solid rgba(201,151,42,0.35); }\n  .badge-green    { background: rgba(45,106,53,0.35);   color: #A8D4AC;                 border: 1px solid rgba(45,106,53,0.5); }\n  .badge-harvest  { background: rgba(122,92,42,0.22);   color: #E0C090;                 border: 1px solid rgba(122,92,42,0.38); }\n  .badge-sage     { background: rgba(74,110,58,0.25);   color: #B4D49A;                 border: 1px solid rgba(74,110,58,0.4); }\n  .badge-outline  { background: transparent;            color: rgba(255,255,255,0.38);  border: 1px solid rgba(255,255,255,0.15); }\n  .badge-dot { width: 4px; height: 4px; border-radius: 50%; background: currentColor; opacity: 0.8; }\n\n  \/* ══ SECTIONS ══ *\/\n  .section { padding: 2rem 2.8rem; border-bottom: 1px solid var(--border); }\n  .section-label { font-size: 0.62rem; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.9rem; display: flex; align-items: center; gap: 0.55rem; }\n  .section-label::after { content: ''; flex: 1; height: 1px; background: linear-gradient(90deg, var(--border-gold) 0%, transparent 100%); max-width: 180px; }\n\n  \/* ══ SUMMARY ══ *\/\n  .summary-text { font-family: var(--font-display); font-size: 1.2rem; font-weight: 400; line-height: 1.78; color: var(--green-deep); }\n  .summary-text a { color: var(--gold-dark); text-decoration: underline; text-decoration-color: rgba(201,151,42,0.4); text-underline-offset: 2px; }\n\n  \/* ══ DESCRIPTION BODY ══ *\/\n  .desc-body p { font-size: 0.88rem; color: var(--text-mid); line-height: 1.8; margin-bottom: 1rem; }\n  .desc-body p:last-child { margin-bottom: 0; }\n  .desc-body a { color: var(--gold-dark); text-decoration: underline; text-decoration-color: rgba(201,151,42,0.35); text-underline-offset: 2px; }\n\n  \/* ══ FIBRE STAT PANEL ══ *\/\n  .fibre-panel {\n    background: var(--green-deep);\n    border-radius: 3px;\n    padding: 1.5rem 1.8rem;\n    position: relative;\n    overflow: hidden;\n    margin-top: 1.2rem;\n    display: flex;\n    align-items: center;\n    gap: 2rem;\n  }\n  .fibre-panel::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: radial-gradient(ellipse 65% 80% at 95% 50%, rgba(122,92,42,0.18) 0%, transparent 65%);\n    pointer-events: none;\n  }\n  .fibre-panel::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--gold) 30%, var(--gold-light) 70%, transparent); }\n  .fibre-big-num { position: relative; flex-shrink: 0; text-align: center; }\n  .fibre-number { font-family: var(--font-display); font-size: 3.2rem; font-weight: 600; color: var(--gold-light); line-height: 1; }\n  .fibre-unit { font-size: 0.72rem; font-weight: 400; color: rgba(255,255,255,0.45); letter-spacing: 0.12em; text-transform: uppercase; margin-top: 0.2rem; }\n  .fibre-divider { width: 1px; height: 60px; background: rgba(255,255,255,0.15); flex-shrink: 0; position: relative; }\n  .fibre-details { position: relative; flex: 1; }\n  .fibre-details-title { font-family: var(--font-display); font-size: 1.1rem; font-weight: 500; color: #fff; margin-bottom: 0.45rem; line-height: 1.25; }\n  .fibre-details-body { font-size: 0.82rem; color: rgba(255,255,255,0.65); line-height: 1.68; }\n\n  \/* ══ WHY FIBRE — NHS\/Mayo reference panel ══ *\/\n  .why-fibre-panel {\n    background: var(--sage-pale);\n    border: 1px solid rgba(74,110,58,0.2);\n    border-left: 4px solid var(--sage);\n    border-radius: 0 3px 3px 0;\n    padding: 1.2rem 1.4rem;\n    margin-top: 1rem;\n  }\n  .why-fibre-eyebrow { font-size: 0.6rem; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: var(--sage); margin-bottom: 0.35rem; }\n  .why-fibre-title { font-family: var(--font-display); font-size: 1rem; font-weight: 500; color: var(--green-deep); margin-bottom: 0.45rem; line-height: 1.35; }\n  .why-fibre-body { font-size: 0.82rem; color: var(--text-mid); line-height: 1.7; }\n  .why-fibre-body a { color: var(--gold-dark); text-decoration: underline; text-decoration-color: rgba(201,151,42,0.35); text-underline-offset: 2px; }\n\n  \/* ══ FIBRE TYPES ══ *\/\n  .fibre-types {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 0.6rem;\n    margin-top: 0.9rem;\n  }\n  .fibre-type-card {\n    border-radius: 3px;\n    padding: 0.9rem 1.1rem;\n    border: 1px solid var(--border);\n    position: relative;\n    overflow: hidden;\n  }\n  .fibre-type-card.soluble   { background: var(--gold-pale); border-left: 3px solid var(--gold); }\n  .fibre-type-card.insoluble { background: var(--harvest-pale); border-left: 3px solid var(--harvest); }\n  .ft-label { font-size: 0.65rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.3rem; }\n  .fibre-type-card.soluble .ft-label   { color: var(--gold-dark); }\n  .fibre-type-card.insoluble .ft-label { color: var(--harvest); }\n  .ft-body { font-size: 0.81rem; color: var(--text-mid); line-height: 1.6; }\n  .ft-types { font-size: 0.72rem; color: var(--muted); margin-top: 0.3rem; font-style: italic; }\n\n  \/* ══ SUGAR BEET CALLOUT ══ *\/\n  .beet-callout {\n    display: flex;\n    gap: 1rem;\n    align-items: flex-start;\n    background: var(--green-pale);\n    border: 1px solid var(--border);\n    border-left: 4px solid var(--green);\n    border-radius: 0 3px 3px 0;\n    padding: 1.1rem 1.3rem;\n    margin-top: 0.8rem;\n  }\n  .beet-icon { flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%; background: var(--green-light); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; }\n  .beet-icon svg { width: 17px; height: 17px; stroke: var(--green); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }\n  .beet-text { font-size: 0.84rem; color: var(--text-mid); line-height: 1.65; }\n  .beet-text strong { color: var(--green-deep); display: block; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 0.15rem; }\n  .beet-text a { color: var(--gold-dark); text-decoration: underline; text-decoration-color: rgba(201,151,42,0.35); text-underline-offset: 2px; }\n\n  \/* ══ BENEFITS GRID — 2×2 ══ *\/\n  .benefits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 3px; overflow: hidden; margin-top: 0.4rem; }\n  .benefit-item { background: var(--warm-white); padding: 1.25rem 1.3rem; display: flex; gap: 0.9rem; align-items: flex-start; transition: background 0.2s; }\n  .benefit-item:hover { background: var(--green-pale); }\n  .benefit-icon { flex-shrink: 0; width: 38px; height: 38px; border-radius: 50%; background: var(--green-light); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; margin-top: 0.05rem; }\n  .benefit-icon svg { width: 17px; height: 17px; stroke: var(--green); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }\n  .benefit-label { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--green); margin-bottom: 0.26rem; }\n  .benefit-copy { font-size: 0.81rem; color: var(--muted); line-height: 1.6; }\n  .benefit-copy a { color: var(--gold-dark); text-decoration: underline; text-decoration-color: rgba(201,151,42,0.35); text-underline-offset: 2px; }\n\n  \/* ══ INGREDIENT GRID ══ *\/\n  .ing-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 0.55rem;\n    margin-top: 0.4rem;\n  }\n  .ing-card {\n    background: var(--warm-white);\n    border: 1px solid var(--border);\n    border-radius: 3px;\n    padding: 0.85rem 0.75rem;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    transition: background 0.2s, border-color 0.2s;\n  }\n  .ing-card:hover { background: var(--green-pale); border-color: var(--green-mid); }\n  .ing-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--green) 0%, var(--gold) 100%); }\n  \/* Psyllium feature card *\/\n  .ing-card.feature {\n    grid-column: span 2;\n    background: var(--green-pale);\n    border-color: var(--green-mid);\n    text-align: left;\n    display: flex;\n    gap: 0.9rem;\n    align-items: center;\n  }\n  .ing-card.feature::before { background: var(--green); height: 3px; }\n  .feat-icon { flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%; background: var(--green-light); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; }\n  .feat-icon svg { width: 18px; height: 18px; stroke: var(--green); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }\n  .ing-name { font-size: 0.68rem; font-weight: 600; color: var(--green-deep); text-transform: uppercase; letter-spacing: 0.05em; line-height: 1.3; margin-bottom: 0.22rem; }\n  .ing-amt  { font-size: 0.95rem; font-weight: 600; color: var(--green); font-family: var(--font-display); }\n  .ing-note { font-size: 0.7rem; color: var(--muted); line-height: 1.4; margin-top: 0.15rem; }\n  .feat-text .ing-name { font-size: 0.72rem; }\n  .feat-text .ing-note { font-size: 0.77rem; }\n\n  \/* Fibre total bar *\/\n  .fibre-total-bar {\n    background: var(--green);\n    border-radius: 3px;\n    padding: 0.75rem 1.1rem;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    margin-top: 0.6rem;\n    gap: 1rem;\n  }\n  .ftb-label { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.6); }\n  .ftb-value { font-family: var(--font-display); font-size: 1.2rem; font-weight: 600; color: var(--gold-light); }\n  .ftb-note  { font-size: 0.72rem; color: rgba(255,255,255,0.42); }\n\n  \/* Full ingredients *\/\n  .ingredient-box { font-size: 0.8rem; color: var(--muted); line-height: 1.7; margin-top: 0.8rem; padding: 0.8rem 1rem; background: var(--off-white); border-radius: 3px; border: 1px solid var(--border); }\n  .ingredient-box strong { color: var(--green-deep); }\n  .allergen-note { margin-top: 0.7rem; font-size: 0.78rem; background: var(--gold-pale); border-left: 3px solid var(--gold); padding: 0.65rem 1rem; border-radius: 0 3px 3px 0; color: var(--text-mid); line-height: 1.6; }\n  .allergen-note strong { color: var(--green-deep); }\n\n  \/* ══ USAGE ══ *\/\n  .usage-box { background: var(--green); border-radius: 3px; padding: 1.4rem 1.6rem; display: flex; gap: 1.2rem; align-items: flex-start; position: relative; overflow: hidden; }\n  .usage-box::after { content: ''; position: absolute; right: -10px; bottom: -10px; width: 80px; height: 80px; border-radius: 50%; background: rgba(201,151,42,0.12); }\n  .usage-icon { flex-shrink: 0; width: 46px; height: 46px; border-radius: 50%; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; }\n  .usage-icon svg { width: 20px; height: 20px; stroke: var(--gold-light); fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }\n  .usage-text { font-size: 0.87rem; line-height: 1.65; color: rgba(255,255,255,0.82); position: relative; flex: 1; }\n  .usage-text strong { color: #fff; display: block; font-size: 0.95rem; margin-bottom: 0.35rem; }\n  .usage-step { display: flex; align-items: flex-start; gap: 0.55rem; margin-bottom: 0.35rem; font-size: 0.84rem; }\n  .usage-num { flex-shrink: 0; width: 18px; height: 18px; border-radius: 50%; background: rgba(201,151,42,0.28); border: 1px solid rgba(201,151,42,0.45); display: flex; align-items: center; justify-content: center; font-size: 0.62rem; font-weight: 600; color: var(--gold-light); margin-top: 0.05rem; }\n\n  \/* ══ WARNINGS ══ *\/\n  .warnings-list { list-style: none; display: flex; flex-direction: column; gap: 0.55rem; }\n  .warnings-list li { font-size: 0.82rem; color: var(--muted); line-height: 1.6; padding: 0.5rem 0.8rem; border-left: 2px solid var(--border); background: var(--off-white); border-radius: 0 2px 2px 0; }\n  .warnings-list li.warn-highlight { border-left-color: var(--harvest); background: var(--harvest-pale); }\n\n  \/* ══ DISCLAIMER ══ *\/\n  .disclaimer { background: var(--gold-pale); border-top: 1px solid var(--border-gold); padding: 1.6rem 2.8rem; }\n  .disclaimer-title { font-size: 0.62rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 0.6rem; }\n  .disclaimer p { font-size: 0.74rem; color: #7A6F55; line-height: 1.75; margin-bottom: 0.35rem; }\n  .disclaimer p:last-child { margin-bottom: 0; }\n\n  \/* ══ BRAND FOOTER ══ *\/\n  .brand-footer { background: var(--green-deep); padding: 2.2rem 2.8rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; position: relative; overflow: hidden; }\n  .brand-footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent 0%, var(--gold) 35%, var(--gold-light) 65%, transparent 100%); }\n  .brand-footer::after { content: ''; position: absolute; right: -30px; top: -30px; width: 160px; height: 160px; border-radius: 50%; background: radial-gradient(circle, rgba(201,151,42,0.10) 0%, transparent 70%); }\n  .footer-brand { font-family: var(--font-display); font-size: 1.8rem; font-weight: 500; letter-spacing: 0.18em; color: #FFFFFF; line-height: 1; margin-bottom: 0.3rem; }\n  .footer-tagline { font-size: 0.7rem; color: rgba(255,255,255,0.38); letter-spacing: 0.12em; text-transform: uppercase; font-weight: 300; }\n  .footer-leaf { opacity: 0.18; flex-shrink: 0; }\n\n  .preview-note { text-align: center; font-size: 0.68rem; color: #9CA3AF; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 1.2rem; }\n\n  \/* ══ RESPONSIVE ══ *\/\n  @media (max-width: 640px) {\n    .section, .disclaimer, .brand-footer { padding-left: 1.3rem; padding-right: 1.3rem; }\n    .hero { padding: 2rem 1.3rem 2rem; }\n    .fibre-panel { flex-direction: column; gap: 1rem; }\n    .fibre-divider { display: none; }\n    .benefits-grid { grid-template-columns: 1fr; }\n    .ing-grid { grid-template-columns: 1fr 1fr; }\n    .ing-card.feature { grid-column: span 2; flex-direction: column; align-items: flex-start; }\n    .fibre-types { grid-template-columns: 1fr; }\n    .brand-footer { flex-direction: column; text-align: center; }\n    .footer-leaf { display: none; }\n  }\n  @media (max-width: 380px) {\n    .ing-grid { grid-template-columns: 1fr 1fr; }\n  }\n\u003c\/style\u003e\n\u003carticle class=\"shopify-desc\"\u003e\u003c!-- ══ HERO ══ --\u003e\u003cheader class=\"hero\"\u003e\n\u003cp class=\"hero-eyebrow\"\u003eVeldic Premium Supplements\u003c\/p\u003e\n\u003cdiv class=\"hero-logo-row\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 44 50\" class=\"hero-leaf\"\u003e\n        \u003cpath opacity=\"0.9\" fill=\"#4D9A57\" d=\"M10 40 C10 22 24 7 38 5 C38 26 24 44 10 40Z\"\u003e\u003c\/path\u003e\n        \u003cpath opacity=\"0.55\" fill=\"#2D6A35\" d=\"M18 42 C22 30 28 16 38 5 C30 16 22 28 18 42Z\"\u003e\u003c\/path\u003e\n        \u003cpath fill=\"url(#heroGoldDFC)\" d=\"M16 46 C12 30 18 11 30 4 C34 19 28 40 16 46Z\"\u003e\u003c\/path\u003e\n        \u003cdefs\u003e\n          \u003clineargradient gradientunits=\"userSpaceOnUse\" y2=\"46\" x2=\"16\" y1=\"4\" x1=\"30\" id=\"heroGoldDFC\"\u003e\n            \u003cstop stop-color=\"#E8C96A\" offset=\"0%\"\u003e\u003c\/stop\u003e\n            \u003cstop stop-color=\"#C9972A\" offset=\"100%\"\u003e\u003c\/stop\u003e\n          \u003c\/lineargradient\u003e\n        \u003c\/defs\u003e\n      \u003c\/svg\u003e\n\u003cdiv\u003e\n\u003ch1 class=\"hero-title\"\u003eDaily Fibre \u003cem\u003eComplete\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003e100 Capsules · Multi-Fibre Formula · 11 Wholefood Sources\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"badge-strip\"\u003e\n\u003cspan class=\"badge badge-harvest\"\u003e\u003cspan class=\"badge-dot\"\u003e\u003c\/span\u003e513mg+ Dietary Fibre\u003c\/span\u003e \u003cspan class=\"badge badge-sage\"\u003e\u003cspan class=\"badge-dot\"\u003e\u003c\/span\u003ePsyllium Husk 500mg\u003c\/span\u003e \u003cspan class=\"badge badge-harvest\"\u003e\u003cspan class=\"badge-dot\"\u003e\u003c\/span\u003eSoluble \u0026amp; Insoluble\u003c\/span\u003e \u003cspan class=\"badge badge-gold\"\u003e\u003cspan class=\"badge-dot\"\u003e\u003c\/span\u003eSugar Beet Fibre\u003c\/span\u003e \u003cspan class=\"badge badge-green\"\u003e\u003cspan class=\"badge-dot\"\u003e\u003c\/span\u003eVegan \u0026amp; Vegetarian\u003c\/span\u003e \u003cspan class=\"badge badge-green\"\u003e\u003cspan class=\"badge-dot\"\u003e\u003c\/span\u003eHalal \u0026amp; Kosher\u003c\/span\u003e \u003cspan class=\"badge badge-outline\"\u003e100 Capsules\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\u003c!-- ══ QUICK SUMMARY ══ --\u003e\n\u003csection class=\"section\"\u003e\n\u003cp class=\"section-label\"\u003eAt a Glance\u003c\/p\u003e\n\u003cp class=\"summary-text\"\u003eA premium multi-fibre supplement delivering a minimum 513mg of dietary fibre per capsule — from eleven naturally high-fibre wholefood and herbal sources including \u003ca rel=\"noopener\" href=\"https:\/\/www.specialistsupplements.com\/product\/fibre-full\/\" target=\"_blank\"\u003epsyllium husk\u003c\/a\u003e, sugar beet fibre, flaxseed, apple pectin, broccoli, prune, fenugreek, fig, carrot, and fennel seed. Providing both soluble and insoluble fibre types. Sugar beet fibre contributes to an increase in faecal bulk. Suitable for vegetarians and vegans. Halal and Kosher approved.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- ══ DESCRIPTION ══ --\u003e\n\u003csection class=\"section\"\u003e\n\u003cp class=\"section-label\"\u003eAbout This Product\u003c\/p\u003e\n\u003cdiv class=\"desc-body\"\u003e\n\u003cp\u003eVeldic Daily Fibre Complete is a carefully formulated multi-fibre supplement, drawing on eleven naturally high-fibre wholefood and botanical sources to deliver a broad-spectrum dietary fibre profile. Rather than relying on a single isolated fibre, this formula brings together psyllium husk, sugar beet fibre, flaxseed, apple pectin, rhubarb root, and more — each contributing a different fibre type for a more complete and balanced approach.\u003c\/p\u003e\n\u003cp\u003eThe formula provides not just roughage, but a meaningful combination of cellulose, pectin, hemicellulose, lignin, and gums — both soluble and insoluble — from recognised wholefood sources. This reflects a more considered, food-first philosophy towards everyday fibre supplementation.\u003c\/p\u003e\n\u003c!-- Fibre stat panel --\u003e\n\u003cdiv class=\"fibre-panel\"\u003e\n\u003cdiv class=\"fibre-big-num\"\u003e\n\u003cp class=\"fibre-number\"\u003e513\u003cspan style=\"font-size: 1.4rem;\"\u003emg+\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"fibre-unit\"\u003eDietary Fibre\u003cbr\u003eper capsule\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fibre-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"fibre-details\"\u003e\n\u003cp class=\"fibre-details-title\"\u003eMinimum guaranteed per capsule — from 11 wholefood sources\u003c\/p\u003e\n\u003cp class=\"fibre-details-body\"\u003eCellulose · Pectin · Hemicellulose · Lignin · Gums · Soluble fibre · Insoluble fibre — a fuller fibre profile than any single-source supplement can offer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Why fibre panel --\u003e\n\u003cdiv class=\"why-fibre-panel\"\u003e\n\u003cp class=\"why-fibre-eyebrow\"\u003eWhy Fibre Matters\u003c\/p\u003e\n\u003cp class=\"why-fibre-title\"\u003eMost adults in the UK do not consume enough dietary fibre\u003c\/p\u003e\n\u003cp class=\"why-fibre-body\"\u003e\u003ca rel=\"noopener\" href=\"https:\/\/www.nhs.uk\/live-well\/eat-well\/how-to-eat-a-balanced-diet\/eating-a-balanced-diet\/\" target=\"_blank\"\u003eAccording to the NHS\u003c\/a\u003e, fibre is a key component of a healthy, varied, and balanced diet. Dietary fibre contributes to digestive health by helping to increase the weight and size of the stool. \u003ca rel=\"noopener\" href=\"https:\/\/www.mayoclinic.org\/healthy-lifestyle\/nutrition-and-healthy-eating\/in-depth\/fiber\/art-20043983#:~:text=Dietary%20fiber%20increases%20the%20weight,Helps%20maintain%20bowel%20health.\" target=\"_blank\"\u003eAccording to the Mayo Clinic\u003c\/a\u003e, a bulky stool is easier to pass — and if stools are loose, fibre may help by absorbing water and adding bulk, thereby supporting normal bowel health.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══ FIBRE TYPES ══ --\u003e\n\u003csection class=\"section\"\u003e\n\u003cp class=\"section-label\"\u003eSoluble \u0026amp; Insoluble Fibre\u003c\/p\u003e\n\u003cdiv class=\"fibre-types\"\u003e\n\u003cdiv class=\"fibre-type-card soluble\"\u003e\n\u003cp class=\"ft-label\"\u003eSoluble Fibre\u003c\/p\u003e\n\u003cp class=\"ft-body\"\u003eDissolves in water to form a gel-like substance in the digestive tract. Fermented by \u003ca rel=\"noopener\" href=\"https:\/\/www.specialistsupplements.com\/product-category\/probiotic-bacteria\/\" target=\"_blank\"\u003ebacteria\u003c\/a\u003e in the large intestine, contributing to an increase in bacterial mass and faecal bulk.\u003c\/p\u003e\n\u003cp class=\"ft-types\"\u003eKey sources in this formula: psyllium husk, apple pectin, sugar beet fibre, fenugreek\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fibre-type-card insoluble\"\u003e\n\u003cp class=\"ft-label\"\u003eInsoluble Fibre\u003c\/p\u003e\n\u003cp class=\"ft-body\"\u003eDoes not dissolve in water — instead absorbs water in the \u003ca rel=\"noopener\" href=\"https:\/\/www.specialistsupplements.com\/product\/col-clear-a\/\" target=\"_blank\"\u003elarge intestine\u003c\/a\u003e, increasing faecal bulk and supporting digestive transit as part of a balanced diet.\u003c\/p\u003e\n\u003cp class=\"ft-types\"\u003eKey sources in this formula: psyllium husk, flaxseed, broccoli, carrot, rhubarb\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Sugar beet fibre callout --\u003e\n\u003cdiv class=\"beet-callout\"\u003e\n\u003cdiv class=\"beet-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2C8 6 4 10 4 14a8 8 0 0 0 16 0c0-4-4-8-8-12z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"beet-text\"\u003e\n\u003cstrong\u003eSugar Beet Fibre — Dual-Action Faecal Bulk Support\u003c\/strong\u003e Sugar beet fibre (Beta vulgaris) contributes to an increase in faecal bulk in two ways: the insoluble components absorb water in the large intestine, whilst the soluble components are fermented by \u003ca rel=\"noopener\" href=\"https:\/\/www.specialistsupplements.com\/product-category\/probiotic-bacteria\/\" target=\"_blank\"\u003ebacteria\u003c\/a\u003e, leading to an increase in bacterial mass — both contributing to overall faecal bulk.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══ KEY BENEFITS ══ --\u003e\n\u003csection class=\"section\"\u003e\n\u003cp class=\"section-label\"\u003eKey Benefits\u003c\/p\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M3 6h18M3 12h18M3 18h18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"benefit-label\"\u003eFaecal Bulk\u003c\/p\u003e\n\u003cp class=\"benefit-copy\"\u003eSugar beet fibre contributes to an increase in faecal bulk — a recognised, science-backed function from both its soluble and insoluble components.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2a10 10 0 1 0 0 20A10 10 0 0 0 12 2z\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 14s1.5 2 4 2 4-2 4-2\"\u003e\u003c\/path\u003e\u003cline y2=\"9\" x2=\"9.01\" y1=\"9\" x1=\"9\"\u003e\u003c\/line\u003e\u003cline y2=\"9\" x2=\"15.01\" y1=\"9\" x1=\"15\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"benefit-label\"\u003eEveryday Digestive Comfort\u003c\/p\u003e\n\u003cp class=\"benefit-copy\"\u003eA blend of eleven high-fibre wholefood and herbal sources, including the well-regarded \u003ca rel=\"noopener\" href=\"https:\/\/www.specialistsupplements.com\/product\/fibre-full\/\" target=\"_blank\"\u003epsyllium husk\u003c\/a\u003e, formulated to support normal daily digestive function.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22C6.48 22 2 17.52 2 12S6.48 2 12 2s10 4.48 10 10-4.48 10-10 10z\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 12h8M12 8v8\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"benefit-label\"\u003eBroad-Spectrum Fibre Profile\u003c\/p\u003e\n\u003cp class=\"benefit-copy\"\u003eProvides cellulose, pectin, hemicellulose, lignin, and gums — a diverse range of fibre types, both soluble and insoluble, from naturally high-fibre whole foods.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2C8 6 4 10 4 14a8 8 0 0 0 16 0c0-4-4-8-8-12z\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 14v6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"benefit-label\"\u003eWholefood-Derived Sources\u003c\/p\u003e\n\u003cp class=\"benefit-copy\"\u003eDerived from recognisable, naturally high-fibre foods — psyllium, rhubarb, broccoli, flaxseed, prune, fenugreek, apple, fig, carrot, and fennel — not isolated synthetic fibres.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══ THE FORMULA ══ --\u003e\n\u003csection class=\"section\"\u003e\n\u003cp class=\"section-label\"\u003eThe Formula — 11 Sources\u003c\/p\u003e\n\u003cdiv class=\"ing-grid\"\u003e\n\u003c!-- Psyllium feature card --\u003e\n\u003cdiv class=\"ing-card feature\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2C8 6 4 10 4 14a8 8 0 0 0 16 0c0-4-4-8-8-12z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-text\"\u003e\n\u003cp class=\"ing-name\"\u003ePsyllium Husk\u003c\/p\u003e\n\u003cp class=\"ing-amt\"\u003e500mg\u003c\/p\u003e\n\u003cp class=\"ing-note\"\u003ePlantago ovata · The formula's leading ingredient · One of the most studied dietary fibre sources · See our \u003ca rel=\"noopener\" href=\"https:\/\/www.specialistsupplements.com\/product\/fibre-full\/\" target=\"_blank\"\u003epsyllium range\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Sugar beet feature card --\u003e\n\u003cdiv style=\"border-top: 3px solid var(--harvest);\" class=\"ing-card feature\"\u003e\n\u003cdiv style=\"background: var(--harvest-pale); border-color: rgba(122,92,42,0.2);\" class=\"feat-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2C8 6 4 10 4 14a8 8 0 0 0 16 0c0-4-4-8-8-12z\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 14v6\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 17l3 3 3-3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-text\"\u003e\n\u003cp style=\"color: var(--harvest);\" class=\"ing-name\"\u003eSugar Beet Fibre\u003c\/p\u003e\n\u003cp style=\"color: var(--harvest);\" class=\"ing-amt\"\u003e60mg\u003c\/p\u003e\n\u003cp class=\"ing-note\"\u003eBeta vulgaris · Provides both soluble and insoluble fibre · Contributes to an increase in faecal bulk via dual mechanism\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-card\"\u003e\n\u003cp class=\"ing-name\"\u003eRhubarb\u003c\/p\u003e\n\u003cp class=\"ing-amt\"\u003e450mg\u003c\/p\u003e\n\u003cp class=\"ing-note\"\u003eEquiv. from extract\u003cbr\u003eRheum palmatum\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-card\"\u003e\n\u003cp class=\"ing-name\"\u003eBroccoli\u003c\/p\u003e\n\u003cp class=\"ing-amt\"\u003e75mg\u003c\/p\u003e\n\u003cp class=\"ing-note\"\u003eEquiv. from extract\u003cbr\u003eBrassica oleracea\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-card\"\u003e\n\u003cp class=\"ing-name\"\u003eFlaxseed\u003c\/p\u003e\n\u003cp class=\"ing-amt\"\u003e70mg\u003c\/p\u003e\n\u003cp class=\"ing-note\"\u003eLinum usitatissimum\u003cbr\u003eWhole seed powder\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-card\"\u003e\n\u003cp class=\"ing-name\"\u003ePrune\u003c\/p\u003e\n\u003cp class=\"ing-amt\"\u003e50mg\u003c\/p\u003e\n\u003cp class=\"ing-note\"\u003eEquiv. from extract\u003cbr\u003ePrunus salicinas\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-card\"\u003e\n\u003cp class=\"ing-name\"\u003eFenugreek Seed\u003c\/p\u003e\n\u003cp class=\"ing-amt\"\u003e40mg\u003c\/p\u003e\n\u003cp class=\"ing-note\"\u003eEquiv. from extract\u003cbr\u003eTrigonella foenum\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-card\"\u003e\n\u003cp class=\"ing-name\"\u003eApple Pectin\u003c\/p\u003e\n\u003cp class=\"ing-amt\"\u003e20mg\u003c\/p\u003e\n\u003cp class=\"ing-note\"\u003eMalus pumila\u003cbr\u003eNatural pectin powder\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-card\"\u003e\n\u003cp class=\"ing-name\"\u003eFig Fruit\u003c\/p\u003e\n\u003cp class=\"ing-amt\"\u003e20mg\u003c\/p\u003e\n\u003cp class=\"ing-note\"\u003eEquiv. from extract\u003cbr\u003eFicus carica\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-card\"\u003e\n\u003cp class=\"ing-name\"\u003eCarrot\u003c\/p\u003e\n\u003cp class=\"ing-amt\"\u003e5mg\u003c\/p\u003e\n\u003cp class=\"ing-note\"\u003eDaucus carota\u003cbr\u003eWhole carrot powder\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-card\"\u003e\n\u003cp class=\"ing-name\"\u003eFennel Seed\u003c\/p\u003e\n\u003cp class=\"ing-amt\"\u003e5mg\u003c\/p\u003e\n\u003cp class=\"ing-note\"\u003eEquiv. from extract\u003cbr\u003eFoeniculum vulgare\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Fibre total bar --\u003e\n\u003cdiv class=\"fibre-total-bar\"\u003e\n\u003cspan class=\"ftb-label\"\u003eTotal Dietary Fibre\u003c\/span\u003e \u003cspan class=\"ftb-value\"\u003eMinimum 513mg per capsule\u003c\/span\u003e \u003cspan class=\"ftb-note\"\u003efrom 11 wholefood sources\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Full ingredients --\u003e\n\u003cdiv class=\"ingredient-box\"\u003e\n\u003cstrong\u003eFull Ingredients:\u003c\/strong\u003e Psyllium Husk Powder (Plantago ovata), Capsule Shell: Hydroxypropyl Methylcellulose (HPMC), Flaxseed Powder (Linum usitatissimum), Sugar Beet Fibre Powder (Beta Vulgaris), Stoneground Brown Rice Flour (Oryza Sativa), Apple Pectin Powder (Malus pumila), Rhubarb Root Extract (Rheum Palmatum), Fenugreek Seed Extract (Trigonella Foenum-Graecum), Prune Juice Extract (Prunus Salicinas), Broccoli Extract (Brassica Oleracea), Fig Fruit Extract (Ficus Carica), Carrot Powder (Daucus carota), Fennel Seed Extract (Foeniculum Vulgare).\u003c\/div\u003e\n\u003cdiv class=\"allergen-note\"\u003e\n\u003cstrong\u003eAllergen Advice:\u003c\/strong\u003e May contain traces of \u003cstrong\u003eMUSTARD\u003c\/strong\u003e and \u003cstrong\u003eSESAME\u003c\/strong\u003e. Capsule shell is HPMC (plant-derived). Suitable for vegetarians and vegans. * = Equivalent weight from extract.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══ USAGE ══ --\u003e\n\u003csection class=\"section\"\u003e\n\u003cp class=\"section-label\"\u003eSuggested Use\u003c\/p\u003e\n\u003cdiv class=\"usage-box\"\u003e\n\u003cdiv class=\"usage-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"usage-text\"\u003e\n\u003cstrong\u003eTake 1–2 capsules, 1–3 times per day — or adjust intake as required\u003c\/strong\u003e\n\u003cdiv class=\"usage-step\"\u003e\n\u003cspan class=\"usage-num\"\u003e1\u003c\/span\u003e\u003cspan\u003eAlways take with a minimum of 250ml of water per dose — essential for fibre to function effectively\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-step\"\u003e\n\u003cspan class=\"usage-num\"\u003e2\u003c\/span\u003e\u003cspan\u003eIdeally take before an evening meal, or split total intake across two meals\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-step\"\u003e\n\u003cspan class=\"usage-num\"\u003e3\u003c\/span\u003e\u003cspan\u003eIncrease fibre intake gradually and maintain adequate daily fluid intake throughout the day\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 0.3rem; font-size: 0.8rem; color: rgba(255,255,255,0.55);\"\u003e100 capsules per pot · Or as advised by a qualified health professional\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══ WARNINGS ══ --\u003e\n\u003csection class=\"section\"\u003e\n\u003cp class=\"section-label\"\u003eImportant Information\u003c\/p\u003e\n\u003cul class=\"warnings-list\"\u003e\n\u003cli class=\"warn-highlight\"\u003eAlways take with a minimum of 250ml of water per dose. Insufficient fluid intake with fibre supplements may cause choking or discomfort.\u003c\/li\u003e\n\u003cli\u003eIf you are new to fibre supplementation, increase your intake gradually to allow the digestive system to adjust.\u003c\/li\u003e\n\u003cli\u003eThis product is a food supplement. Do not exceed the recommended daily intake.\u003c\/li\u003e\n\u003cli\u003eMay contain traces of mustard and sesame — please check before use if you have allergies to either.\u003c\/li\u003e\n\u003cli\u003eKeep out of reach of children. Store in a cool, dry place, away from direct sunlight.\u003c\/li\u003e\n\u003cli\u003eIf you are pregnant, breastfeeding, taking medication, or have a pre-existing health or gastrointestinal condition, consult your GP or a qualified healthcare professional before use.\u003c\/li\u003e\n\u003cli\u003eFood supplements are not a substitute for a varied, balanced diet and healthy lifestyle.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- ══ DISCLAIMER ══ --\u003e\n\u003cdiv class=\"disclaimer\"\u003e\n\u003cp class=\"disclaimer-title\"\u003eDisclaimer\u003c\/p\u003e\n\u003cp\u003eFood supplements are intended to complement a balanced diet and healthy lifestyle — not to replace them. The stated benefits reflect traditional botanical usage and recognised EU\/UK nutrition and health claims; they are not intended to diagnose, treat, cure, or prevent any disease or medical condition.\u003c\/p\u003e\n\u003cp\u003eIf you are pregnant, breastfeeding, taking medication, or have a pre-existing health condition, please consult your GP or a qualified healthcare professional before use. Results may vary between individuals.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ══ BRAND FOOTER ══ --\u003e\u003cfooter class=\"brand-footer\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"footer-brand\"\u003eVeldic\u003c\/p\u003e\n\u003cp class=\"footer-tagline\"\u003eElevate your Everyday  ·  Science-led · Uncompromising Purity\u003c\/p\u003e\n\u003c\/div\u003e\n\u003csvg fill=\"none\" viewbox=\"0 0 44 50\" height=\"72\" width=\"64\" class=\"footer-leaf\"\u003e\n      \u003cpath fill=\"#4D9A57\" d=\"M10 40 C10 22 24 7 38 5 C38 26 24 44 10 40Z\"\u003e\u003c\/path\u003e\n      \u003cpath fill=\"url(#footerGoldDFC)\" d=\"M16 46 C12 30 18 11 30 4 C34 19 28 40 16 46Z\"\u003e\u003c\/path\u003e\n      \u003cdefs\u003e\n        \u003clineargradient gradientunits=\"userSpaceOnUse\" y2=\"46\" x2=\"16\" y1=\"4\" x1=\"30\" id=\"footerGoldDFC\"\u003e\n          \u003cstop stop-color=\"#E8C96A\" offset=\"0%\"\u003e\u003c\/stop\u003e\n          \u003cstop stop-color=\"#C9972A\" offset=\"100%\"\u003e\u003c\/stop\u003e\n        \u003c\/lineargradient\u003e\n      \u003c\/defs\u003e\n    \u003c\/svg\u003e\u003c\/footer\u003e\u003c\/article\u003e","brand":"Veldic","offers":[{"title":"Default Title","offer_id":57113823314264,"sku":"DF120","price":15.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0975\/3549\/2440\/files\/veldic-daily-fibre-complete-gut-health.png?v=1774270562","url":"https:\/\/veldic.com\/products\/daily-fibre-complete","provider":"Veldic","version":"1.0","type":"link"}