{"product_id":"nutraxin-collagen-complex-for-joints-hair-and-nails-health-90-capsules","title":"Nutraxin collagen complex for joints, hair, and nails health - 90 Capsules","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400\u0026amp;family=Jost:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --cream: #FAF6F0;\n    --sand: #E8DDD0;\n    --warm-brown: #8B6B52;\n    --dark: #1C1410;\n    --gold: #C4933A;\n    --gold-light: #E8C87A;\n    --blush: #D4A99A;\n    --text: #3A2E28;\n    --muted: #7A6358;\n  }\n\n  body {\n    background: var(--cream);\n    color: var(--text);\n    font-family: 'Jost', sans-serif;\n    font-weight: 300;\n    line-height: 1.7;\n    overflow-x: hidden;\n  }\n\n  \/* ── HERO ── *\/\n  .hero {\n    min-height: 100vh;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: radial-gradient(ellipse at 60% 40%, rgba(196,147,58,0.08) 0%, transparent 60%);\n    pointer-events: none;\n  }\n\n  .hero-left {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    padding: 80px 60px 80px 80px;\n    position: relative;\n    z-index: 2;\n  }\n\n  .hero-right {\n    background: linear-gradient(135deg, #E8DDD0 0%, #D4C4B8 50%, #C8B4A4 100%);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hero-right::after {\n    content: '';\n    position: absolute;\n    width: 500px;\n    height: 500px;\n    border-radius: 50%;\n    background: radial-gradient(circle, rgba(255,255,255,0.4) 0%, transparent 70%);\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n  }\n\n  .product-visual {\n    width: 260px;\n    height: 380px;\n    background: linear-gradient(160deg, #fff 0%, #f0e8e0 40%, #e0d0c4 100%);\n    border-radius: 18px 18px 80px 80px;\n    position: relative;\n    z-index: 2;\n    box-shadow: 0 30px 80px rgba(60,30,10,0.18), 0 8px 20px rgba(60,30,10,0.08);\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n    padding: 30px 20px;\n    animation: float 6s ease-in-out infinite;\n  }\n\n  @keyframes float {\n    0%, 100% { transform: translateY(0px); }\n    50% { transform: translateY(-14px); }\n  }\n\n  .bottle-brand {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 13px;\n    font-weight: 600;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: var(--gold);\n  }\n\n  .bottle-name {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 22px;\n    font-weight: 300;\n    color: var(--dark);\n    text-align: center;\n    line-height: 1.3;\n  }\n\n  .bottle-count {\n    font-size: 11px;\n    letter-spacing: 2px;\n    color: var(--muted);\n    text-transform: uppercase;\n  }\n\n  .bottle-divider {\n    width: 40px;\n    height: 1px;\n    background: var(--gold);\n    opacity: 0.5;\n  }\n\n  .bottle-types {\n    display: flex;\n    gap: 6px;\n    flex-wrap: wrap;\n    justify-content: center;\n  }\n\n  .bottle-type-badge {\n    font-size: 9px;\n    letter-spacing: 1px;\n    padding: 3px 8px;\n    border: 1px solid rgba(196,147,58,0.4);\n    border-radius: 20px;\n    color: var(--warm-brown);\n    text-transform: uppercase;\n  }\n\n  .eyebrow {\n    font-size: 11px;\n    letter-spacing: 5px;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 20px;\n    font-weight: 500;\n  }\n\n  .hero-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(42px, 5vw, 68px);\n    font-weight: 300;\n    line-height: 1.1;\n    color: var(--dark);\n    margin-bottom: 8px;\n  }\n\n  .hero-title em {\n    font-style: italic;\n    color: var(--warm-brown);\n  }\n\n  .hero-subtitle {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 20px;\n    font-weight: 300;\n    font-style: italic;\n    color: var(--muted);\n    margin-bottom: 32px;\n    line-height: 1.5;\n  }\n\n  .hero-desc {\n    font-size: 15px;\n    color: var(--muted);\n    max-width: 420px;\n    margin-bottom: 48px;\n    line-height: 1.8;\n  }\n\n  .cta-row {\n    display: flex;\n    align-items: center;\n    gap: 24px;\n  }\n\n  .cta-btn {\n    background: var(--dark);\n    color: var(--cream);\n    border: none;\n    padding: 16px 40px;\n    font-family: 'Jost', sans-serif;\n    font-size: 12px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    cursor: pointer;\n    border-radius: 2px;\n    transition: all 0.3s;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .cta-btn::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: var(--gold);\n    transform: scaleX(0);\n    transform-origin: left;\n    transition: transform 0.4s ease;\n  }\n\n  .cta-btn:hover::after { transform: scaleX(1); }\n  .cta-btn span { position: relative; z-index: 1; }\n\n  .rating {\n    display: flex;\n    flex-direction: column;\n    gap: 4px;\n  }\n\n  .stars { color: var(--gold); font-size: 14px; letter-spacing: 2px; }\n  .rating-text { font-size: 11px; letter-spacing: 1px; color: var(--muted); text-transform: uppercase; }\n\n  \/* ── COLLAGEN TYPES ── *\/\n  .types-section {\n    background: var(--dark);\n    padding: 100px 80px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .types-section::before {\n    content: 'COLLAGEN';\n    position: absolute;\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 180px;\n    font-weight: 600;\n    color: rgba(255,255,255,0.025);\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    white-space: nowrap;\n    pointer-events: none;\n  }\n\n  .section-label {\n    font-size: 11px;\n    letter-spacing: 5px;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 16px;\n    font-weight: 500;\n  }\n\n  .section-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(32px, 4vw, 52px);\n    font-weight: 300;\n    color: var(--cream);\n    margin-bottom: 16px;\n    line-height: 1.2;\n  }\n\n  .section-intro {\n    font-size: 15px;\n    color: rgba(250,246,240,0.5);\n    max-width: 560px;\n    margin-bottom: 64px;\n    line-height: 1.8;\n  }\n\n  .types-grid {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    gap: 2px;\n  }\n\n  .type-card {\n    background: rgba(255,255,255,0.03);\n    border: 1px solid rgba(255,255,255,0.07);\n    padding: 36px 24px;\n    transition: all 0.4s;\n    position: relative;\n    overflow: hidden;\n    cursor: default;\n  }\n\n  .type-card::before {\n    content: '';\n    position: absolute;\n    bottom: 0; left: 0; right: 0;\n    height: 2px;\n    background: linear-gradient(90deg, var(--gold), var(--blush));\n    transform: scaleX(0);\n    transition: transform 0.4s ease;\n  }\n\n  .type-card:hover {\n    background: rgba(255,255,255,0.07);\n    transform: translateY(-4px);\n  }\n\n  .type-card:hover::before { transform: scaleX(1); }\n\n  .type-roman {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 40px;\n    font-weight: 300;\n    color: var(--gold-light);\n    display: block;\n    line-height: 1;\n    margin-bottom: 12px;\n  }\n\n  .type-name {\n    font-size: 11px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--cream);\n    margin-bottom: 10px;\n    font-weight: 500;\n  }\n\n  .type-desc {\n    font-size: 13px;\n    color: rgba(250,246,240,0.45);\n    line-height: 1.7;\n  }\n\n  .type-badge {\n    display: inline-block;\n    margin-top: 14px;\n    font-size: 9px;\n    letter-spacing: 2px;\n    padding: 3px 10px;\n    border: 1px solid rgba(196,147,58,0.4);\n    color: var(--gold-light);\n    border-radius: 20px;\n    text-transform: uppercase;\n  }\n\n  \/* ── BENEFITS ── *\/\n  .benefits-section {\n    padding: 100px 80px;\n    background: var(--cream);\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 80px;\n    align-items: center;\n  }\n\n  .benefits-visual {\n    position: relative;\n    height: 480px;\n  }\n\n  .benefit-circle {\n    position: absolute;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    text-align: center;\n    flex-direction: column;\n    gap: 6px;\n    font-size: 12px;\n    font-weight: 500;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    color: var(--dark);\n    border: 1px solid rgba(139,107,82,0.2);\n    background: white;\n    box-shadow: 0 8px 30px rgba(60,30,10,0.08);\n    transition: transform 0.3s;\n  }\n\n  .benefit-circle:hover { transform: scale(1.06); }\n\n  .bc1 { width: 170px; height: 170px; top: 0; left: 20px; background: linear-gradient(135deg, #fff, #f5ede4); }\n  .bc2 { width: 150px; height: 150px; top: 40px; right: 20px; background: linear-gradient(135deg, #fff, #f0e8e8); }\n  .bc3 { width: 180px; height: 180px; bottom: 60px; left: 80px; background: linear-gradient(135deg, #fff, #e8f0e8); }\n  .bc4 { width: 130px; height: 130px; bottom: 30px; right: 60px; background: linear-gradient(135deg, #fff, #f5f0e4); }\n  .bc5 { width: 120px; height: 120px; top: 160px; left: 0; background: linear-gradient(135deg, #fff, #ece8f4); }\n\n  .bc-icon { font-size: 28px; }\n  .bc-label { font-size: 10px; letter-spacing: 1.5px; color: var(--muted); }\n\n  .benefits-content {}\n\n  .ingredient-list {\n    display: flex;\n    flex-direction: column;\n    gap: 0;\n    margin-top: 40px;\n  }\n\n  .ingredient-item {\n    display: grid;\n    grid-template-columns: 56px 1fr;\n    gap: 20px;\n    padding: 24px 0;\n    border-bottom: 1px solid rgba(139,107,82,0.12);\n    align-items: start;\n    transition: all 0.3s;\n  }\n\n  .ingredient-item:hover { padding-left: 8px; }\n\n  .ingredient-icon {\n    width: 44px;\n    height: 44px;\n    border-radius: 50%;\n    background: linear-gradient(135deg, var(--sand), #e0d0c0);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 18px;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n\n  .ingredient-name {\n    font-size: 14px;\n    font-weight: 600;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    color: var(--dark);\n    margin-bottom: 4px;\n  }\n\n  .ingredient-desc {\n    font-size: 13.5px;\n    color: var(--muted);\n    line-height: 1.65;\n  }\n\n  \/* ── CLAIMS ── *\/\n  .claims-section {\n    background: linear-gradient(135deg, #2C1F18, #1C1410);\n    padding: 80px;\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 2px;\n  }\n\n  .claim-block {\n    background: rgba(255,255,255,0.03);\n    padding: 48px 40px;\n    border: 1px solid rgba(255,255,255,0.05);\n    position: relative;\n    transition: background 0.3s;\n  }\n\n  .claim-block:hover { background: rgba(255,255,255,0.06); }\n\n  .claim-number {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 64px;\n    font-weight: 300;\n    color: rgba(196,147,58,0.15);\n    position: absolute;\n    top: 20px;\n    right: 30px;\n    line-height: 1;\n  }\n\n  .claim-title {\n    font-size: 12px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 16px;\n    font-weight: 500;\n  }\n\n  .claim-text {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 22px;\n    font-weight: 300;\n    font-style: italic;\n    color: var(--cream);\n    line-height: 1.5;\n    position: relative;\n    z-index: 1;\n  }\n\n  \/* ── FINAL CTA ── *\/\n  .final-cta {\n    background: var(--cream);\n    padding: 120px 80px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .final-cta::before {\n    content: '';\n    position: absolute;\n    width: 600px; height: 600px;\n    border-radius: 50%;\n    border: 1px solid rgba(196,147,58,0.1);\n    top: 50%; left: 50%;\n    transform: translate(-50%, -50%);\n    pointer-events: none;\n  }\n\n  .final-cta::after {\n    content: '';\n    position: absolute;\n    width: 900px; height: 900px;\n    border-radius: 50%;\n    border: 1px solid rgba(196,147,58,0.05);\n    top: 50%; left: 50%;\n    transform: translate(-50%, -50%);\n    pointer-events: none;\n  }\n\n  .final-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(36px, 5vw, 64px);\n    font-weight: 300;\n    color: var(--dark);\n    line-height: 1.2;\n    margin-bottom: 20px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .final-title em { font-style: italic; color: var(--warm-brown); }\n\n  .final-sub {\n    font-size: 15px;\n    color: var(--muted);\n    max-width: 500px;\n    margin: 0 auto 48px;\n    line-height: 1.8;\n    position: relative;\n    z-index: 1;\n  }\n\n  .final-btn {\n    background: var(--gold);\n    color: white;\n    border: none;\n    padding: 18px 56px;\n    font-family: 'Jost', sans-serif;\n    font-size: 12px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    cursor: pointer;\n    border-radius: 2px;\n    transition: all 0.3s;\n    position: relative;\n    z-index: 1;\n    box-shadow: 0 8px 30px rgba(196,147,58,0.3);\n  }\n\n  .final-btn:hover {\n    background: var(--dark);\n    box-shadow: 0 12px 40px rgba(28,20,16,0.25);\n    transform: translateY(-2px);\n  }\n\n  .disclaimer {\n    font-size: 10px;\n    letter-spacing: 0.5px;\n    color: rgba(58,46,40,0.35);\n    max-width: 640px;\n    margin: 48px auto 0;\n    line-height: 1.7;\n    position: relative;\n    z-index: 1;\n  }\n\n  \/* responsive *\/\n  @media (max-width: 900px) {\n    .hero { grid-template-columns: 1fr; min-height: auto; }\n    .hero-right { height: 340px; }\n    .hero-left { padding: 60px 32px; }\n    .types-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }\n    .benefits-section { grid-template-columns: 1fr; padding: 60px 32px; }\n    .benefits-visual { display: none; }\n    .claims-section { grid-template-columns: 1fr; padding: 48px 32px; }\n    .types-section { padding: 60px 32px; }\n    .final-cta { padding: 80px 32px; }\n  }\n\u003c\/style\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-left\"\u003e\n\u003cp class=\"eyebrow\"\u003eAdvanced Formula · 90 Tablets\u003c\/p\u003e\n\u003ch1 class=\"hero-title\"\u003eFive Types.\u003cbr\u003eOne \u003cem\u003eComplete\u003c\/em\u003e\u003cbr\u003eRenewal.\u003c\/h1\u003e\n\u003cp class=\"hero-subtitle\"\u003eThe most comprehensive collagen complex\u003cbr\u003eyour body has been waiting for.\u003c\/p\u003e\n\u003cp class=\"hero-desc\"\u003eNutraxin Collagen Complex brings together the five most abundant collagen types found in the human body — enhanced with hyaluronic acid, biotin, zinc, vitamin C, copper and selenium — for a complete approach to radiant skin, strong hair, resilient nails, and healthy bones.\u003c\/p\u003e\n\u003cdiv class=\"cta-row\"\u003e\n\u003ca href=\"https:\/\/vitawayshop.com\/products\/nutraxin-collagen-complex-for-joints-hair-and-nails-health-90-capsules\"\u003e\u003cbutton class=\"cta-btn\"\u003e\u003cspan\u003eShop Now\u003c\/span\u003e\u003c\/button\u003e\u003c\/a\u003e\n\u003cdiv class=\"rating\"\u003e\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"rating-text\"\u003e4.9 · 2,400+ Reviews\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-right\"\u003e\n\u003cdiv class=\"product-visual\"\u003e\n\u003cspan class=\"bottle-brand\"\u003eNutraxin\u003c\/span\u003e\n\u003cdiv class=\"bottle-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"bottle-name\"\u003eCollagen\u003cbr\u003eComplex\u003c\/div\u003e\n\u003cspan class=\"bottle-count\"\u003e90 Tablets\u003c\/span\u003e\n\u003cdiv class=\"bottle-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"bottle-types\"\u003e\n\u003cspan class=\"bottle-type-badge\"\u003eType I\u003c\/span\u003e \u003cspan class=\"bottle-type-badge\"\u003eType II\u003c\/span\u003e \u003cspan class=\"bottle-type-badge\"\u003eType III\u003c\/span\u003e \u003cspan class=\"bottle-type-badge\"\u003eType V\u003c\/span\u003e \u003cspan class=\"bottle-type-badge\"\u003eType X\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- COLLAGEN TYPES --\u003e\n\u003csection class=\"types-section\"\u003e\n\u003cp class=\"section-label\"\u003eThe Science\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003eNot One Type.\u003cbr\u003eAll Five.\u003c\/h2\u003e\n\u003cp class=\"section-intro\"\u003eMost collagen supplements stop at one or two types. Nutraxin Collagen Complex goes further — delivering all five of the most critical collagen types your body uses every single day.\u003c\/p\u003e\n\u003cdiv class=\"types-grid\"\u003e\n\u003cdiv class=\"type-card\"\u003e\n\u003cspan class=\"type-roman\"\u003eI\u003c\/span\u003e\n\u003cdiv class=\"type-name\"\u003eSkin \u0026amp; Bone\u003c\/div\u003e\n\u003cdiv class=\"type-desc\"\u003eThe most abundant collagen in the body. Supports skin firmness, elasticity, and the structural integrity of bones.\u003c\/div\u003e\n\u003cspan class=\"type-badge\"\u003eFish Collagen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"type-card\"\u003e\n\u003cspan class=\"type-roman\"\u003eII\u003c\/span\u003e\n\u003cdiv class=\"type-name\"\u003eCartilage\u003c\/div\u003e\n\u003cdiv class=\"type-desc\"\u003eThe primary collagen of cartilage. Essential for joint cushioning, flexibility, and long-term mobility.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"type-card\"\u003e\n\u003cspan class=\"type-roman\"\u003eIII\u003c\/span\u003e\n\u003cdiv class=\"type-name\"\u003eSkin \u0026amp; Organs\u003c\/div\u003e\n\u003cdiv class=\"type-desc\"\u003eFound alongside Type I, it supports the elasticity of skin and the structure of blood vessels and organs.\u003c\/div\u003e\n\u003cspan class=\"type-badge\"\u003eFish Collagen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"type-card\"\u003e\n\u003cspan class=\"type-roman\"\u003eV\u003c\/span\u003e\n\u003cdiv class=\"type-name\"\u003eCell Surfaces\u003c\/div\u003e\n\u003cdiv class=\"type-desc\"\u003eCritical for building the framework of cells and the health of hair strands and placental tissue.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"type-card\"\u003e\n\u003cspan class=\"type-roman\"\u003eX\u003c\/span\u003e\n\u003cdiv class=\"type-name\"\u003eBone Formation\u003c\/div\u003e\n\u003cdiv class=\"type-desc\"\u003eA key player in bone mineralisation and the formation of new cartilage, especially important as we age.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BENEFITS \/ INGREDIENTS --\u003e\n\u003csection class=\"benefits-section\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"benefits-visual\"\u003e\n\u003cdiv class=\"benefit-circle bc1\"\u003e\n\u003cspan class=\"bc-icon\"\u003e✨\u003c\/span\u003e \u003cspan class=\"bc-label\"\u003eSkin Glow\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-circle bc2\"\u003e\n\u003cspan class=\"bc-icon\"\u003e💇\u003c\/span\u003e \u003cspan class=\"bc-label\"\u003eHair Strength\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-circle bc3\"\u003e\n\u003cspan class=\"bc-icon\"\u003e💅\u003c\/span\u003e \u003cspan class=\"bc-label\"\u003eNail Care\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-circle bc4\"\u003e\n\u003cspan class=\"bc-icon\"\u003e🦴\u003c\/span\u003e \u003cspan class=\"bc-label\"\u003eBone Support\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-circle bc5\"\u003e\n\u003cspan class=\"bc-icon\"\u003e🫀\u003c\/span\u003e \u003cspan class=\"bc-label\"\u003eJoint Health\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-content\"\u003e\n\u003cp class=\"section-label\"\u003eEnhanced Formula\u003c\/p\u003e\n\u003ch2 style=\"color: var(--dark); font-size: clamp(28px,3.5vw,44px);\" class=\"section-title\"\u003eCollagen That\u003cbr\u003eGoes Further.\u003c\/h2\u003e\n\u003cp style=\"font-size: 15px; color: var(--muted); margin-top: 12px; line-height: 1.8; max-width: 460px;\"\u003eSix powerhouse co-factors amplify what collagen alone can never achieve. Every ingredient earns its place.\u003c\/p\u003e\n\u003cdiv class=\"ingredient-list\"\u003e\n\u003cdiv class=\"ingredient-item\"\u003e\n\u003cdiv class=\"ingredient-icon\"\u003e💧\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ingredient-name\"\u003eHyaluronic Acid\u003c\/div\u003e\n\u003cdiv class=\"ingredient-desc\"\u003eHolds up to 1,000× its weight in water, plumping skin from within and maintaining deep moisture where it counts.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-item\"\u003e\n\u003cdiv class=\"ingredient-icon\"\u003e🍊\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ingredient-name\"\u003eVitamin C\u003c\/div\u003e\n\u003cdiv class=\"ingredient-desc\"\u003eContributes to normal collagen formation essential for healthy skin and bone function. An indispensable catalyst for collagen synthesis.*\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-item\"\u003e\n\u003cdiv class=\"ingredient-icon\"\u003e⚡\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ingredient-name\"\u003eBiotin\u003c\/div\u003e\n\u003cdiv class=\"ingredient-desc\"\u003eContributes to the maintenance of normal skin and hair — the beauty vitamin that works at a cellular level.*\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-item\"\u003e\n\u003cdiv class=\"ingredient-icon\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ingredient-name\"\u003eZinc\u003c\/div\u003e\n\u003cdiv class=\"ingredient-desc\"\u003eSupports the maintenance of normal skin, hair, and nails — a triple-action mineral for visible results.*\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-item\"\u003e\n\u003cdiv class=\"ingredient-icon\"\u003e🔬\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ingredient-name\"\u003eCopper \u0026amp; Selenium\u003c\/div\u003e\n\u003cdiv class=\"ingredient-desc\"\u003eTwo trace minerals that round out the formula, supporting connective tissue integrity and antioxidant protection.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HEALTH CLAIMS --\u003e\n\u003csection class=\"claims-section\"\u003e\n\u003cdiv class=\"claim-block\"\u003e\n\u003cspan class=\"claim-number\"\u003e01\u003c\/span\u003e\n\u003cdiv class=\"claim-title\"\u003eSkin\u003c\/div\u003e\n\u003cp class=\"claim-text\"\u003e\"Vitamin C contributes to normal collagen formation necessary for the normal function of the skin.\"*\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"claim-block\"\u003e\n\u003cspan class=\"claim-number\"\u003e02\u003c\/span\u003e\n\u003cdiv class=\"claim-title\"\u003eBones\u003c\/div\u003e\n\u003cp class=\"claim-text\"\u003e\"Vitamin C contributes to normal collagen formation necessary for the normal function of bones.\"*\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"claim-block\"\u003e\n\u003cspan class=\"claim-number\"\u003e03\u003c\/span\u003e\n\u003cdiv class=\"claim-title\"\u003eHair \u0026amp; Skin\u003c\/div\u003e\n\u003cp class=\"claim-text\"\u003e\"Biotin and zinc contribute to the preservation of normal skin and hair.\"*\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"claim-block\"\u003e\n\u003cspan class=\"claim-number\"\u003e04\u003c\/span\u003e\n\u003cdiv class=\"claim-title\"\u003eNails\u003c\/div\u003e\n\u003cp class=\"claim-text\"\u003e\"Zinc contributes to the protection of normal nails.\"*\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003csection class=\"final-cta\"\u003e\n\u003ch2 class=\"final-title\"\u003eYour skin has a story.\u003cbr\u003eMake it a \u003cem\u003ebeautiful\u003c\/em\u003e one.\u003c\/h2\u003e\n\u003cp class=\"final-sub\"\u003e90 tablets. 5 collagen types. 6 synergistic nutrients. Everything your body needs for a complete collagen renewal — in a single, elegant formula.\u003c\/p\u003e\n\u003ca href=\"https:\/\/vitawayshop.com\/products\/nutraxin-collagen-complex-for-joints-hair-and-nails-health-90-capsules\"\u003e\u003cbutton class=\"final-btn\"\u003eAdd to Cart · 90 Tablets\u003c\/button\u003e\u003c\/a\u003e\n\u003cp class=\"disclaimer\"\u003e* Turkish Food Codex Nutrition and Health Declarations Regulation.\u003cbr\u003eThis product is a food supplement and is not intended to diagnose, treat, cure or prevent any disease.\u003c\/p\u003e\n\u003c\/section\u003e","brand":"Vitaway","offers":[{"title":"Default Title","offer_id":52885540307307,"sku":null,"price":2800.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0922\/5289\/7643\/files\/nx-collagen-complex.webp?v=1770327331","url":"https:\/\/vitawayshop.com\/en\/products\/nutraxin-collagen-complex-for-joints-hair-and-nails-health-90-capsules","provider":"Vitaway","version":"1.0","type":"link"}