{"product_id":"comfygo-x-6-electric-wheelchair-replacement-parts","title":"X-6 Powerchair - Spares \u0026 Parts","description":"\u003cstyle\u003e\n    \/* ── Reset \u0026 Base ─────────────────────────────── *\/\n    .sp-page-wrap *, .sp-page-wrap *::before, .sp-page-wrap *::after { \n      box-sizing: border-box; \n    }\n    .sp-page-wrap {\n      font-family: inherit;\n      background: #fff;\n      color: #333;\n      line-height: 1.65;\n    }\n    .sp-page-wrap a { color: #2C3E50; text-decoration: none; }\n    .sp-page-wrap a:hover { text-decoration: underline; }\n    .sp-page-wrap a:focus-visible {\n      outline: 3px solid #2C3E50;\n      outline-offset: 3px;\n      border-radius: 4px;\n    }\n\n    \/* ── Layout ───────────────────────────────────── *\/\n    .sp-page-wrap { max-width: 1200px; margin: 0 auto; padding: 0 20px 60px; }\n\n    \/* ── Hero ─────────────────────────────────────── *\/\n    .sp-hero {\n      background: #2C3E50;\n      color: #fff;\n      padding: 60px 40px;\n      border-radius: 0 0 18px 18px;\n      margin-bottom: 50px;\n    }\n    .sp-hero h1 {\n      font-size: clamp(32px, 4vw, 42px); \n      font-weight: 800;\n      color: #fff;\n      letter-spacing: -0.02em;\n      margin-bottom: 16px;\n      line-height: 1.2;\n    }\n    .sp-hero h1 span { color: #7ec8ff; }\n    .sp-hero p {\n      font-size: 18px;\n      max-width: 800px;\n      opacity: 0.95;\n      line-height: 1.7;\n    }\n    .sp-trust-bar {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 12px;\n      margin-top: 30px;\n    }\n    .sp-trust-pill {\n      background: rgba(255,255,255,0.15);\n      border: 1px solid rgba(255,255,255,0.3);\n      border-radius: 50px;\n      padding: 8px 18px;\n      font-size: 14px;\n      font-weight: 600;\n      letter-spacing: 0.02em;\n    }\n\n    \/* ── Accordion Section ────────────────────────── *\/\n    .sp-accordion {\n      margin-bottom: 20px;\n      border: 1px solid #e3e8f0;\n      border-radius: 12px;\n      overflow: hidden;\n      background: #fff;\n    }\n    .sp-accordion-trigger {\n      width: 100%;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 15px;\n      padding: 22px 25px;\n      background: #f8f9fa;\n      border: none;\n      cursor: pointer;\n      text-align: left;\n      transition: background-color 0.2s;\n      font-family: inherit;\n    }\n    .sp-accordion-trigger:hover {\n      background: #f1f3f5;\n    }\n    .sp-accordion-trigger:focus-visible {\n      outline: 3px solid #2C3E50;\n      outline-offset: 3px;\n      border-radius: 4px;\n      z-index: 10;\n    }\n    .sp-accordion-trigger-left {\n      display: flex;\n      align-items: center;\n      gap: 15px;\n    }\n    .sp-accordion-trigger .sp-icon-wrap {\n      width: 50px; height: 50px;\n      border-radius: 12px;\n      display: flex; align-items: center; justify-content: center;\n      font-size: 24px;\n      flex-shrink: 0;\n      background: #eef1f4;\n    }\n    .sp-accordion-trigger h2 {\n      \/* Elderly-friendly: matched to dim-section-title (24px) *\/\n      font-size: 24px;\n      font-weight: 800;\n      letter-spacing: -0.01em;\n      margin: 0;\n      color: #2C3E50;\n      line-height: 1.3;\n    }\n    .sp-accordion-trigger p {\n      \/* Elderly-friendly: matched to dim-cro-helper (15px) *\/\n      font-size: 15px;\n      color: #555;\n      margin: 2px 0 0 0;\n      font-style: italic;\n    }\n    .sp-accordion-icon {\n      font-size: 28px;\n      line-height: 1;\n      font-weight: 300;\n      color: #2C3E50;\n      transition: transform 0.3s ease;\n      flex-shrink: 0;\n    }\n    .sp-accordion.sp-open .sp-accordion-icon {\n      transform: rotate(45deg);\n    }\n\n    \/* ── Accordion Panel ─────────────────────────── *\/\n    .sp-accordion-panel {\n      display: none;\n      border-top: 1px solid #e3e8f0;\n      padding: 25px;\n    }\n    .sp-accordion.sp-open .sp-accordion-panel {\n      display: block;\n      animation: spFadeIn 0.4s ease-out forwards;\n    }\n    @keyframes spFadeIn {\n      from { opacity: 0; transform: translateY(8px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n    @media (prefers-reduced-motion: reduce) {\n      .sp-accordion.sp-open .sp-accordion-panel {\n        animation: none;\n        opacity: 1;\n      }\n      .sp-accordion-icon { transition: none; }\n    }\n\n    \/* ── Parts Grid ───────────────────────────────── *\/\n    .sp-parts-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));\n      gap: 20px;\n      align-items: stretch;\n    }\n\n    \/* ── Part Card ────────────────────────────────── *\/\n    .sp-part-card {\n      background: #fff;\n      border-radius: 12px;\n      border: 1px solid #e3e8f0;\n      padding: 25px !important;\n      transition: box-shadow 0.18s, transform 0.18s;\n      position: relative;\n      overflow: hidden;\n      display: flex;\n      flex-direction: column;\n      height: 100%; \n    }\n    .sp-part-card:hover {\n      box-shadow: 0 8px 28px rgba(44,62,80,0.10);\n      transform: translateY(-2px);\n    }\n    .sp-part-card::before {\n      content: '';\n      position: absolute;\n      top: 0; left: 0; right: 0;\n      height: 4px;\n      background: #2C3E50;\n    }\n    .sp-part-card h3 {\n      \/* Elderly-friendly: bumped to 20px matching dim-list li font-size (18px) + weight *\/\n      font-size: 20px !important;\n      font-weight: 800 !important;\n      margin-top: 0 !important;\n      margin-bottom: 12px !important;\n      display: flex !important;\n      align-items: flex-start !important;\n      gap: 10px !important;\n      line-height: 1.3 !important;\n      color: #1a1a1a !important;\n      min-height: 60px !important;\n    }\n    .sp-part-card h3 .sp-part-icon { font-size: 22px; flex-shrink: 0; margin-top: 1px; }\n\n    \/* ── Compatibility Badge ──────────────────────── *\/\n    .sp-compat-row {\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      margin-bottom: 15px;\n      flex-wrap: wrap;\n    }\n    .sp-compat-label {\n      font-size: 14px;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 0.06em;\n      color: #667;\n    }\n    .sp-compat-badge {\n      font-size: 14px;\n      font-weight: 700;\n      padding: 4px 12px;\n      border-radius: 50px;\n      letter-spacing: 0.02em;\n    }\n    .sp-badge-all      { background: #eef1f4; color: #2C3E50; border: 1px solid #b0bec5; }\n    .sp-badge-recline  { background: #e3f2fd; color: #0d47a1; border: 1px solid #90caf9; }\n    .sp-badge-aironly  { background: #fff8e1; color: #e65100; border: 1px solid #ffcc80; }\n\n    \/* ── Description — Elderly-friendly (18px from dim-list li) ── *\/\n    .sp-part-desc {\n      font-size: 18px !important;\n      color: #444 !important;\n      line-height: 1.6 !important;\n      margin: 0 !important;\n      flex-grow: 1 !important;\n    }\n\n    \/* ── Mobile Show-More Button ─────────────────── *\/\n    .sp-show-more-btn {\n      display: none; \/* Hidden on desktop *\/\n      width: 100%;\n      padding: 16px 25px;\n      margin-top: 20px;\n      background-color: #fff;\n      color: #2C3E50;\n      border: 2px solid #2C3E50;\n      font-weight: 700;\n      font-size: 18px;\n      cursor: pointer;\n      border-radius: 50px;\n      text-align: center;\n      transition: all 0.2s ease;\n      font-family: inherit;\n    }\n    .sp-show-more-btn:hover {\n      background: #2C3E50;\n      color: #fff;\n      transform: translateY(-2px);\n      box-shadow: 0 4px 8px rgba(0,0,0,0.1);\n    }\n    .sp-show-more-btn:focus-visible {\n      outline: 3px solid #2C3E50;\n      outline-offset: 3px;\n      border-radius: 50px;\n    }\n\n    \/* ── Mobile Responsive ────────────────────────── *\/\n    @media (max-width: 600px) {\n      .sp-hero { padding: 40px 20px; }\n      .sp-parts-grid { grid-template-columns: 1fr; }\n      .sp-part-card h3 { min-height: auto !important; }\n      .sp-accordion-trigger { padding: 18px 20px; }\n      .sp-accordion-panel { padding: 20px 15px; }\n\n      \/* Show the button on mobile *\/\n      .sp-show-more-btn { display: block; }\n\n      \/* Hide cards 4+ on mobile by default *\/\n      .sp-parts-grid .sp-part-card:nth-child(n+4) {\n        display: none !important;\n      }\n      \/* When expanded, show all cards *\/\n      .sp-parts-grid.sp-grid-expanded .sp-part-card:nth-child(n+4) {\n        display: flex !important;\n      }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"sp-page-wrap\"\u003e\n\n  \u003cdiv class=\"sp-hero\"\u003e\n    \u003ch1\u003eX-6 Powerchair\u003cbr\u003e\u003cspan\u003eSpares \u0026amp; Replacement Parts\u003c\/span\u003e\n\u003c\/h1\u003e\n    \u003cp\u003e\n      Every part in this range is a genuine direct-fit spare designed exclusively for the ComfyGO X-6 Powerchair, ensuring safe, reliable performance with no adaptation or modification required. All X-6 electric wheelchair parts UK stock is held ready for fast UK delivery, so you can get your mobility aid back in service with minimal disruption.\n    \u003c\/p\u003e\n    \u003cdiv class=\"sp-trust-bar\"\u003e\n      \u003cspan class=\"sp-trust-pill\"\u003e✅ Genuine ComfyGO Spares\u003c\/span\u003e\n      \u003cspan class=\"sp-trust-pill\"\u003e🚚 Fast UK Delivery\u003c\/span\u003e\n      \u003cspan class=\"sp-trust-pill\"\u003e🔧 Direct-Fit Replacement Parts\u003c\/span\u003e\n      \u003cspan class=\"sp-trust-pill\"\u003e✈️ Airline-Approved Options Available\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"sp-accordion\" data-sp-accordion\u003e\n    \u003cbutton type=\"button\" class=\"sp-accordion-trigger\" aria-expanded=\"false\"\u003e\n      \u003cdiv class=\"sp-accordion-trigger-left\"\u003e\n        \u003cdiv class=\"sp-icon-wrap\"\u003e⚡\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch2\u003e1. Power \u0026amp; Charging\u003c\/h2\u003e\n          \u003cp\u003eBatteries, Chargers \u0026amp; Adapters\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"sp-accordion-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv class=\"sp-accordion-panel\" role=\"region\"\u003e\n      \u003cdiv class=\"sp-parts-grid\"\u003e\n\n        \u003cdiv class=\"sp-part-card\"\u003e\n          \u003ch3\u003e\n\u003cspan class=\"sp-part-icon\"\u003e🔋\u003c\/span\u003e Battery - 12Ah Airline Approved\u003c\/h3\u003e\n          \u003cdiv class=\"sp-compat-row\"\u003e\n            \u003cspan class=\"sp-compat-label\"\u003eFits:\u003c\/span\u003e\n            \u003cspan class=\"sp-compat-badge sp-badge-all\"\u003eFits All Versions\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sp-part-desc\"\u003e\n            The genuine X-6 24V 12Ah lithium-ion replacement battery delivers a range of up to 13 miles (20 km) per charge, keeping your powerchair running reliably throughout the day. As the only airline-approved battery option for the X-6, this 288Wh unit meets IATA regulations and is approved for travel by air and cruise ship.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sp-part-card\"\u003e\n          \u003ch3\u003e\n\u003cspan class=\"sp-part-icon\"\u003e🔋\u003c\/span\u003e Battery - 20Ah Long Range\u003c\/h3\u003e\n          \u003cdiv class=\"sp-compat-row\"\u003e\n            \u003cspan class=\"sp-compat-label\"\u003eFits:\u003c\/span\u003e\n            \u003cspan class=\"sp-compat-badge sp-badge-all\"\u003eFits All Versions\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sp-part-desc\"\u003e\n            Designed for users who require extended independence between charges, this genuine 24V 20Ah lithium-ion battery provides an impressive range of up to 19 miles (30 km) on a single full charge. Replacing your existing battery with this long-range unit is straightforward and restores full power performance to your X-6 electric wheelchair without any wiring changes.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sp-part-card\"\u003e\n          \u003ch3\u003e\n\u003cspan class=\"sp-part-icon\"\u003e🔋\u003c\/span\u003e Battery housing (empty case)\u003c\/h3\u003e\n          \u003cdiv class=\"sp-compat-row\"\u003e\n            \u003cspan class=\"sp-compat-label\"\u003eFits:\u003c\/span\u003e\n            \u003cspan class=\"sp-compat-badge sp-badge-all\"\u003eFits All Versions\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sp-part-desc\"\u003e\n            This genuine replacement battery housing is an exact-fit outer casing for the X-6 Powerchair's battery compartment, ensuring the internal cells are held securely and correctly aligned at all times. Replacing a cracked or damaged housing protects the lithium-ion cells from moisture and impact, maintaining both safety and the structural integrity of your mobility aid.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sp-part-card\"\u003e\n          \u003ch3\u003e\n\u003cspan class=\"sp-part-icon\"\u003e🔋\u003c\/span\u003e Battery bracket\u003c\/h3\u003e\n          \u003cdiv class=\"sp-compat-row\"\u003e\n            \u003cspan class=\"sp-compat-label\"\u003eFits:\u003c\/span\u003e\n            \u003cspan class=\"sp-compat-badge sp-badge-all\"\u003eFits All Versions\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sp-part-desc\"\u003e\n            Securing the battery firmly in position, this direct-fit replacement battery bracket prevents movement and vibration during use on uneven pavements or kerbs. Genuine X-6 battery brackets are precision-engineered to align with the original mounting points, ensuring a safe, rattle-free installation that requires no modification.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sp-part-card\"\u003e\n          \u003ch3\u003e\n\u003cspan class=\"sp-part-icon\"\u003e⚡\u003c\/span\u003e Charger (standard)\u003c\/h3\u003e\n          \u003cdiv class=\"sp-compat-row\"\u003e\n            \u003cspan class=\"sp-compat-label\"\u003eFits:\u003c\/span\u003e\n            \u003cspan class=\"sp-compat-badge sp-badge-all\"\u003eFits All Versions\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sp-part-desc\"\u003e\n            Compatible with AC 100–240V supplies, this genuine X-6 standard replacement powerchair charger UK spare is suitable for use throughout Great Britain and overseas without any adapter. Charging your 12Ah or 20Ah lithium-ion battery to full capacity in 6 to 8 hours, it provides the dependable everyday charging solution your electric wheelchair relies on.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sp-part-card\"\u003e\n          \u003ch3\u003e\n\u003cspan class=\"sp-part-icon\"\u003e⚡\u003c\/span\u003e Charger (fast)\u003c\/h3\u003e\n          \u003cdiv class=\"sp-compat-row\"\u003e\n            \u003cspan class=\"sp-compat-label\"\u003eFits:\u003c\/span\u003e\n            \u003cspan class=\"sp-compat-badge sp-badge-all\"\u003eFits All Versions\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sp-part-desc\"\u003e\n            Reduce your X-6 charging time significantly with this genuine fast charger, engineered to replenish your battery more quickly and get you back on the move between outings. Compatible with both the 12Ah and 20Ah lithium-ion battery variants, this direct-fit mobility aid spare requires no modification and works with the standard AC 100–240V UK mains supply.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n      \u003cbutton type=\"button\" class=\"sp-show-more-btn\" aria-expanded=\"false\"\u003eShow All Parts\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"sp-accordion\" data-sp-accordion\u003e\n    \u003cbutton type=\"button\" class=\"sp-accordion-trigger\" aria-expanded=\"false\"\u003e\n      \u003cdiv class=\"sp-accordion-trigger-left\"\u003e\n        \u003cdiv class=\"sp-icon-wrap\"\u003e🕹️\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch2\u003e2. Controls \u0026amp; Electronics\u003c\/h2\u003e\n          \u003cp\u003eJoysticks, Processors, Remotes \u0026amp; Brackets\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"sp-accordion-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv class=\"sp-accordion-panel\" role=\"region\"\u003e\n      \u003cdiv class=\"sp-parts-grid\"\u003e\n\n        \u003cdiv class=\"sp-part-card\"\u003e\n          \u003ch3\u003e\n\u003cspan class=\"sp-part-icon\"\u003e🕹️\u003c\/span\u003e Joystick controller\u003c\/h3\u003e\n          \u003cdiv class=\"sp-compat-row\"\u003e\n            \u003cspan class=\"sp-compat-label\"\u003eFits:\u003c\/span\u003e\n            \u003cspan class=\"sp-compat-badge sp-badge-all\"\u003eFits All Versions\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sp-part-desc\"\u003e\n            The genuine X-6 replacement all-direction joystick controller restores full navigational control to your powerchair straight from installation, matching the original 24V 35A controller specification exactly. Engineered as a direct-fit electric wheelchair part, this UK replacement ensures smooth, responsive handling across all surfaces without any recalibration.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sp-part-card\"\u003e\n          \u003ch3\u003e\n\u003cspan class=\"sp-part-icon\"\u003e🕹️\u003c\/span\u003e Remote control fob\u003c\/h3\u003e\n          \u003cdiv class=\"sp-compat-row\"\u003e\n            \u003cspan class=\"sp-compat-label\"\u003eFits:\u003c\/span\u003e\n            \u003cspan class=\"sp-compat-badge sp-badge-all\"\u003eFits All Versions\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sp-part-desc\"\u003e\n            Pair a replacement remote control fob with your X-6 Powerchair for convenient wireless operation and added flexibility when manoeuvring in confined spaces such as hallways or car parks. Genuine X-6 remote fobs are pre-configured for direct compatibility with the onboard processor, making this one of the simplest electric wheelchair replacement parts to bring back into service.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sp-part-card\"\u003e\n          \u003ch3\u003e\n\u003cspan class=\"sp-part-icon\"\u003e🧠\u003c\/span\u003e Processor (standard)\u003c\/h3\u003e\n          \u003cdiv class=\"sp-compat-row\"\u003e\n            \u003cspan class=\"sp-compat-label\"\u003eFits:\u003c\/span\u003e\n            \u003cspan class=\"sp-compat-badge sp-badge-all\"\u003eFits All Versions\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sp-part-desc\"\u003e\n            Acting as the central control unit of the X-6 Powerchair, this genuine standard replacement processor manages speed, braking, and power distribution to both 250W drive motors simultaneously. Fitting a genuine processor ensures that all safety systems — including the intelligent electromagnetic brake — continue to operate precisely as the manufacturer intended.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sp-part-card\"\u003e\n          \u003ch3\u003e\n\u003cspan class=\"sp-part-icon\"\u003e🕹️\u003c\/span\u003e Controller bracket\u003c\/h3\u003e\n          \u003cdiv class=\"sp-compat-row\"\u003e\n            \u003cspan class=\"sp-compat-label\"\u003eFits:\u003c\/span\u003e\n            \u003cspan class=\"sp-compat-badge sp-badge-all\"\u003eFits All Versions\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sp-part-desc\"\u003e\n            Keeping your joystick assembly securely positioned for safe and comfortable operation, this genuine controller bracket is a direct-fit replacement spare for the X-6 Powerchair. Replace a bent or worn bracket easily to restore the correct joystick angle and presentation without the need for specialist tools or professional assistance.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sp-part-card\"\u003e\n          \u003ch3\u003e\n\u003cspan class=\"sp-part-icon\"\u003e🕹️\u003c\/span\u003e Controller clamp \/ knob\u003c\/h3\u003e\n          \u003cdiv class=\"sp-compat-row\"\u003e\n            \u003cspan class=\"sp-compat-label\"\u003eFits:\u003c\/span\u003e\n            \u003cspan class=\"sp-compat-badge sp-badge-all\"\u003eFits All Versions\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sp-part-desc\"\u003e\n            Secure and adjust your X-6 joystick assembly with this genuine replacement controller clamp and knob, designed to maintain a firm and reliable hold during daily use on all surfaces. A worn or damaged clamp can affect joystick positioning and operational safety, making this a critical genuine powerchair spare part to replace promptly.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n      \u003cbutton type=\"button\" class=\"sp-show-more-btn\" aria-expanded=\"false\"\u003eShow All Parts\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"sp-accordion\" data-sp-accordion\u003e\n    \u003cbutton type=\"button\" class=\"sp-accordion-trigger\" aria-expanded=\"false\"\u003e\n      \u003cdiv class=\"sp-accordion-trigger-left\"\u003e\n        \u003cdiv class=\"sp-icon-wrap\"\u003e💺\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch2\u003e3. Seating, Frame \u0026amp; Comfort\u003c\/h2\u003e\n          \u003cp\u003ePanels, Armrests, Footrests, Mudguards \u0026amp; Upholstery\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"sp-accordion-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv class=\"sp-accordion-panel\" role=\"region\"\u003e\n      \u003cdiv class=\"sp-parts-grid\"\u003e\n\n        \u003cdiv class=\"sp-part-card\"\u003e\n          \u003ch3\u003e\n\u003cspan class=\"sp-part-icon\"\u003e💆\u003c\/span\u003e Universal Headrest\u003c\/h3\u003e\n          \u003cdiv class=\"sp-compat-row\"\u003e\n            \u003cspan class=\"sp-compat-label\"\u003eFits:\u003c\/span\u003e\n            \u003cspan class=\"sp-compat-badge sp-badge-all\"\u003eUniversal\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sp-part-desc\"\u003e\n            This padded universal headrest attaches directly to the X-6 Powerchair backrest frame, providing vital head and neck support for users who require additional postural assistance. Adjustable and straightforward to fit, it is a genuine mobility aid spare that enhances both comfort and safety throughout extended everyday use.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sp-part-card\"\u003e\n          \u003ch3\u003e\n\u003cspan class=\"sp-part-icon\"\u003e💺\u003c\/span\u003e Seat base panel\u003c\/h3\u003e\n          \u003cdiv class=\"sp-compat-row\"\u003e\n            \u003cspan class=\"sp-compat-label\"\u003eFits:\u003c\/span\u003e\n            \u003cspan class=\"sp-compat-badge sp-badge-all\"\u003eFits All Versions\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sp-part-desc\"\u003e\n            Restore the structural foundation of your X-6 Powerchair with this genuine replacement seat base panel, precision-cut to the original dimensions for a secure, direct-fit result. A firm, undamaged seat base panel is essential for maintaining correct seated posture and user safety on every journey.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sp-part-card\"\u003e\n          \u003ch3\u003e\n\u003cspan class=\"sp-part-icon\"\u003e💺\u003c\/span\u003e Backrest base panel\u003c\/h3\u003e\n          \u003cdiv class=\"sp-compat-row\"\u003e\n            \u003cspan class=\"sp-compat-label\"\u003eFits:\u003c\/span\u003e\n            \u003cspan class=\"sp-compat-badge sp-badge-all\"\u003eFits All Versions\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sp-part-desc\"\u003e\n            Replacing a cracked or worn backrest base panel with this genuine X-6 spare ensures that the backrest retains its original shape, rigidity, and postural support properties. Designed to accept the original upholstery and fixings without modification, this direct-fit spare can be exchanged without specialist tools or professional fitting.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sp-part-card\"\u003e\n          \u003ch3\u003e\n\u003cspan class=\"sp-part-icon\"\u003e🛡️\u003c\/span\u003e Side guards (pair)\u003c\/h3\u003e\n          \u003cdiv class=\"sp-compat-row\"\u003e\n            \u003cspan class=\"sp-compat-label\"\u003eFits:\u003c\/span\u003e\n            \u003cspan class=\"sp-compat-badge sp-badge-all\"\u003eFits All Versions\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sp-part-desc\"\u003e\n            Protect both the user and the wheelchair frame from kerbside and door-edge contact with this genuine pair of X-6 replacement side guards. Each guard is manufactured to the exact original profile, ensuring a neat, secure fit that also preserves the compact folded dimensions of the X-6 for easy car boot storage.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sp-part-card\"\u003e\n          \u003ch3\u003e\n\u003cspan class=\"sp-part-icon\"\u003e🛡️\u003c\/span\u003e Rear mudguards (pair)\u003c\/h3\u003e\n          \u003cdiv class=\"sp-compat-row\"\u003e\n            \u003cspan class=\"sp-compat-label\"\u003eFits:\u003c\/span\u003e\n            \u003cspan class=\"sp-compat-badge sp-badge-all\"\u003eFits All Versions\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sp-part-desc\"\u003e\n            Keep road spray and debris away from the user with this genuine pair of replacement rear mudguards, designed to fit directly over the X-6's 12-inch rear wheels without modification. Fitting genuine mudguard spares maintains the clean appearance of your electric wheelchair and helps keep the seating area dry on wet British pavements.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sp-part-card\"\u003e\n          \u003ch3\u003e\n\u003cspan class=\"sp-part-icon\"\u003e🦵\u003c\/span\u003e Footrest mounting bracket\u003c\/h3\u003e\n          \u003cdiv class=\"sp-compat-row\"\u003e\n            \u003cspan class=\"sp-compat-label\"\u003eFits:\u003c\/span\u003e\n            \u003cspan class=\"sp-compat-badge sp-badge-all\"\u003eFits All Versions\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sp-part-desc\"\u003e\n            This genuine replacement footrest mounting bracket provides the secure fixing point that holds your X-6 leg-rest assembly in the correct position during all daily activities. Constructed from durable materials to withstand regular loading, it is a critical powerchair spare part that directly affects user safety and lower-limb positioning.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sp-part-card\"\u003e\n          \u003ch3\u003e\n\u003cspan class=\"sp-part-icon\"\u003e🦵\u003c\/span\u003e Leg-rest (pair)\u003c\/h3\u003e\n          \u003cdiv class=\"sp-compat-row\"\u003e\n            \u003cspan class=\"sp-compat-label\"\u003eFits:\u003c\/span\u003e\n            \u003cspan class=\"sp-compat-badge sp-badge-all\"\u003eFits All Versions\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sp-part-desc\"\u003e\n            Supplied as a matched pair, these genuine X-6 replacement leg-rests restore full lower-limb support and correct seating posture for the user in a single straightforward swap. Easy-fit spares that locate directly onto the original footrest mounting brackets with no adaptation, they are an essential component of any comprehensive X-6 spare parts kit.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sp-part-card\"\u003e\n          \u003ch3\u003e\n\u003cspan class=\"sp-part-icon\"\u003e🦵\u003c\/span\u003e Leg-rest textile\u003c\/h3\u003e\n          \u003cdiv class=\"sp-compat-row\"\u003e\n            \u003cspan class=\"sp-compat-label\"\u003eFits:\u003c\/span\u003e\n            \u003cspan class=\"sp-compat-badge sp-badge-all\"\u003eFits All Versions\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sp-part-desc\"\u003e\n            Replace worn or soiled upholstery with this genuine X-6 leg-rest textile, cut and finished to the exact dimensions of the original for a neat and professional result. Maintaining leg-rest textiles in good condition contributes directly to user hygiene, comfort, and the overall appearance of your mobility aid.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sp-part-card\"\u003e\n          \u003ch3\u003e\n\u003cspan class=\"sp-part-icon\"\u003e💪\u003c\/span\u003e Armrest – Right (seated)\u003c\/h3\u003e\n          \u003cdiv class=\"sp-compat-row\"\u003e\n            \u003cspan class=\"sp-compat-label\"\u003eFits:\u003c\/span\u003e\n            \u003cspan class=\"sp-compat-badge sp-badge-all\"\u003eFits All Versions\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sp-part-desc\"\u003e\n            This genuine right-hand replacement armrest for the X-6 Powerchair is manufactured to the original 8.5-inch height specification, delivering consistent lateral support for the user in the seated position. Replacing a damaged armrest with a genuine spare ensures that the correct seating geometry and user comfort are fully and reliably restored.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sp-part-card\"\u003e\n          \u003ch3\u003e\n\u003cspan class=\"sp-part-icon\"\u003e💪\u003c\/span\u003e Armrest – Left (seated)\u003c\/h3\u003e\n          \u003cdiv class=\"sp-compat-row\"\u003e\n            \u003cspan class=\"sp-compat-label\"\u003eFits:\u003c\/span\u003e\n            \u003cspan class=\"sp-compat-badge sp-badge-all\"\u003eFits All Versions\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sp-part-desc\"\u003e\n            Restore full bilateral arm support with this genuine left-hand X-6 replacement armrest, a direct-fit spare that mounts to the original armrest bracket without any adaptation or modification. Matching the original armrest in both height and profile, it maintains correct seating posture and user comfort throughout everyday use.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sp-part-card\"\u003e\n          \u003ch3\u003e\n\u003cspan class=\"sp-part-icon\"\u003e💪\u003c\/span\u003e Armrest bracket – Right (seated)\u003c\/h3\u003e\n          \u003cdiv class=\"sp-compat-row\"\u003e\n            \u003cspan class=\"sp-compat-label\"\u003eFits:\u003c\/span\u003e\n            \u003cspan class=\"sp-compat-badge sp-badge-all\"\u003eFits All Versions\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sp-part-desc\"\u003e\n            Providing the critical mounting interface between the seat frame and the right-hand armrest, this genuine X-6 replacement armrest bracket delivers a firm, rattle-free fitment. A bent or broken bracket should be replaced without delay, as correct armrest positioning directly affects user safety and seated comfort.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sp-part-card\"\u003e\n          \u003ch3\u003e\n\u003cspan class=\"sp-part-icon\"\u003e💪\u003c\/span\u003e Armrest bracket – Left (seated)\u003c\/h3\u003e\n          \u003cdiv class=\"sp-compat-row\"\u003e\n            \u003cspan class=\"sp-compat-label\"\u003eFits:\u003c\/span\u003e\n            \u003cspan class=\"sp-compat-badge sp-badge-all\"\u003eFits All Versions\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sp-part-desc\"\u003e\n            Equally important to maintaining correct seating geometry, this genuine left-hand armrest bracket is an exact-fit replacement for the X-6 Powerchair's original factory component. Replacing worn or damaged brackets with genuine spares preserves the integrity of the full armrest assembly and the ongoing safety of the user.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sp-part-card\"\u003e\n          \u003ch3\u003e\n\u003cspan class=\"sp-part-icon\"\u003e✊\u003c\/span\u003e Push handle grips (pair)\u003c\/h3\u003e\n          \u003cdiv class=\"sp-compat-row\"\u003e\n            \u003cspan class=\"sp-compat-label\"\u003eFits:\u003c\/span\u003e\n            \u003cspan class=\"sp-compat-badge sp-badge-all\"\u003eFits All Versions\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sp-part-desc\"\u003e\n            Worn or cracked push handle grips reduce carer comfort and grip security when manoeuvring the X-6 Powerchair manually on pavements or through doorways. This genuine replacement pair fits directly over the original push handle tubing, restoring a comfortable, non-slip hold for carers and assistants without any tools required.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sp-part-card\"\u003e\n          \u003ch3\u003e\n\u003cspan class=\"sp-part-icon\"\u003e🔴\u003c\/span\u003e Freewheel lever cap\u003c\/h3\u003e\n          \u003cdiv class=\"sp-compat-row\"\u003e\n            \u003cspan class=\"sp-compat-label\"\u003eFits:\u003c\/span\u003e\n            \u003cspan class=\"sp-compat-badge sp-badge-all\"\u003eFits All Versions\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sp-part-desc\"\u003e\n            The freewheel lever cap protects the disengagement mechanism that allows the X-6 Powerchair to be pushed manually when the motor power is not in use. Replacing a missing or damaged cap with this genuine spare ensures the mechanism remains clean, protected from debris, and safe to operate at all times.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sp-part-card\"\u003e\n          \u003ch3\u003e\n\u003cspan class=\"sp-part-icon\"\u003e🔒\u003c\/span\u003e Frame folding lock\u003c\/h3\u003e\n          \u003cdiv class=\"sp-compat-row\"\u003e\n            \u003cspan class=\"sp-compat-label\"\u003eFits:\u003c\/span\u003e\n            \u003cspan class=\"sp-compat-badge sp-badge-all\"\u003eFits All Versions\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sp-part-desc\"\u003e\n            Securing the X-6 Powerchair's folding frame positively in both the open and closed positions, this genuine replacement frame folding lock is a safety-critical component that should never be left in a worn or faulty condition. A reliable frame lock ensures the wheelchair unfolds and engages securely before each journey and folds safely for car boot transport.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n      \u003cbutton type=\"button\" class=\"sp-show-more-btn\" aria-expanded=\"false\"\u003eShow All Parts\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"sp-accordion\" data-sp-accordion\u003e\n    \u003cbutton type=\"button\" class=\"sp-accordion-trigger\" aria-expanded=\"false\"\u003e\n      \u003cdiv class=\"sp-accordion-trigger-left\"\u003e\n        \u003cdiv class=\"sp-icon-wrap\"\u003e🛞\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch2\u003e4. Wheels \u0026amp; Motors\u003c\/h2\u003e\n          \u003cp\u003eWheels, Tyres, Motors \u0026amp; Anti-Tips\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"sp-accordion-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv class=\"sp-accordion-panel\" role=\"region\"\u003e\n      \u003cdiv class=\"sp-parts-grid\"\u003e\n\n        \u003cdiv class=\"sp-part-card\"\u003e\n          \u003ch3\u003e\n\u003cspan class=\"sp-part-icon\"\u003e🛞\u003c\/span\u003e Front wheel\u003c\/h3\u003e\n          \u003cdiv class=\"sp-compat-row\"\u003e\n            \u003cspan class=\"sp-compat-label\"\u003eFits:\u003c\/span\u003e\n            \u003cspan class=\"sp-compat-badge sp-badge-all\"\u003eFits All Versions\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sp-part-desc\"\u003e\n            This genuine X-6 replacement front wheel measures 8 inches (200 mm) in diameter and is a direct-fit spare that restores steering precision and smooth forward manoeuvring on all surfaces. Fitting a genuine front wheel ensures the correct ground clearance and turning radius of up to 47 inches are maintained for safe and predictable everyday use.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sp-part-card\"\u003e\n          \u003ch3\u003e\n\u003cspan class=\"sp-part-icon\"\u003e🛞\u003c\/span\u003e Rear wheel - Solid puncture proof\u003c\/h3\u003e\n          \u003cdiv class=\"sp-compat-row\"\u003e\n            \u003cspan class=\"sp-compat-label\"\u003eFits:\u003c\/span\u003e\n            \u003cspan class=\"sp-compat-badge sp-badge-all\"\u003eFits All Versions\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sp-part-desc\"\u003e\n            Offering complete peace of mind on UK pavements and kerbs, this genuine solid puncture-proof rear wheel eliminates the risk of flats entirely whilst maintaining the X-6's original performance characteristics. At 12 inches (305 mm) in diameter, it is a direct-fit powerchair spare that requires no inner tube and is essentially maintenance-free once fitted.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sp-part-card\"\u003e\n          \u003ch3\u003e\n\u003cspan class=\"sp-part-icon\"\u003e🛞\u003c\/span\u003e Rear wheel - Air filled\u003c\/h3\u003e\n          \u003cdiv class=\"sp-compat-row\"\u003e\n            \u003cspan class=\"sp-compat-label\"\u003eFits:\u003c\/span\u003e\n            \u003cspan class=\"sp-compat-badge sp-badge-all\"\u003eFits All Versions\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sp-part-desc\"\u003e\n            For users who prefer a softer, more cushioned ride, this genuine 12-inch (305 mm) air-filled rear wheel provides improved shock absorption over uneven surfaces and cobbled pavements. Inflate to the recommended tyre pressure of 30 psi (2 kgf\/cm²) for optimal performance, safe handling, and the most comfortable ride quality.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sp-part-card\"\u003e\n          \u003ch3\u003e\n\u003cspan class=\"sp-part-icon\"\u003e🛞\u003c\/span\u003e Spare tyre (for air filled)\u003c\/h3\u003e\n          \u003cdiv class=\"sp-compat-row\"\u003e\n            \u003cspan class=\"sp-compat-label\"\u003eFits:\u003c\/span\u003e\n            \u003cspan class=\"sp-compat-badge sp-badge-all\"\u003eFits All Versions\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sp-part-desc\"\u003e\n            Replace a worn or damaged outer tyre on your X-6's air-filled rear wheels with this genuine spare tyre, sized precisely to fit the 12-inch (305 mm) rim for a correct and secure fit. Keeping a genuine spare tyre to hand means you can quickly restore your electric wheelchair to full use without delay.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sp-part-card\"\u003e\n          \u003ch3\u003e\n\u003cspan class=\"sp-part-icon\"\u003e🛞\u003c\/span\u003e Inner tube (for air filled)\u003c\/h3\u003e\n          \u003cdiv class=\"sp-compat-row\"\u003e\n            \u003cspan class=\"sp-compat-label\"\u003eFits:\u003c\/span\u003e\n            \u003cspan class=\"sp-compat-badge sp-badge-all\"\u003eFits All Versions\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sp-part-desc\"\u003e\n            Designed for use with the X-6's 12-inch air-filled rear wheels, this genuine replacement inner tube is the correct size and valve specification for a reliable, airtight installation first time. Maintaining the recommended inflation pressure of 30 psi ensures safe handling and maximises the comfort advantage that pneumatic mobility chair tyres provide.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sp-part-card\"\u003e\n          \u003ch3\u003e\n\u003cspan class=\"sp-part-icon\"\u003e⚙️\u003c\/span\u003e Motor – Right (seated)\u003c\/h3\u003e\n          \u003cdiv class=\"sp-compat-row\"\u003e\n            \u003cspan class=\"sp-compat-label\"\u003eFits:\u003c\/span\u003e\n            \u003cspan class=\"sp-compat-badge sp-badge-all\"\u003eFits All Versions\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sp-part-desc\"\u003e\n            Restore full drive power to your X-6 Powerchair with this genuine right-hand 250W replacement motor, matched exactly to the original factory specification for seamless and balanced performance. Replacing a faulty unit with a genuine motor ensures the combined 500W output is fully reinstated, maintaining the X-6's maximum speed of 4 mph and its safe slope-climbing capability.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sp-part-card\"\u003e\n          \u003ch3\u003e\n\u003cspan class=\"sp-part-icon\"\u003e⚙️\u003c\/span\u003e Motor – Left (seated)\u003c\/h3\u003e\n          \u003cdiv class=\"sp-compat-row\"\u003e\n            \u003cspan class=\"sp-compat-label\"\u003eFits:\u003c\/span\u003e\n            \u003cspan class=\"sp-compat-badge sp-badge-all\"\u003eFits All Versions\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sp-part-desc\"\u003e\n            This genuine left-hand 250W replacement motor is a direct-fit spare for the X-6 Powerchair, engineered to the identical performance and electrical specification as the original factory-fitted unit. Ensuring both drive motors are in excellent working condition maintains balanced power delivery, the 4 mph top speed, and the ability to handle slopes of up to 6 degrees safely.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sp-part-card\"\u003e\n          \u003ch3\u003e\n\u003cspan class=\"sp-part-icon\"\u003e🛞\u003c\/span\u003e Anti-tip set (pair)\u003c\/h3\u003e\n          \u003cdiv class=\"sp-compat-row\"\u003e\n            \u003cspan class=\"sp-compat-label\"\u003eFits:\u003c\/span\u003e\n            \u003cspan class=\"sp-compat-badge sp-badge-all\"\u003eFits All Versions\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sp-part-desc\"\u003e\n            Supplied as a genuine matched pair, these anti-tip rear stabilisers are a safety-critical accessory that prevents the X-6 Powerchair from tipping backwards on slopes, kerbs, or uneven ground. Straightforward to fit and adjust, this essential powerchair spare part provides important peace of mind for both the user and their carer during everyday outings.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n      \u003cbutton type=\"button\" class=\"sp-show-more-btn\" aria-expanded=\"false\"\u003eShow All Parts\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', function() {\n    var allAccordions = document.querySelectorAll('[data-sp-accordion]');\n\n    \/\/ --- 1. ACCORDION: One open at a time ---\n    allAccordions.forEach(function(accordion) {\n      var trigger = accordion.querySelector('.sp-accordion-trigger');\n      if (!trigger) return;\n\n      trigger.addEventListener('click', function() {\n        var isOpen = accordion.classList.contains('sp-open');\n\n        \/\/ Close ALL accordions first\n        allAccordions.forEach(function(other) {\n          other.classList.remove('sp-open');\n          var otherTrigger = other.querySelector('.sp-accordion-trigger');\n          if (otherTrigger) otherTrigger.setAttribute('aria-expanded', 'false');\n          \/\/ Also reset Show More state when closing\n          var otherGrid = other.querySelector('.sp-parts-grid');\n          var otherBtn = other.querySelector('.sp-show-more-btn');\n          if (otherGrid) otherGrid.classList.remove('sp-grid-expanded');\n          if (otherBtn) {\n            otherBtn.setAttribute('aria-expanded', 'false');\n            var totalCount = otherGrid.querySelectorAll('.sp-part-card').length;\n            otherBtn.textContent = 'Show All ' + totalCount + ' Parts';\n          }\n        });\n\n        \/\/ If it was closed, open this one\n        if (!isOpen) {\n          accordion.classList.add('sp-open');\n          trigger.setAttribute('aria-expanded', 'true');\n        }\n      });\n    });\n\n    \/\/ --- 2. MOBILE SHOW MORE: First 3 cards, then expand ---\n    var showMoreBtns = document.querySelectorAll('.sp-show-more-btn');\n    showMoreBtns.forEach(function(btn) {\n      var grid = btn.previousElementSibling; \n      if (!grid) return;\n\n      var totalCards = grid.querySelectorAll('.sp-part-card').length;\n\n      btn.addEventListener('click', function() {\n        var isExpanded = grid.classList.contains('sp-grid-expanded');\n\n        if (isExpanded) {\n          grid.classList.remove('sp-grid-expanded');\n          btn.setAttribute('aria-expanded', 'false');\n          btn.textContent = 'Show All ' + totalCards + ' Parts';\n          var accordion = btn.closest('[data-sp-accordion]');\n          if (accordion) {\n            accordion.scrollIntoView({ behavior: 'smooth', block: 'start' });\n          }\n        } else {\n          grid.classList.add('sp-grid-expanded');\n          btn.setAttribute('aria-expanded', 'true');\n          btn.textContent = 'Show Less';\n        }\n      });\n\n      btn.textContent = 'Show All ' + totalCards + ' Parts';\n    });\n  });\n\u003c\/script\u003e","brand":"ComfyGO Mobility","offers":[{"title":"🔋 Battery - 12Ah Airline Safe \/ Standard","offer_id":44707846651958,"sku":"X-6-Parts|Battery-12-AH","price":199.0,"currency_code":"GBP","in_stock":true},{"title":"🔋 Battery - 20Ah Long Range \/ Standard","offer_id":44707846750262,"sku":"X-6-Parts|Battery-20AH","price":299.0,"currency_code":"GBP","in_stock":true},{"title":"🔋 Battery housing (empty case) \/ Standard","offer_id":44707846848566,"sku":"X-6-Parts|Battery-Empty-Case","price":39.0,"currency_code":"GBP","in_stock":true},{"title":"🔋 Battery bracket \/ Standard","offer_id":44707846946870,"sku":"X-6-Parts|Battery-Bracket","price":19.0,"currency_code":"GBP","in_stock":true},{"title":"⚡ Charger (standard) \/ Standard","offer_id":44707847045174,"sku":"X-6-Parts|Power-Charger-Standard","price":39.0,"currency_code":"GBP","in_stock":true},{"title":"⚡ Charger (fast) \/ Standard","offer_id":44707847143478,"sku":"X-6-Parts|Power-Charger-Fast","price":49.0,"currency_code":"GBP","in_stock":true},{"title":"🕹️ Joystick controller \/ Standard","offer_id":44707847241782,"sku":"X-6-Parts|Joystick-Controller-Standard","price":199.0,"currency_code":"GBP","in_stock":true},{"title":"🕹️ Remote control fob \/ Standard","offer_id":44707847340086,"sku":"X-6-Parts|Controls-Remote-Control-Fob","price":49.0,"currency_code":"GBP","in_stock":true},{"title":"🕹️ Joystick bracket \/ Standard","offer_id":44707847536694,"sku":"X-6-Parts|Controls-Controller-Bracket","price":19.0,"currency_code":"GBP","in_stock":true},{"title":"🕹️ Joystick clamp \/ knob \/ Standard","offer_id":44707847634998,"sku":"X-6-Parts|Controller-Bracket-Clamp","price":9.99,"currency_code":"GBP","in_stock":true},{"title":"💺 Seat base panel \/ Standard","offer_id":44707847733302,"sku":"X-6-Parts|Seat-Base-Panel","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"💺 Backrest base panel \/ Standard","offer_id":44707847831606,"sku":"X-6-Parts|Backrest-Base-Panel","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"💆 Universal Headrest \/ Standard","offer_id":45364127039542,"sku":"X-6-Parts|Universal-Headrest","price":199.0,"currency_code":"GBP","in_stock":true},{"title":"🛡️ Side guards (pair) \/ Standard","offer_id":44707847929910,"sku":"X-6-Parts|Branded-Side-Guards-Pair","price":9.99,"currency_code":"GBP","in_stock":true},{"title":"🛡️ Rear mudguards (pair) \/ Standard","offer_id":44707848028214,"sku":"X-6-Parts|Rear-Mudguards-Pair","price":14.99,"currency_code":"GBP","in_stock":true},{"title":"🦵 Footrest mounting bracket \/ Standard","offer_id":44707848126518,"sku":"X-6-Parts|Footrest-Mounting-Bracket","price":19.0,"currency_code":"GBP","in_stock":true},{"title":"🦵 Leg-rest (pair) \/ Black","offer_id":44707841441846,"sku":"X-6-Parts|leg-rest-pair","price":59.0,"currency_code":"GBP","in_stock":true},{"title":"🦵 Leg-rest (pair) \/ Blue","offer_id":44707848159286,"sku":"X-6-Parts|Leg-Rest-Pair-Blue","price":59.0,"currency_code":"GBP","in_stock":true},{"title":"🦵 Leg-rest (pair) \/ Red","offer_id":44707848192054,"sku":"X-6-Parts|Leg-Rest-Pair-Red","price":59.0,"currency_code":"GBP","in_stock":true},{"title":"🦵 Leg-rest textile \/ Standard","offer_id":44707848323126,"sku":"X-6-Parts|Leg-Rest-Textile","price":59.0,"currency_code":"GBP","in_stock":true},{"title":"💪 Armrest – Right (seated) \/ Standard","offer_id":44707848421430,"sku":"X-6-Parts|Armrest-Right","price":39.0,"currency_code":"GBP","in_stock":true},{"title":"💪 Armrest – Left (seated) \/ Standard","offer_id":44707848519734,"sku":"X-6-Parts|Armrest-Left","price":39.0,"currency_code":"GBP","in_stock":true},{"title":"💪 Armrest bracket – Right (seated) \/ Standard","offer_id":44707848618038,"sku":"X-6-Parts|Armrest-Connector-Right-Seated","price":19.0,"currency_code":"GBP","in_stock":true},{"title":"💪 Armrest bracket – Left (seated) \/ Standard","offer_id":44707848716342,"sku":"X-6-Parts|Armrest-Connector-Left-Seated","price":19.0,"currency_code":"GBP","in_stock":true},{"title":"✊ Push handle grips (pair) \/ Standard","offer_id":44707848814646,"sku":"X-6-Parts|Push-Handle-Grips-Pair","price":14.99,"currency_code":"GBP","in_stock":true},{"title":"🛞 Front wheel \/ Standard","offer_id":44707848912950,"sku":"X-6-Parts|Front-Wheel","price":39.0,"currency_code":"GBP","in_stock":true},{"title":"🛞 Rear wheel - Solid puncture proof \/ Standard","offer_id":44707849011254,"sku":"X-6-Parts|Rear-Wheel-Solid","price":69.0,"currency_code":"GBP","in_stock":true},{"title":"🛞 Rear wheel - Air filled \/ Standard","offer_id":44707849109558,"sku":"X-6-Parts|Rear-Wheel-Air","price":69.0,"currency_code":"GBP","in_stock":true},{"title":"🛞 Spare tyre (for air filled) \/ Standard","offer_id":44707849207862,"sku":"X-6-Parts|Rear-Tire-Air","price":19.0,"currency_code":"GBP","in_stock":true},{"title":"🛞 Inner tube (for air filled) \/ Standard","offer_id":44707849306166,"sku":"X-6-Parts|Rear-Innertube-Air","price":14.99,"currency_code":"GBP","in_stock":true},{"title":"⚙️ Motor – Right (seated) \/ Standard","offer_id":44707849404470,"sku":"X-6-Parts|Motors-Right-Seated-Position","price":149.0,"currency_code":"GBP","in_stock":true},{"title":"⚙️ Motor – Left (seated) \/ Standard","offer_id":44707849502774,"sku":"X-6-Parts|Motors-Left-Seated-Position","price":149.0,"currency_code":"GBP","in_stock":true},{"title":"🔴 Freewheel lever cap \/ Standard","offer_id":44707849601078,"sku":"X-6-Parts|Freewheel-Lever-Cap","price":9.99,"currency_code":"GBP","in_stock":true},{"title":"🔒 Frame folding lock \/ Standard","offer_id":44707849699382,"sku":"X-6-Parts|Frame-Folding-Lock","price":24.0,"currency_code":"GBP","in_stock":true},{"title":"🛞 Anti-tip set (pair) \/ Standard","offer_id":44707849797686,"sku":"X-6-Parts|Anti-Tip-Set-Pair","price":19.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/0147\/5126\/files\/X-6_Powerchair_Spares_Replacement_Parts.webp?v=1776223594","url":"https:\/\/comfygomobility.co.uk\/products\/comfygo-x-6-electric-wheelchair-replacement-parts","provider":"ComfyGO Mobility","version":"1.0","type":"link"}