{"product_id":"gut-calm-daily","title":"Gut Calm Daily","description":"\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    \/* S. boulardii \/ yeast accent — warm amber-honey *\/\n    --yeast:        #A06818;\n    --yeast-mid:    #C88C38;\n    --yeast-light:  #E8B860;\n    --yeast-pale:   #FBF3E2;\n\n    \/* Olive leaf accent — muted silver-olive *\/\n    --olive:        #5A6830;\n    --olive-mid:    #7A8C48;\n    --olive-light:  #A8BE78;\n    --olive-pale:   #F0F4E4;\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(160,104,24,0.28) 0%, transparent 60%),\n      radial-gradient(ellipse 40% 55% at 5%  88%, rgba(90,104,48,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.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-yeast  { background: rgba(160,104,24,0.22);  color: var(--yeast-light);     border: 1px solid rgba(160,104,24,0.38); }\n  .badge-olive  { background: rgba(90,104,48,0.22);   color: var(--olive-light);     border: 1px solid rgba(90,104,48,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  .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  \/* ══ S. BOULARDII SPOTLIGHT ══ *\/\n  .sb-spotlight {\n    background: var(--yeast);\n    border-radius: 3px;\n    padding: 1.5rem 1.8rem;\n    position: relative;\n    overflow: hidden;\n    margin-top: 1.2rem;\n    display: grid;\n    grid-template-columns: auto 1fr;\n    gap: 1.5rem;\n    align-items: center;\n  }\n  .sb-spotlight::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 55% 80% at 95% 50%, rgba(255,255,255,0.07) 0%, transparent 65%); pointer-events: none; }\n  .sb-spotlight::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--gold-light) 50%, transparent); }\n  .sb-num-wrap { text-align: center; position: relative; }\n  .sb-num { font-family: var(--font-display); font-size: 2.8rem; font-weight: 600; color: #fff; line-height: 1; }\n  .sb-unit { font-size: 0.68rem; color: rgba(255,255,255,0.5); letter-spacing: 0.12em; text-transform: uppercase; margin-top: 0.2rem; }\n  .sb-content { position: relative; }\n  .sb-eyebrow { font-size: 0.6rem; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: var(--yeast-light); margin-bottom: 0.3rem; }\n  .sb-title { font-family: var(--font-display); font-size: 1.15rem; font-weight: 500; color: #fff; margin-bottom: 0.4rem; line-height: 1.25; }\n  .sb-title em { font-style: italic; color: var(--gold-light); }\n  .sb-body { font-size: 0.82rem; color: rgba(255,255,255,0.7); line-height: 1.65; }\n\n  \/* ══ TRAVEL CALLOUT ══ *\/\n  .travel-callout {\n    display: flex;\n    gap: 1rem;\n    align-items: flex-start;\n    background: var(--olive-pale);\n    border: 1px solid rgba(90,104,48,0.2);\n    border-left: 4px solid var(--olive);\n    border-radius: 0 3px 3px 0;\n    padding: 1.1rem 1.3rem;\n    margin-top: 1rem;\n  }\n  .tc-icon { flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%; background: rgba(90,104,48,0.12); border: 1px solid rgba(90,104,48,0.22); display: flex; align-items: center; justify-content: center; }\n  .tc-icon svg { width: 17px; height: 17px; stroke: var(--olive); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }\n  .tc-text { font-size: 0.84rem; color: var(--text-mid); line-height: 1.65; }\n  .tc-text strong { color: var(--olive); 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(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.9rem 0.85rem;\n    position: relative;\n    overflow: hidden;\n    transition: background 0.2s;\n    text-align: center;\n  }\n  .ing-card:hover { background: var(--green-pale); }\n  .ing-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; }\n  .ing-card.c-yeast::before  { background: var(--yeast); }\n  .ing-card.c-olive::before  { background: var(--olive); }\n  .ing-card.c-green::before  { background: var(--green); }\n  .ing-card.c-gold::before   { background: var(--gold); }\n  \/* S. boulardii featured *\/\n  .ing-card.featured {\n    grid-column: span 2;\n    background: var(--yeast-pale);\n    border-color: var(--yeast-mid);\n    display: flex;\n    gap: 0.9rem;\n    align-items: center;\n    text-align: left;\n  }\n  .ing-card.featured::before { height: 3px; background: var(--yeast); }\n  .feat-icon { flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%; background: rgba(160,104,24,0.12); border: 1px solid rgba(160,104,24,0.22); display: flex; align-items: center; justify-content: center; }\n  .feat-icon svg { width: 18px; height: 18px; stroke: var(--yeast); 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; margin-bottom: 0.18rem; line-height: 1.3; }\n  .ing-amt  { font-size: 0.95rem; font-weight: 600; color: var(--green); font-family: var(--font-display); margin-bottom: 0.1rem; }\n  .ing-note { font-size: 0.68rem; color: var(--muted); line-height: 1.4; }\n  .feat-text .ing-name { font-size: 0.72rem; color: var(--yeast); }\n  .feat-text .ing-amt  { font-size: 1.1rem; color: var(--yeast-mid); }\n  .feat-text .ing-note { font-size: 0.74rem; }\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.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  .pill-green  { background: var(--green); }\n  .pill-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  \/* ══ 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.yeast-s { background: var(--yeast-pale); color: var(--yeast); border-bottom-color: rgba(160,104,24,0.2); }\n  .ing-section.vit-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 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-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.79rem; }\n  .ing-nrv-pct { font-size: 0.72rem; color: var(--muted); text-align: right; min-width: 40px; }\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  \/* ══ 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    .ing-cards { grid-template-columns: 1fr 1fr; }\n    .ing-card.featured { grid-column: span 2; flex-direction: column; align-items: flex-start; }\n    .benefits-grid { grid-template-columns: 1fr; }\n    .sb-spotlight { grid-template-columns: 1fr; }\n    .ing-head, .ing-row { grid-template-columns: 1fr auto; }\n    .ing-th:last-child, .ing-nrv-pct { display: none; }\n    .brand-footer { flex-direction: column; text-align: center; }\n    .footer-leaf { display: none; }\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(#hgGCD)\" 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=\"hgGCD\"\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\"\u003eGut Calm \u003cem\u003eDaily\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003e30 Capsules · 5 Billion Organisms · S. Boulardii · Olive Leaf · Vitamin D3\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"badge-strip\"\u003e\n\u003cspan class=\"badge badge-yeast\"\u003e\u003cspan class=\"badge-dot\"\u003e\u003c\/span\u003e5 Billion S. Boulardii\u003c\/span\u003e \u003cspan class=\"badge badge-olive\"\u003e\u003cspan class=\"badge-dot\"\u003e\u003c\/span\u003eOlive Leaf · Oleuropein\u003c\/span\u003e \u003cspan class=\"badge badge-gold\"\u003e\u003cspan class=\"badge-dot\"\u003e\u003c\/span\u003eVitamin D3 · Biotin\u003c\/span\u003e \u003cspan class=\"badge badge-gold\"\u003e\u003cspan class=\"badge-dot\"\u003e\u003c\/span\u003eIdeal for Travel\u003c\/span\u003e \u003cspan class=\"badge badge-green\"\u003e\u003cspan class=\"badge-dot\"\u003e\u003c\/span\u003eVegan · Kosher · Halal\u003c\/span\u003e \u003cspan class=\"badge badge-outline\"\u003e30 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 \u003cem\u003eSaccharomyces boulardii\u003c\/em\u003e yeast formula delivering 5 billion organisms per capsule, combined with olive leaf extract (providing 0.60mg oleuropein), vitamin D3, and biotin. Supporting the normal function of the \u003ca rel=\"noopener\" href=\"https:\/\/www.specialistsupplements.com\/product-category\/immunity\/\" target=\"_blank\"\u003eimmune system\u003c\/a\u003e, mucous membranes, \u003ca rel=\"noopener\" href=\"https:\/\/www.specialistsupplements.com\/product-category\/skin-and-beauty\/\" target=\"_blank\"\u003ehair and skin\u003c\/a\u003e, and healthy inflammatory response. Ideal for travel. 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 Gut Calm Daily is a specialist formula built around \u003cem\u003eSaccharomyces boulardii\u003c\/em\u003e — a unique micro-organism that is classified as a yeast rather than a bacterium, originally extracted from the lychee fruit. Unlike the Lactobacillus and Bifidobacterium strains found in most \u003ca rel=\"noopener\" href=\"https:\/\/www.specialistsupplements.com\/product-category\/probiotic-bacteria\/\" target=\"_blank\"\u003ebiotic supplements\u003c\/a\u003e, \u003cem\u003eS. boulardii\u003c\/em\u003e occupies a distinct category — making this a complementary rather than a duplicate addition to any existing probiotic routine.\u003c\/p\u003e\n\u003cp\u003eEach capsule provides 5 billion organisms alongside olive leaf extract standardised to 0.60mg of oleuropein, vitamin D3, and biotin — a targeted four-ingredient combination designed to support immune function, mucous membrane health, and the body's inflammatory response as part of a balanced daily routine.\u003c\/p\u003e\n\u003c!-- S. boulardii spotlight --\u003e\n\u003cdiv class=\"sb-spotlight\"\u003e\n\u003cdiv class=\"sb-num-wrap\"\u003e\n\u003cp class=\"sb-num\"\u003e5bn\u003c\/p\u003e\n\u003cp class=\"sb-unit\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eOrganisms \/ capsule\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sb-content\"\u003e\n\u003cp class=\"sb-eyebrow\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eSaccharomyces boulardii · Yeast · Not a Bacterium\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"sb-title\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eA \u003cem\u003eUnique Micro-Organism\u003c\/em\u003e — Distinct from Lactobacillus \u0026amp; Bifidobacterium\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"sb-body\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e\u003cem\u003eSaccharomyces boulardii\u003c\/em\u003e is a yeast originally extracted from lychee fruit. As a yeast rather than a bacterium, it differs fundamentally from more familiar probiotic strains — making it a distinctive and complementary addition to any biotic supplement routine, particularly during travel or periods of change.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Travel callout --\u003e\n\u003cdiv class=\"travel-callout\"\u003e\n\u003cdiv class=\"tc-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect rx=\"2\" height=\"13\" width=\"15\" y=\"3\" x=\"1\"\u003e\u003c\/rect\u003e\u003cpath d=\"M16 8h4l3 3v5h-7V8z\"\u003e\u003c\/path\u003e\u003ccircle r=\"2.5\" cy=\"18.5\" cx=\"5.5\"\u003e\u003c\/circle\u003e\u003ccircle r=\"2.5\" cy=\"18.5\" cx=\"18.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"tc-text\"\u003e\n\u003cstrong\u003eIdeal for Travel\u003c\/strong\u003e Gut Calm Daily is particularly well suited to use when travelling — a period during which routine changes, dietary shifts, and new environments can all challenge the body's usual balance. Compact, capsule format with no refrigeration required.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══ FOUR-INGREDIENT FORMULA ══ --\u003e\n\u003csection class=\"section\"\u003e\n\u003cp class=\"section-label\"\u003eThe Formula — Four Targeted Ingredients\u003c\/p\u003e\n\u003cdiv class=\"ing-cards\"\u003e\n\u003c!-- S. boulardii — featured --\u003e\n\u003cdiv class=\"ing-card featured c-yeast\"\u003e\n\u003cdiv class=\"feat-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat-text\"\u003e\n\u003cp class=\"ing-name\"\u003eSaccharomyces Boulardii\u003c\/p\u003e\n\u003cp class=\"ing-amt\"\u003e5bn organisms\u003c\/p\u003e\n\u003cp class=\"ing-note\"\u003e250mg · Yeast micro-organism · Originally from lychee fruit · Distinct from bacterial strains\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-card c-olive\"\u003e\n\u003cp class=\"ing-name\"\u003eOlive Leaf Extract\u003c\/p\u003e\n\u003cp class=\"ing-amt\"\u003e150mg\u003c\/p\u003e\n\u003cp class=\"ing-note\"\u003eEquiv. · 0.60mg Oleuropein · Olea europaea\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-card c-green\"\u003e\n\u003cp class=\"ing-name\"\u003eVitamin D3\u003c\/p\u003e\n\u003cp class=\"ing-amt\"\u003e2.75μg\u003c\/p\u003e\n\u003cp class=\"ing-note\"\u003eCholecalciferol · 55% NRV · 110iu\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-card c-gold\"\u003e\n\u003cp class=\"ing-name\"\u003eBiotin\u003c\/p\u003e\n\u003cp class=\"ing-amt\"\u003e8μg\u003c\/p\u003e\n\u003cp class=\"ing-note\"\u003e16% NRV · Supports hair, skin \u0026amp; mucous membranes\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=\"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\u003cdiv\u003e\n\u003cp class=\"benefit-label\"\u003eImmune System\u003c\/p\u003e\n\u003cp class=\"benefit-copy\"\u003eVitamin D contributes to the normal function of the \u003ca rel=\"noopener\" href=\"https:\/\/www.specialistsupplements.com\/product-category\/immunity\/\" target=\"_blank\"\u003eimmune system\u003c\/a\u003e — one of the most consistently recognised nutritional benefits of adequate vitamin D status.\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\"\u003eHealthy Inflammatory Response\u003c\/p\u003e\n\u003cp class=\"benefit-copy\"\u003eVitamin D contributes to a healthy inflammatory response — a recognised EFSA-backed claim supporting the body's normal regulatory 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\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\u003cdiv\u003e\n\u003cp class=\"benefit-label\"\u003eHair, Skin \u0026amp; Mucous Membranes\u003c\/p\u003e\n\u003cp class=\"benefit-copy\"\u003eBiotin contributes to normal \u003ca rel=\"noopener\" href=\"https:\/\/www.specialistsupplements.com\/product-category\/skin-and-beauty\/\" target=\"_blank\"\u003ehair and skin\u003c\/a\u003e and the maintenance of normal mucous membranes — supporting the integrity of the body's epithelial linings.\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=\"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 \u0026amp; Nervous System\u003c\/p\u003e\n\u003cp class=\"benefit-copy\"\u003eBiotin contributes to normal energy-yielding metabolism, normal macronutrient metabolism, normal functioning of the nervous system, and normal psychological 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=\"M4 18V6M20 18V6M12 22V2M4 6l8-4 8 4M4 18l8 4 8-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"benefit-label\"\u003eBones, Muscle \u0026amp; Teeth\u003c\/p\u003e\n\u003cp class=\"benefit-copy\"\u003eVitamin D contributes to the maintenance of normal bones, normal muscle function, and the maintenance of normal teeth — supporting the body's structural health alongside the formula's biotic and immune 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\u003crect rx=\"2\" height=\"13\" width=\"15\" y=\"3\" x=\"1\"\u003e\u003c\/rect\u003e\u003cpath d=\"M16 8h4l3 3v5h-7V8z\"\u003e\u003c\/path\u003e\u003ccircle r=\"2.5\" cy=\"18.5\" cx=\"5.5\"\u003e\u003c\/circle\u003e\u003ccircle r=\"2.5\" cy=\"18.5\" cx=\"18.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"benefit-label\"\u003eTravel Companion\u003c\/p\u003e\n\u003cp class=\"benefit-copy\"\u003eA compact, capsule-format formula with no refrigeration needed — well suited to regular travellers seeking daily \u003ca rel=\"noopener\" href=\"https:\/\/www.specialistsupplements.com\/product-category\/probiotic-bacteria\/\" target=\"_blank\"\u003ebiotic\u003c\/a\u003e and immune support on the go.\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 pill-green\"\u003eVitamin D\u003c\/span\u003e\n\u003cp class=\"claim-text\"\u003e\u003ca rel=\"noopener\" href=\"http:\/\/www.efsa.europa.eu\/sites\/default\/files\/scientific_output\/files\/main_documents\/827.pdf\" target=\"_blank\"\u003eContributes to\u003c\/a\u003e the normal function of the \u003ca rel=\"noopener\" href=\"https:\/\/www.specialistsupplements.com\/product-category\/immunity\/\" target=\"_blank\"\u003eimmune system\u003c\/a\u003e and healthy inflammatory response, normal absorption and utilisation of calcium and phosphorus, normal blood calcium levels, the maintenance of normal bones, normal muscle function, the maintenance of normal teeth, and has a role in cell division.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"claim-item\"\u003e\n\u003cspan class=\"claim-pill pill-gold\"\u003eBiotin\u003c\/span\u003e\n\u003cp class=\"claim-text\"\u003eContributes to normal energy-yielding metabolism, normal functioning of the nervous system, normal macronutrient metabolism, normal psychological function, normal \u003ca rel=\"noopener\" href=\"https:\/\/www.specialistsupplements.com\/product-category\/skin-and-beauty\/\" target=\"_blank\"\u003ehair and skin\u003c\/a\u003e, and the maintenance of normal mucous membranes.\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  ·  30 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\u003c\/span\u003e \u003cspan class=\"ing-th\"\u003e%NRV\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-section yeast-s\"\u003eMicro-Organisms \u0026amp; Botanical\u003c\/div\u003e\n\u003cdiv class=\"ing-row\"\u003e\n\u003cspan class=\"ing-name-cell\"\u003e\u003cem\u003eSaccharomyces boulardii\u003c\/em\u003e \u003cem\u003e(equiv. 5 billion CFU)\u003c\/em\u003e\u003c\/span\u003e\u003cspan class=\"ing-amount\"\u003e250mg\u003c\/span\u003e\u003cspan class=\"ing-nrv-pct\"\u003e—\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-row\"\u003e\n\u003cspan class=\"ing-name-cell\"\u003eOlive Leaf Extract \u003cem\u003e** · providing 0.60mg Oleuropein · Olea europaea\u003c\/em\u003e\u003c\/span\u003e\u003cspan class=\"ing-amount\"\u003e150mg\u003c\/span\u003e\u003cspan class=\"ing-nrv-pct\"\u003e—\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-cell\"\u003eVitamin D3 (Cholecalciferol)\u003c\/span\u003e\u003cspan class=\"ing-amount\"\u003e2.75μg (110iu)\u003c\/span\u003e\u003cspan class=\"ing-nrv-pct\"\u003e55%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-row\"\u003e\n\u003cspan class=\"ing-name-cell\"\u003eBiotin\u003c\/span\u003e\u003cspan class=\"ing-amount\"\u003e8μg\u003c\/span\u003e\u003cspan class=\"ing-nrv-pct\"\u003e16%\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 \u003cem\u003eSaccharomyces boulardii\u003c\/em\u003e does not originate from the UK.\u003c\/p\u003e\n\u003cdiv class=\"ingredient-box\"\u003e\n\u003cstrong\u003eFull Ingredients:\u003c\/strong\u003e Saccharomyces Boulardii, Capsule Shell: Hydroxypropyl Methylcellulose (HPMC), Stoneground Brown Rice Flour (Oryza Sativa), Olive Leaf Extract (Olea Europaea), Vitamin D3 (Cholecalciferol), Biotin.\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). Gluten-free brown rice flour. Suitable for vegetarians and vegans. Halal and Kosher approved.\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 before meals — up to 6 capsules per day\u003c\/strong\u003e Or as advised by a qualified health professional. 30 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\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 immunosuppressants or antifungals), 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(#fgGCD)\" 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=\"fgGCD\"\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":57113826853208,"sku":"SAB30","price":18.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0975\/3549\/2440\/files\/veldic-gut-calm-daily-gut-health.png?v=1774375334","url":"https:\/\/veldic.com\/products\/gut-calm-daily","provider":"Veldic","version":"1.0","type":"link"}