{"product_id":"womens-wellness-stack","title":"Women's Wellness Stack","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  .nwws *, .nwws *::before, .nwws *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .nwws {\n    --green-dark: #1A3D2B;\n    --green-mid: #2C6B47;\n    --green-light: #4A9E6B;\n    --green-pale: #E8F4EE;\n    --gold: #C8943A;\n    --cream: #FAF8F3;\n    --off-white: #F5F2EC;\n    --text-dark: #1A1A1A;\n    --text-mid: #4A4A4A;\n    --text-light: #7A7A7A;\n    --white: #FFFFFF;\n    --border: rgba(42,107,71,0.15);\n    font-family: 'Oswald', sans-serif;\n    color: var(--text-dark);\n    font-size: 16px;\n    line-height: 1.6;\n    background: var(--cream);\n  }\n\n  \/* ── HERO ── *\/\n  .nwws .hero {\n    background: var(--green-dark);\n    color: var(--white);\n    padding: 80px 5% 64px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .nwws .hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: radial-gradient(ellipse 80% 55% at 50% 0%, rgba(74,158,107,0.22) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .nwws .hero-eyebrow {\n    font-size: 11px;\n    font-weight: 400;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: var(--green-light);\n    margin-bottom: 20px;\n  }\n  .nwws .hero h1 {\n    font-family: 'Oswald', sans-serif;\n    font-size: clamp(48px, 8vw, 88px);\n    font-weight: 700;\n    line-height: 0.95;\n    text-transform: uppercase;\n    letter-spacing: -1px;\n    color: var(--white);\n    margin-bottom: 8px;\n  }\n  .nwws .hero h1 span {\n    display: block;\n    font-weight: 300;\n    font-size: clamp(28px, 4.5vw, 52px);\n    letter-spacing: 8px;\n    color: #9FD6AF;\n    text-transform: uppercase;\n    margin-top: 4px;\n  }\n  .nwws .hero-sub {\n    font-size: 16px;\n    font-weight: 300;\n    color: rgba(255,255,255,0.68);\n    max-width: 520px;\n    margin: 22px auto 0;\n    line-height: 1.7;\n    letter-spacing: 0.3px;\n  }\n  .nwws .hero-divider {\n    width: 48px;\n    height: 2px;\n    background: var(--gold);\n    margin: 30px auto;\n  }\n  .nwws .hero-badges {\n    display: flex;\n    justify-content: center;\n    gap: 28px;\n    flex-wrap: wrap;\n  }\n  .nwws .hero-badge {\n    font-size: 12px;\n    font-weight: 400;\n    letter-spacing: 1px;\n    color: rgba(255,255,255,0.75);\n    display: flex;\n    align-items: center;\n    gap: 7px;\n    text-transform: uppercase;\n  }\n  .nwws .hero-badge::before {\n    content: '✓';\n    color: var(--green-light);\n    font-weight: 700;\n  }\n\n  \/* ── SHARED SECTION STYLES ── *\/\n  .nwws .section {\n    max-width: 980px;\n    margin: 0 auto;\n    padding: 72px 5%;\n  }\n  .nwws .section-label {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: var(--green-mid);\n    margin-bottom: 10px;\n  }\n  .nwws .section-title {\n    font-family: 'Oswald', sans-serif;\n    font-size: clamp(28px, 4.5vw, 46px);\n    font-weight: 600;\n    line-height: 1.05;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    color: var(--green-dark);\n    margin-bottom: 14px;\n  }\n  .nwws .section-title span {\n    color: var(--green-mid);\n    font-weight: 300;\n  }\n  .nwws .section-body {\n    font-size: 15px;\n    font-weight: 300;\n    color: var(--text-mid);\n    max-width: 640px;\n    line-height: 1.8;\n    letter-spacing: 0.2px;\n  }\n  .nwws hr.divider {\n    border: none;\n    border-top: 1px solid var(--border);\n    margin: 0;\n  }\n\n  \/* ── STACK GRID ── *\/\n  .nwws .stack-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 2px;\n    background: var(--border);\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    overflow: hidden;\n    margin-top: 48px;\n  }\n  .nwws .stack-card {\n    background: var(--white);\n    padding: 36px 28px;\n    display: flex;\n    flex-direction: column;\n  }\n  .nwws .stack-card-num {\n    font-family: 'Oswald', sans-serif;\n    font-size: 56px;\n    font-weight: 700;\n    color: var(--green-pale);\n    line-height: 1;\n    margin-bottom: 14px;\n    letter-spacing: -2px;\n  }\n  .nwws .stack-card-tag {\n    font-size: 10px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--green-mid);\n    font-weight: 500;\n    margin-bottom: 8px;\n  }\n  .nwws .stack-card h3 {\n    font-family: 'Oswald', sans-serif;\n    font-size: 22px;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    color: var(--green-dark);\n    margin-bottom: 10px;\n    line-height: 1.15;\n  }\n  .nwws .stack-card-dose {\n    display: inline-block;\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 1px;\n    background: var(--green-pale);\n    color: var(--green-mid);\n    padding: 4px 12px;\n    border-radius: 20px;\n    margin-bottom: 16px;\n    text-transform: uppercase;\n  }\n  .nwws .stack-card p {\n    font-size: 14px;\n    font-weight: 300;\n    color: var(--text-mid);\n    line-height: 1.7;\n    flex: 1;\n  }\n  .nwws .stack-card-features {\n    margin-top: 20px;\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n  }\n  .nwws .stack-card-feature {\n    font-size: 13px;\n    font-weight: 400;\n    color: var(--text-mid);\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n  }\n  .nwws .stack-card-feature::before {\n    content: '→';\n    color: var(--green-light);\n    font-weight: 700;\n    flex-shrink: 0;\n  }\n\n  \/* ── SYNERGY ── *\/\n  .nwws .synergy-bg {\n    background: var(--green-dark);\n    padding: 72px 0;\n  }\n  .nwws .synergy-inner {\n    max-width: 980px;\n    margin: 0 auto;\n    padding: 0 5%;\n  }\n  .nwws .synergy-inner .section-label { color: var(--green-light); }\n  .nwws .synergy-inner .section-title { color: var(--white); }\n  .nwws .synergy-inner .section-title span { color: #9FD6AF; }\n  .nwws .synergy-inner .section-body { color: rgba(255,255,255,0.65); }\n  .nwws .synergy-flow {\n    margin-top: 48px;\n    display: grid;\n    grid-template-columns: 1fr auto 1fr auto 1fr;\n    align-items: center;\n  }\n  .nwws .synergy-node {\n    background: rgba(255,255,255,0.07);\n    border: 1px solid rgba(255,255,255,0.12);\n    border-radius: 14px;\n    padding: 28px 20px;\n    text-align: center;\n  }\n  .nwws .synergy-node-label {\n    font-size: 10px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--green-light);\n    font-weight: 500;\n    margin-bottom: 10px;\n  }\n  .nwws .synergy-node h4 {\n    font-family: 'Oswald', sans-serif;\n    font-size: 18px;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    color: var(--white);\n    margin-bottom: 8px;\n  }\n  .nwws .synergy-node p {\n    font-size: 13px;\n    font-weight: 300;\n    color: rgba(255,255,255,0.58);\n    line-height: 1.6;\n  }\n  .nwws .synergy-arrow {\n    text-align: center;\n    color: var(--green-light);\n    font-size: 22px;\n    padding: 0 14px;\n  }\n  .nwws .synergy-result {\n    margin-top: 40px;\n    background: rgba(74,158,107,0.13);\n    border: 1px solid rgba(74,158,107,0.28);\n    border-radius: 14px;\n    padding: 32px 36px;\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 24px;\n  }\n  .nwws .synergy-stat h5 {\n    font-family: 'Oswald', sans-serif;\n    font-size: 40px;\n    font-weight: 700;\n    color: var(--white);\n    margin-bottom: 6px;\n    line-height: 1;\n    letter-spacing: -1px;\n  }\n  .nwws .synergy-stat p {\n    font-size: 12px;\n    font-weight: 300;\n    color: rgba(255,255,255,0.52);\n    line-height: 1.4;\n    letter-spacing: 0.3px;\n  }\n\n  \/* ── DEEP DIVE ── *\/\n  .nwws .deep-dive { background: var(--white); }\n  .nwws .deep-dive-section {\n    max-width: 980px;\n    margin: 0 auto;\n    padding: 72px 5%;\n  }\n  .nwws .deep-dive-row {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 64px;\n    align-items: center;\n  }\n  .nwws .deep-dive-row.reverse { direction: rtl; }\n  .nwws .deep-dive-row.reverse \u003e * { direction: ltr; }\n  .nwws .deep-dive-content .tag {\n    font-size: 10px;\n    letter-spacing: 3.5px;\n    text-transform: uppercase;\n    color: var(--green-mid);\n    font-weight: 500;\n    margin-bottom: 12px;\n  }\n  .nwws .deep-dive-content h2 {\n    font-family: 'Oswald', sans-serif;\n    font-size: 32px;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    color: var(--green-dark);\n    line-height: 1.1;\n    margin-bottom: 6px;\n  }\n  .nwws .deep-dive-content h2 span {\n    font-weight: 300;\n    color: var(--green-mid);\n  }\n  .nwws .deep-dive-content .subtitle {\n    font-size: 13px;\n    font-weight: 400;\n    letter-spacing: 0.5px;\n    color: var(--green-light);\n    margin-bottom: 18px;\n    text-transform: uppercase;\n  }\n  .nwws .deep-dive-content p {\n    font-size: 15px;\n    font-weight: 300;\n    color: var(--text-mid);\n    line-height: 1.8;\n    margin-bottom: 24px;\n    letter-spacing: 0.2px;\n  }\n  .nwws .benefit-list {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n  }\n  .nwws .benefit-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    font-size: 14px;\n    font-weight: 400;\n    color: var(--text-dark);\n  }\n  .nwws .benefit-dot {\n    width: 6px;\n    height: 6px;\n    background: var(--green-light);\n    border-radius: 50%;\n    flex-shrink: 0;\n    margin-top: 7px;\n  }\n  .nwws .deep-dive-visual {\n    background: var(--off-white);\n    border-radius: 20px;\n    padding: 36px;\n    min-height: 320px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n  .nwws .spec-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n  }\n  .nwws .spec-item {\n    background: var(--white);\n    border-radius: 12px;\n    padding: 18px 16px;\n    border: 1px solid var(--border);\n  }\n  .nwws .spec-value {\n    font-family: 'Oswald', sans-serif;\n    font-size: 28px;\n    font-weight: 700;\n    color: var(--green-dark);\n    line-height: 1;\n    margin-bottom: 5px;\n    letter-spacing: -0.5px;\n  }\n  .nwws .spec-label {\n    font-size: 10px;\n    font-weight: 500;\n    color: var(--text-light);\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n  }\n  .nwws .spec-full {\n    grid-column: 1 \/ -1;\n    background: var(--green-pale);\n    border: 1px solid rgba(42,107,71,0.2);\n    border-radius: 12px;\n    padding: 16px;\n  }\n  .nwws .spec-full-title {\n    font-size: 10px;\n    font-weight: 500;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    color: var(--green-mid);\n    margin-bottom: 8px;\n  }\n  .nwws .spec-full-text {\n    font-size: 13px;\n    font-weight: 300;\n    color: var(--text-mid);\n    line-height: 1.6;\n  }\n  .nwws hr.section-sep {\n    border: none;\n    border-top: 1px solid var(--border);\n    max-width: 980px;\n    margin: 0 auto;\n  }\n\n  \/* ── WHY NUTRIFY ── *\/\n  .nwws .why-bg { background: var(--off-white); }\n  .nwws .why-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n    margin-top: 44px;\n  }\n  .nwws .why-card {\n    background: var(--white);\n    border-radius: 16px;\n    padding: 32px 24px;\n    border: 1px solid var(--border);\n  }\n  .nwws .why-icon {\n    width: 44px;\n    height: 44px;\n    background: var(--green-pale);\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 18px;\n  }\n  .nwws .why-icon svg { width: 22px; height: 22px; stroke: var(--green-mid); fill: none; stroke-width: 1.8; }\n  .nwws .why-card h4 {\n    font-family: 'Oswald', sans-serif;\n    font-size: 18px;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    color: var(--green-dark);\n    margin-bottom: 10px;\n  }\n  .nwws .why-card p {\n    font-size: 14px;\n    font-weight: 300;\n    color: var(--text-mid);\n    line-height: 1.7;\n  }\n\n  \/* ── REVIEWS ── *\/\n  .nwws .reviews-bg { background: var(--cream); }\n  .nwws .reviews-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n    margin-top: 44px;\n  }\n  .nwws .review-card {\n    background: var(--white);\n    border-radius: 14px;\n    padding: 26px 22px;\n    border: 1px solid var(--border);\n  }\n  .nwws .review-stars {\n    color: var(--gold);\n    font-size: 15px;\n    letter-spacing: 2px;\n    margin-bottom: 12px;\n  }\n  .nwws .review-text {\n    font-size: 14px;\n    font-weight: 300;\n    color: var(--text-mid);\n    line-height: 1.7;\n    margin-bottom: 16px;\n    font-style: italic;\n  }\n  .nwws .review-name {\n    font-family: 'Oswald', sans-serif;\n    font-size: 13px;\n    font-weight: 500;\n    color: var(--green-mid);\n    text-transform: uppercase;\n    letter-spacing: 2px;\n  }\n\n  \/* ── DOSAGE ── *\/\n  .nwws .dosage-bg { background: var(--green-dark); }\n  .nwws .dosage-inner {\n    max-width: 980px;\n    margin: 0 auto;\n    padding: 72px 5%;\n  }\n  .nwws .dosage-inner .section-label { color: var(--green-light); }\n  .nwws .dosage-inner .section-title { color: var(--white); }\n  .nwws .dosage-inner .section-title span { color: #9FD6AF; }\n  .nwws .dosage-cards {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n    margin-top: 44px;\n  }\n  .nwws .dosage-card {\n    background: rgba(255,255,255,0.06);\n    border: 1px solid rgba(255,255,255,0.12);\n    border-radius: 16px;\n    padding: 30px 24px;\n  }\n  .nwws .dosage-step {\n    font-family: 'Oswald', sans-serif;\n    font-size: 52px;\n    font-weight: 700;\n    color: rgba(255,255,255,0.10);\n    line-height: 1;\n    margin-bottom: 14px;\n    letter-spacing: -2px;\n  }\n  .nwws .dosage-card h4 {\n    font-family: 'Oswald', sans-serif;\n    font-size: 18px;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    color: var(--white);\n    margin-bottom: 10px;\n  }\n  .nwws .dosage-card p {\n    font-size: 14px;\n    font-weight: 300;\n    color: rgba(255,255,255,0.58);\n    line-height: 1.7;\n  }\n  .nwws .dosage-note {\n    margin-top: 32px;\n    background: rgba(200,148,58,0.10);\n    border: 1px solid rgba(200,148,58,0.22);\n    border-radius: 12px;\n    padding: 20px 24px;\n    font-size: 13px;\n    font-weight: 300;\n    color: rgba(255,255,255,0.58);\n    line-height: 1.7;\n  }\n  .nwws .dosage-note strong {\n    color: var(--gold);\n    font-weight: 600;\n  }\n\n  \/* ── CTA ── *\/\n  .nwws .cta-bg { background: var(--green-mid); }\n  .nwws .cta-inner {\n    max-width: 700px;\n    margin: 0 auto;\n    padding: 80px 5%;\n    text-align: center;\n  }\n  .nwws .cta-inner .section-label { color: rgba(255,255,255,0.55); }\n  .nwws .cta-inner h2 {\n    font-family: 'Oswald', sans-serif;\n    font-size: clamp(32px, 5vw, 56px);\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0;\n    color: var(--white);\n    line-height: 1.0;\n    margin-bottom: 8px;\n  }\n  .nwws .cta-inner h2 span {\n    font-weight: 300;\n    color: #9FD6AF;\n    display: block;\n    font-size: 0.75em;\n    letter-spacing: 3px;\n    margin-bottom: 6px;\n  }\n  .nwws .cta-inner p {\n    font-size: 15px;\n    font-weight: 300;\n    color: rgba(255,255,255,0.72);\n    margin-bottom: 36px;\n    line-height: 1.75;\n    letter-spacing: 0.2px;\n  }\n  .nwws .cta-pills {\n    display: flex;\n    justify-content: center;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 32px;\n  }\n  .nwws .cta-pill {\n    background: rgba(255,255,255,0.10);\n    border: 1px solid rgba(255,255,255,0.22);\n    border-radius: 30px;\n    padding: 7px 16px;\n    font-size: 12px;\n    font-weight: 500;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    color: rgba(255,255,255,0.82);\n  }\n  .nwws .cta-contact {\n    font-size: 14px;\n    font-weight: 300;\n    color: rgba(255,255,255,0.68);\n    margin-bottom: 28px;\n  }\n  .nwws .cta-contact strong {\n    color: var(--white);\n    font-weight: 500;\n  }\n  .nwws .cta-brand {\n    font-family: 'Oswald', sans-serif;\n    font-size: 11px;\n    font-weight: 400;\n    color: rgba(255,255,255,0.35);\n    letter-spacing: 3px;\n    text-transform: uppercase;\n  }\n\n  \/* ── BENEFIT BAR (collagen visual) ── *\/\n  .nwws .bar-row {\n    background: var(--white);\n    border-radius: 10px;\n    padding: 13px 16px;\n    border: 1px solid var(--border);\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    margin-bottom: 8px;\n  }\n  .nwws .bar-label {\n    font-size: 13px;\n    font-weight: 400;\n    color: var(--text-dark);\n  }\n  .nwws .bar-track {\n    width: 80px;\n    height: 4px;\n    background: var(--green-pale);\n    border-radius: 4px;\n    overflow: hidden;\n  }\n  .nwws .bar-fill {\n    height: 100%;\n    background: var(--green-mid);\n    border-radius: 4px;\n  }\n  .nwws .bar-footer {\n    background: var(--green-pale);\n    border-radius: 10px;\n    padding: 14px 16px;\n    margin-top: 4px;\n    border: 1px solid rgba(42,107,71,0.2);\n  }\n  .nwws .bar-footer-title {\n    font-family: 'Oswald', sans-serif;\n    font-size: 14px;\n    font-weight: 600;\n    text-transform: uppercase;\n    color: var(--green-dark);\n    letter-spacing: 0.5px;\n    margin-bottom: 4px;\n  }\n  .nwws .bar-footer-sub {\n    font-size: 12px;\n    font-weight: 300;\n    color: var(--green-mid);\n  }\n\n  \/* ── MULTIVITAMIN ICON GRID ── *\/\n  .nwws .icon-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n  }\n  .nwws .icon-card {\n    background: var(--white);\n    border-radius: 10px;\n    padding: 16px;\n    border: 1px solid var(--border);\n    text-align: center;\n  }\n  .nwws .icon-emoji { font-size: 26px; margin-bottom: 6px; }\n  .nwws .icon-title {\n    font-family: 'Oswald', sans-serif;\n    font-size: 14px;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    color: var(--green-dark);\n    margin-bottom: 3px;\n  }\n  .nwws .icon-sub {\n    font-size: 11px;\n    font-weight: 300;\n    color: var(--text-light);\n  }\n  .nwws .icon-footer {\n    background: var(--green-pale);\n    border-radius: 10px;\n    padding: 14px;\n    grid-column: 1 \/ -1;\n    border: 1px solid rgba(42,107,71,0.2);\n  }\n  .nwws .icon-footer-title {\n    font-family: 'Oswald', sans-serif;\n    font-size: 13px;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    color: var(--green-dark);\n    margin-bottom: 3px;\n  }\n  .nwws .icon-footer-sub {\n    font-size: 12px;\n    font-weight: 300;\n    color: var(--green-mid);\n  }\n\n  \/* ── RESPONSIVE ── *\/\n  @media (max-width: 740px) {\n    .nwws .stack-grid { grid-template-columns: 1fr; }\n    .nwws .synergy-flow { grid-template-columns: 1fr; }\n    .nwws .synergy-arrow { transform: rotate(90deg); }\n    .nwws .synergy-result { grid-template-columns: 1fr 1fr; }\n    .nwws .deep-dive-row { grid-template-columns: 1fr; gap: 32px; }\n    .nwws .deep-dive-row.reverse { direction: ltr; }\n    .nwws .why-grid { grid-template-columns: 1fr 1fr; }\n    .nwws .reviews-grid { grid-template-columns: 1fr; }\n    .nwws .dosage-cards { grid-template-columns: 1fr; }\n  }\n  @media (max-width: 480px) {\n    .nwws .why-grid { grid-template-columns: 1fr; }\n    .nwws .spec-grid { grid-template-columns: 1fr; }\n    .nwws .icon-grid { grid-template-columns: 1fr; }\n    .nwws .synergy-result { grid-template-columns: 1fr 1fr; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"nwws\"\u003e\n\u003c!-- ═══ HERO ═══ --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cp class=\"hero-eyebrow\"\u003eNutrify · Redefining Health\u003c\/p\u003e\n\u003ch1\u003eWomen's Wellness\u003cspan\u003eStack\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cdiv class=\"hero-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"hero-sub\"\u003eThree science-backed formulas. One complete system for hormonal balance, radiant skin, and everyday vitality.\u003c\/p\u003e\n\u003cdiv style=\"margin-top: 32px;\" class=\"hero-badges\"\u003e\n\u003cspan class=\"hero-badge\"\u003eNAFDAC Approved\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003eGMP Certified\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003e17,000+ Customers\u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003eMade for Nigerian Women\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ═══ THE STACK ═══ --\u003e\n\u003csection class=\"section\"\u003e\n\u003cp class=\"section-label\"\u003eThe Complete Stack\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003eThree Formulas. \u003cspan\u003eOne Powerful Routine.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"section-body\"\u003eThe Women's Wellness Stack brings together Nutrify's most loved supplements in one intentional bundle — each product chosen to complement the others for a deeper, more complete impact on your health.\u003c\/p\u003e\n\u003cdiv class=\"stack-grid\"\u003e\n\u003cdiv class=\"stack-card\"\u003e\n\u003cdiv class=\"stack-card-num\"\u003e01\u003c\/div\u003e\n\u003cp class=\"stack-card-tag\"\u003eFoundation\u003c\/p\u003e\n\u003ch3\u003eWomen's Multivitamin\u003c\/h3\u003e\n\u003cspan class=\"stack-card-dose\"\u003e60 Tablets · 2-Month Supply\u003c\/span\u003e\n\u003cp\u003eYour daily nutritional backbone. Formulated for the active Nigerian woman, delivering essential vitamins and minerals plus gut-supporting probiotics in every tablet.\u003c\/p\u003e\n\u003cdiv class=\"stack-card-features\"\u003e\n\u003cspan class=\"stack-card-feature\"\u003eComplete vitamin \u0026amp; mineral complex\u003c\/span\u003e \u003cspan class=\"stack-card-feature\"\u003eProbiotics for gut health support\u003c\/span\u003e \u003cspan class=\"stack-card-feature\"\u003eSupports energy and immunity\u003c\/span\u003e \u003cspan class=\"stack-card-feature\"\u003eTailored for Nigerian lifestyles\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #F7FBF8; border-top: 3px solid #2C6B47;\" class=\"stack-card\"\u003e\n\u003cdiv style=\"color: #c8e8d4;\" class=\"stack-card-num\"\u003e02\u003c\/div\u003e\n\u003cp class=\"stack-card-tag\"\u003eHormonal Balance\u003c\/p\u003e\n\u003ch3\u003eEvening Primrose Oil\u003c\/h3\u003e\n\u003cspan class=\"stack-card-dose\"\u003e1000mg · 60 Softgels\u003c\/span\u003e\n\u003cp\u003eRich in GLA — the omega-6 fatty acid your body needs for hormonal regulation, skin radiance, and whole-body wellbeing at every life stage.\u003c\/p\u003e\n\u003cdiv class=\"stack-card-features\"\u003e\n\u003cspan class=\"stack-card-feature\"\u003e1000mg pure GLA-rich oil per softgel\u003c\/span\u003e \u003cspan class=\"stack-card-feature\"\u003eNatural hormonal balance support\u003c\/span\u003e \u003cspan class=\"stack-card-feature\"\u003eSkin elasticity \u0026amp; moisture retention\u003c\/span\u003e \u003cspan class=\"stack-card-feature\"\u003e10mg Vitamin E antioxidant protection\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stack-card\"\u003e\n\u003cdiv class=\"stack-card-num\"\u003e03\u003c\/div\u003e\n\u003cp class=\"stack-card-tag\"\u003eBeauty Formula\u003c\/p\u003e\n\u003ch3\u003eNourish Collagen\u003c\/h3\u003e\n\u003cspan class=\"stack-card-dose\"\u003e60 Tablets · 30+ Ingredients\u003c\/span\u003e\n\u003cp\u003eA comprehensive beauty formula with 30+ active ingredients — vitamins, minerals, amino acids, and herbs — designed to give your skin, hair, and nails their best moment.\u003c\/p\u003e\n\u003cdiv class=\"stack-card-features\"\u003e\n\u003cspan class=\"stack-card-feature\"\u003eImproves skin tone \u0026amp; elasticity\u003c\/span\u003e \u003cspan class=\"stack-card-feature\"\u003eSupports hair growth \u0026amp; smoothness\u003c\/span\u003e \u003cspan class=\"stack-card-feature\"\u003ePromotes nail strength \u0026amp; growth\u003c\/span\u003e \u003cspan class=\"stack-card-feature\"\u003eAntioxidant support included\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003chr class=\"divider\"\u003e\n\u003c!-- ═══ SYNERGY ═══ --\u003e\n\u003cdiv class=\"synergy-bg\"\u003e\n\u003cdiv class=\"synergy-inner\"\u003e\n\u003cp class=\"section-label\"\u003eThe Science of Synergy\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003eWhy These Three \u003cspan\u003eWork Better Together\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp style=\"color: rgba(255,255,255,0.65);\" class=\"section-body\"\u003eEach supplement addresses a different pillar of women's health. Together, they create a layered system — each formula enhancing the next for results that go deeper than any single product alone.\u003c\/p\u003e\n\u003cdiv class=\"synergy-flow\"\u003e\n\u003cdiv class=\"synergy-node\"\u003e\n\u003cp class=\"synergy-node-label\"\u003eMultivitamin\u003c\/p\u003e\n\u003ch4\u003eNutritional Base\u003c\/h4\u003e\n\u003cp\u003eFills micronutrient gaps. Supports energy, immunity \u0026amp; gut health from the inside out.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"synergy-arrow\"\u003e→\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.12); border-color: rgba(74,158,107,0.5);\" class=\"synergy-node\"\u003e\n\u003cp class=\"synergy-node-label\"\u003eEvening Primrose\u003c\/p\u003e\n\u003ch4\u003eHormonal Harmony\u003c\/h4\u003e\n\u003cp\u003eGLA supports hormonal balance — helping your body respond better to nutrients \u0026amp; stress.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"synergy-arrow\"\u003e→\u003c\/div\u003e\n\u003cdiv class=\"synergy-node\"\u003e\n\u003cp class=\"synergy-node-label\"\u003eCollagen\u003c\/p\u003e\n\u003ch4\u003eVisible Radiance\u003c\/h4\u003e\n\u003cp\u003e30+ active ingredients rebuild skin, hair \u0026amp; nails from within — results you can see.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"synergy-result\"\u003e\n\u003cdiv class=\"synergy-stat\"\u003e\n\u003ch5\u003e3\u003c\/h5\u003e\n\u003cp\u003epillar formulas in one stack\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"synergy-stat\"\u003e\n\u003ch5\u003e30+\u003c\/h5\u003e\n\u003cp\u003eactive ingredients in collagen formula\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"synergy-stat\"\u003e\n\u003ch5\u003e2–3\u003c\/h5\u003e\n\u003cp\u003emonths to visible results\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"synergy-stat\"\u003e\n\u003ch5\u003e17k+\u003c\/h5\u003e\n\u003cp\u003esatisfied Nutrify customers\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ═══ DEEP DIVES ═══ --\u003e\n\u003cdiv class=\"deep-dive\"\u003e\n\u003c!-- EPO --\u003e\n\u003cdiv class=\"deep-dive-section\"\u003e\n\u003cdiv class=\"deep-dive-row\"\u003e\n\u003cdiv class=\"deep-dive-content\"\u003e\n\u003cp class=\"tag\"\u003eProduct 02 · Hormonal Balance\u003c\/p\u003e\n\u003ch2\u003eEvening Primrose Oil \u003cspan\u003e1000mg\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"subtitle\"\u003eNature's most powerful source of GLA\u003c\/p\u003e\n\u003cp\u003eEvening Primrose Oil is one of the most clinically studied supplements for women's hormonal health. Rich in GLA — an omega-6 fatty acid the body cannot produce efficiently on its own — it works at the cellular level to support natural hormonal regulation, skin moisture, and resilience throughout life's stages.\u003c\/p\u003e\n\u003cdiv class=\"benefit-list\"\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003eSupports the skin's natural moisture barrier and elasticity\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003eHelps maintain natural hormonal balance at every life stage\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003eAids joint comfort and flexibility\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003eVitamin E antioxidant support included (10mg per softgel)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003e100% pure — no artificial fillers or additives\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"deep-dive-visual\"\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e1000mg\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003ePer Softgel\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003eGLA\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eOmega-6 Rich\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e10mg\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eVitamin E\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003eGMP\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eCertified\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-full\"\u003e\n\u003cp class=\"spec-full-title\"\u003eActive Ingredients\u003c\/p\u003e\n\u003cp class=\"spec-full-text\"\u003eEvening Primrose Oil 1000mg · Vitamin E Acetate 10mg (66.66% RDA) · Soft Gelatin Capsule Shell (Bovine Gelatin)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"section-sep\"\u003e\n\u003c!-- Collagen --\u003e\n\u003cdiv class=\"deep-dive-section\"\u003e\n\u003cdiv class=\"deep-dive-row reverse\"\u003e\n\u003cdiv class=\"deep-dive-content\"\u003e\n\u003cp class=\"tag\"\u003eProduct 03 · Beauty Formula\u003c\/p\u003e\n\u003ch2\u003eNourish Collagen \u003cspan\u003eBeauty Formula\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"subtitle\"\u003e30+ ingredients for skin, hair \u0026amp; nails\u003c\/p\u003e\n\u003cp\u003eNourish Collagen Beauty Formula is Nutrify's most comprehensive beauty supplement. A scientific blend of collagen peptides, vitamins, minerals, amino acids, and beneficial herbs — it works to regenerate skin cells, restore hair vitality, and strengthen nails for visible results from within.\u003c\/p\u003e\n\u003cdiv class=\"benefit-list\"\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003eImproves skin tone and generates new skin cells\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003eMaintains skin moisture and enhances elasticity\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003eSmoothens, softens, and improves hair quality\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003ePromotes nail growth and strength\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003eAntioxidant support to fight free radical damage\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"deep-dive-visual\"\u003e\n\u003cp style=\"font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--green-mid); font-weight: 500; margin-bottom: 16px; font-family: 'Oswald',sans-serif;\"\u003eKey Benefit Areas\u003c\/p\u003e\n\u003cdiv class=\"bar-row\"\u003e\n\u003cspan class=\"bar-label\"\u003eSkin Tone \u0026amp; Elasticity\u003c\/span\u003e\n\u003cdiv class=\"bar-track\"\u003e\n\u003cdiv style=\"width: 90%;\" class=\"bar-fill\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bar-row\"\u003e\n\u003cspan class=\"bar-label\"\u003eHair Smoothness\u003c\/span\u003e\n\u003cdiv class=\"bar-track\"\u003e\n\u003cdiv style=\"width: 85%;\" class=\"bar-fill\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bar-row\"\u003e\n\u003cspan class=\"bar-label\"\u003eNail Strength \u0026amp; Growth\u003c\/span\u003e\n\u003cdiv class=\"bar-track\"\u003e\n\u003cdiv style=\"width: 80%;\" class=\"bar-fill\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bar-row\"\u003e\n\u003cspan class=\"bar-label\"\u003eAntioxidant Support\u003c\/span\u003e\n\u003cdiv class=\"bar-track\"\u003e\n\u003cdiv style=\"width: 75%;\" class=\"bar-fill\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-bottom: 12px;\" class=\"bar-row\"\u003e\n\u003cspan class=\"bar-label\"\u003eSkin Cell Regeneration\u003c\/span\u003e\n\u003cdiv class=\"bar-track\"\u003e\n\u003cdiv style=\"width: 88%;\" class=\"bar-fill\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bar-footer\"\u003e\n\u003cp class=\"bar-footer-title\"\u003e30+ Active Ingredients\u003c\/p\u003e\n\u003cp class=\"bar-footer-sub\"\u003eVitamins · Minerals · Amino Acids · Beneficial Herbs\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr class=\"section-sep\"\u003e\n\u003c!-- Multivitamin --\u003e\n\u003cdiv class=\"deep-dive-section\"\u003e\n\u003cdiv class=\"deep-dive-row\"\u003e\n\u003cdiv class=\"deep-dive-content\"\u003e\n\u003cp class=\"tag\"\u003eProduct 01 · Foundation\u003c\/p\u003e\n\u003ch2\u003eWomen's Multivitamin \u003cspan\u003e+ Probiotics\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"subtitle\"\u003eThe extra edge for the multi-tasker in you\u003c\/p\u003e\n\u003cp\u003eFormulated for the demands of modern Nigerian womanhood, this isn't just a multivitamin — it's a daily wellness partner. With probiotics for gut health plus essential vitamins and minerals for energy and immunity, it forms the foundation your body needs before the other supplements can do their best work.\u003c\/p\u003e\n\u003cdiv class=\"benefit-list\"\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003eComprehensive vitamin \u0026amp; mineral complex for daily nutrition\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003eIncludes probiotics to support gut and immune health\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003eSupports energy levels for active lifestyles\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003e60 tablets — a full 2-month supply\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003eFormulated specifically for Nigerian women's needs\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"deep-dive-visual\"\u003e\n\u003cp style=\"font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--green-mid); font-weight: 500; margin-bottom: 16px; font-family: 'Oswald',sans-serif;\"\u003eWhat It Supports\u003c\/p\u003e\n\u003cdiv class=\"icon-grid\"\u003e\n\u003cdiv class=\"icon-card\"\u003e\n\u003cdiv class=\"icon-emoji\"\u003e⚡\u003c\/div\u003e\n\u003cp class=\"icon-title\"\u003eEnergy\u003c\/p\u003e\n\u003cp class=\"icon-sub\"\u003eDaily vitality \u0026amp; stamina\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"icon-card\"\u003e\n\u003cdiv class=\"icon-emoji\"\u003e🛡️\u003c\/div\u003e\n\u003cp class=\"icon-title\"\u003eImmunity\u003c\/p\u003e\n\u003cp class=\"icon-sub\"\u003eDefence from within\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"icon-card\"\u003e\n\u003cdiv class=\"icon-emoji\"\u003e🌿\u003c\/div\u003e\n\u003cp class=\"icon-title\"\u003eGut Health\u003c\/p\u003e\n\u003cp class=\"icon-sub\"\u003eProbiotics included\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"icon-card\"\u003e\n\u003cdiv class=\"icon-emoji\"\u003e💊\u003c\/div\u003e\n\u003cp class=\"icon-title\"\u003eNutrition\u003c\/p\u003e\n\u003cp class=\"icon-sub\"\u003eFills daily gaps\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"icon-footer\"\u003e\n\u003cp class=\"icon-footer-title\"\u003e2-Month Supply Included\u003c\/p\u003e\n\u003cp class=\"icon-footer-sub\"\u003e60 tablets per bottle — enough time for your body to feel the full difference\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ═══ WHY NUTRIFY ═══ --\u003e\n\u003cdiv class=\"why-bg\"\u003e\n\u003csection class=\"section\"\u003e\n\u003cp class=\"section-label\"\u003eThe Nutrify Standard\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003eQuality You Can \u003cspan\u003eTrust Completely\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"section-body\"\u003eNutrify was founded on the belief that quality supplements shouldn't be a luxury. Every product in the Women's Wellness Stack meets our uncompromising standards.\u003c\/p\u003e\n\u003cdiv class=\"why-grid\"\u003e\n\u003cdiv class=\"why-card\"\u003e\n\u003cdiv class=\"why-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 12l2 2 4-4M7.835 4.697a3.42 3.42 0 001.946-.806 3.42 3.42 0 014.438 0 3.42 3.42 0 001.946.806 3.42 3.42 0 013.138 3.138 3.42 3.42 0 00.806 1.946 3.42 3.42 0 010 4.438 3.42 3.42 0 00-.806 1.946 3.42 3.42 0 01-3.138 3.138 3.42 3.42 0 00-1.946.806 3.42 3.42 0 01-4.438 0 3.42 3.42 0 00-1.946-.806 3.42 3.42 0 01-3.138-3.138 3.42 3.42 0 00-.806-1.946 3.42 3.42 0 010-4.438 3.42 3.42 0 00.806-1.946 3.42 3.42 0 013.138-3.138z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eNAFDAC Approved\u003c\/h4\u003e\n\u003cp\u003eEvery Nutrify product is manufactured with full NAFDAC approval and strict regulatory compliance — so you know exactly what you're putting in your body.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-card\"\u003e\n\u003cdiv class=\"why-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M19.428 15.428a2 2 0 00-1.022-.547l-2.387-.477a6 6 0 00-3.86.517l-.318.158a6 6 0 01-3.86.517L6.05 15.21a2 2 0 00-1.806.547M8 4h8l-1 1v5.172a2 2 0 00.586 1.414l5 5c1.26 1.26.367 3.414-1.415 3.414H4.828c-1.782 0-2.674-2.154-1.414-3.414l5-5A2 2 0 009 10.172V5L8 4z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eGMP Certified Facility\u003c\/h4\u003e\n\u003cp\u003eManufactured in a GMP-certified facility under the highest international production standards, with strict quality controls at every stage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-card\"\u003e\n\u003cdiv class=\"why-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eMade for Nigerian Women\u003c\/h4\u003e\n\u003cp\u003eNot generic imports. Nutrify supplements are specifically formulated for Nigerian women's nutritional needs, active lifestyles, and health goals.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-card\"\u003e\n\u003cdiv class=\"why-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 7l-8-4-8 4m16 0l-8 4m8-4v10l-8 4m0-10L4 7m8 4v10M4 7v10l8 4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003ePure Formulations\u003c\/h4\u003e\n\u003cp\u003eNo unnecessary fillers, no artificial shortcuts. Each formula is built around effective, transparent ingredient lists so you know exactly what's doing the work.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-card\"\u003e\n\u003cdiv class=\"why-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eUp to 24-Month Shelf Life\u003c\/h4\u003e\n\u003cp\u003eNutrify products maintain full potency for up to 24 months from manufacturing date. Always check packaging for the specific expiry date.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-card\"\u003e\n\u003cdiv class=\"why-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eFast Nationwide Delivery\u003c\/h4\u003e\n\u003cp\u003eFrom Lagos to Abuja and beyond — Nutrify delivers across Nigeria. Free delivery on orders above ₦30,000. Your wellness shouldn't wait.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c!-- ═══ REVIEWS ═══ --\u003e\n\u003cdiv class=\"reviews-bg\"\u003e\n\u003csection class=\"section\"\u003e\n\u003cp class=\"section-label\"\u003eReal Results\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003eOver 17,000 Women \u003cspan\u003eAlready Glowing\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"reviews-grid\"\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"review-text\"\u003e\"My skin and hair changed so fast, it still shocks me. I started seeing a difference within the first month.\"\u003c\/p\u003e\n\u003cp class=\"review-name\"\u003eMeeyah · Lagos\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"review-text\"\u003e\"The collagen really works on my skin. I've tried so many brands and Nutrify products are truly the best.\"\u003c\/p\u003e\n\u003cp class=\"review-name\"\u003eElizabeth · Abuja\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"review-text\"\u003e\"My favorite forever. I am stocked and glowing. This is the only brand I can pledge to — nothing compares.\"\u003c\/p\u003e\n\u003cp class=\"review-name\"\u003eDessy · Port Harcourt\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"review-text\"\u003e\"One of the best supplements. My skin is glowing, I have more energy, and I feel like myself again.\"\u003c\/p\u003e\n\u003cp class=\"review-name\"\u003eKintan · Lagos\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"review-text\"\u003e\"Supplements that work. With Nutrify, wellness is guaranteed. I recommend to everyone in my circle.\"\u003c\/p\u003e\n\u003cp class=\"review-name\"\u003eNkiru · Enugu\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"review-text\"\u003e\"Amazing product. Helps with bloating, gives me strength, and the delivery was seamless. Will always buy.\"\u003c\/p\u003e\n\u003cp class=\"review-name\"\u003eSomnella · Kano\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c!-- ═══ HOW TO USE ═══ --\u003e\n\u003cdiv class=\"dosage-bg\"\u003e\n\u003cdiv class=\"dosage-inner\"\u003e\n\u003cp class=\"section-label\"\u003eHow to Use the Stack\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003eSimple. \u003cspan\u003eConsistent. Effective.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"dosage-cards\"\u003e\n\u003cdiv class=\"dosage-card\"\u003e\n\u003cdiv class=\"dosage-step\"\u003e01\u003c\/div\u003e\n\u003ch4\u003eWomen's Multivitamin\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong style=\"color: rgba(255,255,255,0.88); font-weight: 600;\"\u003e2 tablets daily\u003c\/strong\u003e after meals, or as directed by your healthcare professional. Best taken in the morning with breakfast for sustained energy throughout the day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dosage-card\"\u003e\n\u003cdiv class=\"dosage-step\"\u003e02\u003c\/div\u003e\n\u003ch4\u003eEvening Primrose Oil\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong style=\"color: rgba(255,255,255,0.88); font-weight: 600;\"\u003e1 softgel daily\u003c\/strong\u003e after a meal, or as directed. Can be taken with the multivitamin or at a separate meal. Store below 30°C in a cool, dry place.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dosage-card\"\u003e\n\u003cdiv class=\"dosage-step\"\u003e03\u003c\/div\u003e\n\u003ch4\u003eNourish Collagen\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong style=\"color: rgba(255,255,255,0.88); font-weight: 600;\"\u003e2 tablets daily\u003c\/strong\u003e after meals, or as directed by your healthcare professional. Take consistently for 2–3 months for best visible results.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dosage-note\"\u003e\n\u003cstrong\u003eImportant:\u003c\/strong\u003e These supplements are not recommended for pregnant or breastfeeding women, children under 12, or individuals with medical conditions without first consulting a physician. Do not exceed the stated recommended daily dosage. Quality guaranteed up to 24 months from manufacturing date.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ═══ CTA ═══ --\u003e\n\u003cdiv class=\"cta-bg\"\u003e\n\u003cdiv class=\"cta-inner\"\u003e\n\u003cp class=\"section-label\"\u003eYour Wellness Journey Starts Here\u003c\/p\u003e\n\u003ch2\u003e\n\u003cspan\u003eThe Stack Your Body\u003c\/span\u003eHas Been Waiting For\u003c\/h2\u003e\n\u003cp\u003eThree clinically studied formulas. One intentional bundle. Everything you need to feel, look, and live at your very best — every single day.\u003c\/p\u003e\n\u003cdiv class=\"cta-pills\"\u003e\n\u003cspan class=\"cta-pill\"\u003e✓ NAFDAC Approved\u003c\/span\u003e \u003cspan class=\"cta-pill\"\u003e✓ GMP Certified\u003c\/span\u003e \u003cspan class=\"cta-pill\"\u003e✓ 17,000+ Happy Customers\u003c\/span\u003e \u003cspan class=\"cta-pill\"\u003e✓ Free Delivery on ₦30k+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"cta-contact\"\u003eQuestions? Call us on \u003cstrong\u003e+234 906-203-6555\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"cta-brand\"\u003eNutrify · Redefining Health · Lagos, Nigeria\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Nutrify","offers":[{"title":"Default Title","offer_id":48305019846910,"sku":"BUNDWMWL","price":54150.0,"currency_code":"NGN","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0698\/0947\/1742\/files\/Women_sWellnessStack_jpg_6356e70b-2aa2-420a-a1d0-abd91b02d3d6.jpg?v=1780456433","url":"https:\/\/nutrifyng.com\/products\/womens-wellness-stack","provider":"Nutrify","version":"1.0","type":"link"}