{"product_id":"daily-vita-gummies","title":"Daily Vita Gummies","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  :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    \/* Strawberry \/ gummy accent — warm berry rose *\/\n    --berry:         #B83058;\n    --berry-mid:     #D45878;\n    --berry-light:   #F0A0B8;\n    --berry-pale:    #FDF0F4;\n\n    \/* Energy \/ vitamin accent — warm amber-citrus *\/\n    --citrus:        #C97820;\n    --citrus-light:  #F0B060;\n    --citrus-pale:   #FDF3E6;\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  .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(184,48,88,0.24) 0%, transparent 60%),\n      radial-gradient(ellipse 40% 55% at 5%  88%, rgba(201,120,32,0.14) 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: #fff; 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  .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-berry   { background: rgba(184,48,88,0.22);   color: var(--berry-light);      border: 1px solid rgba(184,48,88,0.38); }\n  .badge-citrus  { background: rgba(201,120,32,0.20);  color: var(--citrus-light);     border: 1px solid rgba(201,120,32,0.35); }\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  .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-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  .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  \/* ══ GUMMY APPEAL PANEL ══ *\/\n  .gummy-panel {\n    background: var(--berry);\n    border-radius: 3px;\n    padding: 1.4rem 1.8rem;\n    position: relative;\n    overflow: hidden;\n    margin-top: 1.1rem;\n    display: flex;\n    gap: 1.5rem;\n    align-items: center;\n  }\n  .gummy-panel::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: radial-gradient(ellipse 55% 80% at 95% 50%, rgba(201,151,42,0.14) 0%, transparent 65%);\n    pointer-events: none;\n  }\n  .gummy-panel::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--gold-light) 50%, transparent); }\n  .gummy-icon { flex-shrink: 0; width: 52px; height: 52px; border-radius: 50%; background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.22); display: flex; align-items: center; justify-content: center; position: relative; }\n  .gummy-icon svg { width: 24px; height: 24px; stroke: #fff; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }\n  .gummy-text { position: relative; flex: 1; }\n  .gummy-eyebrow { font-size: 0.62rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--berry-light); margin-bottom: 0.3rem; }\n  .gummy-headline { font-family: var(--font-display); font-size: 1.15rem; font-weight: 500; color: #fff; margin-bottom: 0.35rem; line-height: 1.25; }\n  .gummy-body { font-size: 0.82rem; color: rgba(255,255,255,0.72); line-height: 1.65; }\n\n  \/* ══ 12-NUTRIENT GRID ══ *\/\n  .nutrient-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 0.55rem;\n    margin-top: 0.4rem;\n  }\n  .nutrient-card {\n    background: var(--warm-white);\n    border: 1px solid var(--border);\n    border-radius: 3px;\n    padding: 0.85rem 0.8rem;\n    position: relative;\n    overflow: hidden;\n    transition: background 0.2s, border-color 0.2s;\n    text-align: center;\n  }\n  .nutrient-card:hover { background: var(--green-pale); border-color: var(--green-mid); }\n  .nutrient-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; }\n  .nc-green   ::before { background: var(--green); }\n  .nc-berry   ::before { background: var(--berry); }\n  .nc-citrus  ::before { background: var(--citrus); }\n  .nc-gold    ::before { background: var(--gold); }\n  .nc-green::before   { background: var(--green); }\n  .nc-berry::before   { background: var(--berry); }\n  .nc-citrus::before  { background: var(--citrus); }\n  .nc-gold::before    { background: var(--gold); }\n  .nutrient-name { font-size: 0.68rem; font-weight: 600; color: var(--green-deep); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.2rem; line-height: 1.3; }\n  .nutrient-amt  { font-size: 0.9rem; font-weight: 600; color: var(--green); font-family: var(--font-display); }\n  .nutrient-nrv  { font-size: 0.68rem; color: var(--muted); margin-top: 0.1rem; }\n\n  \/* ══ BENEFIT PILLARS ══ *\/\n  .pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 3px; overflow: hidden; margin-top: 0.4rem; }\n  .pillar { background: var(--warm-white); padding: 1.2rem 1.1rem; position: relative; overflow: hidden; transition: background 0.2s; }\n  .pillar:hover { background: var(--green-pale); }\n  .pillar::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; }\n  .pillar.p1::before { background: var(--berry); }\n  .pillar.p2::before { background: var(--citrus); }\n  .pillar.p3::before { background: var(--green); }\n  .pillar.p4::before { background: var(--gold); }\n  .pillar.p5::before { background: var(--green-mid); }\n  .pillar.p6::before { background: linear-gradient(90deg, var(--berry), var(--citrus)); }\n  .pillar-icon { width: 36px; height: 36px; border-radius: 50%; margin-bottom: 0.55rem; display: flex; align-items: center; justify-content: center; }\n  .pillar.p1 .pillar-icon { background: var(--berry-pale); border: 1px solid rgba(184,48,88,0.2); }\n  .pillar.p2 .pillar-icon { background: var(--citrus-pale); border: 1px solid rgba(201,120,32,0.2); }\n  .pillar.p3 .pillar-icon { background: var(--green-light); border: 1px solid var(--border); }\n  .pillar.p4 .pillar-icon { background: var(--gold-pale); border: 1px solid var(--border-gold); }\n  .pillar.p5 .pillar-icon { background: var(--green-light); border: 1px solid var(--border); }\n  .pillar.p6 .pillar-icon { background: var(--berry-pale); border: 1px solid rgba(184,48,88,0.2); }\n  .pillar-icon svg { width: 16px; height: 16px; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }\n  .pillar.p1 .pillar-icon svg { stroke: var(--berry); }\n  .pillar.p2 .pillar-icon svg { stroke: var(--citrus); }\n  .pillar.p3 .pillar-icon svg,.pillar.p5 .pillar-icon svg { stroke: var(--green); }\n  .pillar.p4 .pillar-icon svg { stroke: var(--gold-dark); }\n  .pillar.p6 .pillar-icon svg { stroke: var(--berry); }\n  .pillar-title { font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: var(--green-deep); line-height: 1.3; margin-bottom: 0.25rem; }\n  .pillar-copy { font-size: 0.78rem; color: var(--muted); line-height: 1.55; }\n  .pillar-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.9rem 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.64rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: #fff; margin-top: 0.08rem; white-space: nowrap; }\n  .claim-pill.c-green  { background: var(--green); }\n  .claim-pill.c-berry  { background: var(--berry); }\n  .claim-pill.c-citrus { background: var(--citrus); }\n  .claim-pill.c-gold   { background: var(--gold-dark); }\n  .claim-text { font-size: 0.82rem; 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  \/* ══ NRV 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 auto; background: var(--green); padding: 0.65rem 1rem; gap: 0.5rem; }\n  .ing-th { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: #fff; }\n  .ing-th:not(:first-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.vit-s   { background: var(--citrus-pale); color: var(--citrus); border-bottom-color: rgba(201,120,32,0.2); }\n  .ing-section.min-s   { background: var(--gold-pale);   color: var(--gold-dark); border-bottom-color: var(--border-gold); }\n  .ing-section.other-s { background: var(--green-pale);  color: var(--green);     border-bottom-color: var(--border); }\n  .ing-row { display: grid; grid-template-columns: 1fr auto auto; gap: 0.5rem; padding: 0.5rem 1rem; border-bottom: 1px solid var(--border); font-size: 0.81rem; align-items: baseline; }\n  .ing-row:last-child { border-bottom: none; }\n  .ing-row:nth-child(even) { background: var(--green-light); }\n  .ing-name { color: var(--text-mid); }\n  .ing-amount { font-weight: 600; color: var(--green-deep); text-align: right; font-size: 0.79rem; }\n  .ing-nrv-pct { font-size: 0.72rem; color: var(--muted); text-align: right; min-width: 42px; }\n\n  .ingredient-box { font-size: 0.79rem; 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  \/* Adults-only note *\/\n  .adult-note { margin-top: 0.65rem; font-size: 0.76rem; background: var(--berry-pale); border-left: 3px solid var(--berry-mid); 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\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: #fff; 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  @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    .nutrient-grid { grid-template-columns: 1fr 1fr; }\n    .pillars { grid-template-columns: 1fr 1fr; }\n    .gummy-panel { flex-direction: column; gap: 0.9rem; }\n    .brand-footer { flex-direction: column; text-align: center; }\n    .footer-leaf { display: none; }\n    .ing-head, .ing-row { grid-template-columns: 1fr auto; }\n    .ing-th:last-child, .ing-nrv-pct { display: none; }\n  }\n  @media (max-width: 400px) {\n    .pillars { grid-template-columns: 1fr; }\n    .nutrient-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 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(#hgDVG)\" d=\"M16 46 C12 30 18 11 30 4 C34 19 28 40 16 46Z\"\u003e\u003c\/path\u003e\n        \u003cdefs\u003e\u003clineargradient gradientunits=\"userSpaceOnUse\" y2=\"46\" x2=\"16\" y1=\"4\" x1=\"30\" id=\"hgDVG\"\u003e\u003cstop stop-color=\"#E8C96A\" offset=\"0%\"\u003e\u003c\/stop\u003e\u003cstop stop-color=\"#C9972A\" offset=\"100%\"\u003e\u003c\/stop\u003e\u003c\/lineargradient\u003e\u003c\/defs\u003e\n      \u003c\/svg\u003e\n\u003cdiv\u003e\n\u003ch1 class=\"hero-title\"\u003eDaily Vita \u003cem\u003eGummies\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003e60 Gummies · 12 Nutrients · Natural Strawberry Flavour · Adults\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"badge-strip\"\u003e\n\u003cspan class=\"badge badge-berry\"\u003e\u003cspan class=\"badge-dot\"\u003e\u003c\/span\u003eNatural Strawberry\u003c\/span\u003e \u003cspan class=\"badge badge-berry\"\u003e\u003cspan class=\"badge-dot\"\u003e\u003c\/span\u003eVitamins A B C D E\u003c\/span\u003e \u003cspan class=\"badge badge-gold\"\u003e\u003cspan class=\"badge-dot\"\u003e\u003c\/span\u003eIodine · Zinc\u003c\/span\u003e \u003cspan class=\"badge badge-gold\"\u003e\u003cspan class=\"badge-dot\"\u003e\u003c\/span\u003eVitamin D 100% NRV\u003c\/span\u003e \u003cspan class=\"badge badge-citrus\"\u003e\u003cspan class=\"badge-dot\"\u003e\u003c\/span\u003eFolic Acid · Biotin\u003c\/span\u003e \u003cspan class=\"badge badge-green\"\u003e\u003cspan class=\"badge-dot\"\u003e\u003c\/span\u003eHalal Approved\u003c\/span\u003e \u003cspan class=\"badge badge-outline\"\u003eFor Adults · 60 Gummies\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 delicious natural strawberry flavour multivitamin gummy for adults, delivering 12 essential nutrients in every serving — including vitamins A, B5, B6, B7, B12, C, D, and E, folic acid, iodine, zinc, and inositol. Supporting \u003ca rel=\"noopener\" href=\"https:\/\/www.specialistsupplements.com\/product-category\/immunity\/\" target=\"_blank\"\u003eimmune function\u003c\/a\u003e, energy, \u003ca rel=\"noopener\" href=\"https:\/\/www.specialistsupplements.com\/product\/collagen-ultra-beauty\/\" target=\"_blank\"\u003ecollagen\u003c\/a\u003e formation, and hair, skin, nails, bones, and teeth. An ideal choice for those who prefer not to swallow tablets or capsules. Halal 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 Vita Gummies are a sophisticated multivitamin for adults who want their daily nutrition to be both effective and enjoyable. Each chewable gummy delivers a carefully selected blend of 12 essential vitamins, minerals, and other nutrients — all in a naturally flavoured, convenient format that requires no water and no swallowing difficulty.\u003c\/p\u003e\n\u003cp\u003eFrom vitamin D3 (provided at 100% NRV) for immune function and bone health, to biotin for hair and skin, vitamin C for \u003ca rel=\"noopener\" href=\"https:\/\/www.specialistsupplements.com\/product\/collagen-ultra-beauty\/\" target=\"_blank\"\u003ecollagen\u003c\/a\u003e formation, and a comprehensive B-vitamin complex for energy — this is a genuinely well-rounded daily multivitamin designed to be taken consistently and enjoyed.\u003c\/p\u003e\n\u003cdiv class=\"gummy-panel\"\u003e\n\u003cdiv class=\"gummy-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 class=\"gummy-text\"\u003e\n\u003cp class=\"gummy-eyebrow\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eWhy Gummies?\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"gummy-headline\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eNo Tablets, No Capsules, No Compromise\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"gummy-body\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eIdeal for those who dislike swallowing pills — gummies offer a convenient, enjoyable format without sacrificing nutritional quality. Each natural strawberry flavour gummy is packed with 12 essential nutrients, backed by science, in a daily supplement that's easy to remember and easy to take.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══ 12 NUTRIENTS ══ --\u003e\n\u003csection class=\"section\"\u003e\n\u003cp class=\"section-label\"\u003e12 Essential Nutrients — Per Gummy\u003c\/p\u003e\n\u003cdiv class=\"nutrient-grid\"\u003e\n\u003cdiv class=\"nutrient-card nc-berry\"\u003e\n\u003cp class=\"nutrient-name\"\u003eVitamin A\u003c\/p\u003e\n\u003cp class=\"nutrient-amt\"\u003e300μg RE\u003c\/p\u003e\n\u003cp class=\"nutrient-nrv\"\u003e38% NRV\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nutrient-card nc-citrus\"\u003e\n\u003cp class=\"nutrient-name\"\u003eVitamin C\u003c\/p\u003e\n\u003cp class=\"nutrient-amt\"\u003e40mg\u003c\/p\u003e\n\u003cp class=\"nutrient-nrv\"\u003e50% NRV\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"border-top: 2px solid var(--green);\" class=\"nutrient-card nc-green\"\u003e\n\u003cp class=\"nutrient-name\"\u003eVitamin D\u003c\/p\u003e\n\u003cp class=\"nutrient-amt\"\u003e5μg (200iu)\u003c\/p\u003e\n\u003cp style=\"color: var(--green); font-weight: 600;\" class=\"nutrient-nrv\"\u003e100% NRV ✓\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nutrient-card nc-citrus\"\u003e\n\u003cp class=\"nutrient-name\"\u003eVitamin E\u003c\/p\u003e\n\u003cp class=\"nutrient-amt\"\u003e6.7mg α-TE\u003c\/p\u003e\n\u003cp class=\"nutrient-nrv\"\u003e56% NRV\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nutrient-card nc-citrus\"\u003e\n\u003cp class=\"nutrient-name\"\u003eVitamin B6\u003c\/p\u003e\n\u003cp class=\"nutrient-amt\"\u003e0.5mg\u003c\/p\u003e\n\u003cp class=\"nutrient-nrv\"\u003e36% NRV\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nutrient-card nc-citrus\"\u003e\n\u003cp class=\"nutrient-name\"\u003eVitamin B12\u003c\/p\u003e\n\u003cp class=\"nutrient-amt\"\u003e2μg\u003c\/p\u003e\n\u003cp class=\"nutrient-nrv\"\u003e80% NRV\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nutrient-card nc-gold\"\u003e\n\u003cp class=\"nutrient-name\"\u003ePantothenic Acid\u003c\/p\u003e\n\u003cp class=\"nutrient-amt\"\u003e1.5mg\u003c\/p\u003e\n\u003cp class=\"nutrient-nrv\"\u003e25% NRV\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nutrient-card nc-gold\"\u003e\n\u003cp class=\"nutrient-name\"\u003eFolic Acid\u003c\/p\u003e\n\u003cp class=\"nutrient-amt\"\u003e120μg\u003c\/p\u003e\n\u003cp class=\"nutrient-nrv\"\u003e60% NRV\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nutrient-card nc-citrus\"\u003e\n\u003cp class=\"nutrient-name\"\u003eBiotin (B7)\u003c\/p\u003e\n\u003cp class=\"nutrient-amt\"\u003e30μg\u003c\/p\u003e\n\u003cp class=\"nutrient-nrv\"\u003e60% NRV\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nutrient-card nc-green\"\u003e\n\u003cp class=\"nutrient-name\"\u003eIodine\u003c\/p\u003e\n\u003cp class=\"nutrient-amt\"\u003e20μg\u003c\/p\u003e\n\u003cp class=\"nutrient-nrv\"\u003e13% NRV\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nutrient-card nc-green\"\u003e\n\u003cp class=\"nutrient-name\"\u003eZinc\u003c\/p\u003e\n\u003cp class=\"nutrient-amt\"\u003e1.5μg\u003c\/p\u003e\n\u003cp class=\"nutrient-nrv\"\u003e— NRV\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nutrient-card nc-berry\"\u003e\n\u003cp class=\"nutrient-name\"\u003eInositol\u003c\/p\u003e\n\u003cp class=\"nutrient-amt\"\u003e10μg\u003c\/p\u003e\n\u003cp class=\"nutrient-nrv\"\u003e— NRV\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══ BENEFIT PILLARS ══ --\u003e\n\u003csection class=\"section\"\u003e\n\u003cp class=\"section-label\"\u003eKey Benefits\u003c\/p\u003e\n\u003cdiv class=\"pillars\"\u003e\n\u003cdiv class=\"pillar p1\"\u003e\n\u003cdiv class=\"pillar-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cp class=\"pillar-title\"\u003eImmune Function\u003c\/p\u003e\n\u003cp class=\"pillar-copy\"\u003eVitamins C, D, B6, B12, and folic acid — and zinc and iodine — all contribute to the normal function of the \u003ca rel=\"noopener\" href=\"https:\/\/www.specialistsupplements.com\/product-category\/immunity\/\" target=\"_blank\"\u003eimmune system\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pillar p2\"\u003e\n\u003cdiv class=\"pillar-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\u003cp class=\"pillar-title\"\u003eEnergy \u0026amp; Fatigue\u003c\/p\u003e\n\u003cp class=\"pillar-copy\"\u003eVitamins B5, B6, B12, C, and biotin all contribute to normal energy-yielding metabolism and the reduction of tiredness and fatigue.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pillar p3\"\u003e\n\u003cdiv class=\"pillar-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\u003cp class=\"pillar-title\"\u003eCollagen \u0026amp; Skin\u003c\/p\u003e\n\u003cp class=\"pillar-copy\"\u003eVitamin C contributes to normal \u003ca rel=\"noopener\" href=\"https:\/\/www.specialistsupplements.com\/product\/collagen-ultra-beauty\/\" target=\"_blank\"\u003ecollagen\u003c\/a\u003e formation for blood vessels, bones, cartilage, gums, skin, and teeth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pillar p4\"\u003e\n\u003cdiv class=\"pillar-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle r=\"4\" cy=\"8\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M20 21a8 8 0 1 0-16 0\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cp class=\"pillar-title\"\u003eHair, Skin \u0026amp; Nails\u003c\/p\u003e\n\u003cp class=\"pillar-copy\"\u003eBiotin and vitamin A contribute to the maintenance of normal hair, skin, and nails. Zinc also contributes to the maintenance of normal hair, nails, and skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pillar p5\"\u003e\n\u003cdiv class=\"pillar-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M4 18V6M20 18V6M12 22V2M4 6l8-4 8 4M4 18l8 4 8-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cp class=\"pillar-title\"\u003eBones, Teeth \u0026amp; Muscle\u003c\/p\u003e\n\u003cp class=\"pillar-copy\"\u003eVitamin D contributes to the maintenance of normal bones, normal muscle function, and the maintenance of normal teeth. Vitamin C contributes to normal collagen formation for bones.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pillar p6\"\u003e\n\u003cdiv class=\"pillar-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\u003cp class=\"pillar-title\"\u003eNervous System \u0026amp; Cognition\u003c\/p\u003e\n\u003cp class=\"pillar-copy\"\u003eVitamins B6, B12, C, and biotin, iodine, and zinc all contribute to the normal functioning of the nervous system and\/or normal cognitive function.\u003c\/p\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 c-berry\"\u003eVitamin A\u003c\/span\u003e\n\u003cp class=\"claim-text\"\u003e\u003ca rel=\"noopener\" href=\"http:\/\/www.efsa.europa.eu\/en\/efsajournal\/doc\/1221.pdf\" target=\"_blank\"\u003eContributes to\u003c\/a\u003e normal iron metabolism, the maintenance of normal mucous membranes, normal skin, normal vision, the normal function of the immune system, and has a role in the process of cell specialisation.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"claim-item\"\u003e\n\u003cspan class=\"claim-pill c-citrus\"\u003eVitamin C\u003c\/span\u003e\n\u003cp class=\"claim-text\"\u003e\u003ca rel=\"noopener\" href=\"http:\/\/www.efsa.europa.eu\/en\/efsajournal\/doc\/1815.pdf\" target=\"_blank\"\u003eContributes to\u003c\/a\u003e the normal function of the immune system, normal collagen formation, normal energy-yielding metabolism, normal functioning of the nervous system, normal psychological function, protection of cells from oxidative stress, and the reduction of tiredness and fatigue.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"claim-item\"\u003e\n\u003cspan class=\"claim-pill c-green\"\u003eVitamin D\u003c\/span\u003e\n\u003cp class=\"claim-text\"\u003e\u003ca rel=\"noopener\" href=\"http:\/\/onlinelibrary.wiley.com\/doi\/10.2903\/j.efsa.2011.2382\/abstract\" target=\"_blank\"\u003eContributes to\u003c\/a\u003e the normal function of the immune system, healthy inflammatory response, normal absorption of calcium and phosphorus, normal blood calcium levels, the maintenance of normal bones, normal muscle function, and the maintenance of normal teeth.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"claim-item\"\u003e\n\u003cspan class=\"claim-pill c-citrus\"\u003eVitamin E\u003c\/span\u003e\n\u003cp class=\"claim-text\"\u003e\u003ca rel=\"noopener\" href=\"http:\/\/www.efsa.europa.eu\/en\/efsajournal\/doc\/1816.pdf\" target=\"_blank\"\u003eContributes to\u003c\/a\u003e the protection of cells from oxidative stress.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"claim-item\"\u003e\n\u003cspan class=\"claim-pill c-citrus\"\u003eVitamin B5\u003c\/span\u003e\n\u003cp class=\"claim-text\"\u003e\u003ca rel=\"noopener\" href=\"https:\/\/efsa.onlinelibrary.wiley.com\/doi\/abs\/10.2903\/j.efsa.2009.1218\" target=\"_blank\"\u003eContributes to\u003c\/a\u003e normal energy-yielding metabolism, normal mental performance, the normal synthesis and metabolism of steroid hormones, vitamin D and some neurotransmitters, and the reduction of tiredness and fatigue.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"claim-item\"\u003e\n\u003cspan class=\"claim-pill c-citrus\"\u003eVitamin B6\u003c\/span\u003e\n\u003cp class=\"claim-text\"\u003e\u003ca rel=\"noopener\" href=\"http:\/\/www.efsa.europa.eu\/en\/efsajournal\/doc\/1759.pdf\" target=\"_blank\"\u003eContributes to\u003c\/a\u003e normal energy-yielding metabolism, normal functioning of the nervous system, normal psychological function, normal red blood cell formation, normal function of the immune system, and the reduction of tiredness and fatigue.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"claim-item\"\u003e\n\u003cspan class=\"claim-pill c-citrus\"\u003eBiotin (B7)\u003c\/span\u003e\n\u003cp class=\"claim-text\"\u003e\u003ca rel=\"noopener\" href=\"http:\/\/onlinelibrary.wiley.com\/doi\/10.2903\/j.efsa.2009.1209\/abstract\" target=\"_blank\"\u003eContributes to\u003c\/a\u003e normal energy-yielding metabolism, normal functioning of the nervous system, normal macronutrient metabolism, normal psychological function, normal hair and skin, and the maintenance of normal mucous membranes.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"claim-item\"\u003e\n\u003cspan class=\"claim-pill c-citrus\"\u003eVitamin B12\u003c\/span\u003e\n\u003cp class=\"claim-text\"\u003e\u003ca rel=\"noopener\" href=\"http:\/\/www.efsa.europa.eu\/en\/efsajournal\/doc\/1223.pdf\" target=\"_blank\"\u003eContributes to\u003c\/a\u003e normal energy-yielding metabolism, normal functioning of the nervous system, normal psychological function, normal red blood cell formation, normal function of the immune system, the reduction of tiredness and fatigue, and has a role in the process of cell division.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"claim-item\"\u003e\n\u003cspan class=\"claim-pill c-gold\"\u003eFolic Acid\u003c\/span\u003e\n\u003cp class=\"claim-text\"\u003e\u003ca rel=\"noopener\" href=\"http:\/\/www.efsa.europa.eu\/en\/efsajournal\/doc\/1213.pdf\" target=\"_blank\"\u003eContributes to\u003c\/a\u003e normal psychological function, the normal function of the immune system, the reduction of tiredness and fatigue, normal homocysteine metabolism, normal amino acid synthesis, normal blood formation, the process of cell division, and maternal tissue growth during pregnancy.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"claim-item\"\u003e\n\u003cspan class=\"claim-pill c-gold\"\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.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"claim-item\"\u003e\n\u003cspan class=\"claim-pill c-green\"\u003eZinc\u003c\/span\u003e\n\u003cp class=\"claim-text\"\u003e\u003ca rel=\"noopener\" href=\"http:\/\/www.efsa.europa.eu\/en\/efsajournal\/doc\/1819.pdf\" target=\"_blank\"\u003eContributes to\u003c\/a\u003e normal DNA synthesis, normal cognitive function, normal macronutrient metabolism, normal protein synthesis, the maintenance of normal bones, hair, nails and skin, normal vision, the normal function of the immune system, protection of cells from oxidative stress, and cell division.\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 gummy  ·  60 gummies per bottle\u003c\/p\u003e\n\u003cdiv class=\"ing-table-wrap\"\u003e\n\u003cdiv class=\"ing-head\"\u003e\n\u003cspan class=\"ing-th\"\u003eNutrient\u003c\/span\u003e \u003cspan class=\"ing-th\"\u003ePer Gummy\u003c\/span\u003e \u003cspan class=\"ing-th\"\u003e%NRV\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-section vit-s\"\u003eVitamins\u003c\/div\u003e\n\u003cdiv class=\"ing-row\"\u003e\n\u003cspan class=\"ing-name\"\u003eVitamin A\u003c\/span\u003e\u003cspan class=\"ing-amount\"\u003e300μg RE\u003c\/span\u003e\u003cspan class=\"ing-nrv-pct\"\u003e38%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-row\"\u003e\n\u003cspan class=\"ing-name\"\u003eVitamin C\u003c\/span\u003e\u003cspan class=\"ing-amount\"\u003e40mg\u003c\/span\u003e\u003cspan class=\"ing-nrv-pct\"\u003e50%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-row\"\u003e\n\u003cspan class=\"ing-name\"\u003eVitamin D\u003c\/span\u003e\u003cspan class=\"ing-amount\"\u003e5μg (200iu)\u003c\/span\u003e\u003cspan style=\"color: var(--green); font-weight: 600;\" class=\"ing-nrv-pct\"\u003e100% ✓\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-row\"\u003e\n\u003cspan class=\"ing-name\"\u003eVitamin E\u003c\/span\u003e\u003cspan class=\"ing-amount\"\u003e6.7mg α-TE\u003c\/span\u003e\u003cspan class=\"ing-nrv-pct\"\u003e56%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-row\"\u003e\n\u003cspan class=\"ing-name\"\u003eVitamin B5 (Pantothenic Acid)\u003c\/span\u003e\u003cspan class=\"ing-amount\"\u003e1.5mg\u003c\/span\u003e\u003cspan class=\"ing-nrv-pct\"\u003e25%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-row\"\u003e\n\u003cspan class=\"ing-name\"\u003eVitamin B6\u003c\/span\u003e\u003cspan class=\"ing-amount\"\u003e0.5mg\u003c\/span\u003e\u003cspan class=\"ing-nrv-pct\"\u003e36%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-row\"\u003e\n\u003cspan class=\"ing-name\"\u003eVitamin B7 (Biotin)\u003c\/span\u003e\u003cspan class=\"ing-amount\"\u003e30μg\u003c\/span\u003e\u003cspan class=\"ing-nrv-pct\"\u003e60%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-row\"\u003e\n\u003cspan class=\"ing-name\"\u003eVitamin B12\u003c\/span\u003e\u003cspan class=\"ing-amount\"\u003e2μg\u003c\/span\u003e\u003cspan class=\"ing-nrv-pct\"\u003e80%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-row\"\u003e\n\u003cspan class=\"ing-name\"\u003eFolic Acid\u003c\/span\u003e\u003cspan class=\"ing-amount\"\u003e120μg\u003c\/span\u003e\u003cspan class=\"ing-nrv-pct\"\u003e60%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-section min-s\"\u003eMinerals\u003c\/div\u003e\n\u003cdiv class=\"ing-row\"\u003e\n\u003cspan class=\"ing-name\"\u003eIodine\u003c\/span\u003e\u003cspan class=\"ing-amount\"\u003e20μg\u003c\/span\u003e\u003cspan class=\"ing-nrv-pct\"\u003e13%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-row\"\u003e\n\u003cspan class=\"ing-name\"\u003eZinc\u003c\/span\u003e\u003cspan class=\"ing-amount\"\u003e1.5μg\u003c\/span\u003e\u003cspan class=\"ing-nrv-pct\"\u003e—\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-section other-s\"\u003eOther Nutrients\u003c\/div\u003e\n\u003cdiv class=\"ing-row\"\u003e\n\u003cspan class=\"ing-name\"\u003eInositol\u003c\/span\u003e\u003cspan class=\"ing-amount\"\u003e10μg\u003c\/span\u003e\u003cspan class=\"ing-nrv-pct\"\u003e—\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 0.8rem;\" class=\"ingredient-box\"\u003e\n\u003cstrong\u003eFull Ingredients:\u003c\/strong\u003e Glucose Syrup, Sucrose, Water, Gelling Agents (Gelatine, Pectin, Gellan Gum), Sweetener (Sorbitol), Vitamin C (Ascorbic Acid), Apple Juice Concentrate, Acids (Citric Acid, Malic Acid), Vitamin E (D-Alpha Tocopheryl Acetate), Natural Strawberry Flavour, Vitamin B12 (Cyanocobalamin), Pantothenic Acid (D-Calcium Pantothenate), Vegetable Oils (Coconut Oil, Canola Oil), Glazing Agent (Carnauba Wax), Vitamin B6 (Pyridoxine Hydrochloride), Vitamin A (Retinyl Palmitate), Sunflower Seed Oil, Folic Acid, Colour (Carmine), Biotin, Iodine (Potassium Iodide), Inositol, Vitamin D (Cholecalciferol), Zinc (Zinc Citrate).\u003c\/div\u003e\n\u003cdiv class=\"allergen-note\"\u003e\n\u003cstrong\u003eAllergen Advice:\u003c\/strong\u003e Contains \u003cstrong\u003eGelatine\u003c\/strong\u003e (from animal source). Not suitable for vegetarians or vegans. May contain traces of tree nuts. Coloured with Carmine (E120 — cochineal-derived). NRV = Nutrient Reference Value. — = NRV not established.\u003c\/div\u003e\n\u003cdiv class=\"adult-note\"\u003e\n\u003cstrong\u003eFor Adults Only:\u003c\/strong\u003e This product is formulated and intended for use by adults. Keep out of reach of children. Contains sugars (glucose syrup and sucrose).\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\u003eChew 1–2 gummies per day\u003c\/strong\u003e No water needed — just chew and enjoy. Best taken at the same time each day to support a consistent daily routine. For adults only. 60 gummies per bottle.\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\u003eFor adults only. Not suitable for children. This product is a food supplement — do not exceed the recommended daily intake.\u003c\/li\u003e\n\u003cli\u003eContains gelatine — not suitable for vegetarians or vegans. Coloured with carmine (E120, cochineal-derived).\u003c\/li\u003e\n\u003cli\u003eContains sugars (glucose syrup and sucrose). Individuals monitoring sugar intake should be aware.\u003c\/li\u003e\n\u003cli\u003eFolic acid is included in this formula — if you are pregnant or planning pregnancy, consult your GP or midwife regarding appropriate supplementation before use.\u003c\/li\u003e\n\u003cli\u003eKeep out of reach of children. Store in a cool, dry place, away from direct sunlight. Reseal tightly after use.\u003c\/li\u003e\n\u003cli\u003eIf you are taking 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\u003eThis product contains folic acid. If you are pregnant or planning a pregnancy, please consult your GP or midwife regarding appropriate vitamin supplementation. 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(#fgDVG)\" d=\"M16 46 C12 30 18 11 30 4 C34 19 28 40 16 46Z\"\u003e\u003c\/path\u003e\n      \u003cdefs\u003e\u003clineargradient gradientunits=\"userSpaceOnUse\" y2=\"46\" x2=\"16\" y1=\"4\" x1=\"30\" id=\"fgDVG\"\u003e\u003cstop stop-color=\"#E8C96A\" offset=\"0%\"\u003e\u003c\/stop\u003e\u003cstop stop-color=\"#C9972A\" offset=\"100%\"\u003e\u003c\/stop\u003e\u003c\/lineargradient\u003e\u003c\/defs\u003e\n    \u003c\/svg\u003e\u003c\/footer\u003e\u003c\/article\u003e","brand":"Veldic","offers":[{"title":"Default Title","offer_id":57113826591064,"sku":"MVG60","price":14.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0975\/3549\/2440\/files\/veldic-daily-vita-gummies-product.png?v=1774296133","url":"https:\/\/veldic.com\/products\/daily-vita-gummies","provider":"Veldic","version":"1.0","type":"link"}