{"title":"Fenugreek","description":"","products":[{"product_id":"biotechusa-fenugreek-1500mg-60-caps","title":"BioTechUSA - Fenugreek 1500mg - 60 Caps","description":"\u003cstyle\u003e\n  .pachavita-product-info {\n    --pv-green: #075c38;\n    --pv-light-green: #eff8f2;\n    --pv-accent: #72c936;\n    --pv-text: #24332b;\n    --pv-muted: #66726b;\n    --pv-border: #dfe9e2;\n    --pv-warning: #fff9ed;\n    --pv-warning-border: #ead9ac;\n\n    width: 100%;\n    max-width: 900px;\n    margin: 32px auto;\n    color: var(--pv-text);\n    font-family: inherit;\n  }\n\n  .pachavita-product-info * {\n    box-sizing: border-box;\n  }\n\n  .pv-intro {\n    margin-bottom: 22px;\n    padding: 28px;\n    background:\n      radial-gradient(circle at top right, rgba(114, 201, 54, 0.16), transparent 34%),\n      linear-gradient(135deg, #f8fcf9 0%, #eef8f1 100%);\n    border: 1px solid var(--pv-border);\n    border-radius: 20px;\n  }\n\n  .pv-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin: 0 0 16px;\n    padding: 7px 12px;\n    color: var(--pv-green);\n    background: #ffffff;\n    border: 1px solid var(--pv-border);\n    border-radius: 999px;\n    font-size: 12px;\n    font-weight: 700;\n    line-height: 1.3;\n    letter-spacing: 0.04em;\n  }\n\n  .pv-intro p {\n    margin: 0 0 14px;\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n  .pv-intro p:last-child {\n    margin-bottom: 0;\n  }\n\n  .pv-highlight {\n    color: var(--pv-green);\n    font-weight: 700;\n  }\n\n  .pv-accordion {\n    margin-bottom: 12px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--pv-border);\n    border-radius: 16px;\n    transition:\n      border-color 0.25s ease,\n      box-shadow 0.25s ease;\n  }\n\n  .pv-accordion:hover {\n    border-color: #bfd4c5;\n  }\n\n  .pv-accordion[open] {\n    border-color: #b8d2bf;\n    box-shadow: 0 12px 32px rgba(7, 92, 56, 0.08);\n  }\n\n  .pv-accordion summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    min-height: 72px;\n    padding: 16px 58px 16px 18px;\n    color: var(--pv-green);\n    cursor: pointer;\n    list-style: none;\n    font-size: 17px;\n    font-weight: 700;\n    line-height: 1.3;\n  }\n\n  .pv-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .pv-accordion summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 20px;\n    display: grid;\n    width: 28px;\n    height: 28px;\n    place-items: center;\n    color: var(--pv-green);\n    background: var(--pv-light-green);\n    border-radius: 50%;\n    font-size: 20px;\n    font-weight: 400;\n    line-height: 1;\n    transform: translateY(-50%);\n    transition: transform 0.25s ease;\n  }\n\n  .pv-accordion[open] summary::after {\n    content: \"−\";\n    transform: translateY(-50%) rotate(180deg);\n  }\n\n  .pv-icon {\n    display: grid;\n    flex: 0 0 40px;\n    width: 40px;\n    height: 40px;\n    place-items: center;\n    color: var(--pv-green);\n    background: var(--pv-light-green);\n    border-radius: 12px;\n  }\n\n  .pv-icon svg {\n    width: 21px;\n    height: 21px;\n    fill: none;\n    stroke: currentColor;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .pv-content {\n    padding: 0 22px 24px;\n    border-top: 1px solid var(--pv-border);\n  }\n\n  .pv-content-inner {\n    padding-top: 22px;\n  }\n\n  .pv-benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .pv-benefits li {\n    position: relative;\n    min-height: 64px;\n    margin: 0;\n    padding: 17px 16px 17px 48px;\n    background: var(--pv-light-green);\n    border: 1px solid #dcecdf;\n    border-radius: 13px;\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  .pv-benefits li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 16px;\n    left: 16px;\n    display: grid;\n    width: 22px;\n    height: 22px;\n    place-items: center;\n    color: #ffffff;\n    background: var(--pv-accent);\n    border-radius: 50%;\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .pv-stat-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n    margin-bottom: 16px;\n  }\n\n  .pv-stat-card {\n    padding: 18px;\n    background: #f8faf8;\n    border: 1px solid var(--pv-border);\n    border-radius: 13px;\n  }\n\n  .pv-stat-label {\n    display: block;\n    margin-bottom: 6px;\n    color: var(--pv-muted);\n    font-size: 12px;\n    font-weight: 700;\n    line-height: 1.4;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n  }\n\n  .pv-stat-value {\n    display: block;\n    color: var(--pv-green);\n    font-size: 18px;\n    font-weight: 750;\n    line-height: 1.3;\n  }\n\n  .pv-nutrition-card {\n    overflow: hidden;\n    border: 1px solid var(--pv-border);\n    border-radius: 13px;\n  }\n\n  .pv-nutrition-heading {\n    padding: 13px 16px;\n    color: #ffffff;\n    background: var(--pv-green);\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.03em;\n  }\n\n  .pv-nutrition-row {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 15px 16px;\n    background: #ffffff;\n  }\n\n  .pv-nutrition-row strong {\n    color: var(--pv-green);\n  }\n\n  .pv-subsection {\n    margin-top: 20px;\n    padding: 17px;\n    background: #f8faf8;\n    border: 1px solid var(--pv-border);\n    border-radius: 13px;\n  }\n\n  .pv-subsection-title {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--pv-green);\n    font-size: 14px;\n    font-weight: 750;\n  }\n\n  .pv-content p {\n    margin: 0;\n    font-size: 15px;\n    line-height: 1.75;\n  }\n\n  .pv-directions {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    padding: 18px;\n    background: var(--pv-light-green);\n    border: 1px solid #dcecdf;\n    border-radius: 13px;\n  }\n\n  .pv-step-number {\n    display: grid;\n    flex: 0 0 34px;\n    width: 34px;\n    height: 34px;\n    place-items: center;\n    color: #ffffff;\n    background: var(--pv-green);\n    border-radius: 50%;\n    font-weight: 750;\n  }\n\n  .pv-directions p + p {\n    margin-top: 8px;\n  }\n\n  .pv-warning-box {\n    padding: 19px;\n    background: var(--pv-warning);\n    border: 1px solid var(--pv-warning-border);\n    border-radius: 13px;\n  }\n\n  .pv-warning-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .pv-warning-list li {\n    position: relative;\n    margin: 0;\n    padding: 11px 0 11px 28px;\n    border-bottom: 1px solid rgba(184, 151, 72, 0.18);\n    font-size: 14px;\n    line-height: 1.6;\n  }\n\n  .pv-warning-list li:last-child {\n    border-bottom: 0;\n  }\n\n  .pv-warning-list li::before {\n    content: \"!\";\n    position: absolute;\n    top: 13px;\n    left: 0;\n    display: grid;\n    width: 18px;\n    height: 18px;\n    place-items: center;\n    color: #7a5b16;\n    border: 1px solid #b89748;\n    border-radius: 50%;\n    font-size: 11px;\n    font-weight: 800;\n  }\n\n  @media (max-width: 749px) {\n    .pachavita-product-info {\n      margin: 22px auto;\n    }\n\n    .pv-intro {\n      padding: 21px 18px;\n      border-radius: 16px;\n    }\n\n    .pv-intro p {\n      font-size: 15px;\n      line-height: 1.68;\n    }\n\n    .pv-accordion summary {\n      min-height: 66px;\n      padding: 14px 52px 14px 14px;\n      font-size: 16px;\n    }\n\n    .pv-icon {\n      flex-basis: 36px;\n      width: 36px;\n      height: 36px;\n    }\n\n    .pv-content {\n      padding: 0 16px 18px;\n    }\n\n    .pv-benefits,\n    .pv-stat-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .pv-nutrition-row {\n      align-items: flex-start;\n      flex-direction: column;\n      gap: 5px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pachavita-product-info\"\u003e\n\n  \u003c!-- Product Overview --\u003e\n  \u003csection class=\"pv-intro\"\u003e\n    \u003cdiv class=\"pv-eyebrow\"\u003e\n      \u003cspan aria-hidden=\"true\"\u003e✦\u003c\/span\u003e\n      Natural Plant Extract | Hormonal \u0026amp; Metabolic Support | Digestive Wellness\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n      Fenugreek is a traditional botanical widely used across the Mediterranean,\n      Middle East and Asia for its benefits on digestion, vitality and metabolic\n      balance. Known for its versatility, fenugreek seed extract contains naturally\n      occurring compounds that support healthy digestion, help maintain energy\n      levels and contribute to general wellbeing. Its slightly sweet, maple-like\n      aroma also makes it a common ingredient in foods and herbal preparations.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      With its concentrated seed extract in capsule form, BioTechUSA Fenugreek\n      offers an easy and convenient way to incorporate this traditional plant into\n      your daily routine. Each serving provides a high-potency\n      \u003cspan class=\"pv-highlight\"\u003e1500 mg dose\u003c\/span\u003e for effective natural support.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Key Benefits --\u003e\n  \u003cdetails class=\"pv-accordion\" open\u003e\n    \u003csummary\u003e\n      \u003cspan class=\"pv-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 21c4-2.5 7-6.2 7-11.2C15.8 9.4 13.4 10.6 12 13c-1.4-2.4-3.8-3.6-7-3.2C5 14.8 8 18.5 12 21Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 13v8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      Key Benefits\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"pv-content\"\u003e\n      \u003cdiv class=\"pv-content-inner\"\u003e\n        \u003cul class=\"pv-benefits\"\u003e\n          \u003cli\u003e1500 mg fenugreek seed extract per serving\u003c\/li\u003e\n          \u003cli\u003eTraditional botanical for digestion and vitality\u003c\/li\u003e\n          \u003cli\u003eSupports metabolic balance and energy\u003c\/li\u003e\n          \u003cli\u003eConvenient capsule format\u003c\/li\u003e\n          \u003cli\u003eSuitable for daily use\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- Nutritional Information --\u003e\n  \u003cdetails class=\"pv-accordion\"\u003e\n    \u003csummary\u003e\n      \u003cspan class=\"pv-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 3h14v18H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 7h8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 11h8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 15h4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      Nutritional Information\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"pv-content\"\u003e\n      \u003cdiv class=\"pv-content-inner\"\u003e\n        \u003cdiv class=\"pv-stat-grid\"\u003e\n          \u003cdiv class=\"pv-stat-card\"\u003e\n            \u003cspan class=\"pv-stat-label\"\u003eServing Size\u003c\/span\u003e\n            \u003cspan class=\"pv-stat-value\"\u003e2 Capsules\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pv-stat-card\"\u003e\n            \u003cspan class=\"pv-stat-label\"\u003eServings per Container\u003c\/span\u003e\n            \u003cspan class=\"pv-stat-value\"\u003e30\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-nutrition-card\"\u003e\n          \u003cdiv class=\"pv-nutrition-heading\"\u003eEach Serving Provides:\u003c\/div\u003e\n          \u003cdiv class=\"pv-nutrition-row\"\u003e\n            \u003cspan\u003eFenugreek Seed Extract\u003c\/span\u003e\n            \u003cstrong\u003e1500 mg\u003c\/strong\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"pv-subsection\"\u003e\n          \u003cspan class=\"pv-subsection-title\"\u003eFree from:\u003c\/span\u003e\n          \u003cp\u003e\n            Made in a plant that manufactures milk, egg, gluten, soy, crustaceans,\n            sulphur dioxide and nuts containing foods.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- Ingredients --\u003e\n  \u003cdetails class=\"pv-accordion\"\u003e\n    \u003csummary\u003e\n      \u003cspan class=\"pv-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M9 3h6\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M10 3v5l-5 9a3 3 0 0 0 2.6 4.5h8.8A3 3 0 0 0 19 17l-5-9V3\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 14h8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      Ingredients\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"pv-content\"\u003e\n      \u003cdiv class=\"pv-content-inner\"\u003e\n        \u003cp\u003e\n          Fenugreek seed extract, Fenugreek (Trigonella foenum-graecum) seed\n          extract 74.2 percent, capsule shell (gelatine, glazing agent shellac),\n          colour (iron oxides and hydroxides), acidity regulator (ammonium\n          hydroxide), acidity regulator (potassium hydroxide), bulking agent\n          (calcium phosphates), anti-caking agents (magnesium salts of fatty\n          acids, silicon dioxide).\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- Recommended Use --\u003e\n  \u003cdetails class=\"pv-accordion\"\u003e\n    \u003csummary\u003e\n      \u003cspan class=\"pv-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M8.5 4.5a4 4 0 0 1 5.7 0l5.3 5.3a4 4 0 0 1-5.7 5.7L8.5 10.2a4 4 0 0 1 0-5.7Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m11 7 6 6\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M4 19h6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      Recommended Use\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"pv-content\"\u003e\n      \u003cdiv class=\"pv-content-inner\"\u003e\n        \u003cdiv class=\"pv-directions\"\u003e\n          \u003cspan class=\"pv-step-number\" aria-hidden=\"true\"\u003e1\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cp\u003eTake 2 capsules daily with a glass of water.\u003c\/p\u003e\n            \u003cp\u003eDo not exceed the recommended daily dose.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- Warnings --\u003e\n  \u003cdetails class=\"pv-accordion\"\u003e\n    \u003csummary\u003e\n      \u003cspan class=\"pv-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M12 3 2.8 19a1.4 1.4 0 0 0 1.2 2h16a1.4 1.4 0 0 0 1.2-2Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 9v5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 18h.01\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/span\u003e\n      Warnings\n    \u003c\/summary\u003e\n\n    \u003cdiv class=\"pv-content\"\u003e\n      \u003cdiv class=\"pv-content-inner\"\u003e\n        \u003cdiv class=\"pv-warning-box\"\u003e\n          \u003cul class=\"pv-warning-list\"\u003e\n            \u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n            \u003cli\u003e\n              Food supplements should not replace a varied and balanced diet or\n              a healthy lifestyle.\n            \u003c\/li\u003e\n            \u003cli\u003eNot recommended for pregnant or breastfeeding women.\u003c\/li\u003e\n            \u003cli\u003e\n              Not recommended for individuals with medical conditions or those\n              taking medications.\n            \u003c\/li\u003e\n            \u003cli\u003eStore tightly closed in a cool, dry place.\u003c\/li\u003e\n            \u003cli\u003eAfter opening, do not remove the silica bag.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"BioTechUSA","offers":[{"title":"Default Title","offer_id":55917799866747,"sku":"SFE-00","price":8.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0907\/2758\/0027\/files\/45.4-BC-03_6_91ea5e3d-320a-4bb7-b81a-0218fc1b39a8.png?v=1763138017"}],"url":"https:\/\/www.pachavita.co.uk\/es\/collections\/fenugreek.oembed","provider":"Pachavita","version":"1.0","type":"link"}