{"product_id":"hemp-core-plant-protein","title":"Hemp-Core Plant Protein","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    \/* Hemp \/ plant protein accent — natural seed-brown *\/\n    --hemp:         #6E5230;\n    --hemp-mid:     #9A7848;\n    --hemp-light:   #C8A870;\n    --hemp-pale:    #F8F2E8;\n\n    \/* Herbal blend accent — vivid botanical green *\/\n    --herb:         #3A6E28;\n    --herb-light:   #70A850;\n    --herb-pale:    #EBF5E4;\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(110,82,48,0.26) 0%, transparent 60%),\n      radial-gradient(ellipse 40% 55% at 5%  88%, rgba(58,110,40,0.18) 0%, transparent 55%),\n      radial-gradient(ellipse 50% 45% at 50% 115%, rgba(45,106,53,0.45) 0%, transparent 60%);\n    pointer-events: none;\n  }\n  .hero::after {\n    content: '';\n    position: absolute;\n    bottom: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, transparent 0%, var(--gold) 25%, var(--gold-light) 60%, transparent 100%);\n  }\n\n  .hero-eyebrow { font-size: 0.65rem; font-weight: 500; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 1rem; position: relative; }\n  .hero-logo-row { display: flex; align-items: center; gap: 1rem; margin-bottom: 0.5rem; position: relative; }\n  .hero-leaf { flex-shrink: 0; width: 44px; height: 50px; }\n  .hero-title { font-family: var(--font-display); font-size: clamp(1.85rem, 5vw, 2.9rem); font-weight: 500; color: #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-hemp   { background: rgba(110,82,48,0.22);   color: var(--hemp-light);      border: 1px solid rgba(110,82,48,0.38); }\n  .badge-herb   { background: rgba(58,110,40,0.26);   color: var(--herb-light);      border: 1px solid rgba(58,110,40,0.42); }\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  \/* ══ PROTEIN SPOTLIGHT ══ *\/\n  .protein-spotlight {\n    background: var(--hemp);\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: repeat(4, 1fr);\n    gap: 0.6rem;\n  }\n  .protein-spotlight::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 55% 80% at 95% 50%, rgba(201,151,42,0.14) 0%, transparent 65%); pointer-events: none; }\n  .protein-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  .ps-stat { background: rgba(255,255,255,0.09); border: 1px solid rgba(255,255,255,0.14); border-radius: 2px; padding: 0.75rem 0.85rem; position: relative; }\n  .ps-eyebrow { font-size: 0.58rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--hemp-light); margin-bottom: 0.25rem; }\n  .ps-value { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; color: var(--gold-light); line-height: 1; margin-bottom: 0.12rem; }\n  .ps-label { font-size: 0.65rem; color: rgba(255,255,255,0.5); letter-spacing: 0.07em; text-transform: uppercase; line-height: 1.35; }\n\n  \/* ══ CREDENTIALS ROW ══ *\/\n  .cred-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.6rem;\n    margin-top: 1rem;\n    padding: 0.9rem 1.1rem;\n    background: var(--hemp-pale);\n    border: 1px solid rgba(110,82,48,0.15);\n    border-radius: 3px;\n  }\n  .cred-item { display: flex; align-items: center; gap: 0.5rem; font-size: 0.77rem; font-weight: 500; color: var(--hemp); }\n  .cred-item svg { width: 14px; height: 14px; stroke: var(--hemp); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }\n\n  \/* ══ PROTEIN CLAIM CALLOUT ══ *\/\n  .claim-callout { margin-top: 0.9rem; background: var(--green-pale); border: 1px solid var(--border); border-left: 4px solid var(--green); border-radius: 0 3px 3px 0; padding: 1rem 1.2rem; display: flex; gap: 0.9rem; align-items: flex-start; }\n  .claim-pill { flex-shrink: 0; padding: 0.22rem 0.7rem; border-radius: 20px; font-size: 0.67rem; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; background: var(--green); color: #fff; margin-top: 0.08rem; white-space: nowrap; }\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  \/* ══ DUAL FEATURE CARDS ══ *\/\n  .dual-cards { 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  .dual-card { background: var(--warm-white); padding: 1.4rem 1.3rem; position: relative; overflow: hidden; }\n  .dual-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; }\n  .dual-card.hemp-card::before { background: var(--hemp); }\n  .dual-card.herb-card::before { background: var(--herb); }\n  .dc-icon { width: 38px; height: 38px; border-radius: 50%; margin-bottom: 0.7rem; display: flex; align-items: center; justify-content: center; }\n  .hemp-card .dc-icon { background: var(--hemp-pale); border: 1px solid rgba(110,82,48,0.2); }\n  .herb-card .dc-icon { background: var(--herb-pale); border: 1px solid rgba(58,110,40,0.2); }\n  .dc-icon svg { width: 17px; height: 17px; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }\n  .hemp-card .dc-icon svg { stroke: var(--hemp); }\n  .herb-card .dc-icon svg { stroke: var(--herb); }\n  .dc-title { font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.07em; color: var(--green-deep); margin-bottom: 0.35rem; }\n  .dc-copy  { font-size: 0.82rem; color: var(--muted); line-height: 1.65; }\n  .dc-copy a { color: var(--gold-dark); text-decoration: underline; text-decoration-color: rgba(201,151,42,0.35); text-underline-offset: 2px; }\n\n  \/* ══ HERB INGREDIENT TAGS ══ *\/\n  .herb-grid { display: flex; flex-wrap: wrap; gap: 0.45rem; margin-top: 0.4rem; }\n  .herb-tag { display: inline-flex; align-items: center; gap: 0.4rem; background: var(--herb-pale); border: 1px solid rgba(58,110,40,0.2); border-radius: 2px; padding: 0.32rem 0.75rem; font-size: 0.73rem; color: var(--herb); font-weight: 500; }\n  .herb-tag::before { content: '●'; font-size: 0.5rem; opacity: 0.6; }\n\n  \/* ══ BENEFITS ══ *\/\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.15rem 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: 37px; height: 37px; 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: 16px; height: 16px; stroke: var(--green); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }\n  .benefit-label { font-size: 0.69rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--green); margin-bottom: 0.25rem; }\n  .benefit-copy  { font-size: 0.8rem; 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  \/* ══ MACRO TABLE ══ *\/\n  .macro-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 3px; overflow: hidden; margin-top: 0.5rem; }\n  .macro-cell { background: var(--warm-white); padding: 0.8rem 0.75rem; text-align: center; }\n  .macro-cell:nth-child(even) { background: var(--hemp-pale); }\n  .macro-val { font-family: var(--font-display); font-size: 1.2rem; font-weight: 600; color: var(--green-deep); line-height: 1; margin-bottom: 0.2rem; }\n  .macro-lab { font-size: 0.62rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); line-height: 1.3; }\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: flex-start; position: relative; overflow: hidden; }\n  .usage-box::after { content: ''; position: absolute; right: -10px; bottom: -10px; width: 80px; height: 80px; border-radius: 50%; background: rgba(201,151,42,0.12); }\n  .usage-icon { flex-shrink: 0; width: 46px; height: 46px; border-radius: 50%; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; }\n  .usage-icon svg { width: 20px; height: 20px; stroke: var(--gold-light); fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }\n  .usage-text { font-size: 0.87rem; line-height: 1.65; color: rgba(255,255,255,0.82); position: relative; flex: 1; }\n  .usage-text strong { color: #fff; display: block; font-size: 0.95rem; margin-bottom: 0.3rem; }\n  .usage-tip { font-size: 0.81rem; color: rgba(255,255,255,0.55); margin-top: 0.4rem; }\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    .protein-spotlight { grid-template-columns: 1fr 1fr; }\n    .dual-cards { grid-template-columns: 1fr; }\n    .benefits-grid { grid-template-columns: 1fr; }\n    .macro-row { grid-template-columns: 1fr 1fr; }\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(#hgHMP)\" 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=\"hgHMP\"\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\"\u003eHemp-Core \u003cem\u003ePlant Protein\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003e500g Powder · 45.2g Protein per 100g · 14 Herbal Ingredients\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"badge-strip\"\u003e\n\u003cspan class=\"badge badge-hemp\"\u003e\u003cspan class=\"badge-dot\"\u003e\u003c\/span\u003e45.2g Protein \/ 100g\u003c\/span\u003e \u003cspan class=\"badge badge-hemp\"\u003e\u003cspan class=\"badge-dot\"\u003e\u003c\/span\u003eComplete Amino Profile\u003c\/span\u003e \u003cspan class=\"badge badge-herb\"\u003e\u003cspan class=\"badge-dot\"\u003e\u003c\/span\u003e14 Herbal Ingredients\u003c\/span\u003e \u003cspan class=\"badge badge-gold\"\u003e\u003cspan class=\"badge-dot\"\u003e\u003c\/span\u003eHigh in Fibre\u003c\/span\u003e \u003cspan class=\"badge badge-gold\"\u003e\u003cspan class=\"badge-dot\"\u003e\u003c\/span\u003eNon-GMO · No Hexane\u003c\/span\u003e \u003cspan class=\"badge badge-green\"\u003e\u003cspan class=\"badge-dot\"\u003e\u003c\/span\u003eVegan\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\"\u003eInformed Manufacturer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\u003c!-- ══ QUICK SUMMARY ══ --\u003e\n\u003csection class=\"section\"\u003e\n\u003cp class=\"section-label\"\u003eAt a Glance\u003c\/p\u003e\n\u003cp class=\"summary-text\"\u003eA premium plant-based protein powder delivering 13.6g of complete protein per 30g serving from hemp seed (Cannabis sativa L.) — providing all essential amino acids — alongside 4.9g of \u003ca rel=\"noopener\" href=\"https:\/\/www.specialistsupplements.com\/product\/dietary-fibre-complex\/\" target=\"_blank\"\u003edietary fibre\u003c\/a\u003e and 14 added herbs. Non-GMO. No hexane. No artificial colours, flavours, or sweeteners. Stevia-sweetened. Vegan, Halal approved, and manufactured by an Informed Manufacturer in the United Kingdom.\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 Hemp-Core Plant Protein is a thoughtfully formulated plant protein powder combining the nutritional completeness of hemp seed with a supporting ensemble of 14 herbs, botanicals, and superfoods. It is designed for those seeking a clean, naturally high-protein addition to a vegan, vegetarian, or simply plant-forward daily routine.\u003c\/p\u003e\n\u003cp\u003eHemp seed provides a complete protein — containing all essential amino acids — and is notably easily digestible, making it a practical alternative to whey and soya for those who experience \u003ca rel=\"noopener\" href=\"https:\/\/www.specialistsupplements.com\/product-category\/digestion\/\" target=\"_blank\"\u003edigestive discomfort\u003c\/a\u003e with dairy-based proteins. Unlike many hemp protein powders, this formula uses no hexane or other synthetic solvents — the protein is extracted using only water, pressure, and flocculation.\u003c\/p\u003e\n\u003c!-- Macro stats --\u003e\n\u003cdiv class=\"protein-spotlight\"\u003e\n\u003cdiv class=\"ps-stat\"\u003e\n\u003cp class=\"ps-eyebrow\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eProtein\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"ps-value\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e13.6g\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"ps-label\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003ePer 30g serving\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ps-stat\"\u003e\n\u003cp class=\"ps-eyebrow\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eDietary Fibre\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"ps-value\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e4.9g\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"ps-label\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003ePer 30g serving\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ps-stat\"\u003e\n\u003cp class=\"ps-eyebrow\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eCalories\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"ps-value\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e110\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"ps-label\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003ekcal per 30g serving\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ps-stat\"\u003e\n\u003cp class=\"ps-eyebrow\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eSaturated Fat\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"ps-value\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e0.3g\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"ps-label\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003ePer 30g serving · Low in sat fat\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Credentials --\u003e\n\u003cdiv class=\"cred-row\"\u003e\n\u003cdiv class=\"cred-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"9,12 11,14 15,10\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eNon-GMO\u003c\/div\u003e\n\u003cdiv class=\"cred-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"9,12 11,14 15,10\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eNo Hexane — Water, Pressure \u0026amp; Flocculation Process\u003c\/div\u003e\n\u003cdiv class=\"cred-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"9,12 11,14 15,10\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eInformed Manufacturer · UK Manufactured\u003c\/div\u003e\n\u003cdiv class=\"cred-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"9,12 11,14 15,10\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eNo Added Sugar · Stevia-Sweetened\u003c\/div\u003e\n\u003cdiv class=\"cred-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"9,12 11,14 15,10\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eNo Artificial Colours, Flavours or Sweeteners\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Protein EFSA claim --\u003e\n\u003cdiv class=\"claim-callout\"\u003e\n\u003cspan class=\"claim-pill\"\u003eProtein\u003c\/span\u003e\n\u003cp class=\"claim-text\"\u003e\u003ca rel=\"noopener\" href=\"http:\/\/www.efsa.europa.eu\/en\/efsajournal\/doc\/1811.pdf\" target=\"_blank\"\u003eProtein contributes to\u003c\/a\u003e a growth in muscle mass, the maintenance of muscle mass, and the maintenance of normal bones — a recognised EU\/UK EFSA-backed claim central to this formula's positioning as a high-protein \u003ca rel=\"noopener\" href=\"https:\/\/www.specialistsupplements.com\/product-category\/protein-powders\/\" target=\"_blank\"\u003eplant protein\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══ TWO-PILLAR FORMULA ══ --\u003e\n\u003csection class=\"section\"\u003e\n\u003cp class=\"section-label\"\u003eA Two-Pillar Formula\u003c\/p\u003e\n\u003cdiv class=\"dual-cards\"\u003e\n\u003cdiv class=\"dual-card hemp-card\"\u003e\n\u003cdiv class=\"dc-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\u003cp class=\"dc-title\"\u003eHemp Seed Protein — Complete \u0026amp; Clean\u003c\/p\u003e\n\u003cp class=\"dc-copy\"\u003eSourced from Cannabis sativa L., hemp seed provides a complete protein — all essential amino acids — at 45.2g per 100g. It is easily digestible and naturally low in saturated fat. Unlike many hemp proteins on the market, this formula is extracted without hexane or synthetic solvents — using water, pressure, and flocculation only. An ideal alternative to \u003ca rel=\"noopener\" href=\"https:\/\/www.specialistsupplements.com\/product-category\/protein-powders\/\" target=\"_blank\"\u003ewhey and soya-based protein powders\u003c\/a\u003e for those who prefer a plant-based or dairy-free option.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dual-card herb-card\"\u003e\n\u003cdiv class=\"dc-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=\"dc-title\"\u003e14 Added Herbs \u0026amp; Botanicals\u003c\/p\u003e\n\u003cp class=\"dc-copy\"\u003eBeyond the protein, this formula incorporates 14 herbs and plant-based ingredients — including spirulina, chlorella, acerola cherry, baobab, acaí berry, blackcurrant, and more — enriching each serving with a broad spectrum of naturally occurring plant compounds alongside the protein and \u003ca rel=\"noopener\" href=\"https:\/\/www.specialistsupplements.com\/product\/dietary-fibre-complex\/\" target=\"_blank\"\u003edietary fibre\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══ HERBAL BLEND ══ --\u003e\n\u003csection class=\"section\"\u003e\n\u003cp class=\"section-label\"\u003e14 Added Herbs \u0026amp; Botanicals\u003c\/p\u003e\n\u003cdiv class=\"herb-grid\"\u003e\n\u003cspan class=\"herb-tag\"\u003eAlfalfa\u003c\/span\u003e \u003cspan class=\"herb-tag\"\u003eBeetroot\u003c\/span\u003e \u003cspan class=\"herb-tag\"\u003eCeylon Cinnamon\u003c\/span\u003e \u003cspan class=\"herb-tag\"\u003eDandelion Root\u003c\/span\u003e \u003cspan class=\"herb-tag\"\u003eGreen Tea Leaf\u003c\/span\u003e \u003cspan class=\"herb-tag\"\u003eSpirulina\u003c\/span\u003e \u003cspan class=\"herb-tag\"\u003eAcerola Cherry\u003c\/span\u003e \u003cspan class=\"herb-tag\"\u003eChlorella\u003c\/span\u003e \u003cspan class=\"herb-tag\"\u003eBlackcurrant Fruit\u003c\/span\u003e \u003cspan class=\"herb-tag\"\u003eParsley Leaf\u003c\/span\u003e \u003cspan class=\"herb-tag\"\u003eBaobab Fruit\u003c\/span\u003e \u003cspan class=\"herb-tag\"\u003eSpinach Leaf\u003c\/span\u003e \u003cspan class=\"herb-tag\"\u003eAcaí Berry\u003c\/span\u003e \u003cspan class=\"herb-tag\"\u003eFenugreek\u003c\/span\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=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\u003ccircle r=\"4\" cy=\"7\" cx=\"9\"\u003e\u003c\/circle\u003e\u003cpath d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 3.13a4 4 0 0 1 0 7.75\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"benefit-label\"\u003eMuscle Mass \u0026amp; Bones\u003c\/p\u003e\n\u003cp class=\"benefit-copy\"\u003eProtein contributes to the growth and maintenance of muscle mass and the maintenance of normal bones — the EFSA-recognised claim supporting this product's protein credentials.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2C8 6 4 10 4 14a8 8 0 0 0 16 0c0-4-4-8-8-12z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"benefit-label\"\u003eComplete Amino Acid Profile\u003c\/p\u003e\n\u003cp class=\"benefit-copy\"\u003eHemp seed provides all essential amino acids — making it a complete plant protein source and a nutritionally rounded alternative to animal-derived proteins.\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 6h18M3 12h18M3 18h18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"benefit-label\"\u003eHigh in Dietary Fibre\u003c\/p\u003e\n\u003cp class=\"benefit-copy\"\u003e4.9g of \u003ca rel=\"noopener\" href=\"https:\/\/www.specialistsupplements.com\/product\/dietary-fibre-complex\/\" target=\"_blank\"\u003edietary fibre\u003c\/a\u003e per 30g serving — making this a dual-purpose protein and fibre supplement in a single, convenient powder.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22C6.48 22 2 17.52 2 12S6.48 2 12 2s10 4.48 10 10-4.48 10-10 10z\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 14s1.5 2 4 2 4-2 4-2\"\u003e\u003c\/path\u003e\u003cline y2=\"9\" x2=\"9.01\" y1=\"9\" x1=\"9\"\u003e\u003c\/line\u003e\u003cline y2=\"9\" x2=\"15.01\" y1=\"9\" x1=\"15\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"benefit-label\"\u003eEasy Digestibility\u003c\/p\u003e\n\u003cp class=\"benefit-copy\"\u003eHemp protein is notably gentle on the digestive system. Ideal for those who experience \u003ca rel=\"noopener\" href=\"https:\/\/www.specialistsupplements.com\/product-category\/digestion\/\" target=\"_blank\"\u003ebloating or digestive discomfort\u003c\/a\u003e with whey, soya, or other dairy-based proteins.\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 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9,12 11,14 15,10\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"benefit-label\"\u003eNon-GMO · No Hexane\u003c\/p\u003e\n\u003cp class=\"benefit-copy\"\u003eExtracted using only water, pressure, and flocculation — no hexane, no synthetic solvents, no compromise. Non-GMO hemp seed from a responsible supply chain.\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\"\u003eVersatile Daily Use\u003c\/p\u003e\n\u003cp class=\"benefit-copy\"\u003eBlend into a shake, add to smoothies, stir into yogurt, or mix with berries. A flexible, unfussy powder suited to any plant-forward daily routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\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 30g serving (¾ scoop \/ 3 heaped teaspoons)  ·  Minimum 16 servings per 500g pot\u003c\/p\u003e\n\u003cdiv class=\"macro-row\"\u003e\n\u003cdiv class=\"macro-cell\"\u003e\n\u003cp class=\"macro-val\"\u003e110\u003cspan style=\"font-size: .7rem;\"\u003ekcal\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"macro-lab\"\u003eEnergy\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"macro-cell\"\u003e\n\u003cp class=\"macro-val\"\u003e13.6\u003cspan style=\"font-size: .7rem;\"\u003eg\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"macro-lab\"\u003eProtein\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"macro-cell\"\u003e\n\u003cp class=\"macro-val\"\u003e4.9\u003cspan style=\"font-size: .7rem;\"\u003eg\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"macro-lab\"\u003eFibre\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"macro-cell\"\u003e\n\u003cp class=\"macro-val\"\u003e6.1\u003cspan style=\"font-size: .7rem;\"\u003eg\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"macro-lab\"\u003eCarbs\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"macro-cell\"\u003e\n\u003cp class=\"macro-val\"\u003e2.4\u003cspan style=\"font-size: .7rem;\"\u003eg\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"macro-lab\"\u003eFat\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin-top: 0.6rem; font-size: 0.73rem; color: var(--muted); line-height: 1.6;\"\u003ePer 100g: 366kcal · 45.2g Protein · 16.2g Fibre · 20.3g Carbs · 8.0g Fat (1.0g saturates) · 0g Salt\u003c\/p\u003e\n\u003cdiv style=\"margin-top: 0.75rem;\" class=\"ingredient-box\"\u003e\n\u003cstrong\u003eFull Ingredients:\u003c\/strong\u003e Hemp Seed Protein Powder (Cannabis sativa L.); Herbal Blend: Alfalfa Powder (Medicago sativa), Beetroot Powder (Beta Vulgaris), Ceylon Cinnamon Bark Powder (Cinnamomum zeylanicum), Dandelion Root Powder (Taraxacum officinale), Green Tea Leaf Powder (Camellia Sinensis), Spirulina Powder (Arthrospira platensis), Acerola Cherry Fruit Extract (Malpighia glabra), Chlorella Powder (Chlorella vulgaris), Blackcurrant Fruit Extract (Ribes nigrum), Parsley Leaf Powder (Petroselinum crispum), Baobab Fruit Pulp Powder (Adansonia digitata), Spinach Leaf Powder (Spinacia oleracea), Acai Berry Extract (Euterpe Oleracae Martius), Fenugreek Extract (Trigonella foenum-graecum); Sweetener: Stevia Leaf Extract (Steviol glycosides).\u003c\/div\u003e\n\u003cdiv class=\"allergen-note\"\u003e\n\u003cstrong\u003eAllergen Advice:\u003c\/strong\u003e No listed allergens. Manufactured in a facility which handles cereals, egg, fish, milk, nuts, soya, mustard, seeds and products derived from crustaceans. Suitable for vegetarians and vegans. Sweetened with stevia leaf extract — no added sugar.\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\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=\"usage-text\"\u003e\n\u003cstrong\u003eAdd ¾ scoop or 3 heaped teaspoons (30g) to water, juice, or a milk alternative of your choice\u003c\/strong\u003e Shake or blend well. You can also stir into yogurt, mix with berries, or use creatively in plant-based recipes.\n\u003cp class=\"usage-tip\"\u003eTry with coconut milk or cold-pressed juice for best flavour. Can be taken as part of a high-protein vegan or halal diet plan.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══ WARNINGS ══ --\u003e\n\u003csection class=\"section\"\u003e\n\u003cp class=\"section-label\"\u003eImportant Information\u003c\/p\u003e\n\u003cul class=\"warnings-list\"\u003e\n\u003cli\u003eThis product is a food supplement \/ food. Do not use as a sole source of nutrition.\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 pregnant, breastfeeding, 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\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(#fgHMP)\" 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=\"fgHMP\"\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":57113826787672,"sku":"HPP500","price":24.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0975\/3549\/2440\/files\/veldic-hemp-core-protein-fitness.png?v=1774372546","url":"https:\/\/veldic.com\/products\/hemp-core-plant-protein","provider":"Veldic","version":"1.0","type":"link"}