{"product_id":"finenutri®-s-equol-premium-ingredient","title":"FineNutri® S-Equol Premium Ingredient","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e \u003cmeta name=\"description\" content=\"FineNutri® S-Equol dietary supplement with 5 mg of S-Equol per capsule, formulated to support women’s hormonal balance, skin health and healthy sleep.\"\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:wght@400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    :root {\n      --rose: #9f4058;\n      --rose-dark: #783043;\n      --rose-soft: #f7e9ed;\n      --lilac: #eadff1;\n      --ink: #302b2d;\n      --muted: #6f6669;\n      --line: #eadde1;\n      --paper: #fffdfd;\n    }\n\n    * { box-sizing: border-box; }\n\n    body {\n      margin: 0;\n      background: #ffffff;\n      color: var(--ink);\n      font-family: \"DM Sans\", Arial, sans-serif;\n      font-size: 15px;\n      line-height: 1.65;\n    }\n\n    .page {\n      width: min(100%, 1080px);\n      margin: 0 auto;\n      padding: 24px;\n    }\n\n    h1, h2, h3, p { margin-top: 0; }\n\n    h1 {\n      margin-bottom: 16px;\n      color: var(--rose-dark);\n      font-size: clamp(32px, 5vw, 54px);\n      line-height: 1.08;\n      letter-spacing: -0.035em;\n    }\n\n    h2 {\n      margin-bottom: 14px;\n      color: var(--rose-dark);\n      font-size: 22px;\n      line-height: 1.3;\n    }\n\n    h3 {\n      margin-bottom: 6px;\n      color: var(--rose-dark);\n      font-size: 16px;\n    }\n\n    .eyebrow {\n      margin-bottom: 10px;\n      color: var(--rose);\n      font-size: 12px;\n      font-weight: 700;\n      letter-spacing: 0.16em;\n      text-transform: uppercase;\n    }\n\n    .hero {\n      display: grid;\n      grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);\n      align-items: center;\n      gap: clamp(28px, 6vw, 72px);\n      overflow: hidden;\n      margin-bottom: 48px;\n      padding: clamp(30px, 6vw, 68px);\n      border: 1px solid var(--line);\n      border-radius: 24px;\n      background: linear-gradient(135deg, #fffafa 0%, var(--rose-soft) 55%, var(--lilac) 100%);\n    }\n\n    .hero .lead {\n      max-width: 610px;\n      margin-bottom: 24px;\n      color: #554b4e;\n      font-size: 17px;\n    }\n\n    .benefit-list {\n      display: grid;\n      gap: 10px;\n      margin: 0;\n      padding: 0;\n      list-style: none;\n    }\n\n    .benefit-list li {\n      display: flex;\n      gap: 10px;\n      align-items: flex-start;\n      font-weight: 600;\n    }\n\n    .benefit-list li::before {\n      content: \"✓\";\n      display: grid;\n      flex: 0 0 22px;\n      width: 22px;\n      height: 22px;\n      place-items: center;\n      margin-top: 1px;\n      border-radius: 50%;\n      background: var(--rose);\n      color: #fff;\n      font-size: 13px;\n    }\n\n    .hero-image {\n      display: block;\n      width: 100%;\n      max-width: 440px;\n      margin: 0 auto;\n      border-radius: 18px;\n      mix-blend-mode: multiply;\n    }\n\n    .section { margin-bottom: 44px; }\n\n    .section-heading {\n      margin-bottom: 22px;\n      text-align: center;\n    }\n\n    .section-heading p {\n      max-width: 720px;\n      margin: 0 auto;\n      color: var(--muted);\n    }\n\n    .ingredient-block {\n      display: grid;\n      grid-template-columns: 92px 1fr;\n      gap: 22px;\n      align-items: center;\n      padding: 24px;\n      border: 1px solid var(--line);\n      border-radius: 16px;\n      background: var(--paper);\n      box-shadow: 0 12px 34px rgba(103, 44, 61, 0.07);\n    }\n\n    .molecule {\n      display: grid;\n      width: 92px;\n      height: 92px;\n      place-items: center;\n      border-radius: 50%;\n      background: linear-gradient(145deg, var(--rose-soft), var(--lilac));\n      color: var(--rose-dark);\n      font-size: 25px;\n      font-weight: 700;\n      letter-spacing: -0.05em;\n    }\n\n    .ingredient-block p { margin-bottom: 0; }\n\n    .cards {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 16px;\n    }\n\n    .card {\n      padding: 22px;\n      border: 1px solid var(--line);\n      border-radius: 14px;\n      background: #fff;\n    }\n\n    .card p {\n      margin-bottom: 0;\n      color: var(--muted);\n    }\n\n    .table-block, .instruction, .program, .who {\n      margin-bottom: 40px;\n      padding: clamp(22px, 4vw, 34px);\n      border-left: 4px solid var(--rose);\n      border-radius: 10px;\n      background: #fbf8f9;\n    }\n\n    table {\n      width: 100%;\n      overflow: hidden;\n      border-collapse: collapse;\n      border-radius: 8px;\n      background: #fff;\n    }\n\n    th, td {\n      padding: 13px 15px;\n      border: 1px solid var(--line);\n      text-align: left;\n    }\n\n    th {\n      background: var(--rose-soft);\n      color: var(--rose-dark);\n    }\n\n    ul { padding-left: 21px; }\n    li + li { margin-top: 7px; }\n\n    .note-inline {\n      margin: 12px 0 0;\n      color: var(--muted);\n      font-size: 13px;\n      font-style: italic;\n    }\n\n    .facts {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 1px;\n      overflow: hidden;\n      margin-top: 20px;\n      border: 1px solid var(--line);\n      border-radius: 10px;\n      background: var(--line);\n    }\n\n    .fact {\n      padding: 15px;\n      background: #fff;\n    }\n\n    .fact strong, .fact span { display: block; }\n    .fact strong { color: var(--rose-dark); }\n    .fact span { color: var(--muted); }\n\n    .disclaimer {\n      margin: 0;\n      padding-top: 20px;\n      border-top: 1px solid var(--line);\n      color: var(--muted);\n      font-size: 12px;\n      text-align: center;\n    }\n\n    @media (max-width: 760px) {\n      .page { padding: 14px; }\n      .hero { grid-template-columns: 1fr; padding: 30px 22px; }\n      .hero-copy { order: 2; }\n      .hero-image { order: 1; max-width: 310px; }\n      .cards { grid-template-columns: 1fr; }\n      .facts { grid-template-columns: 1fr; }\n    }\n\n    @media (max-width: 480px) {\n      .ingredient-block { grid-template-columns: 1fr; }\n      .molecule { width: 72px; height: 72px; }\n      th, td { padding: 11px 9px; }\n    }\n  \u003c\/style\u003e\n\u003cmain class=\"page\"\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cp class=\"eyebrow\"\u003eFineNutri® Women’s Wellness\u003c\/p\u003e\n\u003ch1\u003eFineNutri® S-Equol\u003c\/h1\u003e\n\u003cp class=\"lead\"\u003e\u003cstrong\u003eTargeted daily support for women’s hormonal wellbeing.\u003c\/strong\u003e Each vegan capsule provides 5 mg of S-Equol in a simple, focused formula designed to complement a balanced lifestyle.\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003eSupports healthy hormonal balance\u003c\/li\u003e\n\u003cli\u003eSupports skin clarity and elasticity\u003c\/li\u003e\n\u003cli\u003eSupports healthy sleep and everyday wellbeing\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cimg alt=\"FineNutri S-Equol dietary supplement, 60 capsules\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0647\/2656\/5084\/files\/s-equola.png?v=1784698056\" class=\"hero-image\"\u003e\u003c\/section\u003e\n\u003csection class=\"section\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003cp class=\"eyebrow\"\u003eOne Active Ingredient\u003c\/p\u003e\n\u003ch2\u003eFocused S-Equol Support\u003c\/h2\u003e\n\u003cp\u003eA straightforward daily supplement for adults who want consistent, measured S-Equol intake without relying on individual differences in natural gut conversion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-block\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"molecule\"\u003eS-Eq\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch2\u003eS-Equol\u003c\/h2\u003e\n\u003cp\u003eS-Equol is a bioactive metabolite derived from the soy isoflavone daidzein. Only some people naturally produce equol after consuming soy, as conversion depends on the composition of the gut microbiome. FineNutri® S-Equol provides a consistent 5 mg amount in every capsule.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section\"\u003e\n\u003cdiv class=\"cards\"\u003e\n\u003carticle class=\"card\"\u003e\n\u003ch3\u003eHormonal Wellbeing\u003c\/h3\u003e\n\u003cp\u003eDesigned to support healthy hormonal balance as part of a considered daily wellness routine.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"card\"\u003e\n\u003ch3\u003eSkin Support\u003c\/h3\u003e\n\u003cp\u003eSupports skin clarity and elasticity, helping complement nutrition, hydration and daily sun protection.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"card\"\u003e\n\u003ch3\u003eRest \u0026amp; Routine\u003c\/h3\u003e\n\u003cp\u003eSupports healthy sleep when paired with consistent sleep habits and a balanced lifestyle.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"table-block\"\u003e\n\u003ch2\u003eNutrition Information\u003c\/h2\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eActive Ingredient\u003c\/th\u003e\n\u003cth\u003ePer Capsule\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eS-Equol\u003c\/td\u003e\n\u003ctd\u003e5 mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp class=\"note-inline\"\u003eOther ingredients: encapsulating aids, vegan capsule and colouring. Contains soy.\u003c\/p\u003e\n\u003cdiv class=\"facts\"\u003e\n\u003cdiv class=\"fact\"\u003e\n\u003cstrong\u003e60 capsules\u003c\/strong\u003e\u003cspan\u003eper bottle\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fact\"\u003e\n\u003cstrong\u003eVegan capsule\u003c\/strong\u003e\u003cspan\u003eadult-use formula\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fact\"\u003e\n\u003cstrong\u003eNew Zealand\u003c\/strong\u003e\u003cspan\u003ecountry of origin\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"who\"\u003e\n\u003ch2\u003eSuitable For\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdults seeking daily nutritional support for healthy hormonal balance\u003c\/li\u003e\n\u003cli\u003eWomen looking to support skin clarity and elasticity from within\u003c\/li\u003e\n\u003cli\u003eAdults who wish to add a measured source of S-Equol to their wellness routine\u003c\/li\u003e\n\u003cli\u003eThose seeking a simple, vegan-capsule dietary supplement\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"instruction\"\u003e\n\u003ch2\u003eDirections for Use\u003c\/h2\u003e\n\u003cp\u003eAdults: Take 1–2 capsules daily after a meal, or as directed by your healthcare professional.\u003c\/p\u003e\n\u003ch3\u003eWarnings\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFor adults only.\u003c\/li\u003e\n\u003cli\u003eContains soy.\u003c\/li\u003e\n\u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n\u003cli\u003eBefore taking this supplement, consult your physician if you are pregnant or nursing, have any medical conditions—especially hormone-related conditions—or are taking hormonal medications or other products containing phytoestrogens.\u003c\/li\u003e\n\u003cli\u003eThis product is not intended to cure or prevent any disease.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eStorage\u003c\/h3\u003e\n\u003cp\u003eStore below 30°C in a dry place. Shelf life: 24 months. See the bottom of the bottle for the use-by date and batch number.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"program\"\u003e\n\u003ch2\u003eFineNutri® S-Equol \u0026amp; the KInD™ Programme\u003c\/h2\u003e\n\u003cp\u003eThe KInD™ Programme is a lifestyle-centred approach that brings together structured routines, nutrition, movement, restorative sleep and stress management to support sustainable everyday wellbeing.\u003c\/p\u003e\n\u003cp\u003eFineNutri® S-Equol can be incorporated as a targeted women’s wellness module within the programme. Its measured daily S-Equol intake is designed to sit alongside—not replace—a balanced diet, regular activity and appropriate professional healthcare.\u003c\/p\u003e\n\u003cp\u003eFor a well-rounded routine, combine supplementation with consistent sleep and wake times, adequate protein and fibre, regular weight-bearing exercise, hydration, sun protection and proactive stress management.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cp class=\"disclaimer\"\u003eDietary supplement. Use only as directed. Individual results may vary. Product information on the label should take precedence if packaging is updated.\u003c\/p\u003e\n\u003c\/main\u003e","brand":"FineNutri","offers":[{"title":"Default Title","offer_id":52092707143900,"sku":null,"price":137.88,"currency_code":"NZD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0647\/2656\/5084\/files\/s-equola.png?v=1784698056","url":"https:\/\/lolu.co.nz\/products\/finenutri%c2%ae-s-equol-premium-ingredient","provider":"LOLU™ HEALTH","version":"1.0","type":"link"}