{"product_id":"iq-7000-electric-wheelchair-replacement-parts","title":"IQ-7000 Electric Wheelchair 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      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      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      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 ── *\/\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;\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\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      .sp-show-more-btn { display: block; }\n      .sp-parts-grid .sp-part-card:nth-child(n+4) {\n        display: none !important;\n      }\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\u003eIQ-7000 Auto Fold Electric Wheelchair\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 IQ-7000 Auto Fold Electric Wheelchair, ensuring safe and reliable performance with no adaptation or modification required. All IQ-7000 electric wheelchair parts are held in UK stock and dispatched for fast UK delivery, so your mobility aid can be returned to full service with the minimum of 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 IQ-7000 24V 12Ah lithium-ion replacement battery delivers a range of up to 13 miles (21 km) per charge, providing dependable everyday performance for your electric wheelchair. As the only airline-approved battery option for the IQ-7000, this 288Wh unit meets IATA regulations and is cleared for travel by both 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 - 26Ah 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            Offering an exceptional range of up to 28 miles (45 km) on a single full charge, this genuine 24V 26Ah lithium-ion battery is the ideal upgrade for users requiring maximum independence between top-ups. Replacing your existing battery with this long-range IQ-7000 spare restores full power output immediately with no wiring changes, making it one of the most impactful electric wheelchair parts UK users can invest in.\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            Manufactured to the exact dimensions of the original factory casing, this genuine IQ-7000 replacement battery housing holds the lithium-ion cells securely and shields them from moisture and impact during daily use. Replace a cracked or damaged housing promptly to maintain the structural integrity and safety of your powerchair's entire battery system.\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 locking knob \/ kit\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 within the IQ-7000's housing to prevent movement and accidental disconnection on uneven pavements and kerbs, this genuine replacement locking knob and kit is a simple but safety-critical mobility aid spare. Easy to fit without specialist tools, it restores a positive, vibration-resistant battery lock that is essential for safe and reliable daily operation.\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 mains supplies, this genuine IQ-7000 standard powerchair charger UK spare charges both the 12Ah and 26Ah lithium-ion batteries to full capacity in 6 to 8 hours. Suitable for everyday home charging throughout the UK and overseas, it is a dependable direct-fit electric wheelchair part that requires no additional adapters or modifications.\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 downtime between journeys significantly with the genuine IQ-7000 fast charger, engineered to replenish your lithium-ion battery more quickly so your wheelchair is ready for use sooner. Fully compatible with both the 12Ah and 26Ah battery variants on a standard AC 100–240V UK mains supply, this direct-fit spare is an invaluable electric wheelchair part for active users.\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, Remotes \u0026amp; Processors\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 (auto folding)\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\"\u003eAuto-Folding Only\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sp-part-desc\"\u003e\n            This genuine IQ-7000 replacement detachable all-direction joystick controller is calibrated specifically for the auto-folding model, matching the original 24V 40A specification for seamless and responsive operation. Straightforward to fit without specialist tools, it restores precise navigational control and ensures the auto-fold electronic system continues to function exactly 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 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\"\u003eAuto-Folding Only\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sp-part-desc\"\u003e\n            Enabling convenient wireless operation of the IQ-7000's auto-folding mechanism, this genuine replacement remote control fob makes deploying and stowing your powerchair effortlessly simple from a distance. Pre-configured for direct compatibility with the IQ-7000 auto-folding processor, it is an easy-fit spare that can be paired and brought into service without any specialist knowledge.\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 (auto folding)\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\"\u003eAuto-Folding Only\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sp-part-desc\"\u003e\n            Central to the IQ-7000's auto-folding operation, drive management, and intelligent electromagnetic braking, this genuine replacement processor is a direct-fit spare that restores full electronic control immediately upon installation. Fitting a genuine processor ensures all safety systems — including the motorised fold sequence and power distribution — continue to operate precisely to the manufacturer's specification.\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 the IQ-7000 joystick assembly held securely in the correct position for safe and comfortable daily operation, this genuine replacement controller bracket is an exact-fit spare that requires no modification to install. Replace a bent or worn bracket promptly to restore the correct joystick angle and presentation, ensuring consistently safe powerchair control on all surfaces.\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            Preventing unwanted joystick arm movement during use on UK pavements and in public spaces, this genuine IQ-7000 replacement controller clamp and knob maintains the assembly in a firm and reliable position throughout every journey. A worn or damaged clamp is a critical electric wheelchair part to replace without delay, as correct joystick positioning is fundamental to safe and confident powerchair operation.\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 \u0026amp; Locks\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            Designed to fit a wide range of powerchair backrest frames including the IQ-7000, this padded universal headrest provides adjustable head and neck support for users with additional postural requirements. Straightforward to attach and position, it is a practical mobility aid spare that enhances both safety and comfort throughout extended periods of daily 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 IQ-7000 with this genuine direct-fit seat base panel, precision-manufactured to the original dimensions for a secure and stable installation. A firm, undamaged seat base 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            Supporting the IQ-7000's adjustable backrest height range of 18 to 24 inches, this genuine replacement backrest base panel maintains the original structural rigidity and postural support properties of the seating system. Accepting all original upholstery and fixings without modification, it can be replaced promptly without the need for 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 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            Fitted over the 12-inch rear wheels, this genuine pair of IQ-7000 replacement rear mudguards protects the user from road spray and debris on wet British pavements and public paths. Replace cracked or worn mudguards with genuine spares to maintain both the safety and the clean presentation of your electric wheelchair.\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 assembly\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 complete lower-limb support structure for the IQ-7000, this genuine replacement footrest assembly includes all mounting components required for a direct-fit installation without modification or adaptation. Maintaining a fully functional footrest assembly is essential for correct seated posture, user safety, and comfortable everyday use 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 IQ-7000 replacement armrest is manufactured to the original 8-inch height specification, restoring consistent lateral support and correct seating geometry in the seated position. Fitting a genuine armrest spare ensures a secure, rattle-free installation that fully meets the original safety and comfort standards of your electric wheelchair.\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            Restoring full bilateral arm support, this genuine left-hand IQ-7000 armrest mounts directly onto the original armrest bracket without any adaptation or modification required. Matching the original component in both height and profile, it maintains correct seating posture and user comfort throughout all everyday activities.\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 IQ-7000 seat frame and the right-hand armrest, this genuine replacement bracket delivers a secure, rattle-free fitment that restores full structural integrity to the armrest assembly. A bent or damaged bracket should be replaced without delay, as correct armrest positioning directly affects user safety and seated comfort 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 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 essential to maintaining correct seating geometry, this genuine left-hand IQ-7000 armrest bracket is an exact-fit spare that aligns precisely with the original frame mounting points for a secure and reliable installation. Replacing worn or damaged brackets with genuine powerchair spare parts preserves the full integrity of the 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 Armrest width extension kit\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            Allowing the IQ-7000's 19-inch seating area to be widened for users who require additional lateral space or comfort, this genuine armrest width extension kit fits directly onto the original armrest assembly without specialist tools. A practical and easy-fit electric wheelchair part, it improves user accommodation without compromising the safe operation or structural integrity of the 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 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            Covering and protecting the freewheel disengagement lever that allows the IQ-7000 to be pushed manually when motor power is unavailable, this genuine replacement cap prevents debris ingress and unintended activation. Replace a missing or damaged cap without delay to keep the freewheel mechanism clean, well-protected, 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 IQ-7000's folding frame positively in both the open and closed positions, this genuine replacement frame folding lock is a safety-critical component that must always be maintained in full working order. A reliable frame lock ensures the wheelchair deploys and engages securely before each use and folds safely to its compact 29 x 15 x 24-inch dimension for convenient car boot storage.\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 IQ-7000 replacement front wheel measures 8 inches (200 mm) in diameter and is a direct-fit spare that restores accurate steering and smooth forward movement on all surfaces. Fitting a genuine front wheel maintains the correct ground clearance and turning radius of up to 47 inches 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            Eliminating the risk of punctures on UK pavements, kerbs, and uneven terrain entirely, this genuine 12-inch (305 mm) solid puncture-proof rear wheel is a completely maintenance-free replacement option for IQ-7000 users. Once fitted, no inflation or tyre pressure checks are ever required, making it one of the most practical electric wheelchair parts UK users can choose for truly worry-free daily mobility.\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            Providing improved shock absorption and a more cushioned ride over cobblestones and rough ground, this genuine 12-inch (305 mm) air-filled rear wheel enhances overall user comfort on every journey. Inflate to the recommended 30 psi (2 kgf\/cm²) for optimal performance and to maintain the safe handling characteristics of your IQ-7000 electric wheelchair 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 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            Sized precisely to fit the IQ-7000's 12-inch (305 mm) air-filled rear wheel rims, this genuine spare tyre is the correct direct-fit replacement to restore your pneumatic wheels to full service quickly and with confidence. Keeping a genuine spare tyre readily available means a worn or damaged outer tyre can be addressed without delay, minimising disruption to your daily routine.\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            Manufactured to the correct size and valve specification for the IQ-7000's 12-inch air-filled rear wheels, this genuine replacement inner tube ensures a reliable, airtight installation first time. Maintaining the recommended inflation pressure of 30 psi protects the tyre sidewalls and maximises the comfort benefit that pneumatic mobility chair tyres deliver on UK roads and 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 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 brushless drive performance to your IQ-7000 with this genuine right-hand 250W replacement motor, engineered to the original factory specification for balanced and reliable power delivery. Fitting a genuine motor reinstates the combined 500W brushless output, maintaining the wheelchair's 4 mph top speed and its capability to handle inclines of up to 10 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 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            A direct-fit spare engineered to the identical 250W brushless specification as the original factory unit, this genuine left-hand IQ-7000 replacement motor restores balanced and even drive power immediately upon installation. Ensuring both drive motors are in full working order maintains the 4 mph maximum speed, the 10-degree climbing capability, and the safe, predictable handling of your electric wheelchair.\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 fitting that prevents the IQ-7000 from tipping backwards on slopes, kerbs, and uneven ground. Simple to install and adjust, this essential powerchair spare part delivers vital reassurance for both the user and their carer during everyday outings on UK pavements and accessible routes.\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 safety wheels (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            Providing an additional layer of rear stability, this genuine pair of anti-tip safety wheels mounts to the IQ-7000 frame and makes contact with the ground to prevent backward tipping on inclines, ramps, and kerbs. An easy-fit mobility aid spare, these safety wheels offer important peace of mind for users who regularly navigate slopes and uneven terrain as part of their daily routine.\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    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        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          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 (!isOpen) {\n          accordion.classList.add('sp-open');\n          trigger.setAttribute('aria-expanded', 'true');\n        }\n      });\n    });\n\n    var showMoreBtns = document.querySelectorAll('.sp-show-more-btn');\n    showMoreBtns.forEach(function(btn) {\n      var grid = btn.previousElementSibling; \n      if (!grid) return;\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        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      btn.textContent = 'Show All ' + totalCards + ' Parts';\n    });\n  });\n\u003c\/script\u003e","brand":"ComfyGO Mobility","offers":[{"title":"🔋 Battery - 12Ah Airline Safe","offer_id":44707862839350,"sku":"IQ-7000-Parts|Battery-12-AH","price":199.0,"currency_code":"GBP","in_stock":true},{"title":"🔋 Battery - 26Ah Long Range","offer_id":44707862872118,"sku":"IQ-7000-Parts|Battery-26-AH","price":379.0,"currency_code":"GBP","in_stock":true},{"title":"🔋 Battery housing (empty case)","offer_id":44707862904886,"sku":"IQ-7000-Parts|Battery-Empty-Case","price":39.0,"currency_code":"GBP","in_stock":true},{"title":"🔋 Battery locking knob \/ kit","offer_id":44707862937654,"sku":"IQ-7000-Parts|Battery-Locking-Knob-Kit","price":19.0,"currency_code":"GBP","in_stock":true},{"title":"⚡ Charger (standard)","offer_id":44707862970422,"sku":"IQ-7000-Parts|Power-Charger-Standard","price":39.0,"currency_code":"GBP","in_stock":true},{"title":"⚡ Charger (fast)","offer_id":44707863003190,"sku":"IQ-7000-Parts|Power-Charger-Fast","price":49.0,"currency_code":"GBP","in_stock":true},{"title":"🕹️ Joystick controller (auto fold)","offer_id":44707863035958,"sku":"IQ-7000-Parts|Joystick-Controller-Auto-Folding","price":229.0,"currency_code":"GBP","in_stock":true},{"title":"🕹️ Remote control fob","offer_id":44707863068726,"sku":"IQ-7000-Parts|Controls-Remote-Control-Fob","price":49.0,"currency_code":"GBP","in_stock":true},{"title":"🧠 Processor (auto Fold)","offer_id":44707863101494,"sku":"IQ-7000-Parts|Processor-Auto-Folding-Models","price":99.0,"currency_code":"GBP","in_stock":true},{"title":"🕹️ Joystick bracket","offer_id":44707863134262,"sku":"IQ-7000-Parts|Controls-Controller-Bracket","price":19.0,"currency_code":"GBP","in_stock":true},{"title":"🕹️ Joystick clamp \/ knob","offer_id":44707863167030,"sku":"IQ-7000-Parts|Controller-Bracket-Clamp","price":9.99,"currency_code":"GBP","in_stock":true},{"title":"💺 Seat base panel","offer_id":44707864576054,"sku":"IQ-7000-Parts|Seat-Base-Panel","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"💺 Backrest base panel","offer_id":44707864608822,"sku":"IQ-7000-Parts|Backrest-Base-Panel","price":29.0,"currency_code":"GBP","in_stock":true},{"title":"💆 Universal Headrest","offer_id":45364215349302,"sku":"IQ-7000-Parts|Universal-Headrest","price":199.0,"currency_code":"GBP","in_stock":true},{"title":"🛡️ Rear mudguards (pair)","offer_id":44707864641590,"sku":"IQ-7000-Parts|Rear-Mudguards-Pair","price":14.99,"currency_code":"GBP","in_stock":true},{"title":"🦵 Footrest assembly","offer_id":44707864674358,"sku":"IQ-7000-Parts|Footrest-Assembly","price":39.0,"currency_code":"GBP","in_stock":true},{"title":"💪 Armrest – Right (seated)","offer_id":44707864707126,"sku":"IQ-7000-Parts|Armrest-Right","price":39.0,"currency_code":"GBP","in_stock":true},{"title":"💪 Armrest – Left (seated)","offer_id":44707864739894,"sku":"IQ-7000-Parts|Armrest-Left","price":39.0,"currency_code":"GBP","in_stock":true},{"title":"💪 Armrest bracket – Right (seated)","offer_id":44707864772662,"sku":"IQ-7000-Parts|Armrest-Connector-Right-Seated","price":19.0,"currency_code":"GBP","in_stock":true},{"title":"💪 Armrest bracket – Left (seated)","offer_id":44707864805430,"sku":"IQ-7000-Parts|Armrest-Connector-Left-Seated","price":19.0,"currency_code":"GBP","in_stock":true},{"title":"🛠️ Armrest width extension kit","offer_id":44707864838198,"sku":"IQ-7000-Parts|Armrest-Width-Extension-Kit","price":14.99,"currency_code":"GBP","in_stock":true},{"title":"🛞 Front wheel","offer_id":44707864870966,"sku":"IQ-7000-Parts|Front-Wheel","price":39.0,"currency_code":"GBP","in_stock":true},{"title":"🛞 Rear wheel - Solid puncture proof","offer_id":44707864903734,"sku":"IQ-7000-Parts|Rear-Wheel-Solid","price":69.0,"currency_code":"GBP","in_stock":true},{"title":"🛞 Rear wheel - Air filled","offer_id":44707864936502,"sku":"IQ-7000-Parts|Rear-Wheel-Air","price":69.0,"currency_code":"GBP","in_stock":true},{"title":"🛞 Spare tyre (for air filled)","offer_id":44707864969270,"sku":"IQ-7000-Parts|Rear-Tire-Air","price":19.0,"currency_code":"GBP","in_stock":true},{"title":"🛞 Inner tube (for air filled)","offer_id":44707865002038,"sku":"IQ-7000-Parts|Rear-Innertube-Air","price":14.99,"currency_code":"GBP","in_stock":true},{"title":"⚙️ Motor – Right (seated)","offer_id":44707865034806,"sku":"IQ-7000-Parts|Motors-Right-Seated-Position","price":199.0,"currency_code":"GBP","in_stock":true},{"title":"⚙️ Motor – Left (seated)","offer_id":44707865067574,"sku":"IQ-7000-Parts|Motors-Left-Seated-Position","price":199.0,"currency_code":"GBP","in_stock":true},{"title":"🔴 Freewheel lever cap","offer_id":44707865100342,"sku":"IQ-7000-Parts|Freewheel-Lever-Cap","price":9.99,"currency_code":"GBP","in_stock":true},{"title":"🔒 Frame folding lock","offer_id":44707865133110,"sku":"IQ-7000-Parts|Frame-Folding-Lock","price":24.0,"currency_code":"GBP","in_stock":true},{"title":"🛞 Anti-tip set (pair)","offer_id":44707865165878,"sku":"IQ-7000-Parts|Anti-Tip-Set-Pair","price":19.0,"currency_code":"GBP","in_stock":true},{"title":"🛞 Anti-tip safety wheels (pair)","offer_id":44707865198646,"sku":"IQ-7000-Parts|Anti-Tip-Wheels-Only-Pair","price":14.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0702\/0147\/5126\/files\/IQ-7000_Auto_Fold_Electric_Wheelchair_Spares_Replacement_Parts.webp?v=1776225313","url":"https:\/\/comfygomobility.co.uk\/products\/iq-7000-electric-wheelchair-replacement-parts","provider":"ComfyGO Mobility","version":"1.0","type":"link"}