{"product_id":"green-coffee-active","title":"Green Coffee Active","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500\u0026amp;family=DM+Sans:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\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    \/* Green coffee \/ unroasted accent — rich sage-forest *\/\n    --coffee:        #2E5C1E;\n    --coffee-mid:    #4A8C34;\n    --coffee-light:  #8AC870;\n    --coffee-pale:   #EDF5E7;\n\n    \/* Kelp \/ marine accent — deep ocean teal *\/\n    --kelp:          #1E5060;\n    --kelp-light:    #4090A8;\n    --kelp-pale:     #E4F2F5;\n\n    \/* Cayenne \/ warming accent — deep spice *\/\n    --cayenne:       #8C3A1A;\n    --cayenne-light: #C07050;\n    --cayenne-pale:  #FAF0EC;\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% 18%, rgba(46,92,30,0.30) 0%, transparent 60%),\n      radial-gradient(ellipse 40% 55% at 5%  88%, rgba(30,80,96,0.20) 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.9rem, 5vw, 3rem); 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-coffee  { background: rgba(46,92,30,0.28);    color: var(--coffee-light);     border: 1px solid rgba(46,92,30,0.45); }\n  .badge-kelp    { background: rgba(30,80,96,0.24);    color: #80C8DC;                 border: 1px solid rgba(30,80,96,0.4); }\n  .badge-cayenne { background: rgba(140,58,26,0.22);   color: #E8A88A;                 border: 1px solid rgba(140,58,26,0.38); }\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  \/* ══ GREEN COFFEE SPOTLIGHT ══ *\/\n  .gc-spotlight {\n    background: var(--coffee);\n    border-radius: 3px;\n    padding: 1.5rem 1.8rem;\n    position: relative;\n    overflow: hidden;\n    margin-top: 1.2rem;\n  }\n  .gc-spotlight::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background:\n      radial-gradient(ellipse 55% 80% at 95% 50%, rgba(201,151,42,0.14) 0%, transparent 65%),\n      radial-gradient(ellipse 40% 55% at 5%  85%, rgba(30,80,96,0.18) 0%, transparent 55%);\n    pointer-events: none;\n  }\n  .gc-spotlight::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  .gc-eyebrow { font-size: 0.6rem; font-weight: 600; letter-spacing: 0.26em; text-transform: uppercase; color: var(--coffee-light); margin-bottom: 0.45rem; position: relative; }\n  .gc-title { font-family: var(--font-display); font-size: 1.3rem; font-weight: 500; color: #fff; margin-bottom: 0.75rem; position: relative; line-height: 1.25; }\n  .gc-title em { font-style: italic; color: var(--gold-light); }\n  .gc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.65rem; position: relative; }\n  .gc-stat { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: 2px; padding: 0.75rem 0.9rem; }\n  .gc-stat-value { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; color: var(--gold-light); line-height: 1; margin-bottom: 0.18rem; }\n  .gc-stat-label { font-size: 0.67rem; font-weight: 500; color: rgba(255,255,255,0.5); letter-spacing: 0.07em; text-transform: uppercase; line-height: 1.35; }\n  .gc-note { font-size: 0.8rem; color: rgba(255,255,255,0.6); line-height: 1.65; margin-top: 0.85rem; position: relative; }\n\n  \/* ══ WHAT IS GREEN COFFEE CALLOUT ══ *\/\n  .green-coffee-info {\n    display: flex;\n    gap: 1rem;\n    align-items: flex-start;\n    background: var(--coffee-pale);\n    border: 1px solid rgba(46,92,30,0.2);\n    border-left: 4px solid var(--coffee-mid);\n    border-radius: 0 3px 3px 0;\n    padding: 1.1rem 1.3rem;\n    margin-top: 1rem;\n  }\n  .gci-icon { flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%; background: rgba(46,92,30,0.1); border: 1px solid rgba(46,92,30,0.2); display: flex; align-items: center; justify-content: center; }\n  .gci-icon svg { width: 17px; height: 17px; stroke: var(--coffee); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }\n  .gci-text { font-size: 0.84rem; color: var(--text-mid); line-height: 1.65; }\n  .gci-text strong { color: var(--coffee); display: block; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 0.15rem; }\n\n  \/* ══ INGREDIENT CARDS ══ *\/\n  .ing-cards {\n    display: grid;\n    grid-template-columns: repeat(3, 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.9rem 0.85rem;\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; }\n  .ing-card.c-coffee  ::before { background: var(--coffee-mid); }\n  .ing-card.c-kelp    ::before { background: var(--kelp); }\n  .ing-card.c-cayenne ::before { background: var(--cayenne); }\n  .ing-card.c-gold    ::before { background: var(--gold); }\n  \/* Green coffee feature — full width *\/\n  .ing-card.feature {\n    grid-column: 1 \/ -1;\n    background: var(--coffee-pale);\n    border-color: var(--coffee-mid);\n    display: flex;\n    gap: 1rem;\n    align-items: center;\n  }\n  .ing-card.feature::before { height: 3px; background: var(--coffee); }\n  .feat-icon { flex-shrink: 0; width: 42px; height: 42px; border-radius: 50%; background: rgba(46,92,30,0.12); border: 1px solid rgba(46,92,30,0.22); display: flex; align-items: center; justify-content: center; }\n  .feat-icon svg { width: 19px; height: 19px; stroke: var(--coffee); 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: 1.05rem; font-weight: 600; color: var(--green); font-family: var(--font-display); }\n  .ing-note { font-size: 0.7rem; color: var(--muted); line-height: 1.45; margin-top: 0.15rem; }\n  .feat-text .ing-name { font-size: 0.74rem; color: var(--coffee); }\n  .feat-text .ing-amt  { font-size: 1.3rem; color: var(--coffee-mid); }\n  .feat-text .ing-note { font-size: 0.77rem; }\n\n  \/* NRV row *\/\n  .nrv-row {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 0.6rem;\n    margin-top: 0.6rem;\n  }\n  .nrv-cell {\n    background: var(--gold-pale);\n    border: 1px solid var(--border-gold);\n    border-radius: 3px;\n    padding: 0.7rem 1rem;\n    display: flex;\n    align-items: baseline;\n    gap: 0.6rem;\n  }\n  .nrv-label { font-size: 0.68rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gold-dark); flex-shrink: 0; }\n  .nrv-value { font-size: 1rem; font-weight: 600; color: var(--green-deep); font-family: var(--font-display); }\n  .nrv-pct   { font-size: 0.72rem; color: var(--muted); }\n\n  \/* ══ BENEFITS GRID ══ *\/\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.2rem 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.25rem; }\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  \/* ══ CLAIMS ══ *\/\n  .claims-list { list-style: none; display: flex; flex-direction: column; gap: 0; }\n  .claim-item { padding: 0.95rem 1.2rem; border-bottom: 1px solid var(--border); display: flex; gap: 1rem; align-items: flex-start; }\n  .claim-item:last-child { border-bottom: none; }\n  .claim-item:nth-child(even) { background: var(--green-pale); }\n  .claim-pill { flex-shrink: 0; padding: 0.2rem 0.65rem; border-radius: 20px; font-size: 0.65rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; background: var(--green); color: #fff; margin-top: 0.08rem; white-space: nowrap; }\n  .claim-pill.kelp-pill { background: var(--kelp); }\n  .claim-text { font-size: 0.83rem; color: var(--text-mid); line-height: 1.65; }\n  .claim-text a { color: var(--gold-dark); text-decoration: underline; text-decoration-color: rgba(201,151,42,0.35); text-underline-offset: 2px; }\n\n  \/* ══ TABLE ══ *\/\n  .ing-table-wrap { border: 1px solid var(--border); border-radius: 3px; overflow: hidden; margin-top: 0.5rem; }\n  .ing-head { display: grid; grid-template-columns: 1fr auto; background: var(--green); padding: 0.65rem 1rem; }\n  .ing-th { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: #fff; }\n  .ing-th:last-child { text-align: right; }\n  .ing-section { padding: 0.38rem 1rem; font-size: 0.62rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; border-bottom: 1px solid; }\n  .ing-section.gc-s  { background: var(--coffee-pale); color: var(--coffee);    border-bottom-color: rgba(46,92,30,0.2); }\n  .ing-section.mn-s  { background: var(--gold-pale);   color: var(--gold-dark); border-bottom-color: var(--border-gold); }\n  .ing-row { display: grid; grid-template-columns: 1fr auto; padding: 0.53rem 1rem; border-bottom: 1px solid var(--border); font-size: 0.82rem; align-items: baseline; }\n  .ing-row:last-child { border-bottom: none; }\n  .ing-row:nth-child(even) { background: var(--green-light); }\n  .ing-name-cell { color: var(--text-mid); }\n  .ing-name-cell em { font-style: normal; font-size: 0.72rem; color: var(--muted); }\n  .ing-name-cell a { color: var(--gold-dark); text-decoration: underline; text-decoration-color: rgba(201,151,42,0.35); text-underline-offset: 2px; }\n  .ing-amount { font-weight: 600; color: var(--green-deep); text-align: right; font-size: 0.8rem; }\n  .ing-nrv { font-size: 0.68rem; color: var(--muted); margin-left: 0.4rem; }\n\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  .caffeine-note { margin-top: 0.65rem; font-size: 0.76rem; background: var(--cayenne-pale); border-left: 3px solid var(--cayenne-light); padding: 0.6rem 0.9rem; border-radius: 0 3px 3px 0; color: var(--text-mid); line-height: 1.6; }\n\n  \/* ══ USAGE ══ *\/\n  .usage-box { background: var(--green); border-radius: 3px; padding: 1.4rem 1.6rem; display: flex; gap: 1.2rem; align-items: center; 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; }\n  .usage-text strong { color: #fff; display: block; font-size: 0.95rem; margin-bottom: 0.2rem; }\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-caff { border-left-color: var(--cayenne-light); background: var(--cayenne-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    .ing-cards { grid-template-columns: 1fr 1fr; }\n    .ing-card.feature { grid-column: span 2; flex-direction: column; align-items: flex-start; }\n    .benefits-grid { grid-template-columns: 1fr; }\n    .gc-grid { grid-template-columns: 1fr 1fr; }\n    .nrv-row { grid-template-columns: 1fr; }\n    .brand-footer { flex-direction: column; text-align: center; }\n    .footer-leaf { display: none; }\n  }\n  @media (max-width: 400px) {\n    .ing-cards { 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(#heroGoldGCA)\" 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=\"heroGoldGCA\"\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\"\u003eGreen Coffee \u003cem\u003eActive\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003e60 Capsules · 8000mg Green Coffee · Kelp · Cinnamon · Cayenne · Chromium\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"badge-strip\"\u003e\n\u003cspan class=\"badge badge-coffee\"\u003e\u003cspan class=\"badge-dot\"\u003e\u003c\/span\u003e8000mg Green Coffee\u003c\/span\u003e \u003cspan class=\"badge badge-coffee\"\u003e\u003cspan class=\"badge-dot\"\u003e\u003c\/span\u003e50% Chlorogenic Acid\u003c\/span\u003e \u003cspan class=\"badge badge-kelp\"\u003e\u003cspan class=\"badge-dot\"\u003e\u003c\/span\u003eKelp · Iodine\u003c\/span\u003e \u003cspan class=\"badge badge-cayenne\"\u003e\u003cspan class=\"badge-dot\"\u003e\u003c\/span\u003eCinnamon · Cayenne\u003c\/span\u003e \u003cspan class=\"badge badge-gold\"\u003e\u003cspan class=\"badge-dot\"\u003e\u003c\/span\u003eChromium 125% NRV\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\"\u003e60 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 high-strength green coffee complex delivering 8,000mg of green coffee bean extract (50% chlorogenic acid) per capsule, combined with \u003ca rel=\"noopener\" href=\"https:\/\/www.specialistsupplements.com\/product\/sea-soil\/\" target=\"_blank\"\u003ekelp\u003c\/a\u003e (a natural source of iodine), Ceylon cinnamon, cayenne pepper, and chromium picolinate. Iodine contributes to normal energy-yielding metabolism and normal thyroid function. Chromium contributes to normal blood glucose levels and macronutrient metabolism. 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 Green Coffee Active is a concentrated botanical complex built around one of the most studied ingredients in contemporary wellness nutrition: green coffee bean extract (Coffea robusta), standardised to 50% chlorogenic acid. The key difference between green coffee and roasted coffee is simply one of processing — green coffee beans are raw and unroasted, preserving their naturally occurring polyphenol content in full.\u003c\/p\u003e\n\u003cp\u003eThis formula extends beyond the green coffee alone, pairing it with \u003ca rel=\"noopener\" href=\"https:\/\/www.specialistsupplements.com\/product\/sea-soil\/\" target=\"_blank\"\u003ekelp\u003c\/a\u003e (Laminaria japonica) as a natural source of iodine, warming Ceylon cinnamon bark, cayenne pepper, and bamboo silica — plus chromium picolinate to provide the formula's recognised nutritional benefits. The result is a multi-functional botanical daily capsule.\u003c\/p\u003e\n\u003c!-- Green coffee spotlight --\u003e\n\u003cdiv class=\"gc-spotlight\"\u003e\n\u003cp class=\"gc-eyebrow\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eHigh-Strength Green Coffee Bean Extract · Per Capsule\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"gc-title\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e\u003cem\u003e8,000mg\u003c\/em\u003e — 50% Chlorogenic Acid · Coffea Robusta\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"gc-grid\"\u003e\n\u003cdiv class=\"gc-stat\"\u003e\n\u003cp class=\"gc-stat-value\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e8,000mg\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"gc-stat-label\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eGreen Coffee equiv. per capsule\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gc-stat\"\u003e\n\u003cp class=\"gc-stat-value\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e50%\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"gc-stat-label\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eChlorogenic Acid standardisation\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gc-stat\"\u003e\n\u003cp class=\"gc-stat-value\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e4+\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"gc-stat-label\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eSynergistic supporting ingredients\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"gc-note\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eGreen coffee beans are raw, unroasted beans from the Coffea robusta plant. Unlike roasted coffee, they retain their naturally occurring chlorogenic acid content — a polyphenol widely used in contemporary supplement formulations.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- What is green coffee info panel --\u003e\n\u003cdiv class=\"green-coffee-info\"\u003e\n\u003cdiv class=\"gci-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M18 8h1a4 4 0 0 1 0 8h-1M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8zM6 1v3M10 1v3M14 1v3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"gci-text\"\u003e\n\u003cstrong\u003eGreen vs Roasted Coffee — The Difference\u003c\/strong\u003e The beans in this product are raw and have not been roasted. This preserves the naturally occurring chlorogenic acid content that is otherwise diminished during the roasting process. This product contains 8mg of caffeine per capsule — naturally present in green coffee bean.\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\u003c\/p\u003e\n\u003cdiv class=\"ing-cards\"\u003e\n\u003c!-- Green Coffee — full width feature --\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\"\u003eGreen Coffee Bean Extract\u003c\/p\u003e\n\u003cp class=\"ing-amt\"\u003e8,000mg equiv.\u003c\/p\u003e\n\u003cp class=\"ing-note\"\u003e50% Chlorogenic Acid · Coffea robusta · Unroasted, raw bean · Contains 8mg caffeine per capsule\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-card c-kelp\"\u003e\n\u003cdiv style=\"width: 30px; height: 30px; border-radius: 50%; background: var(--kelp-pale); border: 1px solid rgba(30,80,96,0.2); display: flex; align-items: center; justify-content: center; margin-bottom: 0.5rem;\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"var(--kelp)\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"15\" width=\"15\"\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\u003cp style=\"color: var(--kelp);\" class=\"ing-name\"\u003eKelp Extract\u003c\/p\u003e\n\u003cp style=\"color: var(--kelp-light);\" class=\"ing-amt\"\u003e80mg\u003c\/p\u003e\n\u003cp class=\"ing-note\"\u003eLaminaria japonica · Natural source of iodine · \u003ca style=\"color: var(--gold-dark);\" rel=\"noopener\" href=\"https:\/\/www.specialistsupplements.com\/product\/sea-soil\/\" target=\"_blank\"\u003eSee our kelp range\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-card c-coffee\"\u003e\n\u003cp class=\"ing-name\"\u003eCeylon Cinnamon\u003c\/p\u003e\n\u003cp class=\"ing-amt\"\u003e300mg\u003c\/p\u003e\n\u003cp class=\"ing-note\"\u003eEquiv. from extract · Cinnamomum zeylanicum · Premium true cinnamon variety\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-card c-cayenne\"\u003e\n\u003cp class=\"ing-name\"\u003eCayenne Pepper\u003c\/p\u003e\n\u003cp class=\"ing-amt\"\u003e40mg\u003c\/p\u003e\n\u003cp class=\"ing-note\"\u003eEquiv. from extract · Capsicum annuum · Warming traditional botanical\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- NRV row --\u003e\n\u003cdiv class=\"nrv-row\"\u003e\n\u003cdiv class=\"nrv-cell\"\u003e\n\u003cp class=\"nrv-label\"\u003eIodine (from kelp)\u003c\/p\u003e\n\u003cp class=\"nrv-value\"\u003e200μg\u003c\/p\u003e\n\u003cp class=\"nrv-pct\"\u003e133% NRV per capsule\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nrv-cell\"\u003e\n\u003cp class=\"nrv-label\"\u003eChromium\u003c\/p\u003e\n\u003cp class=\"nrv-value\"\u003e50μg\u003c\/p\u003e\n\u003cp class=\"nrv-pct\"\u003e125% NRV per capsule\u003c\/p\u003e\n\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=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"benefit-label\"\u003eEnergy-Yielding Metabolism\u003c\/p\u003e\n\u003cp class=\"benefit-copy\"\u003eIodine contributes to normal energy-yielding metabolism — a recognised EFSA-backed claim supporting the body's normal energy processes.\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 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-1-4h2v-4h-2v4zm0-6h2V8h-2v2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"benefit-label\"\u003eThyroid Function\u003c\/p\u003e\n\u003cp class=\"benefit-copy\"\u003eIodine contributes to the normal production of thyroid hormones and normal thyroid function — a recognised dietary mineral for thyroid health.\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\u003cpolyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"benefit-label\"\u003eBlood Glucose Levels\u003c\/p\u003e\n\u003cp class=\"benefit-copy\"\u003eChromium contributes to the maintenance of normal blood glucose levels — an EFSA-backed claim providing the mineral foundation of this formula.\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=\"M3 3h7v9a4 4 0 0 1-4 4H3V3z\"\u003e\u003c\/path\u003e\u003cpath d=\"M21 3h-7v9a4 4 0 0 0 4 4h3V3z\"\u003e\u003c\/path\u003e\u003cline y2=\"9\" x2=\"21\" y1=\"9\" x1=\"3\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"benefit-label\"\u003eMacronutrient Metabolism\u003c\/p\u003e\n\u003cp class=\"benefit-copy\"\u003eChromium contributes to normal macronutrient metabolism, supporting how the body processes carbohydrates, fats, and proteins from food.\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=\"M9.5 2C6.46 2 4 4.46 4 7.5c0 2.16 1.23 4.04 3.03 5A6.5 6.5 0 0 0 9.5 22c3.59 0 6.5-2.91 6.5-6.5 0-1.02-.24-1.99-.66-2.84C16.77 11.54 18 9.66 18 7.5 18 4.46 15.54 2 12.5 2h-3z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"benefit-label\"\u003eNervous System\u003c\/p\u003e\n\u003cp class=\"benefit-copy\"\u003eIodine contributes to the normal functioning of the nervous system and to normal cognitive function — supporting neurological wellbeing alongside the formula's metabolic benefits.\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=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"benefit-label\"\u003eSkin Health\u003c\/p\u003e\n\u003cp class=\"benefit-copy\"\u003eIodine contributes to the maintenance of normal skin — a less-commonly known benefit of adequate iodine as part of a balanced diet.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══ SCIENCE CLAIMS ══ --\u003e\n\u003csection class=\"section\"\u003e\n\u003cp class=\"section-label\"\u003eScience Behind the Formula\u003c\/p\u003e\n\u003cul class=\"claims-list\"\u003e\n\u003cli class=\"claim-item\"\u003e\n\u003cspan class=\"claim-pill kelp-pill\"\u003eIodine\u003c\/span\u003e\n\u003cp class=\"claim-text\"\u003e\u003ca rel=\"noopener\" href=\"http:\/\/www.efsa.europa.eu\/en\/efsajournal\/doc\/1800.pdf\" target=\"_blank\"\u003eContributes to\u003c\/a\u003e normal cognitive function, normal energy-yielding metabolism, normal functioning of the nervous system, the maintenance of normal skin, the normal production of thyroid hormones and normal thyroid function, and to the normal growth of children.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"claim-item\"\u003e\n\u003cspan class=\"claim-pill\"\u003eChromium\u003c\/span\u003e\n\u003cp class=\"claim-text\"\u003e\u003ca rel=\"noopener\" href=\"http:\/\/www.efsa.europa.eu\/en\/efsajournal\/doc\/1732.pdf\" target=\"_blank\"\u003eContributes to\u003c\/a\u003e the maintenance of normal blood glucose levels and to normal macronutrient metabolism.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- ══ NUTRITIONAL INFORMATION ══ --\u003e\n\u003csection class=\"section\"\u003e\n\u003cp class=\"section-label\"\u003eNutritional Information\u003c\/p\u003e\n\u003cp style=\"font-size: 0.8rem; color: var(--muted); margin-bottom: 0.75rem;\"\u003ePer capsule  ·  60 capsules per pot\u003c\/p\u003e\n\u003cdiv class=\"ing-table-wrap\"\u003e\n\u003cdiv class=\"ing-head\"\u003e\n\u003cspan class=\"ing-th\"\u003eIngredient\u003c\/span\u003e \u003cspan class=\"ing-th\"\u003eAmount \u0026amp; %NRV\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-section gc-s\"\u003eBotanical Extract Complex\u003c\/div\u003e\n\u003cdiv class=\"ing-row\"\u003e\n\u003cspan class=\"ing-name-cell\"\u003eGreen Coffee Bean Extract \u003cem\u003e** · 50% Chlorogenic Acid · Coffea robusta\u003c\/em\u003e\u003c\/span\u003e\u003cspan class=\"ing-amount\"\u003e8,000mg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-row\"\u003e\n\u003cspan class=\"ing-name-cell\"\u003eCeylon Cinnamon Bark Extract \u003cem\u003e** · Cinnamomum zeylanicum\u003c\/em\u003e\u003c\/span\u003e\u003cspan class=\"ing-amount\"\u003e300mg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-row\"\u003e\n\u003cspan class=\"ing-name-cell\"\u003e\u003ca rel=\"noopener\" href=\"https:\/\/www.specialistsupplements.com\/product\/sea-soil\/\" target=\"_blank\"\u003eKelp Extract\u003c\/a\u003e \u003cem\u003e** · Laminaria japonica · Natural iodine source\u003c\/em\u003e\u003c\/span\u003e\u003cspan class=\"ing-amount\"\u003e80mg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-row\"\u003e\n\u003cspan class=\"ing-name-cell\"\u003eBamboo Silica Extract \u003cem\u003e· Bambusa vulgaris\u003c\/em\u003e\u003c\/span\u003e\u003cspan class=\"ing-amount\"\u003ein formula\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-row\"\u003e\n\u003cspan class=\"ing-name-cell\"\u003eCayenne Pepper Fruit Extract \u003cem\u003e** · Capsicum annuum\u003c\/em\u003e\u003c\/span\u003e\u003cspan class=\"ing-amount\"\u003e40mg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-section mn-s\"\u003eMinerals (with NRV)\u003c\/div\u003e\n\u003cdiv class=\"ing-row\"\u003e\n\u003cspan class=\"ing-name-cell\"\u003eIodine \u003cem\u003e(from kelp extract)\u003c\/em\u003e\u003c\/span\u003e\u003cspan class=\"ing-amount\"\u003e200μg \u003cspan class=\"ing-nrv\"\u003e133% NRV\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-row\"\u003e\n\u003cspan class=\"ing-name-cell\"\u003eChromium Picolinate\u003c\/span\u003e\u003cspan class=\"ing-amount\"\u003e50μg \u003cspan class=\"ing-nrv\"\u003e125% NRV\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin-top: 0.65rem; font-size: 0.73rem; color: var(--muted); line-height: 1.6;\"\u003eNRV = Nutrient Reference Value  ·  ** = Equivalent weight from extract. The green coffee bean does not originate from the UK.\u003c\/p\u003e\n\u003cdiv class=\"ingredient-box\"\u003e\n\u003cstrong\u003eFull Ingredients:\u003c\/strong\u003e Green Coffee Bean Extract 50% Chlorogenic Acid (Coffea Robusta), Capsule Shell: Hydroxypropyl Methylcellulose (HPMC), Kelp Extract (Laminaria Japonica), Ceylon Cinnamon Bark Extract (Cinnamomum Zeylanicum), Bamboo Silica Extract (Bambusa Vulgaris), Cayenne Pepper Fruit Extract (Capsicum Annuum), Chromium Picolinate.\u003c\/div\u003e\n\u003cdiv class=\"allergen-note\"\u003e\n\u003cstrong\u003eAllergen Advice:\u003c\/strong\u003e No listed allergens. Capsule shell is HPMC (plant-derived). Suitable for vegetarians and vegans.\u003c\/div\u003e\n\u003cdiv class=\"caffeine-note\"\u003e\n\u003cstrong\u003eCaffeine Notice:\u003c\/strong\u003e Contains caffeine — approximately 8mg per capsule (naturally present in green coffee bean extract). Not recommended for children or pregnant women. If you are sensitive to caffeine, consult your healthcare professional before use.\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\u003cp class=\"usage-text\"\u003e\u003cstrong\u003eTake 1 capsule, 1–3 times per day\u003c\/strong\u003e Or as advised by a qualified health professional. 60 capsules per pot.\u003c\/p\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-caff\"\u003eContains caffeine — approximately 8mg per capsule from green coffee bean extract. Not recommended for children or pregnant women. Use with care if you are sensitive to caffeine or if you are taking other caffeine-containing products.\u003c\/li\u003e\n\u003cli\u003eThis product is a food supplement. Do not exceed the recommended daily intake.\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 (including thyroid medication), or have a pre-existing health 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 recognised EU\/UK nutrition and health claims and 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(#footerGoldGCA)\" 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=\"footerGoldGCA\"\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":57113826328920,"sku":"GCE60","price":15.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0975\/3549\/2440\/files\/veldic-green-coffee-energy-support.png?v=1774283966","url":"https:\/\/veldic.com\/products\/green-coffee-active","provider":"Veldic","version":"1.0","type":"link"}