{"product_id":"fascia-support-supplement","title":"Fascia Support Supplement","description":"\u003cstyle\u003e\n  .fascia-page {\n    --fp-bg: #f6f7f3;\n    --fp-card: #ffffff;\n    --fp-dark: #18352b;\n    --fp-green: #3f6b57;\n    --fp-light-green: #e8efe9;\n    --fp-text: #25312b;\n    --fp-muted: #68736d;\n    --fp-border: #dfe5df;\n\n    max-width: 760px;\n    margin: 0 auto;\n    padding: 0 16px 60px;\n    color: var(--fp-text);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n    line-height: 1.7;\n  }\n\n  .fascia-page * {\n    box-sizing: border-box;\n  }\n\n  \/* HERO *\/\n\n  .fascia-hero {\n    background: linear-gradient(135deg, #eef3ee 0%, #f8f9f6 100%);\n    border: 1px solid #e1e7e1;\n    border-radius: 22px;\n    padding: 42px 22px;\n    margin-bottom: 42px;\n    text-align: center;\n  }\n\n  .fascia-eyebrow {\n    display: inline-block;\n    color: var(--fp-green);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 1.6px;\n    text-transform: uppercase;\n    margin-bottom: 10px;\n  }\n\n  .fascia-hero h1 {\n    margin: 0 0 12px;\n    color: var(--fp-dark);\n    font-size: 34px;\n    line-height: 1.15;\n    font-weight: 800;\n  }\n\n  .fascia-hero-subtitle {\n    margin: 0 auto 18px;\n    color: var(--fp-green);\n    font-size: 18px;\n    font-weight: 700;\n  }\n\n  .fascia-hero-text {\n    max-width: 650px;\n    margin: 0 auto;\n    color: var(--fp-muted);\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  .fascia-hero-badges {\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n    margin-top: 24px;\n  }\n\n  .fascia-badge {\n    display: block;\n    width: 100%;\n    padding: 9px 14px;\n    background: #ffffff;\n    border: 1px solid #dce5dd;\n    border-radius: 50px;\n    color: var(--fp-dark);\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  \/* SECTION *\/\n\n  .fascia-section {\n    margin-bottom: 48px;\n  }\n\n  .fascia-section-heading {\n    text-align: center;\n    margin-bottom: 25px;\n  }\n\n  .fascia-section-heading span {\n    display: block;\n    margin-bottom: 6px;\n    color: var(--fp-green);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .fascia-section-heading h2 {\n    margin: 0;\n    color: var(--fp-dark);\n    font-size: 27px;\n    line-height: 1.25;\n    font-weight: 800;\n  }\n\n  .fascia-section-heading p {\n    margin: 10px auto 0;\n    color: var(--fp-muted);\n    font-size: 14px;\n  }\n\n  \/* INTRO *\/\n\n  .fascia-intro {\n    text-align: center;\n  }\n\n  .fascia-intro p {\n    margin: 0 0 14px;\n    color: var(--fp-muted);\n    font-size: 15px;\n  }\n\n  \/* BENEFITS *\/\n\n  .fascia-benefits {\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n  }\n\n  .fascia-benefit {\n    background: var(--fp-card);\n    border: 1px solid var(--fp-border);\n    border-radius: 17px;\n    padding: 21px;\n    display: flex;\n    align-items: flex-start;\n    gap: 15px;\n  }\n\n  .fascia-icon {\n    width: 48px;\n    height: 48px;\n    min-width: 48px;\n    border-radius: 50%;\n    background: var(--fp-light-green);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 22px;\n  }\n\n  .fascia-benefit h3 {\n    margin: 1px 0 5px;\n    color: var(--fp-dark);\n    font-size: 17px;\n    line-height: 1.3;\n  }\n\n  .fascia-benefit p {\n    margin: 0;\n    color: var(--fp-muted);\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* INGREDIENTS *\/\n\n  .fascia-formula {\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n  }\n\n  .fascia-ingredient {\n    background: #ffffff;\n    border: 1px solid var(--fp-border);\n    border-radius: 17px;\n    padding: 20px;\n  }\n\n  .fascia-ingredient-top {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 8px;\n  }\n\n  .fascia-ingredient h3 {\n    margin: 0;\n    color: var(--fp-dark);\n    font-size: 17px;\n    line-height: 1.3;\n  }\n\n  .fascia-dose {\n    flex-shrink: 0;\n    background: var(--fp-light-green);\n    color: var(--fp-dark);\n    border-radius: 30px;\n    padding: 5px 9px;\n    font-size: 11px;\n    font-weight: 800;\n    white-space: nowrap;\n  }\n\n  .fascia-ingredient p {\n    margin: 0;\n    color: var(--fp-muted);\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* WHY FORMULA *\/\n\n  .fascia-highlight {\n    background: var(--fp-dark);\n    color: #ffffff;\n    border-radius: 20px;\n    padding: 32px 20px;\n  }\n\n  .fascia-highlight h2 {\n    margin: 0 0 10px;\n    color: #ffffff;\n    text-align: center;\n    font-size: 27px;\n  }\n\n  .fascia-highlight \u003e p {\n    margin: 0 auto 22px;\n    color: #dce6df;\n    text-align: center;\n    font-size: 14px;\n  }\n\n  .fascia-support-grid {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n  }\n\n  .fascia-support-item {\n    background: rgba(255,255,255,.08);\n    border: 1px solid rgba(255,255,255,.13);\n    border-radius: 14px;\n    padding: 17px;\n  }\n\n  .fascia-support-number {\n    color: #d5e5d7;\n    font-size: 22px;\n    font-weight: 800;\n    margin-bottom: 2px;\n  }\n\n  .fascia-support-item strong {\n    display: block;\n    color: #ffffff;\n    font-size: 15px;\n    margin-bottom: 3px;\n  }\n\n  .fascia-support-item p {\n    margin: 0;\n    color: #cbd8d0;\n    font-size: 12px;\n    line-height: 1.6;\n  }\n\n  \/* DETAILS *\/\n\n  .fascia-detailed {\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n  }\n\n  .fascia-detail-card {\n    background: #ffffff;\n    border: 1px solid var(--fp-border);\n    border-radius: 17px;\n    padding: 21px;\n  }\n\n  .fascia-detail-card h3 {\n    margin: 0 0 7px;\n    color: var(--fp-dark);\n    font-size: 18px;\n  }\n\n  .fascia-detail-card p {\n    margin: 0;\n    color: var(--fp-muted);\n    font-size: 13px;\n    line-height: 1.65;\n  }\n\n  \/* ROUTINE *\/\n\n  .fascia-routine {\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n  }\n\n  .fascia-step {\n    background: #ffffff;\n    border: 1px solid var(--fp-border);\n    border-radius: 17px;\n    padding: 22px;\n    display: flex;\n    align-items: center;\n    gap: 16px;\n  }\n\n  .fascia-step-number {\n    width: 45px;\n    height: 45px;\n    min-width: 45px;\n    border-radius: 50%;\n    background: var(--fp-dark);\n    color: #ffffff;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 16px;\n    font-weight: 800;\n  }\n\n  .fascia-step h3 {\n    margin: 0 0 3px;\n    color: var(--fp-dark);\n    font-size: 16px;\n  }\n\n  .fascia-step p {\n    margin: 0;\n    color: var(--fp-muted);\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  \/* FACTS *\/\n\n  .fascia-facts {\n    background: #ffffff;\n    border: 2px solid var(--fp-dark);\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .fascia-facts-header {\n    background: var(--fp-dark);\n    color: #ffffff;\n    padding: 18px;\n  }\n\n  .fascia-facts-header h3 {\n    margin: 0;\n    color: #ffffff;\n    font-size: 22px;\n    font-weight: 800;\n  }\n\n  .fascia-facts-header p {\n    margin: 3px 0 0;\n    color: #dce6df;\n    font-size: 12px;\n  }\n\n  .fascia-facts-row {\n    display: flex;\n    flex-direction: column;\n    gap: 2px;\n    padding: 13px 16px;\n    border-bottom: 1px solid #e5e9e5;\n  }\n\n  .fascia-facts-row strong {\n    color: var(--fp-dark);\n    font-size: 13px;\n  }\n\n  .fascia-facts-row span {\n    color: var(--fp-muted);\n    font-size: 12px;\n  }\n\n  .fascia-facts-note {\n    padding: 14px 16px;\n    background: #f5f7f4;\n    color: var(--fp-muted);\n    font-size: 11px;\n    line-height: 1.6;\n  }\n\n  \/* STORAGE *\/\n\n  .fascia-storage {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n  }\n\n  .fascia-storage-item {\n    background: #ffffff;\n    border: 1px solid var(--fp-border);\n    border-radius: 15px;\n    padding: 16px;\n    display: flex;\n    align-items: center;\n    gap: 13px;\n  }\n\n  .fascia-storage-item div {\n    width: 40px;\n    height: 40px;\n    min-width: 40px;\n    border-radius: 50%;\n    background: var(--fp-light-green);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 19px;\n  }\n\n  .fascia-storage-item p {\n    margin: 0;\n    color: var(--fp-muted);\n    font-size: 13px;\n  }\n\n  \/* FAQ *\/\n\n  .fascia-faq {\n    display: flex;\n    flex-direction: column;\n    gap: 9px;\n  }\n\n  .fascia-faq details {\n    background: #ffffff;\n    border: 1px solid var(--fp-border);\n    border-radius: 12px;\n    overflow: hidden;\n  }\n\n  .fascia-faq summary {\n    list-style: none;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 15px;\n    padding: 17px 16px;\n    color: var(--fp-dark);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .fascia-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .fascia-faq summary::after {\n    content: \"+\";\n    flex-shrink: 0;\n    width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    background: var(--fp-light-green);\n    color: var(--fp-dark);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 19px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform .25s ease;\n  }\n\n  .fascia-faq details[open] summary::after {\n    content: \"−\";\n    transform: rotate(180deg);\n  }\n\n  .fascia-faq details p {\n    margin: 0;\n    padding: 0 16px 17px;\n    color: var(--fp-muted);\n    font-size: 13px;\n    line-height: 1.65;\n  }\n\n  \/* FINAL *\/\n\n  .fascia-final {\n    background: linear-gradient(135deg, #edf3ee, #f8f9f6);\n    border: 1px solid #dfe7e0;\n    border-radius: 20px;\n    padding: 35px 20px;\n    text-align: center;\n    margin-top: 48px;\n  }\n\n  .fascia-final h2 {\n    margin: 0 0 10px;\n    color: var(--fp-dark);\n    font-size: 27px;\n    line-height: 1.25;\n  }\n\n  .fascia-final p {\n    margin: 0 0 10px;\n    color: var(--fp-muted);\n    font-size: 14px;\n  }\n\n  .fascia-final strong {\n    color: var(--fp-dark);\n  }\n\n  .fascia-disclaimer {\n    margin-top: 25px;\n    padding: 15px;\n    background: #f3f4f2;\n    border-radius: 9px;\n    color: #707770;\n    font-size: 10px;\n    line-height: 1.6;\n    text-align: center;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"fascia-page\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"fascia-hero\"\u003e\u003cspan class=\"fascia-eyebrow\"\u003e Daily Connective Tissue Support \u003c\/span\u003e\n\u003ch1\u003eFascia Support Supplement\u003c\/h1\u003e\n\u003cp class=\"fascia-hero-subtitle\"\u003eDaily Mobility \u0026amp; Connective Tissue Support\u003c\/p\u003e\n\u003cp class=\"fascia-hero-text\"\u003eA convenient 2-capsule dietary supplement designed to support healthy connective tissue, fascial hydration, mobility, flexibility, and overall physical wellness.\u003c\/p\u003e\n\u003cdiv class=\"fascia-hero-badges\"\u003e\n\u003cspan class=\"fascia-badge\"\u003e2 Capsules Daily\u003c\/span\u003e \u003cspan class=\"fascia-badge\"\u003e30 Servings\u003c\/span\u003e \u003cspan class=\"fascia-badge\"\u003eVegetable Capsules\u003c\/span\u003e \u003cspan class=\"fascia-badge\"\u003eTargeted Formula\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- INTRO --\u003e\n\u003csection class=\"fascia-section\"\u003e\n\u003cdiv class=\"fascia-section-heading\"\u003e\n\u003cspan\u003eSupport From Within\u003c\/span\u003e\n\u003ch2\u003eDesigned Around Healthy Movement\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-intro\"\u003e\n\u003cp\u003eConnective tissue provides structural support throughout the body and plays an important role in everyday movement.\u003c\/p\u003e\n\u003cp\u003eThis formula combines hyaluronic acid, botanical extracts, silica, minerals, and enzyme support into one convenient daily supplement.\u003c\/p\u003e\n\u003cp\u003eIt is designed to complement an active lifestyle and provide nutritional support for healthy connective tissue, hydration, mobility, and everyday physical wellness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BENEFITS --\u003e\n\u003csection class=\"fascia-section\"\u003e\n\u003cdiv class=\"fascia-section-heading\"\u003e\n\u003cspan\u003eDaily Benefits\u003c\/span\u003e\n\u003ch2\u003eTargeted Support for Everyday Movement\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-benefits\"\u003e\n\u003cdiv class=\"fascia-benefit\"\u003e\n\u003cdiv class=\"fascia-icon\"\u003e💧\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eFascial Hydration\u003c\/h3\u003e\n\u003cp\u003eHyaluronic acid supports normal tissue hydration and complements the formula's connective tissue focus.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-benefit\"\u003e\n\u003cdiv class=\"fascia-icon\"\u003e🧩\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eConnective Tissue\u003c\/h3\u003e\n\u003cp\u003eTargeted nutrients including silica and manganese support normal connective tissue and structural health.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-benefit\"\u003e\n\u003cdiv class=\"fascia-icon\"\u003e🔄\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMobility Support\u003c\/h3\u003e\n\u003cp\u003eDesigned to complement regular movement, exercise, stretching, and an active daily lifestyle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-benefit\"\u003e\n\u003cdiv class=\"fascia-icon\"\u003e🌿\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eAntioxidant Support\u003c\/h3\u003e\n\u003cp\u003ePine bark and grape seed extracts provide concentrated proanthocyanidins for antioxidant support.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FORMULA --\u003e\n\u003csection class=\"fascia-section\"\u003e\n\u003cdiv class=\"fascia-section-heading\"\u003e\n\u003cspan\u003eThe Formula\u003c\/span\u003e\n\u003ch2\u003eKey Ingredients at a Glance\u003c\/h2\u003e\n\u003cp\u003eA multi-ingredient formula built around connective tissue, hydration, mobility, and everyday physical wellness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-formula\"\u003e\n\u003cdiv class=\"fascia-ingredient\"\u003e\n\u003cdiv class=\"fascia-ingredient-top\"\u003e\n\u003ch3\u003eHyaluronic Acid\u003c\/h3\u003e\n\u003cspan class=\"fascia-dose\"\u003e150 mg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eProvided as sodium hyaluronate to support normal tissue hydration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-ingredient\"\u003e\n\u003cdiv class=\"fascia-ingredient-top\"\u003e\n\u003ch3\u003eGrape Seed Extract\u003c\/h3\u003e\n\u003cspan class=\"fascia-dose\"\u003e100 mg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eStandardized to 95% proanthocyanidins for concentrated antioxidant support.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-ingredient\"\u003e\n\u003cdiv class=\"fascia-ingredient-top\"\u003e\n\u003ch3\u003eBamboo Extract\u003c\/h3\u003e\n\u003cspan class=\"fascia-dose\"\u003e100 mg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eStandardized to 70% silica to support normal connective tissue structure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-ingredient\"\u003e\n\u003cdiv class=\"fascia-ingredient-top\"\u003e\n\u003ch3\u003eBoswellia Extract\u003c\/h3\u003e\n\u003cspan class=\"fascia-dose\"\u003e130 mg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eStandardized to 65% boswellic acids as part of the botanical formula.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-ingredient\"\u003e\n\u003cdiv class=\"fascia-ingredient-top\"\u003e\n\u003ch3\u003eGotu Kola Extract\u003c\/h3\u003e\n\u003cspan class=\"fascia-dose\"\u003e100 mg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eA botanical ingredient traditionally used in connective tissue and physical wellness formulas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-ingredient\"\u003e\n\u003cdiv class=\"fascia-ingredient-top\"\u003e\n\u003ch3\u003ePine Bark Extract\u003c\/h3\u003e\n\u003cspan class=\"fascia-dose\"\u003e50 mg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eStandardized to 95% proanthocyanidins for antioxidant support.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-ingredient\"\u003e\n\u003cdiv class=\"fascia-ingredient-top\"\u003e\n\u003ch3\u003eSerrapeptase\u003c\/h3\u003e\n\u003cspan class=\"fascia-dose\"\u003e40,000 SPU\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eAn enzyme included as part of the formula's comprehensive daily support.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-ingredient\"\u003e\n\u003cdiv class=\"fascia-ingredient-top\"\u003e\n\u003ch3\u003eManganese\u003c\/h3\u003e\n\u003cspan class=\"fascia-dose\"\u003e2 mg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eProvided as manganese gluconate and contributes to normal connective tissue formation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-ingredient\"\u003e\n\u003cdiv class=\"fascia-ingredient-top\"\u003e\n\u003ch3\u003eBoron\u003c\/h3\u003e\n\u003cspan class=\"fascia-dose\"\u003e3 mg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eIncluded to complement the formula's overall nutritional profile.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WHY FORMULA --\u003e\n\u003csection class=\"fascia-section\"\u003e\n\u003cdiv class=\"fascia-highlight\"\u003e\n\u003ch2\u003eWhy This Formula?\u003c\/h2\u003e\n\u003cp\u003eEach part of the formula contributes to a different aspect of everyday connective tissue and physical wellness support.\u003c\/p\u003e\n\u003cdiv class=\"fascia-support-grid\"\u003e\n\u003cdiv class=\"fascia-support-item\"\u003e\n\u003cdiv class=\"fascia-support-number\"\u003e01\u003c\/div\u003e\n\u003cstrong\u003eHydration\u003c\/strong\u003e\n\u003cp\u003eHyaluronic acid supports normal tissue hydration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-support-item\"\u003e\n\u003cdiv class=\"fascia-support-number\"\u003e02\u003c\/div\u003e\n\u003cstrong\u003eStructure\u003c\/strong\u003e\n\u003cp\u003eSilica and manganese support normal connective tissue structure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-support-item\"\u003e\n\u003cdiv class=\"fascia-support-number\"\u003e03\u003c\/div\u003e\n\u003cstrong\u003eBotanical Support\u003c\/strong\u003e\n\u003cp\u003eBoswellia, gotu kola, pine bark, and grape seed complement the formula.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-support-item\"\u003e\n\u003cdiv class=\"fascia-support-number\"\u003e04\u003c\/div\u003e\n\u003cstrong\u003eAntioxidants\u003c\/strong\u003e\n\u003cp\u003ePine bark and grape seed provide concentrated proanthocyanidins.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-support-item\"\u003e\n\u003cdiv class=\"fascia-support-number\"\u003e05\u003c\/div\u003e\n\u003cstrong\u003eEnzyme Support\u003c\/strong\u003e\n\u003cp\u003eSerrapeptase provides the enzyme component of the formula.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-support-item\"\u003e\n\u003cdiv class=\"fascia-support-number\"\u003e06\u003c\/div\u003e\n\u003cstrong\u003eDaily Routine\u003c\/strong\u003e\n\u003cp\u003eA simple 2-capsule serving makes consistent use easy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- INGREDIENT DETAILS --\u003e\n\u003csection class=\"fascia-section\"\u003e\n\u003cdiv class=\"fascia-section-heading\"\u003e\n\u003cspan\u003eIngredient Details\u003c\/span\u003e\n\u003ch2\u003eWhat's Inside the Formula?\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-detailed\"\u003e\n\u003cdiv class=\"fascia-detail-card\"\u003e\n\u003ch3\u003eHyaluronic Acid — 150 mg\u003c\/h3\u003e\n\u003cp\u003eProvided as sodium hyaluronate, hyaluronic acid is naturally associated with tissue hydration and is included to support normal connective tissue hydration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-detail-card\"\u003e\n\u003ch3\u003eGrape Seed Extract — 100 mg\u003c\/h3\u003e\n\u003cp\u003eStandardized to 95% proanthocyanidins, grape seed extract provides concentrated antioxidant compounds as part of the overall formula.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-detail-card\"\u003e\n\u003ch3\u003eBamboo Extract — 100 mg\u003c\/h3\u003e\n\u003cp\u003eStandardized to 70% silica, bamboo extract provides a source of silica to support normal connective tissue and structural health.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-detail-card\"\u003e\n\u003ch3\u003eBoswellia Extract — 130 mg\u003c\/h3\u003e\n\u003cp\u003eStandardized to 65% boswellic acids, Boswellia provides concentrated botanical compounds for everyday physical wellness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-detail-card\"\u003e\n\u003ch3\u003eGotu Kola Extract — 100 mg\u003c\/h3\u003e\n\u003cp\u003eA botanical ingredient traditionally used in wellness formulas focused on connective tissue and overall physical support.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-detail-card\"\u003e\n\u003ch3\u003ePine Bark Extract — 50 mg\u003c\/h3\u003e\n\u003cp\u003eStandardized to 95% proanthocyanidins, pine bark extract provides antioxidant support and complements grape seed extract.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-detail-card\"\u003e\n\u003ch3\u003eSerrapeptase — 40,000 SPU\u003c\/h3\u003e\n\u003cp\u003eSerrapeptase is an enzyme included as part of the formula's comprehensive connective tissue and everyday wellness support.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-detail-card\"\u003e\n\u003ch3\u003eManganese \u0026amp; Boron\u003c\/h3\u003e\n\u003cp\u003eManganese contributes to normal connective tissue formation, while boron complements the formula's overall nutritional profile.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ACTIVE LIFESTYLE --\u003e\n\u003csection class=\"fascia-section\"\u003e\n\u003cdiv class=\"fascia-section-heading\"\u003e\n\u003cspan\u003eMade for Everyday Life\u003c\/span\u003e\n\u003ch2\u003eBuilt to Fit Your Routine\u003c\/h2\u003e\n\u003cp\u003eDesigned for adults who want nutritional support for healthy movement as part of an active and balanced lifestyle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-benefits\"\u003e\n\u003cdiv class=\"fascia-benefit\"\u003e\n\u003cdiv class=\"fascia-icon\"\u003e🏃\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eActive Adults\u003c\/h3\u003e\n\u003cp\u003eFits easily into routines that include exercise and regular movement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-benefit\"\u003e\n\u003cdiv class=\"fascia-icon\"\u003e🧘\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eStretching \u0026amp; Mobility\u003c\/h3\u003e\n\u003cp\u003eComplements stretching, flexibility work, and mobility-focused routines.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-benefit\"\u003e\n\u003cdiv class=\"fascia-icon\"\u003e🚶\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eEveryday Movement\u003c\/h3\u003e\n\u003cp\u003eSupports people who simply want to maintain healthy daily movement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-benefit\"\u003e\n\u003cdiv class=\"fascia-icon\"\u003e💚\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eDaily Wellness\u003c\/h3\u003e\n\u003cp\u003eEasy to add to a broader routine focused on nutrition and physical wellness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ROUTINE --\u003e\n\u003csection class=\"fascia-section\"\u003e\n\u003cdiv class=\"fascia-section-heading\"\u003e\n\u003cspan\u003eSimple Daily Routine\u003c\/span\u003e\n\u003ch2\u003e2 Capsules. One Easy Routine.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-routine\"\u003e\n\u003cdiv class=\"fascia-step\"\u003e\n\u003cdiv class=\"fascia-step-number\"\u003e1\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTake 2 Capsules\u003c\/h3\u003e\n\u003cp\u003eTake the recommended daily serving with water.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-step\"\u003e\n\u003cdiv class=\"fascia-step-number\"\u003e2\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003ePreferably With a Meal\u003c\/h3\u003e\n\u003cp\u003eTaking the capsules with food may be more comfortable for some people.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-step\"\u003e\n\u003cdiv class=\"fascia-step-number\"\u003e3\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eStay Consistent\u003c\/h3\u003e\n\u003cp\u003eMake it part of your regular wellness and movement routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- EXPECTATIONS --\u003e\n\u003csection class=\"fascia-section\"\u003e\n\u003cdiv class=\"fascia-section-heading\"\u003e\n\u003cspan\u003eDaily Wellness\u003c\/span\u003e\n\u003ch2\u003eConsistency Matters\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-intro\"\u003e\n\u003cp\u003eDietary supplements are intended to provide nutritional support rather than produce an immediate effect. Individual experiences may vary based on lifestyle, diet, activity level, and other factors.\u003c\/p\u003e\n\u003cp\u003eFor overall physical wellness, pair your daily supplement routine with regular movement, stretching, adequate hydration, balanced nutrition, quality sleep, and healthy daily habits.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SUPPLEMENT FACTS --\u003e\n\u003csection class=\"fascia-section\"\u003e\n\u003cdiv class=\"fascia-section-heading\"\u003e\n\u003cspan\u003eSupplement Information\u003c\/span\u003e\n\u003ch2\u003eSupplement Facts\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-facts\"\u003e\n\u003cdiv class=\"fascia-facts-header\"\u003e\n\u003ch3\u003eSupplement Facts\u003c\/h3\u003e\n\u003cp\u003eServing Size: 2 Capsules · 30 Servings Per Container\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-facts-row\"\u003e\n\u003cstrong\u003eHyaluronic Acid\u003c\/strong\u003e \u003cspan\u003e150 mg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-facts-row\"\u003e\n\u003cstrong\u003ePine Bark Extract\u003c\/strong\u003e \u003cspan\u003e50 mg · 95% Proanthocyanidins\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-facts-row\"\u003e\n\u003cstrong\u003eGrape Seed Extract\u003c\/strong\u003e \u003cspan\u003e100 mg · 95% Proanthocyanidins\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-facts-row\"\u003e\n\u003cstrong\u003eBamboo Extract\u003c\/strong\u003e \u003cspan\u003e100 mg · 70% Silica\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-facts-row\"\u003e\n\u003cstrong\u003eManganese\u003c\/strong\u003e \u003cspan\u003e2 mg · Manganese Gluconate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-facts-row\"\u003e\n\u003cstrong\u003eSerrapeptase\u003c\/strong\u003e \u003cspan\u003e40,000 SPU\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-facts-row\"\u003e\n\u003cstrong\u003eBoswellia Extract\u003c\/strong\u003e \u003cspan\u003e130 mg · 65% Boswellic Acids\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-facts-row\"\u003e\n\u003cstrong\u003eGotu Kola Extract\u003c\/strong\u003e \u003cspan\u003e100 mg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-facts-row\"\u003e\n\u003cstrong\u003eBoron\u003c\/strong\u003e \u003cspan\u003e3 mg · Boron Citrate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-facts-note\"\u003e\n\u003cstrong\u003eOther Ingredients:\u003c\/strong\u003e Hypromellose (vegetable capsule), rice flour, silicon dioxide. \u003cbr\u003e† Daily Value not established.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CAPSULE --\u003e\n\u003csection class=\"fascia-section\"\u003e\n\u003cdiv class=\"fascia-section-heading\"\u003e\n\u003cspan\u003eSimple \u0026amp; Convenient\u003c\/span\u003e\n\u003ch2\u003eA Capsule Format Made for Daily Use\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-intro\"\u003e\n\u003cp\u003eNo powders to mix, no measuring, and no complicated preparation. The formula comes in convenient vegetable capsules that can easily become part of your everyday wellness routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- STORAGE --\u003e\n\u003csection class=\"fascia-section\"\u003e\n\u003cdiv class=\"fascia-section-heading\"\u003e\n\u003cspan\u003eStorage \u0026amp; Care\u003c\/span\u003e\n\u003ch2\u003eKeep Your Supplement Fresh\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-storage\"\u003e\n\u003cdiv class=\"fascia-storage-item\"\u003e\n\u003cdiv\u003e🌡️\u003c\/div\u003e\n\u003cp\u003eStore in a cool, dry place.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-storage-item\"\u003e\n\u003cdiv\u003e☀️\u003c\/div\u003e\n\u003cp\u003eKeep away from direct sunlight.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-storage-item\"\u003e\n\u003cdiv\u003e💧\u003c\/div\u003e\n\u003cp\u003eProtect from excessive moisture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-storage-item\"\u003e\n\u003cdiv\u003e🔒\u003c\/div\u003e\n\u003cp\u003eKeep the container tightly closed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"text-align: center; color: #68736d; font-size: 11px; margin-top: 14px;\"\u003eKeep out of reach of children. Do not use if the seal is broken or missing.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"fascia-section\"\u003e\n\u003cdiv class=\"fascia-section-heading\"\u003e\n\u003cspan\u003eQuestions, Answered\u003c\/span\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cp\u003eEverything you need to know about using the formula as part of your daily routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fascia-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is this product?\u003c\/summary\u003e\n\u003cp\u003eThis is a daily dietary supplement formulated to support healthy connective tissue, fascial hydration, mobility, flexibility, and overall physical wellness.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this a fascia support supplement?\u003c\/summary\u003e\n\u003cp\u003eYes. The formula is specifically designed around nutritional support for connective tissue and everyday mobility, including ingredients selected to support tissue hydration and normal structural function.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow many capsules should I take?\u003c\/summary\u003e\n\u003cp\u003eThe suggested daily serving is 2 capsules with water. Follow the directions provided on your product label.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I take both capsules at the same time?\u003c\/summary\u003e\n\u003cp\u003eYes. The daily serving is 2 capsules, which can generally be taken together with water, preferably with a meal.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eShould I take it with food?\u003c\/summary\u003e\n\u003cp\u003eTaking the capsules with a meal may be more comfortable for some people. Follow your product label or the advice of your healthcare professional.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow long should I take it?\u003c\/summary\u003e\n\u003cp\u003eThis product is designed for consistent daily nutritional support. Individual experiences vary, so there is no single timeframe that applies to everyone.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I take it every day?\u003c\/summary\u003e\n\u003cp\u003eThe formula is intended for daily use according to the recommended serving. If you have a medical condition or take medications, consult your healthcare professional before starting any dietary supplement.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I take it with other supplements?\u003c\/summary\u003e\n\u003cp\u003eIt may be used alongside other supplements, but you should review your total daily intake of overlapping ingredients. If you are unsure, consult a healthcare professional.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I take it with prescription medications?\u003c\/summary\u003e\n\u003cp\u003eIf you take prescription medications, have a medical condition, are pregnant or breastfeeding, or are preparing for surgery, consult your healthcare professional before using this product.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this a medication?\u003c\/summary\u003e\n\u003cp\u003eNo. This is a dietary supplement and is not intended to replace prescription medication or medical treatment.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan men and women use this supplement?\u003c\/summary\u003e\n\u003cp\u003eThe formula is designed as general connective tissue and mobility support for adults. Follow the recommended serving and consult a healthcare professional if you have specific health concerns.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this replace stretching or exercise?\u003c\/summary\u003e\n\u003cp\u003eNo. A supplement should complement, not replace, healthy habits such as regular movement, stretching, strength training, adequate hydration, quality sleep, and a balanced diet.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow should I store the capsules?\u003c\/summary\u003e\n\u003cp\u003eStore the container tightly closed in a cool, dry place away from direct sunlight, excessive heat, and moisture.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWho should avoid using this product?\u003c\/summary\u003e\n\u003cp\u003eAnyone who is pregnant or breastfeeding, has a medical condition, takes prescription medications, or is preparing for surgery should consult a healthcare professional before use.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL --\u003e\n\u003csection class=\"fascia-final\"\u003e\n\u003ch2\u003eSupport Healthy Movement Every Day\u003c\/h2\u003e\n\u003cp\u003eGive your daily wellness routine targeted nutritional support for connective tissue, hydration, mobility, and overall physical wellness.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e 2 capsules a day. Simple, consistent, everyday support. \u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- DISCLAIMER --\u003e\n\u003cdiv class=\"fascia-disclaimer\"\u003e\n\u003cstrong\u003eDisclaimer:\u003c\/strong\u003e These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure, or prevent any disease.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"PWR SUPP","offers":[{"title":"Default Title","offer_id":43309151420514,"sku":"RF-FSS-1-0469","price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0653\/8333\/3986\/files\/GeneratedImageSeptember08_2026-10_55AM_1.jpg?v=1788837291","url":"https:\/\/www.getpwrsupp.com\/products\/fascia-support-supplement","provider":"PWR SUPP","version":"1.0","type":"link"}