{"product_id":"chariot-ii-k2-wheelchair-with-swing-away-footrests-adjustable-hemi-height-desk-full-arms","title":"Chariot II K2 Wheelchair with Swing Away Footrests | Hemi Height","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  \/* Video Container *\/\n  .fm-video-wrapper { \n    position: relative; \n    padding-bottom: 56.25%; \n    height: 0; \n    overflow: hidden; \n    border-radius: var(--radius-md); \n    box-shadow: 0 10px 20px rgba(10,66,117,0.03); \n    margin-bottom: 12px; \n    border: 1px solid var(--border); \n  }\n  .fm-video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }\n  \n  \/* 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    transition: var(--transition);\n  }\n  .fm-unboxing-card:hover {\n    transform: translateY(-6px);\n    border: var(--card-border-hover);\n    box-shadow: var(--card-shadow-hover);\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  \/* FAQ Elements *\/\n  .fm-faq-container { max-width: 840px; margin-left: auto; margin-right: auto; }\n  .fm-faq-item {\n    background: var(--card-bg);\n    border: var(--card-border);\n    border-radius: var(--radius-lg);\n    margin-bottom: 14px;\n    overflow: hidden;\n    box-shadow: var(--card-shadow);\n  }\n  .fm-faq-item details { padding: 18px 22px; }\n  .fm-faq-item summary {\n    font-size: 0.98rem;\n    font-weight: 600;\n    color: #052644;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    cursor: pointer;\n    gap: 12px;\n  }\n  .fm-faq-item summary::-webkit-details-marker { display: none; }\n  .fm-faq-item .fm-icon-circle { width: 22px; height: 22px; color: var(--primary-light); }\n  .fm-faq-answer {\n    margin-top: 12px;\n    padding-top: 12px;\n    border-top: 1px solid #EDF2F7;\n    color: #5A6A85;\n    font-size: 0.9rem;\n    line-height: 1.55;\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\"\u003e36 to 38 lbs\u003c\/span\u003e\u003cspan class=\"stat-lbl\"\u003eNet Weight\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stat-val\"\u003e350 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\"\u003eDual Axle\u003c\/span\u003e\u003cspan class=\"stat-lbl\"\u003eHeight Settings\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stat-val\"\u003eSteel Frame\u003c\/span\u003e\u003cspan class=\"stat-lbl\"\u003eBuild Design\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\"\u003eHeavy Duty Steel Frame\u003c\/div\u003e\n\u003cdiv class=\"fm-floating-card fc-2\"\u003eUp to 350 lbs Capacity\u003c\/div\u003e\n\u003cdiv class=\"fm-floating-card fc-3\"\u003eDual Axle Versatility\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/3817\/8910\/files\/Chariot-II.jpg?v=1776926215\" class=\"fm-hero-img\" alt=\"Chariot II K2 Wheelchair\"\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"fm-tagline\"\u003eReliable Daily Mobility\u003c\/p\u003e\n\u003ch1 class=\"fm-headline\"\u003eChariot II K2 Wheelchair\u003c\/h1\u003e\n\u003cp style=\"font-size: 0.95rem; color: var(--text); margin-bottom: 12px; line-height: 1.55;\"\u003eThe Chariot II K2 Wheelchair is a durable, versatile mobility solution designed for daily use in homecare, hospitals, and rehabilitation environments. Built with a strong steel frame and adjustable dual axle system, it offers both standard and hemi height positioning to accommodate different user needs.\u003c\/p\u003e\n\u003cp style=\"font-size: 0.88rem; color: var(--text-muted); margin-bottom: 0;\"\u003eWith comfortable seating, smooth maneuverability, and reliable safety features, the Chariot II delivers a perfect balance of performance, comfort, and long term durability.\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\"\u003eThoughtful technical details engineered to optimize regular everyday operation.\u003c\/p\u003e\n\u003cdiv class=\"fm-feature-grid\"\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eHeavy Duty Steel Frame\u003c\/h3\u003e\n\u003cp\u003eConstructed for enhanced strength and stability with a reinforced structural architecture designed specifically for dependable daily mobility.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eDurable Silver Vein Finish\u003c\/h3\u003e\n\u003cp\u003eAn attractive industrial outer coating that provides high-grade protection and resistance against long term structural wear and scratching.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eVersatile Seat Formats\u003c\/h3\u003e\n\u003cp\u003eConfigured to meet diverse patient requirements with structural physical width configuration variants measuring 16 inches, 18 inches, or 20 inches.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eComfortable Padded Armrests\u003c\/h3\u003e\n\u003cp\u003eRemovable padded arm supports available in desk length or full length formats to perfectly suit table access or comprehensive resting arm support.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eEasy Clean Vinyl Upholstery\u003c\/h3\u003e\n\u003cp\u003ePremium resilient seating layout setup crafted from sanitary vinyl material that naturally resists bacteria, mildew, and continuous moisture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eSwing Away Footrests\u003c\/h3\u003e\n\u003cp\u003eUser friendly front foot support mechanics equipped with integrated heel loops that swing out cleanly to allow seamless and safe 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\"\u003eDesigned Around Your Life and Built For Confidence\u003c\/h2\u003e\n\u003cp class=\"fm-section-subtitle\"\u003eReal world safety parameters combined with ultimate lifestyle engineering.\u003c\/p\u003e\n\u003cdiv class=\"fm-feature-grid\"\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003ePush to Lock Wheel Brakes\u003c\/h3\u003e\n\u003cp\u003eHighly responsive parking brakes engineered to engage and release easily, delivering exceptional stability during user boarding transfers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003ePrecision Sealed Bearings\u003c\/h3\u003e\n\u003cp\u003eLow maintenance high tolerance structural mechanics that guarantee beautifully smooth, reliable rolling propulsion over indoor and outdoor surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eManeuverable Front Casters\u003c\/h3\u003e\n\u003cp\u003eAgile front tracking casters optimized to turn crisply within tight spaces, clinical hallways, and packed residential room layouts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eRear Travel Chart Pocket\u003c\/h3\u003e\n\u003cp\u003eA convenient backrest utility storage pouch built to allow secure placement of essential clinical medical documents and personal daily items.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eRobust Weight Capacity\u003c\/h3\u003e\n\u003cp\u003eEngineered to safely accommodate a diverse user population, holding up to 300 lbs on compact frames and 350 lbs on wider structural models.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eEveryday Adaptability\u003c\/h3\u003e\n\u003cp\u003eIdeal for multi scenario short or long term mobility needs across standard residential homecare, hospital wards, and professional rehabilitation clinics.\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 Chariot II?\u003c\/h2\u003e\n\u003cp class=\"fm-section-subtitle\"\u003eSee how the Chariot II structural platform compares to basic standard hospital chairs.\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;\"\u003eChariot II K2 Platform\u003c\/th\u003e\n\u003cth style=\"text-align: center;\"\u003eBasic Economy 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\u003eChassis Framework\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\u003eHeavy duty steel with protective premium silver vein finishing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eStandard paint prone to chipping and immediate rust development\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003e\u003cstrong\u003eSeating Configurations\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\u003eThree distinct physical width selections to match user builds\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 Single rigid width design layout format\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003e\u003cstrong\u003eMaintenance Profile\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\u003ePrecision sealed wheel bearings requiring minimal inspection adjustments\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 Exposed axle systems vulnerable to dust accumulation\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003e\u003cstrong\u003eHygiene Optimization\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\u003eResilient clean vinyl upholstery that actively blocks bacteria growth\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 porous nylon fabric that locks in moisture stains\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003e\u003cstrong\u003eTransfer 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 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\u003eSwing away quick release footrests with integrated secure heel support\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 Stationary rigid hanging hardware structures\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 dimension, weight, and performance details you need to know.\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;\"\u003eBody Material\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eHeavy Duty Steel Alloy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eFrame Finish\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eDurable Silver Vein Finish\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eUpholstery Type\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eEasy to Clean Bacteria Resistant Vinyl\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eProduct Net Weight\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eApproximately 36 to 38 lbs\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 or Full Length\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eFootrest System\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eSwing Away Removable with Heel Loops\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;\"\u003eWheel Bearings\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eLow Maintenance Precision Sealed System\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eBraking Configuration\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003ePush to Lock Wheel Brake Mechanics\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003e16 and 18 Inch Capacity\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e300 lbs Maximum Weight Limit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003e20 Inch Capacity\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e350 lbs Maximum Weight Limit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eIntended Environment\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eHomecare, Hospitals, and Rehab Centers\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\"\u003e\n\u003ch2 class=\"fm-section-title\"\u003eEverything Included\u003c\/h2\u003e\n\u003cp class=\"fm-section-subtitle\"\u003eYour complete mobility package arrives optimized with all operational components required.\u003c\/p\u003e\n\u003cdiv class=\"fm-unboxing-grid\"\u003e\n\u003cdiv class=\"fm-unboxing-card\"\u003e\n\u003ch4\u003eChariot II Wheelchair\u003c\/h4\u003e\n\u003cp\u003ePremium heavy duty steel chassis frame structure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-unboxing-card\"\u003e\n\u003ch4\u003eRemovable Armrests\u003c\/h4\u003e\n\u003cp\u003ePadded arm configurations for customized daily comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-unboxing-card\"\u003e\n\u003ch4\u003eSwing Away Footrests\u003c\/h4\u003e\n\u003cp\u003eQuick release front foot supports with attached heel loops.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-unboxing-card\"\u003e\n\u003ch4\u003eVinyl Seating\u003c\/h4\u003e\n\u003cp\u003ePre installed mildew and moisture protective back upholstery.\u003c\/p\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\u003eRegain Complete Stability and Daily Self Reliance\u003c\/h2\u003e\n\u003cp\u003eMaking your daily life simpler starts with medical equipment you can trust implicitly. With the Chariot II K2 Wheelchair, you gain the absolute confidence to navigate indoor spaces easily, handle professional clinical transitions smoothly, and manage long term rehabilitation routines. Experience a stable, practical layout system engineered to keep you supported day after day.\u003c\/p\u003e\n\u003cdiv class=\"fm-cta-trust-footer\"\u003e\n\u003cdiv class=\"fm-cta-trust-item\"\u003eFull 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 class=\"fm-manual-link\" href=\"https:\/\/proactivemedical.com\/wp-content\/uploads\/2023\/05\/Proactive-Wheelchair-Chariot-3-K3-Hangtag-2.14.23.pdf\" 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":"16\" \/ Desk Arms","offer_id":42688828964958,"sku":"WCK216DASF","price":179.0,"currency_code":"USD","in_stock":true},{"title":"16\" \/ Full Arms","offer_id":42688828997726,"sku":"WCK216FASF","price":189.0,"currency_code":"USD","in_stock":true},{"title":"18\" \/ Desk Arms","offer_id":42688829030494,"sku":"WCK218DASF","price":179.0,"currency_code":"USD","in_stock":true},{"title":"18\" \/ Full Arms","offer_id":42688829063262,"sku":"WCK218FASF","price":189.0,"currency_code":"USD","in_stock":true},{"title":"20\" \/ Desk Arms","offer_id":42688829096030,"sku":"WCK220DASF","price":179.0,"currency_code":"USD","in_stock":true},{"title":"20\" \/ Full Arms","offer_id":42688829128798,"sku":"WCK220FASF","price":189.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0624\/3817\/8910\/files\/Chariot-II.jpg?v=1776926215","url":"https:\/\/mobilityqueens.com\/products\/chariot-ii-k2-wheelchair-with-swing-away-footrests-adjustable-hemi-height-desk-full-arms","provider":"Mobility Queens","version":"1.0","type":"link"}