{"product_id":"titus-heavy-duty-wheelchair-with-elevating-leg-rests-up-to-700-lb-capacity","title":"Titus Heavy Duty Wheelchair with Elevating Leg Rests – Up to 700 lb Capacity","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 viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\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 viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\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 viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\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 viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\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 viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\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 class=\"fm-section\" style=\"padding-top: 12px; padding-bottom: 8px;\"\u003e\n\u003cdiv class=\"fm-stats-bar\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stat-val\"\u003e700 lbs\u003c\/span\u003e\u003cspan class=\"stat-lbl\"\u003eMax Capacity\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stat-val\"\u003e22\" - 30\"\u003c\/span\u003e\u003cspan class=\"stat-lbl\"\u003eBariatric Seat Widths\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stat-val\"\u003ePneumatic\u003c\/span\u003e\u003cspan class=\"stat-lbl\"\u003eInfinite Elevating\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stat-val\"\u003eSlide Tube\u003c\/span\u003e\u003cspan class=\"stat-lbl\"\u003eHeavy Duty Frame\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"fm-section\" style=\"padding-top: 4px;\"\u003e\n\u003cdiv class=\"fm-hero\"\u003e\n\u003cdiv class=\"fm-hero-visuals\"\u003e\n\u003cdiv class=\"fm-floating-card fc-1\"\u003eInfinite Piston Elevation\u003c\/div\u003e\n\u003cdiv class=\"fm-floating-card fc-2\"\u003eReinforced Slide-Tube Steel\u003c\/div\u003e\n\u003cdiv class=\"fm-floating-card fc-3\"\u003eRemovable Padded Arms\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/3817\/8910\/files\/BariatricWheelchair02_1.jpg?v=1782897297\" class=\"fm-hero-img\" alt=\"Titus Heavy Duty Wheelchair with Elevating Leg Rests\"\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"fm-tagline\"\u003eElite Structural Strength \u0026amp; Clinical Positioning\u003c\/p\u003e\n\u003ch1 class=\"fm-headline\"\u003eTitus Heavy Duty Wheelchair with Elevating Leg Rests\u003c\/h1\u003e\n\u003cp style=\"font-size: 0.95rem; color: var(--text); margin-bottom: 12px; line-height: 1.55;\"\u003eThe Titus Heavy Duty Wheelchair with Elevating Leg Rests is an ultra sturdy, specialized bariatric mobility platform engineered from the ground up for patients requiring wider seating profiles, advanced circulatory positioning, and high weight thresholds. Anchored by a heavy duty steel slide-tube architecture, it delivers exceptional durability and premium styling tailored precisely for the bariatric population.\u003c\/p\u003e\n\u003cp style=\"font-size: 0.88rem; color: var(--text-muted); margin-bottom: 0;\"\u003eOffering generous width choices from 22\" to 30\" and accommodating safe structural limits up to 700 lbs, this wheelchair features advanced pneumatic piston-assisted elevating leg rests for infinite angle configuration alongside removable padded armrests for barrier-free side transfers.\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\"\u003eHeavy duty bariatric adaptations combined with clinical posture engineering for maximum lower limb relief.\u003c\/p\u003e\n\u003cdiv class=\"fm-feature-grid\"\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eInfinite Piston Leg Elevation\u003c\/h3\u003e\n\u003cp\u003eOutfitted with tool free, heavily padded elevating leg rests backed by an integrated pneumatic piston system. Changes angles smoothly and infinitely to help reduce swelling and assist recovery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eReinforced Slide Tube Frame\u003c\/h3\u003e\n\u003cp\u003eConstructed using a high tolerance slide tube silver vein steel layout that structurally lock tracks the folding alignment, preventing frame warp or lean under intensive occupant demands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eTrue 700 lb Weight Limit\u003c\/h3\u003e\n\u003cp\u003ePurpose designed for high-capacity bariatric applications, certifying an uncompromising 500 lbs threshold on 22\"\/24\" chassis sizes and an industrial 700 lbs maximum rating on 26\"\/28\"\/30\" layouts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eRemovable Padded Armrests\u003c\/h3\u003e\n\u003cp\u003eThe side arm tracking structures pull clear away from the seat frame to establish open horizontal transfer paths, available in Desk Length table variants or continuous Full Length support designs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eDual Axle Hemi Adaptability\u003c\/h3\u003e\n\u003cp\u003eBuilt with an adaptive dual axle mounting hub that transitions your standard 20.5\" sitting clearance downward to an 18.5\" hemi profile, allowing natural foot to floor manual propulsion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eHeavy Duty Upholstery\u003c\/h3\u003e\n\u003cp\u003eUpholstered with premium, extra thick padded bariatric canvas that provides long term anti sag properties, maximizing comfort during prolonged seating while remaining simple to sanitize.\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 safety controls and premium robust tracking components optimized for bariatric security.\u003c\/p\u003e\n\u003cdiv class=\"fm-feature-grid\"\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eOversized Aluminum Footplates\u003c\/h3\u003e\n\u003cp\u003eThe extra wide 28” and 30” chassis models come standard with reinforced, spacious aluminum footplates to accommodate wide footwear profiles and maximize structural lower leg support.\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, heavy 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\u003eFlat Free Urethane Drive Tires\u003c\/h3\u003e\n\u003cp\u003eLarge 24\" rear tracking wheels feature thick, flat free urethane tires that bypass all puncture maintenance, fitted with heavy duty hand rims for consistent manual self propulsion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003e3 Position Front Casters\u003c\/h3\u003e\n\u003cp\u003eSturdy 8\" x 2\" semi pneumatic front casters feature 3 distinct vertical height settings to optimize steering geometry and ensure high maneuverability across carpets or pavement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eHCPCS Medicare Verified\u003c\/h3\u003e\n\u003cp\u003eRigorously mapped and certified to fulfill authorized insurance billing guidelines, covered under medical code listings K0007 (Extra Heavy Duty Wheelchair) or K0195 (Elevating Legrest Upgrades).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eLow Maintenance Lifecycle\u003c\/h3\u003e\n\u003cp\u003eUtilizing high tensile steel connection fasteners, rugged non porous canvas, and heavy duty mechanical elements to ensure dependable clinical utility with low maintenance upkeep.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"fm-section\" style=\"background-color: var(--bg-light); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);\"\u003e\n\u003ch2 class=\"fm-section-title\"\u003eWhy Choose Titus Elevating?\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 Elevating Platform\u003c\/th\u003e\n\u003cth style=\"text-align: center;\"\u003eStandard Heavy-Duty Chairs\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\u003eLegrest Mechanism\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 viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" style=\"color: rgb(22, 163, 74); width: 20px; height: 20px;\"\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;\"\u003eRigid metal mechanical clicks or fixed hangers that limit posture and shock legs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003e\u003cstrong\u003eChassis Alignment Stability\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 viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" style=\"color: rgb(22, 163, 74); width: 20px; height: 20px;\"\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\u003eIndustrial-grade slide-tube steel frames that prevent twisting and evenly spread high weight loads\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eBasic single-hinge frames that sag, bend, or experience center-joint friction over time\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003e\u003cstrong\u003eSeat Width Selections\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 viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" style=\"color: rgb(22, 163, 74); width: 20px; height: 20px;\"\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\u003eFive custom bariatric seat widths spanning 22\", 24\", 26\", 28\", up to an expansive 30\" profile\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 Limited wide metrics topping out at 22\", restricting hip width comfort for larger patients\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003e\u003cstrong\u003eCaster Width \u0026amp; Cushion\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 viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" style=\"color: rgb(22, 163, 74); width: 20px; height: 20px;\"\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\u003eOversized 8\" x 2\" thick semi-pneumatic wheels offering 3 selectable chassis tracking heights\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 narrow casters that track poorly on thick rugs and transmit severe ground vibrations\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 platform.\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;\"\u003eHeavy Duty Slide-Tube 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;\"\u003e22\" \/ 24\" \/ 26\" \/ 28\" \/ 30\" Variant Tracks\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;\"\u003e18\" Depth (22\"\/24\") | 20\" Depth (26\"\/28\"\/30\")\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eBackrest Engineering\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e16\" \/ 18\" Height Fixed-Style 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 Medicare Verified: K0007 \/ K0195\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 Tracking\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e20.5” Standard Axle Height \/ 18.5” Lower Hemi Axis\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;\"\u003e24” Flat Free Solid Urethane Wheels with Hand Rims\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 2\" Semi-Pneumatic Wheels \/ 3-Position Hubs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eFootplate Engineering\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eOversized Aluminum Plates (Standard on 28” \u0026amp; 30”)\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;\"\u003e56 \/ 57 \/ 59 \/ 61 \/ 64 lbs (Proportional to Sizing)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eOverall Outer Footprint\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e30\" \/ 32\" \/ 36\" \/ 38\" \/ 40\" Total 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 class=\"fm-section\" style=\"background-color: #fffbeb; border: 1px solid #FDE68A; border-radius: var(--radius-md); margin: 12px 20px;\"\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 width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" style=\"color: #d97706;\"\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 x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"\u003e\u003c\/line\u003e\u003c\/svg\u003e Critical Variant Load Configuration Matrix\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 0.88rem; color: #78350f; line-height: 1.5;\"\u003eTo preserve therapeutic safety compliance, please check your exact seat format and arm structure option capacity combination rules before finalizing selection:\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\u003e22\" \u0026amp; 24\" Width Formats (All arm configurations):\u003c\/strong\u003e Rated safely up to 500 lbs max weight capacity.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e26\" Width Format with Full-Length Arms:\u003c\/strong\u003e Rated safely up to 500 lbs max weight capacity.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e26\" Width Format with Desk-Length Arms:\u003c\/strong\u003e Advanced optimization up to 700 lbs max weight capacity.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e28\" \u0026amp; 30\" Width Formats (Both Desk and Full arm configurations):\u003c\/strong\u003e Advanced optimization up to 700 lbs max weight capacity.\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 bariatric 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\u003eTitus Wheelchair\u003c\/h4\u003e\n\u003cp\u003eHeavy duty steel slide tube folding frame with pre applied silver vein finish.\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 infinite elevation piston tracking padded leg supports and footplates.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-unboxing-card\"\u003e\n\u003ch4\u003eBariatric Seating\u003c\/h4\u003e\n\u003cp\u003ePre secured, extra thick heavy duty padded baseline and backrest fabric liners.\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 bariatric platform.\u003c\/p\u003e\n\u003cdiv class=\"fm-faq-container\"\u003e\n\u003cdiv class=\"fm-faq-item\"\u003e\n\u003cdetails\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 heavy 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\u003e\n\u003csummary\u003eWhat is the advantage of a heavy duty slide tube frame design? \u003cspan class=\"fm-faq-toggle-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"fm-faq-answer\"\u003eStandard bariatric transport systems often use basic single cross hinges that can bend or wobble when loaded near maximum capacity. The Titus uses an advanced heavy duty slide tube steel layout where weight bearing columns slide smoothly along fixed internal guides. This keeps the frame highly rigid and stable, preventing frame twist and keeping the folding mechanism smooth over years of intensive bariatric support.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-faq-item\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow does the dual-axle system convert down to a hemi level clearance? \u003cspan class=\"fm-faq-toggle-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"fm-faq-answer\"\u003eThe Titus frame features built in dual mounting tracks on both the rear wheel plates and front caster forks. This allows a technician or caregiver to lower the standard 20.5\" sitting plane down to an 18.5\" hemi height. Lowering the seat height allows users with a shorter stature or those in specialized rehabilitation programs to touch the floor comfortably and safely use manual foot propulsion.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-faq-item\"\u003e\n\u003cdetails\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\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"fm-section\" style=\"padding-bottom: 2px;\"\u003e\n\u003cdiv class=\"fm-cta-banner\"\u003e\n\u003ch2\u003eReclaim Absolute Stability and Heavy-Duty Driving Freedom\u003c\/h2\u003e\n\u003cp\u003eTrue bariatric independence demands equipment engineered to withstand intense weight loads without sacrificing user safety or comfort. With the Titus Heavy Duty Wheelchair with Elevating Leg Rests, you experience a high capacity 700 lbs threshold paired with spacious bariatric seating profiles, custom pneumatic leg positioning, and removable side structures. Equip your homecare space or clinical department with a reliable system built for uncompromising strength.\u003c\/p\u003e\n\u003cdiv class=\"fm-cta-trust-footer\"\u003e\n\u003cdiv class=\"fm-cta-trust-item\"\u003eFactory 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 class=\"fm-manual-link\" href=\"https:\/\/proactivemedical.com\/wp-content\/uploads\/2023\/05\/Proactive-Wheelchair-Titus-Wheelchair-Hangtag-K7-2.14.23.pdf\" rel=\"noopener\" target=\"_blank\"\u003e \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\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 x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"\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":"22\" \/ Desk Arms","offer_id":42960772038750,"sku":"WCK722DAELR","price":329.0,"currency_code":"USD","in_stock":true},{"title":"22\" \/ Full Arms","offer_id":42960772071518,"sku":"WCK722FAELR","price":329.0,"currency_code":"USD","in_stock":true},{"title":"24\" \/ Desk Arms","offer_id":42960772104286,"sku":"WCK724DAELR","price":349.0,"currency_code":"USD","in_stock":true},{"title":"24\" \/ Full Arms","offer_id":42960772137054,"sku":"WCK724FAELR","price":349.0,"currency_code":"USD","in_stock":true},{"title":"26\" \/ Desk Arms","offer_id":42960772169822,"sku":"WCK726DAELR","price":409.0,"currency_code":"USD","in_stock":true},{"title":"26\" \/ Full Arms","offer_id":42960772202590,"sku":"WCK726FAELR","price":409.0,"currency_code":"USD","in_stock":true},{"title":"28\" \/ Desk Arms","offer_id":42960772235358,"sku":"WCK728DAELR","price":499.0,"currency_code":"USD","in_stock":true},{"title":"28\" \/ Full Arms","offer_id":42960772268126,"sku":"WCK728FAELR","price":499.0,"currency_code":"USD","in_stock":true},{"title":"30\" \/ Desk Arms","offer_id":42960772300894,"sku":"WCK730DAELR","price":549.0,"currency_code":"USD","in_stock":true},{"title":"30\" \/ Full Arms","offer_id":42960772333662,"sku":"WCK730FAELR","price":549.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0624\/3817\/8910\/files\/BariatricWheelchair02_1.jpg?v=1782897297","url":"https:\/\/mobilityqueens.com\/products\/titus-heavy-duty-wheelchair-with-elevating-leg-rests-up-to-700-lb-capacity","provider":"Mobility Queens","version":"1.0","type":"link"}