{"product_id":"titus-heavy-duty-wheelchair-with-swing-away-foot-rests-up-to-700-lb-capacity","title":"Titus Heavy Duty Wheelchair with Swing Away Foot 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 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\"\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\"\u003eSlide Tube\u003c\/span\u003e\u003cspan class=\"stat-lbl\"\u003eSilver Vein Frame\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stat-val\"\u003eDual Axle\u003c\/span\u003e\u003cspan class=\"stat-lbl\"\u003eHemi Adaptable\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\"\u003eReinforced Slide-Tube Frame\u003c\/div\u003e\n\u003cdiv class=\"fm-floating-card fc-2\"\u003eRemovable Desk or Full Arms\u003c\/div\u003e\n\u003cdiv class=\"fm-floating-card fc-3\"\u003eSwing-Away Transfer Steps\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/3817\/8910\/files\/BariatricWheelchair02.jpg?v=1782734679\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"fm-tagline\"\u003eElite Structural Strength \u0026amp; Extended Widths\u003c\/p\u003e\n\u003ch1 class=\"fm-headline\"\u003eTitus Heavy Duty Wheelchair with Swing Away Foot 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 is an ultra sturdy bariatric mobility platform specifically engineered to support users requiring broader seat formats and elevated weight limits. Built around a rugged, heavy-duty slide-tube frame architecture, it presents a substantial, durable, and refined choice designed to preserve comfort and user dignity across clinical and residential settings.\u003c\/p\u003e\n\u003cp style=\"font-size: 0.88rem; color: var(--text-muted); margin-bottom: 0;\"\u003eOffering accommodating width profiles from 22\" up to an impressive 30\" combined with a max load index up to 700 lbs, this platform features adaptable dual axle structural tracking and completely removable padded armrests to facilitate safe sideways patient 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 industrial integrations engineered to provide dependable daily support and mobility.\u003c\/p\u003e\n\u003cdiv class=\"fm-feature-grid\"\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eReinforced Slide Tube Frame\u003c\/h3\u003e\n\u003cp\u003eEngineered with a high strength slide tube silver vein steel layout that reinforces the entire chassis alignment under heavy weight, minimizing flex and maximizing tracking longevity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eTrue 700 lb Weight Capacity\u003c\/h3\u003e\n\u003cp\u003eIntelligently optimized for the bariatric patient population, providing an uncompromising 500 lbs threshold on 22\"\/24\" setups and a massive 700 lbs rating on wide 26\"\/28\"\/30\" formats.\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 assemblies pull away completely to facilitate unobstructed side transfers, available in customized Desk Length for table access or Full Length variations for complete forearm support.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eDual Axle Hemi Adjustability\u003c\/h3\u003e\n\u003cp\u003eFeatures a versatile dual axle setup that tracks standard 20.5\" positioning or shifts smoothly down to a lower 18.5\" hemi level, allowing for natural, efficient manual foot propulsion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eSwing Away Foot Support\u003c\/h3\u003e\n\u003cp\u003eOutfitted with tool free swing away footrests that clear the forward pathway instantly, allowing for risk free standing boarding, seated entries, and close-up furniture positioning.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eHeavy Duty Upholstery\u003c\/h3\u003e\n\u003cp\u003eWrapped in extra thick padded bariatric upholstery designed to resist sagging under sustained pressure, providing everyday ergonomic support while being exceptionally easy to wipe clean.\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 tracking controls and premium mechanical elements optimized for bariatric safety.\u003c\/p\u003e\n\u003cdiv class=\"fm-feature-grid\"\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eWide Aluminum Footplates\u003c\/h3\u003e\n\u003cp\u003eThe wide format 28” and 30” configurations come equipped with oversized, heavy duty aluminum footplates to provide robust lower limb support and maximize baseline resting stability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eEasy Push to Lock Brakes\u003c\/h3\u003e\n\u003cp\u003eEquipped with simple, highly tactile manual toggle parking wheel locks that anchor the drive tires instantly into place, ensuring absolute security during boarding transitions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eSolid Urethane Drive Tires\u003c\/h3\u003e\n\u003cp\u003eLarge 24\" rear drive wheels feature rugged solid urethane tires that eliminate flat risks entirely, paired with durable hand rims optimized for low fatigue self propulsion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eAdjustable Front Casters\u003c\/h3\u003e\n\u003cp\u003eRobust 8\" x 2\" semi pneumatic front casters feature 3 separate vertical position settings to ensure accurate alignment tracking and sharp indoor maneuverability over clinical carpet floors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eHCPCS Medicare Coded\u003c\/h3\u003e\n\u003cp\u003eEngineered to meet exact medical reimbursement guidelines, fully verified under authorized insurance billing codes K0007 (Extra Heavy-Duty) or K0195 (Elevating Legrest Upgrades).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eLow Maintenance Design\u003c\/h3\u003e\n\u003cp\u003eUtilizing high tolerance steel connections, durable hand rims, and non porous wipeable materials to ensure long term clinical performance with minimal technical service demands.\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 Heavy Duty?\u003c\/h2\u003e\n\u003cp class=\"fm-section-subtitle\"\u003eDiscover the premium heavy duty operational updates that elevate the Titus over standard consumer alternatives.\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 Bariatric Platform\u003c\/th\u003e\n\u003cth style=\"text-align: center;\"\u003eStandard Weight 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\u003eWeight Threshold\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\u003eIndustrial 500 lbs to 700 lbs certified capacity ratings verified under strict bariatric requirements\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eTypical 250 lbs to 300 lbs weight ceilings that buckle under intense user loads\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003e\u003cstrong\u003eFrame Engineering\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\u003eHeavy duty slide tube steel architecture with premium protective silver vein coating\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eThin-gauge single cross brace formats that warp or lean over months of steady use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003e\u003cstrong\u003eSeat Width Spectrum\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\u003eAccommodating extra wide options running from 22\" all the way up to an expansive 30\" space\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 16\" to 20\" narrow seat tracks that cause physical hip pinching and strain\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003e\u003cstrong\u003eCaster Stabilization\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\u003eThick 8\" x 2\" semi pneumatic wheels offering 3 separate adjustable vertical height alignments\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 Thin 6\" plastic casters that bind on doorway gaps and tip on minimal street debris\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\"\u003eAll the accurate sizing profiles, dimensions, and manufacturing data thresholds you require.\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;\"\u003eFrame System\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eHeavy Duty Slide Tube Steel Frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eChassis Finish\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eDurable Silver Vein Powder Coating\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\" Options\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\" (22\"\/24\" seats) | 20\" (26\"\/28\"\/30\" seats)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eBackrest Sizing\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e16\" \/ 18\" Fixed Height Structural Style\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eArmrest Formats\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;\"\u003eMedicare Insurance\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eHCPCS Coded Under K0007 or 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 Height\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e20.5” Standard Axle \/ 18.5” Lower Hemi Axle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eRear Drive Wheels\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e24” Solid Urethane Tires with Hand Rims\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eFront Casters\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e8\" x 2\" Semi Pneumatic \/ 3-Position Track\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eFootplate Type\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eOversized Aluminum (Standard on 28” \u0026amp; 30”)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eNet Product Weight\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e56 \/ 57 \/ 59 \/ 61 \/ 64 lbs (Sizing Dependent)\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;\"\u003e30\" \/ 32\" \/ 36\" \/ 38\" \/ 40\" (Width With Arms)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eFactory Warranty\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eLimited 3-Year Structural 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 Supplier Configuration Guidelines\u003c\/h3\u003e\n\u003cp style=\"margin: 0; font-size: 0.88rem; color: #78350f; line-height: 1.5;\"\u003eTo ensure precise clinical safety matching, verify your exact seat sizing and arm style combination load indices prior to ordering:\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\" Models (All configurations):\u003c\/strong\u003e Rated safely up to 500 lbs max load capacity.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e26\" Seat Width with Full Length Arms:\u003c\/strong\u003e Rated safely up to 500 lbs max load capacity.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e26\", 28\" \u0026amp; 30\" Seat Widths with Desk Length Arms:\u003c\/strong\u003e Heavy duty optimization up to 700 lbs max load capacity.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e28\" \u0026amp; 30\" Seat Widths with Full Length Arms:\u003c\/strong\u003e Heavy duty optimization up to 700 lbs max load 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 certified Titus bariatric transit asset arrives packaged with all essential components.\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 slide tube silver vein folding steel frame chassis assembly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-unboxing-card\"\u003e\n\u003ch4\u003eSwing Away Footrests\u003c\/h4\u003e\n\u003cp\u003ePair of detachable swing clear leg hangers outfitted with tracking 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-installed, extra thick heavy duty padded baseline and backrest upholstery liners.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-unboxing-card\"\u003e\n\u003ch4\u003eRemovable Arms\u003c\/h4\u003e\n\u003cp\u003ePair of detachable, padded arm assemblies matching your selected variant support profile.\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, professional insights regarding the build and options of the Titus bariatric platform.\u003c\/p\u003e\n\u003cdiv class=\"fm-faq-container\"\u003e\n\u003cdiv class=\"fm-faq-item\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eWhat makes a slide tube steel frame better for bariatric support? \u003cspan class=\"fm-faq-toggle-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"fm-faq-answer\"\u003eStandard heavy wheelchairs rely on simple hinge pivots that can sag over time under extreme loads. The Titus uses an advanced heavy duty slide-tube steel design that guides structural stress along straight alignment guides. This eliminates frame twisting, evenly spreads weight across the chassis, and keeps folding smooth throughout years of daily clinical use.\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 do I know whether to choose Desk Length or Full Length armrests? \u003cspan class=\"fm-faq-toggle-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"fm-faq-answer\"\u003eDesk Arms feature a lower, sloped forward profile that allows you to roll closer to office tables, dining setups, and computer desks without removing the arm assemblies. Full Arms provide a single continuous, elongated padded support line from the backrest to the front edge, which is ideal if you prioritize maximum forearm rest comfort and upper body leverage when standing up.\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 dual axle system track lower hemi seating levels? \u003cspan class=\"fm-faq-toggle-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"fm-faq-answer\"\u003eThe Titus frame features pre drilled dual mounting tracks on the rear axle plates and front caster forks. This allows a technician or caregiver to easily lower the default 20.5\" seat height down to a 18.5\" hemi level. Lowering the seat allows shorter individuals or those recovering from specialized rehabilitation to comfortably touch the floor and use manual foot propulsion safely.\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 benefits of the semi pneumatic front casters? \u003cspan class=\"fm-faq-toggle-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"fm-faq-answer\"\u003eThe wide 8\" x 2\" semi pneumatic casters combine the flat proof safety of solid wheels with the shock absorbing cushion of air tires. They will not puncture, yet they absorb hard vibrations from sidewalk cracks, door thresholds, and rugged textures. This prevents sudden jarring and provides a smooth ride for bariatric occupants.\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 daily independence requires equipment engineered to handle heavy loads without sacrificing safety or control. With the Titus Heavy Duty Wheelchair with Swing Away Foot Rests, you experience a massive 700 lbs maximum capability paired with ultra-wide bariatric seating layouts, adaptive hemi axle adjustments, and removable arm structures. Secure your homecare environment or clinical ward with an exceptional system built for uncompromising strength.\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\u003c\/div\u003e","brand":"Proactive Medical","offers":[{"title":"22\" \/ Desk Arms","offer_id":42953833316446,"sku":"WCK722DASF","price":329.0,"currency_code":"USD","in_stock":true},{"title":"22\" \/ Full Arms","offer_id":42953833349214,"sku":"WCK722FASF","price":329.0,"currency_code":"USD","in_stock":true},{"title":"24\" \/ Desk Arms","offer_id":42953833381982,"sku":"WCK724DASF","price":349.0,"currency_code":"USD","in_stock":true},{"title":"24\" \/ Full Arms","offer_id":42953833414750,"sku":"WCK724FASF","price":349.0,"currency_code":"USD","in_stock":true},{"title":"26\" \/ Desk Arms","offer_id":42953833447518,"sku":"WCK726DASF","price":419.0,"currency_code":"USD","in_stock":true},{"title":"26\" \/ Full Arms","offer_id":42953833480286,"sku":"WCK726FASF","price":419.0,"currency_code":"USD","in_stock":true},{"title":"28\" \/ Desk Arms","offer_id":42953833513054,"sku":"WCK728DASF","price":479.0,"currency_code":"USD","in_stock":true},{"title":"28\" \/ Full Arms","offer_id":42953833545822,"sku":"WCK728FASF","price":479.0,"currency_code":"USD","in_stock":true},{"title":"30\" \/ Desk Arms","offer_id":42953833578590,"sku":"WCK730DASF","price":649.0,"currency_code":"USD","in_stock":true},{"title":"30\" \/ Full Arms","offer_id":42953833611358,"sku":"WCK730FASF","price":649.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0624\/3817\/8910\/files\/BariatricWheelchair02.jpg?v=1782734679","url":"https:\/\/mobilityqueens.com\/products\/titus-heavy-duty-wheelchair-with-swing-away-foot-rests-up-to-700-lb-capacity","provider":"Mobility Queens","version":"1.0","type":"link"}