{"product_id":"titus-reclining-wheelchair-with-elevating-leg-rests-rear-anti-tippers","title":"Reclining Wheelchair with Elevating Leg Rests \u0026 Rear Anti-Tippers","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght=300;400;500;600;700\u0026display=swap');\n\n  :root { \n    --primary: #0A4275; \n    --primary-light: #1A5F96;\n    --primary-dark: #052644;\n    --accent-success: #16A34A;\n    --accent-success-hover: #15803D;\n    --text: #334155; \n    --text-muted: #64748B;\n    --bg-light: #F8FAFC; \n    --border: #E2E8F0;\n    --glass-bg: rgba(255, 255, 255, 0.95);\n    --glass-shadow: 0 12px 24px -10px rgba(10, 66, 117, 0.04);\n    --radius-lg: 14px;\n    --radius-md: 10px;\n    --radius-sm: 6px;\n    --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);\n    \n    \/* Luxury Card Variables *\/\n    --card-bg: linear-gradient(145deg, #FFFFFF 0%, #F1F5F9 100%);\n    --card-border: 1px solid rgba(10, 66, 117, 0.09);\n    --card-shadow: 0 4px 12px -1px rgba(10, 66, 117, 0.05), 0 2px 4px -1px rgba(10, 66, 117, 0.03);\n    --card-shadow-hover: 0 20px 32px -8px rgba(10, 66, 117, 0.12), 0 8px 16px -4px rgba(10, 66, 117, 0.06);\n    --card-border-hover: 1px solid rgba(26, 95, 150, 0.35);\n  }\n\n  \/* Compact Premium Layout Structure *\/\n  .fm-page { \n    font-family: 'Inter', -apple-system, system-ui, sans-serif; \n    color: var(--text); \n    max-width: 970px; \n    margin: 0 auto; \n    line-height: 1.55; \n    padding: 0;\n    background-color: #FFFFFF;\n    -webkit-font-smoothing: antialiased;\n    overflow-x: hidden;\n  }\n\n  \/* Tightened Structural Sections *\/\n  .fm-section {\n    padding: 24px 20px;\n    margin-bottom: 4px;\n  }\n  @media (max-width: 768px) {\n    .fm-section { padding: 16px 12px; margin-bottom: 2px; }\n  }\n\n  \/* Refined Typography Hierarchy *\/\n  .fm-headline { \n    font-size: 2rem; \n    font-weight: 700; \n    line-height: 1.2; \n    margin-bottom: 14px; \n    color: var(--primary-dark); \n    letter-spacing: -0.015em; \n  }\n  @media (max-width: 768px) { .fm-headline { font-size: 1.6rem; } }\n\n  .fm-tagline { \n    font-size: 0.8rem; \n    color: var(--primary-light); \n    font-weight: 600; \n    margin-bottom: 6px; \n    text-transform: uppercase; \n    letter-spacing: 0.08em; \n  }\n  \n  .fm-section-title { \n    font-size: 1.5rem; \n    font-weight: 700; \n    color: var(--primary-dark); \n    margin: 16px 0 6px 0; \n    letter-spacing: -0.01em; \n    text-align: center; \n  }\n  .fm-section-subtitle { \n    font-size: 0.9rem; \n    color: var(--text-muted); \n    margin: 0 0 24px 0; \n    text-align: center; \n    max-width: 650px; \n    margin-left: auto; \n    margin-right: auto;\n    font-weight: 400;\n  }\n  @media (max-width: 768px) {\n    .fm-section-title { font-size: 1.3rem; margin-top: 12px; }\n    .fm-section-subtitle { margin-bottom: 16px; font-size: 0.85rem; }\n  }\n\n  p {\n    font-weight: 400;\n    color: var(--text);\n  }\n\n  \/* PREMIUM OPEN TRUST BADGE STRIP *\/\n  .fm-trust-badge-row {\n    display: grid;\n    grid-template-columns: repeat(5, minmax(0, 1fr)); \n    align-items: center;\n    justify-content: center;\n    padding: 20px 16px;\n    background-color: transparent;\n    border: none;\n    box-shadow: none;\n    gap: 12px;\n  }\n  \n  .fm-trust-badge-item {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center; \n    gap: 8px; \n    font-size: 0.84rem; \n    font-weight: 600;\n    color: var(--primary-dark);\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  @media (max-width: 768px) {\n    .fm-trust-badge-row {\n      grid-template-columns: repeat(2, minmax(0, 1fr)); \n      gap: 12px 16px;\n      padding: 14px;\n    }\n    .fm-trust-badge-item:last-child {\n      grid-column: span 2;\n    }\n  }\n\n  .fm-icon-circle {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px; \n    height: 20px; \n    flex-shrink: 0;\n    transition: var(--transition);\n    color: var(--accent-success);\n  }\n  .fm-icon-circle svg {\n    width: 100%;\n    height: 100%;\n  }\n\n  \/* Compact Stats Bar *\/\n  .fm-stats-bar { \n    display: grid; \n    grid-template-columns: repeat(4, 1fr); \n    background: #FFFFFF;\n    padding: 16px; \n    border-radius: var(--radius-md); \n    border: 1px solid var(--border); \n    box-shadow: var(--glass-shadow); \n    margin-bottom: 16px; \n    text-align: center; \n  }\n  @media (max-width: 768px) { .fm-stats-bar { grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 14px 8px; } }\n  .stat-val { display: block; font-size: 1.6rem; font-weight: 700; color: var(--primary); margin-bottom: 2px; letter-spacing: -0.015em; }\n  .stat-lbl { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); font-weight: 500; }\n\n  \/* Hero Layout *\/\n  .fm-hero { \n    display: grid; \n    grid-template-columns: 1fr 1fr; \n    gap: 32px; \n    align-items: center; \n    margin-bottom: 16px; \n  }\n  @media (max-width: 768px) { .fm-hero { grid-template-columns: 1fr; gap: 20px; text-align: center; } }\n  \n  .fm-hero-visuals {\n    position: relative;\n    width: 100%;\n  }\n  .fm-hero-img { \n    width: 100%; \n    border-radius: var(--radius-md); \n    box-shadow: 0 10px 25px rgba(10,66,117,0.03); \n    object-fit: cover; \n    display: block;\n  }\n  \n  \/* Floating Benefit Cards *\/\n  .fm-floating-card {\n    position: absolute;\n    background: rgba(255, 255, 255, 0.96);\n    backdrop-filter: blur(6px);\n    -webkit-backdrop-filter: blur(6px);\n    border: 1px solid rgba(226, 232, 240, 0.8);\n    padding: 8px 12px;\n    border-radius: var(--radius-sm);\n    box-shadow: 0 6px 14px rgba(0,0,0,0.03);\n    font-weight: 600;\n    font-size: 0.75rem;\n    color: var(--primary-dark);\n    display: flex;\n    align-items: center;\n    gap: 5px;\n    pointer-events: none;\n    z-index: 2;\n  }\n  .fc-1 { top: 8%; left: -1%; }\n  .fc-2 { bottom: 12%; left: -2%; }\n  .fc-3 { bottom: 8%; right: -1%; }\n  @media (max-width: 900px) { .fm-floating-card { display: none; } }\n  \n  \/* Global Luxury Shopify A+ Card Configuration *\/\n  .fm-feature-grid { \n    display: grid; \n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); \n    gap: 20px; \n  }\n  \n  .fm-feature-card { \n    padding: 24px; \n    background: var(--card-bg); \n    border: var(--card-border);\n    border-radius: var(--radius-lg); \n    box-shadow: var(--card-shadow);\n    transition: var(--transition); \n    position: relative; \n  }\n  \n  .fm-feature-card:hover { \n    transform: translateY(-6px);\n    border: var(--card-border-hover);\n    box-shadow: var(--card-shadow-hover);\n  }\n  \n  .fm-feature-card h3 { \n    margin-top: 0; \n    font-size: 1.15rem; \n    font-weight: 600; \n    color: var(--primary-dark); \n    margin-bottom: 10px; \n    display: flex; \n    align-items: center; \n    gap: 8px; \n  }\n  \n  .fm-feature-card p { \n    margin: 0; \n    color: var(--text); \n    font-size: 0.88rem; \n    line-height: 1.55;\n  }\n\n  \/* STRICT 3-COLUMN COMPARISON LAYOUT *\/\n  .fm-comparison-wrapper {\n    width: 100%;\n    background: #FFFFFF;\n    border-radius: var(--radius-md);\n    border: 1px solid var(--border);\n    overflow: hidden;\n  }\n  .fm-comparison-table {\n    width: 100%;\n    border-collapse: collapse;\n    text-align: left;\n    font-size: 0.88rem;\n    table-layout: fixed;\n  }\n  .fm-comparison-table th:nth-child(1),\n  .fm-comparison-table td:nth-child(1) { width: 30%; }\n  .fm-comparison-table th:nth-child(2),\n  .fm-comparison-table td:nth-child(2) { width: 35%; }\n  .fm-comparison-table th:nth-child(3),\n  .fm-comparison-table td:nth-child(3) { width: 35%; }\n  \n  .fm-comparison-table th, .fm-comparison-table td {\n    padding: 14px 16px;\n    border-bottom: 1px solid var(--border);\n    word-wrap: break-word;\n  }\n  .fm-comparison-table th {\n    background: var(--bg-light);\n    font-weight: 600;\n    color: var(--primary-dark);\n  }\n  .fm-comparison-table td { color: var(--text); }\n  .fm-comparison-table tr:last-child th, .fm-comparison-table tr:last-child td { border-bottom: none; }\n  .fm-cross-icon { color: #DC2626; font-weight: 700; font-size: 0.95rem; }\n  \n  \/* TECHNICAL SPECIFICATIONS CARDS *\/\n  .fm-spec-container { \n    display: grid; \n    grid-template-columns: 1fr 1fr; \n    gap: 20px; \n    margin-top: 4px;\n  }\n  @media (max-width: 768px) { .fm-spec-container { grid-template-columns: 1fr; gap: 16px; } }\n\n  .fm-spec-card {\n    background: var(--card-bg);\n    border-radius: var(--radius-lg);\n    border: var(--card-border);\n    box-shadow: var(--card-shadow);\n    padding: 20px 24px;\n  }\n  .fm-specs-table { width: 100%; border-collapse: collapse; font-size: 0.88rem; }\n  .fm-specs-table tr { border-bottom: 1px solid #E2E8F0; }\n  .fm-specs-table tr:last-child { border-bottom: none; }\n  .fm-specs-table td { padding: 10px 0; }\n  .fm-specs-table td:first-child {\n    color: var(--text-muted);\n    font-weight: 500;\n    width: 45%;\n    padding-right: 8px;\n  }\n  .fm-specs-table td:last-child { color: var(--primary-dark); font-weight: 500; }\n  \n  \/* STABLE NO-HOVER UNBOXING GRID SYSTEM *\/\n  .fm-unboxing-grid { \n    display: grid; \n    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); \n    gap: 16px; \n  }\n  .fm-unboxing-card { \n    background: var(--card-bg); \n    border: var(--card-border);\n    border-radius: var(--radius-lg); \n    padding: 24px 16px; \n    text-align: center; \n    box-shadow: var(--card-shadow);\n  }\n  .fm-unboxing-card h4 { font-size: 1rem; font-weight: 600; color: var(--primary-dark); margin: 0 0 6px 0; }\n  .fm-unboxing-card p { font-size: 0.84rem; color: var(--text-muted); margin: 0; line-height: 1.45; font-weight: 400; }\n\n  \/* MATCHED FAQ STYLING FROM SCREENSHOT *\/\n  .fm-faq-container { max-width: 890px; margin-left: auto; margin-right: auto; }\n  .fm-faq-item {\n    background: #F8FAFC;\n    border: 1px solid rgba(10, 66, 117, 0.08);\n    border-radius: 16px;\n    margin-bottom: 16px;\n    overflow: hidden;\n    box-shadow: 0 4px 12px -2px rgba(10, 66, 117, 0.03);\n    transition: var(--transition);\n  }\n  .fm-faq-item:hover {\n    background: #FFFFFF;\n    border-color: rgba(26, 95, 150, 0.3);\n    box-shadow: 0 10px 20px -6px rgba(10, 66, 117, 0.07);\n  }\n  .fm-faq-item details { padding: 0; }\n  .fm-faq-item summary {\n    font-size: 1.05rem;\n    font-weight: 500;\n    color: #052644;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    cursor: pointer;\n    gap: 16px;\n    padding: 22px 28px;\n    user-select: none;\n  }\n  .fm-faq-item summary::-webkit-details-marker { display: none; }\n  .fm-faq-toggle-icon { \n    font-size: 1.5rem; \n    font-weight: 400; \n    color: #1A5F96; \n    line-height: 1; \n    transition: transform 0.2s ease;\n  }\n  .fm-faq-item details[open] summary .fm-faq-toggle-icon {\n    transform: rotate(45deg);\n  }\n  .fm-faq-answer {\n    margin: 0 28px 24px 28px;\n    padding-top: 16px;\n    border-top: 1px solid #E2E8F0;\n    color: var(--text);\n    font-size: 0.94rem;\n    line-height: 1.6;\n  }\n\n  \/* Closing Banner *\/\n  .fm-cta-banner { \n    background: linear-gradient(135deg, #052644 0%, #0A4275 100%); \n    color: #FFFFFF; \n    border-radius: var(--radius-md); \n    padding: 36px 24px; \n    text-align: center; \n    margin-top: 24px; \n    margin-bottom: 16px; \n  }\n  .fm-cta-banner h2 { margin: 0 0 8px 0; font-size: 1.6rem; font-weight: 700; color: #FFFFFF; }\n  .fm-cta-banner p { color: #E2E8F0; max-width: 640px; margin: 0 auto; font-size: 0.95rem; opacity: 0.9; }\n  .fm-cta-trust-footer {\n    margin-top: 24px;\n    display: flex;\n    justify-content: center;\n    gap: 12px 24px;\n    border-top: 1px solid rgba(255,255,255,0.1);\n    padding-top: 20px;\n  }\n  .fm-cta-trust-item {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    font-size: 0.82rem;\n    color: #E2E8F0;\n  }\n\n  \/* Centered Bottom Link Container *\/\n  .fm-bottom-link-container {\n    text-align: center;\n    padding: 12px 20px 32px 20px;\n  }\n  .fm-manual-link { \n    display: inline-flex; \n    align-items: center; \n    gap: 8px; \n    text-decoration: none; \n    color: var(--primary-light); \n    font-weight: 600; \n    font-size: 0.92rem; \n    transition: var(--transition);\n    border: 1px solid var(--border);\n    padding: 10px 20px;\n    border-radius: var(--radius-md);\n    background-color: var(--bg-light);\n    box-shadow: 0 2px 4px rgba(0,0,0,0.02);\n  }\n  .fm-manual-link:hover {\n    color: #FFFFFF;\n    background-color: var(--primary-light);\n    border-color: var(--primary-light);\n    transform: translateY(-2px);\n    box-shadow: 0 4px 12px rgba(26, 95, 150, 0.2);\n  }\n  \n  .fm-table-check-wrapper {\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n  }\n  .fm-table-check-wrapper svg {\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"fm-page\"\u003e\n\u003cdiv class=\"fm-trust-badge-row\"\u003e\n\u003cdiv class=\"fm-trust-badge-item\"\u003e\n\u003cdiv class=\"fm-icon-circle\"\u003e\u003csvg stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21.5 12A9.5 9.5 0 1 1 18 5.5\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 11 13 15 22 4\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\nFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"fm-trust-badge-item\"\u003e\n\u003cdiv class=\"fm-icon-circle\"\u003e\u003csvg stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21.5 12A9.5 9.5 0 1 1 18 5.5\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 11 13 15 22 4\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\nSecure Checkout\u003c\/div\u003e\n\u003cdiv class=\"fm-trust-badge-item\"\u003e\n\u003cdiv class=\"fm-icon-circle\"\u003e\u003csvg stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21.5 12A9.5 9.5 0 1 1 18 5.5\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 11 13 15 22 4\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\nWarranty Protection\u003c\/div\u003e\n\u003cdiv class=\"fm-trust-badge-item\"\u003e\n\u003cdiv class=\"fm-icon-circle\"\u003e\u003csvg stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21.5 12A9.5 9.5 0 1 1 18 5.5\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 11 13 15 22 4\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\nCustomer Support\u003c\/div\u003e\n\u003cdiv class=\"fm-trust-badge-item\"\u003e\n\u003cdiv class=\"fm-icon-circle\"\u003e\u003csvg stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21.5 12A9.5 9.5 0 1 1 18 5.5\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 11 13 15 22 4\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\nEasy Returns\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"padding-top: 12px; padding-bottom: 8px;\" class=\"fm-section\"\u003e\n\u003cdiv class=\"fm-stats-bar\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stat-val\"\u003e90° - 180°\u003c\/span\u003e\u003cspan class=\"stat-lbl\"\u003eFull Range Recline\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stat-val\"\u003e500 lbs\u003c\/span\u003e\u003cspan class=\"stat-lbl\"\u003eMax Weight Capacity\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stat-val\"\u003ePneumatic\u003c\/span\u003e\u003cspan class=\"stat-lbl\"\u003eInfinite Leg Elevation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stat-val\"\u003eStandard\u003c\/span\u003e\u003cspan class=\"stat-lbl\"\u003eRear Anti Tippers\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection style=\"padding-top: 4px;\" class=\"fm-section\"\u003e\n\u003cdiv class=\"fm-hero\"\u003e\n\u003cdiv class=\"fm-hero-visuals\"\u003e\n\u003cdiv class=\"fm-floating-card fc-1\"\u003e90° to 180° Full Recline\u003c\/div\u003e\n\u003cdiv class=\"fm-floating-card fc-2\"\u003eSet-Back Stabilizing Axle\u003c\/div\u003e\n\u003cdiv class=\"fm-floating-card fc-3\"\u003eRemovable Head Immobilizer\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/3817\/8910\/files\/RecliningWheelchair01.jpg?v=1782907008\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"fm-tagline\"\u003eClinical Posture Control \u0026amp; Dynamic Recline Positioning\u003c\/p\u003e\n\u003ch1 class=\"fm-headline\"\u003eTitus Reclining Wheelchair with Elevating Leg Rests \u0026amp; Rear Anti Tippers\u003c\/h1\u003e\n\u003cp style=\"font-size: 0.95rem; color: var(--text); margin-bottom: 12px; line-height: 1.55;\"\u003eThe Titus Reclining Wheelchair (Chariot RC Platform) provides comprehensive, professional grade orthopedic back and headrest support, allowing users to transitions smoothly from a 90 degree upright posture to an expansive 180 degree full recline layout. Engineered for safety and extreme clinical versatility, the lightweight mag style tracking wheels are intentionally set back on the high-tensile frame to counteract shift centers and ensure absolute stability while fully reclined.\u003c\/p\u003e\n\u003cp style=\"font-size: 0.88rem; color: var(--text-muted); margin-bottom: 0;\"\u003eEquipped with a built in headrest extension, removable head immobilizer panels, and customizable padded arm structures, this versatile system integrates advanced pneumatic piston-assisted elevating leg rests. It safely manages broad patient scales with distinct weight limits climbing up to 500 lbs on reinforced configurations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"fm-section\"\u003e\n\u003ch2 class=\"fm-section-title\"\u003eKey Wheelchair Features\u003c\/h2\u003e\n\u003cp class=\"fm-section-subtitle\"\u003eAdvanced positional adjustments and structural safety mechanics engineered to elevate long term patient comfort.\u003c\/p\u003e\n\u003cdiv class=\"fm-feature-grid\"\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eContinuous 180° Recline\u003c\/h3\u003e\n\u003cp\u003eProvides deep mechanical alignment options, reclining smoothly from 90° straight down to 180° flat. Perfect for managing orthostatic pressure, facilitating respiratory relief, and enhancing rest cycles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003ePiston Driven Leg Elevation\u003c\/h3\u003e\n\u003cp\u003eOutfitted with tool free, heavily padded elevating leg rests backed by an integrated pneumatic piston. Caregivers can make seamless, infinite angle adjustments to maximize blood flow and decrease lower extremity edema.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eSet Back Anti Tip Axis\u003c\/h3\u003e\n\u003cp\u003eFeatures lightweight mag style rear wheels strategically shifted back on the chassis. Combined with factory standard rear anti-tippers, it completely neutralizes backward tipping hazards in recline mode.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eHeadrest Extension Assembly\u003c\/h3\u003e\n\u003cp\u003eComes standard with a premium top frame headrest extension structure and a fully removable head immobilizer. Delivers optimal cervical spine stabilization and tailored support during recline variations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eDetachable Padded Arms\u003c\/h3\u003e\n\u003cp\u003eSide arm tracking structures pull clear away from the main frame path to optimize barrier-free side transfers, available in low profile Desk Length formats or continuous Full Length support designs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eAnti-Microbial Nylon Fabric\u003c\/h3\u003e\n\u003cp\u003eUpholstered with premium, deep weave black padded nylon that natively resists mildew and bacterial growth. Simplifies cleanings and remains highly breathable over extended daily seating cycles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"fm-section\"\u003e\n\u003ch2 class=\"fm-section-title\"\u003eDesigned Around Your Life and Built For Confidence\u003c\/h2\u003e\n\u003cp class=\"fm-section-subtitle\"\u003eReal-world clinical adaptations and premium robust components optimized for daily user independence.\u003c\/p\u003e\n\u003cdiv class=\"fm-feature-grid\"\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eTailored Footplate Engineering\u003c\/h3\u003e\n\u003cp\u003eFeatures durable, impact resistant composite footplates on 16\", 18\", and 20\" models, and transitions to heavy duty industrial aluminum footplates on ultra wide 22\" and 24\" platforms.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eTactile Push to Lock Brakes\u003c\/h3\u003e\n\u003cp\u003eEquipped with highly accessible, high tension manual parking toggle wheel locks that firmly secure the rear drive tires into position during boarding entry or standing exits.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eSolid Rubber Front Casters\u003c\/h3\u003e\n\u003cp\u003eSturdy 8\" x 1\" solid rubber front casters easily glide across interior carpets, tile, and rugged outdoor pavements without ever tracking low pressure or risking sudden punctures.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eMaintenance Free Wheels\u003c\/h3\u003e\n\u003cp\u003eComposite composite handrims paired with precision molded mag wheels are exceptionally lightweight, eliminating wheel-truing maintenance while providing smooth self propulsion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eHCPCS Insurance Verified\u003c\/h3\u003e\n\u003cp\u003eRigorously mapped and certified to fulfill authorized insurance billing guidelines, covered under medical code listings K0001 (Standard), E1226 (Reclining Back), and E0990 (Elevating Leg Rests).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eChip-Resistant Silver Vein\u003c\/h3\u003e\n\u003cp\u003eThe hig -strength steel slide tube architecture features a premium silver vein powder coating that effectively resists chips, scratches, and harsh sanitizing chemicals.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection style=\"background-color: var(--bg-light); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);\" class=\"fm-section\"\u003e\n\u003ch2 class=\"fm-section-title\"\u003eWhy Choose Titus Reclining?\u003c\/h2\u003e\n\u003cp class=\"fm-section-subtitle\"\u003eReview the professional grade structural updates that distinguish the Titus from standard heavy-duty mobility products.\u003c\/p\u003e\n\u003cdiv class=\"fm-comparison-wrapper\"\u003e\n\u003ctable class=\"fm-comparison-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"text-align: center;\"\u003eFeature Comparison\u003c\/th\u003e\n\u003cth style=\"background: rgba(22, 163, 74, 0.02); text-align: center;\"\u003eTitus Reclining Platform\u003c\/th\u003e\n\u003cth style=\"text-align: center;\"\u003eStandard Wheelchairs\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003e\u003cstrong\u003eBackrest Mobility\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"background: rgba(22, 163, 74, 0.02); text-align: center;\"\u003e\n\u003cdiv class=\"fm-table-check-wrapper\"\u003e\n\u003csvg style=\"color: rgb(22, 163, 74); width: 20px; height: 20px;\" stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21.5 12A9.5 9.5 0 1 1 18 5.5\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 11 13 15 22 4\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e \u003cspan\u003eFull range mechanical recline stretching from 90° to a completely flat 180° layout\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eFixed upright frames that lock the user in a singular posture, increasing tailbone pressure points\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003e\u003cstrong\u003eCenter of Gravity Safety\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"background: rgba(22, 163, 74, 0.02); text-align: center;\"\u003e\n\u003cdiv class=\"fm-table-check-wrapper\"\u003e\n\u003csvg style=\"color: rgb(22, 163, 74); width: 20px; height: 20px;\" stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21.5 12A9.5 9.5 0 1 1 18 5.5\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 11 13 15 22 4\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e \u003cspan\u003eRear drive wheels are set back on the frame and paired with structural anti tippers to ensure stability\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eStandard aligned axle profiles that can lean or tip backward dangerously under high reclining weights\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003e\u003cstrong\u003eCervical Core Support\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"background: rgba(22, 163, 74, 0.02); text-align: center;\"\u003e\n\u003cdiv class=\"fm-table-check-wrapper\"\u003e\n\u003csvg style=\"color: rgb(22, 163, 74); width: 20px; height: 20px;\" stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21.5 12A9.5 9.5 0 1 1 18 5.5\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 11 13 15 22 4\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e \u003cspan\u003eIntegrated headrest extension frame containing a fully adjustable, removable head immobilizer block\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e\n\u003cspan class=\"fm-cross-icon\"\u003eX\u003c\/span\u003e Low mid back fabrics lacking head or neck rest points, limiting use to alert patients\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003e\u003cstrong\u003eLegrest Mechanics\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"background: rgba(22, 163, 74, 0.02); text-align: center;\"\u003e\n\u003cdiv class=\"fm-table-check-wrapper\"\u003e\n\u003csvg style=\"color: rgb(22, 163, 74); width: 20px; height: 20px;\" stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21.5 12A9.5 9.5 0 1 1 18 5.5\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 11 13 15 22 4\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e \u003cspan\u003ePneumatic piston configuration allowing infinite angle alignment adjustments without using manual tools\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e\n\u003cspan class=\"fm-cross-icon\"\u003eX\u003c\/span\u003e Standard rigid drop down leg rigs that hold limbs in a low position, exacerbating lower leg swelling\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"fm-section\"\u003e\n\u003ch2 class=\"fm-section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cp class=\"fm-section-subtitle\"\u003eAccurate engineering dimensions, weight ratings, and structural boundaries for the Titus Recliner.\u003c\/p\u003e\n\u003cdiv class=\"fm-spec-container\"\u003e\n\u003cdiv class=\"fm-spec-card\"\u003e\n\u003ctable class=\"fm-specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eChassis Frame Type\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eSlide Tube Reclining Folding Steel Frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eStructural Finish\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eSilver Vein Powder Coating (Scuff Resistant)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eSeat Width Formats\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e16\" \/ 18\" \/ 20\" \/ 22\" \/ 24\" Seating Matrix\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eSeat Depth Profile\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e16\" Depth (16\"\/18\"\/20\") | 18\" Depth (22\"\/24\")\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eBackrest Height\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e32\" High Extended Reclining Back Panel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eArmrest Variations\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eRemovable Padded Desk Arms or Full Arms\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eInsurance Coding\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eHCPCS Verified: K0001 \/ E1226 \/ E0990\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-spec-card\"\u003e\n\u003ctable class=\"fm-specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eSeat to Floor Height\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e20\" Fixed Profile Baseline\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eRear Drive Wheel System\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eLightweight Mag Wheels with Set Back Axle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eFront Steering Casters\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e8\" x 1\" Solid Rubber Anti Puncture Casters\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eFootplate Materials\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eComposite (16\"-20\") | Aluminum (22\"-24\")\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eNet Weight of Product\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e58 \/ 59 \/ 60 \/ 61 \/ 62 lbs (Sizing Proportional)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eOverall Outer Width\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e24\" \/ 26\" \/ 28\" \/ 30\" \/ 32\" (Out to Out Width)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eManufacturer Warranty\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eLimited 3 Year Factory Frame Protection\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection style=\"background-color: #fffbeb; border: 1px solid #FDE68A; border-radius: var(--radius-md); margin: 12px 20px;\" class=\"fm-section\"\u003e\n\u003ch3 style=\"margin-top: 0; font-size: 1.1rem; color: #92400e; display: flex; align-items: center; gap: 8px; font-weight: 600;\"\u003e\n\u003csvg style=\"color: #d97706;\" stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\u003cpath d=\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\"\u003e\u003c\/path\u003e\u003cline y2=\"13\" x2=\"12\" y1=\"9\" x1=\"12\"\u003e\u003c\/line\u003e\u003cline y2=\"17\" x2=\"12.01\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e Critical Variant Capacity \u0026amp; Structural Compatibility Matrix\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 0.88rem; color: #78350f; line-height: 1.5;\"\u003eTo preserve patient comfort and compliance, please review the arm style restrictions and scaling limits across width configurations before purchase:\u003c\/p\u003e\n\u003cul style=\"margin: 8px 0 0 0; padding-left: 20px; font-size: 0.85rem; color: #78350f; font-weight: 500;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e16\" \u0026amp; 18\" Width Formats (Desk or Full Arms):\u003c\/strong\u003e Certifies a structural weight threshold up to 300 lbs.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e20\" Width Format (Desk or Full Arms):\u003c\/strong\u003e Certifies a structural weight threshold up to 350 lbs.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e22\" \u0026amp; 24\" Heavy-Duty Width Formats:\u003c\/strong\u003e Certifies an expanded weight threshold up to 500 lbs max capacity. \u003cspan style=\"text-decoration: underline;\"\u003eNote: 22\" and 24\" chassis are exclusively manufactured in Desk Arm variants.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"fm-section\"\u003e\n\u003ch2 class=\"fm-section-title\"\u003eEverything Included\u003c\/h2\u003e\n\u003cp class=\"fm-section-subtitle\"\u003eYour medical-grade clinical asset arrives fully packaged and ready to deploy with all primary assemblies.\u003c\/p\u003e\n\u003cdiv class=\"fm-unboxing-grid\"\u003e\n\u003cdiv class=\"fm-unboxing-card\"\u003e\n\u003ch4\u003eReclining Wheelchair\u003c\/h4\u003e\n\u003cp\u003eSilver vein steel folding chassis with integrated reclining gears and setback axle mounts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-unboxing-card\"\u003e\n\u003ch4\u003ePneumatic Legrests\u003c\/h4\u003e\n\u003cp\u003ePair of tool-free elevating piston leg supports with sizing-matched footplates.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-unboxing-card\"\u003e\n\u003ch4\u003eCervical Support Set\u003c\/h4\u003e\n\u003cp\u003eStandard top frame headrest extension assembly with a removable head immobilizer pad.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-unboxing-card\"\u003e\n\u003ch4\u003eRemovable Side Arms\u003c\/h4\u003e\n\u003cp\u003ePair of detachable, padded arm assemblies matching your exact chosen variant style.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"fm-section\"\u003e\n\u003ch2 class=\"fm-section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cp class=\"fm-section-subtitle\"\u003eClear insights regarding the positioning functions and structural engineering of the Titus reclining platform.\u003c\/p\u003e\n\u003cdiv class=\"fm-faq-container\"\u003e\n\u003cdiv class=\"fm-faq-item\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eHow do set back rear wheels protect the patient during recline? \u003cspan class=\"fm-faq-toggle-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"fm-faq-answer\"\u003eWhen a wheelchair backrest drops backward down to 180 degrees, the user's upper body mass shifts their center of gravity to the rear of the chair. The Titus features rear wheel axles shifted back on the lower frame to support this redistribution. Combined with heavy duty rear anti-tippers, this specialized geometry prevents the wheelchair from tipping backward.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-faq-item\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eWhat are the differences between Desk Arms and Full Arms? \u003cspan class=\"fm-faq-toggle-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"fm-faq-answer\"\u003eDesk Arms feature a lower, shorter front section that lets you roll close to dining tables, office desks, and computer setups without detaching the arm structures. Full Arms offer a single continuous, elongated padded support line from the backrest straight to the forward frame edge. This is optimal if you prioritize maximum forearm comfort and extra upper body leverage when pushing yourself up to stand.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-faq-item\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eHow does the pneumatic piston system improve legrest adjustment? \u003cspan class=\"fm-faq-toggle-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"fm-faq-answer\"\u003eUnlike typical economy wheelchairs that use rigid preset notches which can jar the patient's limbs, the Titus uses a premium pneumatic piston system. This works like a smooth shock absorber, allowing a caregiver to lift or lower the leg support to any precise angle without using tools. This provides continuous positioning relief that reduces swelling and improves circulation.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-faq-item\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eWhat are the care advantages of the black nylon upholstery fabric? \u003cspan class=\"fm-faq-toggle-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"fm-faq-answer\"\u003eThe deep weave padded nylon material is engineered specifically for clinical or long term homecare environments. It contains native properties that resist moisture accumulation, mildew growth, and bacterial reproduction. It is non porous and easy to wipe down using standard surface disinfectants, preventing foul odor buildup over years of multi hour daily seating.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection style=\"padding-bottom: 2px;\" class=\"fm-section\"\u003e\n\u003cdiv class=\"fm-cta-banner\"\u003e\n\u003ch2\u003eReclaim Absolute Stability and Heavy Duty Driving Freedom\u003c\/h2\u003e\n\u003cp\u003eTrue orthopedic support requires a precision equilibrium between dynamic positional shifting and unyielding structural safety. With the Titus Reclining Wheelchair, you experience an adaptive 90° to 180° full backrest transition paired with continuous piston leg elevation, custom sizing frameworks, and an ultra safe set-back rear wheel footprint. Equip your clinical workflow or domestic environment with a reliable system engineered around deep comfort.\u003c\/p\u003e\n\u003cdiv class=\"fm-cta-trust-footer\"\u003e\n\u003cdiv class=\"fm-cta-trust-item\"\u003eLimited 3-Year Factory Warranty Included\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"fm-bottom-link-container\"\u003e\u003ca rel=\"noopener\" href=\"https:\/\/proactivemedical.com\/wp-content\/uploads\/2023\/05\/Proactive-Wheelchair-Chariot-RC-Recliner-Hangtag-3.14.23.pdf\" class=\"fm-manual-link\" target=\"_blank\"\u003e \u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"18\" width=\"18\"\u003e\u003cpath d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"\u003e\u003c\/path\u003e\u003cpolyline points=\"7 10 12 15 17 10\"\u003e\u003c\/polyline\u003e\u003cline y2=\"3\" x2=\"12\" y1=\"15\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e Download User Manual (PDF) \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Proactive Medical","offers":[{"title":"16\" \/ Desk Arms","offer_id":42961183801438,"sku":"WCRC16DAELR","price":349.0,"currency_code":"USD","in_stock":true},{"title":"16\" \/ Full Arms","offer_id":42961183834206,"sku":"WCRC16FAELR","price":349.0,"currency_code":"USD","in_stock":true},{"title":"18\" \/ Desk Arms","offer_id":42961183866974,"sku":"WCRC18DAELR","price":349.0,"currency_code":"USD","in_stock":true},{"title":"18\" \/ Full Arms","offer_id":42961183899742,"sku":"WCRC18FAELR","price":349.0,"currency_code":"USD","in_stock":true},{"title":"20\" \/ Desk Arms","offer_id":42961183932510,"sku":"WCRC20DAELR","price":359.0,"currency_code":"USD","in_stock":true},{"title":"20\" \/ Full Arms","offer_id":42961183965278,"sku":"WCRC20FAELR","price":359.0,"currency_code":"USD","in_stock":true},{"title":"22\" \/ Desk Arms","offer_id":42961183998046,"sku":"WCRC22DAELR","price":449.0,"currency_code":"USD","in_stock":true},{"title":"24\" \/ Desk Arms","offer_id":42961184063582,"sku":"WCRC24DAELR","price":598.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0624\/3817\/8910\/files\/RecliningWheelchair01.jpg?v=1782907008","url":"https:\/\/mobilityqueens.com\/products\/titus-reclining-wheelchair-with-elevating-leg-rests-rear-anti-tippers","provider":"Mobility Queens","version":"1.0","type":"link"}