{"product_id":"swiftfold-auto-automatic-folding-mobility-scooter","title":"SwiftFold Auto – Automatic Folding Mobility Scooter with Remote Control","description":"\u003cstyle\u003e\n  .nm-product-description {\n    --nm-navy: #102a43;\n    --nm-blue: #1769aa;\n    --nm-lavender: #f6f2fa;\n    --nm-lavender-border: #e4dcef;\n    --nm-cream: #fbf8f2;\n    --nm-text: #273444;\n    --nm-muted: #5f6b76;\n    --nm-white: #ffffff;\n    width: calc(100% - 48px);\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--nm-text);\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .nm-product-description,\n  .nm-product-description * {\n    box-sizing: border-box;\n  }\n\n  .nm-product-description h2,\n  .nm-product-description h3,\n  .nm-product-description p {\n    margin-top: 0;\n  }\n\n  .nm-product-description h2 {\n    color: var(--nm-navy);\n    font-size: clamp(27px, 2.4vw, 34px);\n    line-height: 1.2;\n    margin-bottom: 12px;\n  }\n\n  .nm-product-description h3 {\n    color: var(--nm-navy);\n    font-size: 18px;\n    line-height: 1.35;\n  }\n\n  .nm-product-description p:last-child,\n  .nm-product-description ul:last-child {\n    margin-bottom: 0;\n  }\n\n  .nm-intro {\n    padding: clamp(24px, 4vw, 40px);\n    border-radius: 18px;\n    background: linear-gradient(\n      135deg,\n      var(--nm-lavender) 0%,\n      var(--nm-cream) 100%\n    );\n    border: 1px solid var(--nm-lavender-border);\n    margin-bottom: clamp(32px, 5vw, 52px);\n  }\n\n  .nm-eyebrow {\n    margin-bottom: 9px;\n    color: var(--nm-blue);\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n  }\n\n  .nm-intro-copy {\n    max-width: 850px;\n    margin-bottom: 0;\n    color: #334155;\n    font-size: 17px;\n    line-height: 1.75;\n  }\n\n  .nm-section {\n    margin-bottom: clamp(32px, 5vw, 52px);\n  }\n\n  .nm-section-heading {\n    margin-bottom: 18px;\n  }\n\n  .nm-spec-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 16px;\n  }\n\n  .nm-spec-card {\n    min-height: 150px;\n    padding: 24px 18px;\n    border: 1px solid var(--nm-lavender-border);\n    border-radius: 14px;\n    background: var(--nm-white);\n    box-shadow: 0 6px 20px rgba(16, 42, 67, 0.06);\n    text-align: center;\n  }\n\n  .nm-spec-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 46px;\n    height: 46px;\n    margin: 0 auto 10px;\n    border: 1px solid var(--nm-lavender-border);\n    border-radius: 50%;\n    background: var(--nm-lavender);\n    font-size: 25px;\n    line-height: 1;\n  }\n\n  .nm-spec-value {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--nm-navy);\n    font-size: 18px;\n    font-weight: 750;\n    line-height: 1.3;\n  }\n\n  .nm-spec-label {\n    display: block;\n    color: #465568;\n    font-size: 15px;\n    line-height: 1.45;\n  }\n\n  .nm-suited-box {\n    padding: clamp(22px, 4vw, 36px);\n    border-radius: 16px;\n    background: var(--nm-cream);\n    border-left: 5px solid var(--nm-blue);\n  }\n\n  .nm-check-list,\n  .nm-detail-list,\n  .nm-included-list {\n    padding: 0;\n    margin: 16px 0 0;\n    list-style: none;\n  }\n\n  .nm-check-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px 24px;\n  }\n\n  .nm-check-list li,\n  .nm-detail-list li,\n  .nm-included-list li {\n    position: relative;\n    padding-left: 27px;\n  }\n\n  .nm-check-list li::before,\n  .nm-detail-list li::before,\n  .nm-included-list li::before {\n    position: absolute;\n    left: 0;\n    color: var(--nm-blue);\n    font-weight: 700;\n  }\n\n  .nm-check-list li::before,\n  .nm-included-list li::before {\n    content: \"✓\";\n  }\n\n  .nm-detail-list li::before {\n    content: \"•\";\n  }\n\n  .nm-check-list li,\n  .nm-detail-list li,\n  .nm-included-list li {\n    margin-bottom: 10px;\n  }\n\n  .nm-feature-box {\n    margin-top: 22px;\n    padding: 20px 22px;\n    border: 1px solid var(--nm-lavender-border);\n    border-radius: 14px;\n    background: var(--nm-lavender);\n  }\n\n  .nm-feature-title {\n    margin-bottom: 7px;\n    color: var(--nm-navy);\n    font-size: 18px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .nm-feature-box p {\n    margin: 0;\n    color: #334155;\n  }\n\n  .nm-accordion-group {\n    display: grid;\n    gap: 12px;\n  }\n\n  .nm-accordion {\n    overflow: hidden;\n    border: 1px solid var(--nm-lavender-border);\n    border-radius: 12px;\n    background: var(--nm-white);\n  }\n\n  .nm-accordion summary {\n    position: relative;\n    padding: 18px 52px 18px 20px;\n    color: var(--nm-navy);\n    font-size: 16px;\n    font-weight: 700;\n    line-height: 1.35;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .nm-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .nm-accordion summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    background: var(--nm-lavender);\n    color: var(--nm-blue);\n    font-size: 20px;\n    font-weight: 600;\n    line-height: 26px;\n    text-align: center;\n    transform: translateY(-50%);\n  }\n\n  .nm-accordion[open] summary {\n    background: var(--nm-lavender);\n  }\n\n  .nm-accordion[open] summary::after {\n    content: \"−\";\n  }\n\n  .nm-accordion-content {\n    padding: 20px;\n    border-top: 1px solid var(--nm-lavender-border);\n  }\n\n  .nm-spec-table-wrap {\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .nm-spec-table {\n    width: 100%;\n    min-width: 540px;\n    border-collapse: collapse;\n  }\n\n  .nm-spec-table th,\n  .nm-spec-table td {\n    padding: 12px 10px;\n    border-bottom: 1px solid #ece8f0;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .nm-spec-table th {\n    width: 45%;\n    color: var(--nm-navy);\n    font-weight: 650;\n  }\n\n  .nm-spec-table tr:last-child th,\n  .nm-spec-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .nm-small-print {\n    margin-top: 16px;\n    color: var(--nm-muted);\n    font-size: 14px;\n  }\n\n  .nm-support-note {\n    margin-top: 16px;\n    padding: 16px 18px;\n    border-radius: 10px;\n    background: var(--nm-lavender);\n  }\n\n  @media (max-width: 749px) {\n    .nm-product-description {\n      width: calc(100% - 30px);\n      font-size: 16px;\n    }\n\n    .nm-product-description h2 {\n      font-size: 27px;\n    }\n\n    .nm-intro {\n      padding: 24px 20px;\n    }\n\n    .nm-intro-copy {\n      font-size: 16px;\n      line-height: 1.7;\n    }\n\n    .nm-spec-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .nm-spec-card {\n      min-height: 158px;\n      padding: 20px 10px;\n    }\n\n    .nm-spec-icon {\n      width: 42px;\n      height: 42px;\n      font-size: 23px;\n    }\n\n    .nm-spec-value {\n      font-size: 17px;\n    }\n\n    .nm-spec-label {\n      font-size: 14px;\n    }\n\n    .nm-check-list {\n      grid-template-columns: 1fr;\n      gap: 3px;\n    }\n\n    .nm-accordion summary {\n      padding-left: 16px;\n    }\n\n    .nm-accordion-content {\n      padding: 16px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"nm-product-description\"\u003e\n\n  \u003csection class=\"nm-intro\" aria-labelledby=\"swiftfold-auto-introduction\"\u003e\n\n    \u003cp class=\"nm-eyebrow\"\u003e\n      SwiftFold Auto Mobility Scooter\n    \u003c\/p\u003e\n\n    \u003ch2 id=\"swiftfold-auto-introduction\"\u003e\n      Effortless folding at the touch of a button\n    \u003c\/h2\u003e\n\n    \u003cp class=\"nm-intro-copy\"\u003e\n      The \u003cstrong\u003eNewbi Move SwiftFold Auto\u003c\/strong\u003e is designed for people\n      who want the convenience of a folding mobility scooter without having\n      to fold it manually. Its automatic electric folding system allows the\n      scooter to fold and unfold using the supplied remote control, making\n      transport and storage simple. A removable\n      \u003cstrong\u003e24V 10Ah lithium battery\u003c\/strong\u003e provides a maximum range of\n      up to \u003cstrong\u003e9.3 miles\u003c\/strong\u003e in suitable conditions.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"nm-section\" aria-labelledby=\"swiftfold-auto-at-a-glance\"\u003e\n\n    \u003cdiv class=\"nm-section-heading\"\u003e\n      \u003ch2 id=\"swiftfold-auto-at-a-glance\"\u003e\n        SwiftFold Auto at a glance\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"nm-spec-grid\"\u003e\n\n      \u003cdiv class=\"nm-spec-card\"\u003e\n        \u003cspan class=\"nm-spec-icon\" aria-hidden=\"true\"\u003e✨\u003c\/span\u003e\n        \u003cspan class=\"nm-spec-value\"\u003eAutomatic Fold\u003c\/span\u003e\n        \u003cspan class=\"nm-spec-label\"\u003e\n          Electric folding at the touch of a button\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"nm-spec-card\"\u003e\n        \u003cspan class=\"nm-spec-icon\" aria-hidden=\"true\"\u003e🎛️\u003c\/span\u003e\n        \u003cspan class=\"nm-spec-value\"\u003eRemote Control\u003c\/span\u003e\n        \u003cspan class=\"nm-spec-label\"\u003e\n          Fold and unfold without doing it manually\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"nm-spec-card\"\u003e\n        \u003cspan class=\"nm-spec-icon\" aria-hidden=\"true\"\u003e🛣️\u003c\/span\u003e\n        \u003cspan class=\"nm-spec-value\"\u003eUp to 9.3 miles\u003c\/span\u003e\n        \u003cspan class=\"nm-spec-label\"\u003e\n          Maximum range in suitable conditions\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"nm-spec-card\"\u003e\n        \u003cspan class=\"nm-spec-icon\" aria-hidden=\"true\"\u003e👤\u003c\/span\u003e\n        \u003cspan class=\"nm-spec-value\"\u003e120kg\u003c\/span\u003e\n        \u003cspan class=\"nm-spec-label\"\u003e\n          Maximum user weight\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"nm-spec-card\"\u003e\n        \u003cspan class=\"nm-spec-icon\" aria-hidden=\"true\"\u003e⚡\u003c\/span\u003e\n        \u003cspan class=\"nm-spec-value\"\u003e3.75mph\u003c\/span\u003e\n        \u003cspan class=\"nm-spec-label\"\u003e\n          Maximum speed · UK Class 2 scooter\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"nm-spec-card\"\u003e\n        \u003cspan class=\"nm-spec-icon\" aria-hidden=\"true\"\u003e🔋\u003c\/span\u003e\n        \u003cspan class=\"nm-spec-value\"\u003e10Ah Lithium\u003c\/span\u003e\n        \u003cspan class=\"nm-spec-label\"\u003e\n          Removable battery for convenient charging\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"nm-section nm-suited-box\" aria-labelledby=\"swiftfold-auto-best-suited\"\u003e\n\n    \u003ch2 id=\"swiftfold-auto-best-suited\"\u003e\n      Who is the SwiftFold Auto best suited for?\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      The SwiftFold Auto is ideal for anyone who wants a compact folding\n      mobility scooter while avoiding the effort of manually folding and\n      unfolding the scooter each time it is transported or stored.\n    \u003c\/p\u003e\n\n\n    \u003cul class=\"nm-check-list\"\u003e\n\n      \u003cli\u003eCar journeys and boot transport\u003c\/li\u003e\n\n      \u003cli\u003eShopping trips and everyday local travel\u003c\/li\u003e\n\n      \u003cli\u003eHolidays and days out\u003c\/li\u003e\n\n      \u003cli\u003eVisiting family and friends\u003c\/li\u003e\n\n      \u003cli\u003eHomes where compact storage is useful\u003c\/li\u003e\n\n      \u003cli\u003ePeople who value maximum folding convenience\u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n\n    \u003cdiv class=\"nm-feature-box\"\u003e\n\n      \u003cdiv class=\"nm-feature-title\"\u003e\n        ✨ Automatic Folding Made Simple\n      \u003c\/div\u003e\n\n      \u003cp\u003e\n        No wrestling with complicated folding mechanisms. The\n        \u003cstrong\u003eSwiftFold Auto folds and unfolds electronically\u003c\/strong\u003e\n        using the supplied remote control, allowing you to prepare the\n        scooter for transport or storage at the touch of a button.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"nm-section\" aria-labelledby=\"swiftfold-auto-details\"\u003e\n\n    \u003cdiv class=\"nm-section-heading\"\u003e\n\n      \u003ch2 id=\"swiftfold-auto-details\"\u003e\n        Product details\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Open each section below for full information.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"nm-accordion-group\"\u003e\n\n\n      \u003cdetails class=\"nm-accordion\"\u003e\n\n        \u003csummary\u003e\n          Key features\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"nm-accordion-content\"\u003e\n\n          \u003cul class=\"nm-detail-list\"\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eAutomatic electric folding:\u003c\/strong\u003e\n              folds and unfolds electronically for convenient transport\n              and storage.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eRemote-control operation:\u003c\/strong\u003e\n              the supplied remote allows you to fold or unfold the scooter\n              without operating the folding mechanism manually.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eRemovable 24V 10Ah lithium battery:\u003c\/strong\u003e\n              remove the battery for convenient indoor charging or to make\n              handling the scooter easier.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eUp to 9.3 miles of range:\u003c\/strong\u003e\n              suitable for shopping, days out, local journeys and visiting\n              family or friends.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003e120kg maximum user weight:\u003c\/strong\u003e\n              designed to provide stable everyday mobility for a wide range\n              of users.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eSimple ambidextrous controls:\u003c\/strong\u003e\n              the throttle can be operated from either side of the\n              handlebars for straightforward everyday driving.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eElectromagnetic braking:\u003c\/strong\u003e\n              provides automatic braking when the drive control is released.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eLED headlight and clear display:\u003c\/strong\u003e\n              useful everyday features keep key driving information visible\n              and help improve visibility in lower-light conditions.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eBuilt-in overload protection:\u003c\/strong\u003e\n              automatically cuts power if the scooter becomes overloaded or\n              encounters conditions outside its operating limits.\n            \u003c\/li\u003e\n\n          \u003c\/ul\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails class=\"nm-accordion\"\u003e\n\n        \u003csummary\u003e\n          Full specifications\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"nm-accordion-content\"\u003e\n\n          \u003cdiv class=\"nm-spec-table-wrap\"\u003e\n\n            \u003ctable class=\"nm-spec-table\"\u003e\n\n              \u003ctbody\u003e\n\n                \u003ctr\u003e\n                  \u003cth scope=\"row\"\u003eProduct type\u003c\/th\u003e\n                  \u003ctd\u003e\n                    Automatic folding UK Class 2 mobility scooter\n                  \u003c\/td\u003e\n                \u003c\/tr\u003e\n\n                \u003ctr\u003e\n                  \u003cth scope=\"row\"\u003eScooter weight\u003c\/th\u003e\n                  \u003ctd\u003e\n                    Approximately 21kg\n                  \u003c\/td\u003e\n                \u003c\/tr\u003e\n\n                \u003ctr\u003e\n                  \u003cth scope=\"row\"\u003eMaximum user weight\u003c\/th\u003e\n                  \u003ctd\u003e\n                    120kg\n                  \u003c\/td\u003e\n                \u003c\/tr\u003e\n\n                \u003ctr\u003e\n                  \u003cth scope=\"row\"\u003eMaximum speed\u003c\/th\u003e\n                  \u003ctd\u003e\n                    3.75mph (6km\/h)\n                  \u003c\/td\u003e\n                \u003c\/tr\u003e\n\n                \u003ctr\u003e\n                  \u003cth scope=\"row\"\u003eMotor\u003c\/th\u003e\n                  \u003ctd\u003e\n                    24V 180W\n                  \u003c\/td\u003e\n                \u003c\/tr\u003e\n\n                \u003ctr\u003e\n                  \u003cth scope=\"row\"\u003eBattery\u003c\/th\u003e\n                  \u003ctd\u003e\n                    Removable 24V 10Ah lithium battery\n                  \u003c\/td\u003e\n                \u003c\/tr\u003e\n\n                \u003ctr\u003e\n                  \u003cth scope=\"row\"\u003eMaximum range\u003c\/th\u003e\n                  \u003ctd\u003e\n                    Up to 9.3 miles (15km)*\n                  \u003c\/td\u003e\n                \u003c\/tr\u003e\n\n                \u003ctr\u003e\n                  \u003cth scope=\"row\"\u003eBraking system\u003c\/th\u003e\n                  \u003ctd\u003e\n                    Electromagnetic brake\n                  \u003c\/td\u003e\n                \u003c\/tr\u003e\n\n                \u003ctr\u003e\n                  \u003cth scope=\"row\"\u003eOverall dimensions\u003c\/th\u003e\n                  \u003ctd\u003e\n                    97 × 50 × 96cm (L × W × H)\n                  \u003c\/td\u003e\n                \u003c\/tr\u003e\n\n                \u003ctr\u003e\n                  \u003cth scope=\"row\"\u003eGround clearance\u003c\/th\u003e\n                  \u003ctd\u003e\n                    75mm\n                  \u003c\/td\u003e\n                \u003c\/tr\u003e\n\n                \u003ctr\u003e\n                  \u003cth scope=\"row\"\u003eMaximum incline\u003c\/th\u003e\n                  \u003ctd\u003e\n                    12°\n                  \u003c\/td\u003e\n                \u003c\/tr\u003e\n\n                \u003ctr\u003e\n                  \u003cth scope=\"row\"\u003eFront tyre size\u003c\/th\u003e\n                  \u003ctd\u003e\n                    175 × 50mm\n                  \u003c\/td\u003e\n                \u003c\/tr\u003e\n\n                \u003ctr\u003e\n                  \u003cth scope=\"row\"\u003eRear tyre size\u003c\/th\u003e\n                  \u003ctd\u003e\n                    185 × 55mm\n                  \u003c\/td\u003e\n                \u003c\/tr\u003e\n\n                \u003ctr\u003e\n                  \u003cth scope=\"row\"\u003eCharger\u003c\/th\u003e\n                  \u003ctd\u003e\n                    DC 24V 2A\n                  \u003c\/td\u003e\n                \u003c\/tr\u003e\n\n                \u003ctr\u003e\n                  \u003cth scope=\"row\"\u003eBraking distance\u003c\/th\u003e\n                  \u003ctd\u003e\n                    Less than 1m on dry pavement\n                  \u003c\/td\u003e\n                \u003c\/tr\u003e\n\n                \u003ctr\u003e\n                  \u003cth scope=\"row\"\u003eFolding system\u003c\/th\u003e\n                  \u003ctd\u003e\n                    Automatic electric folding with remote control\n                  \u003c\/td\u003e\n                \u003c\/tr\u003e\n\n              \u003c\/tbody\u003e\n\n            \u003c\/table\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cp class=\"nm-small-print\"\u003e\n            *Range can vary depending on terrain, gradients, user weight,\n            temperature, battery condition and driving style.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails class=\"nm-accordion\"\u003e\n\n        \u003csummary\u003e\n          Automatic folding and transport\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"nm-accordion-content\"\u003e\n\n          \u003cp\u003e\n            The SwiftFold Auto's automatic folding system is designed to\n            make preparing your scooter for transport and storage as simple\n            as possible.\n          \u003c\/p\u003e\n\n\n          \u003cul class=\"nm-detail-list\"\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eRemote folding:\u003c\/strong\u003e\n              switch the scooter off, place it on a flat surface and use the\n              supplied remote control to fold or unfold the scooter.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eBuilt-in folding controls:\u003c\/strong\u003e\n              the scooter can also be folded or unfolded using the folding\n              switch located on the scooter.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eCompact transport:\u003c\/strong\u003e\n              folds down for easier storage in suitable car boots, garages\n              and home storage spaces.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              \u003cstrong\u003eRemovable battery:\u003c\/strong\u003e\n              the battery can be removed before charging or transport.\n            \u003c\/li\u003e\n\n          \u003c\/ul\u003e\n\n\n          \u003cp class=\"nm-small-print\"\u003e\n            Always switch the scooter off and place it on a flat surface\n            before operating the automatic folding system.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails class=\"nm-accordion\"\u003e\n\n        \u003csummary\u003e\n          Battery and charging\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"nm-accordion-content\"\u003e\n\n          \u003cul class=\"nm-detail-list\"\u003e\n\n            \u003cli\u003e\n              A removable 24V 10Ah lithium battery is included.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The battery can be charged while fitted to the scooter.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The battery can also be removed and charged separately indoors.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              A compatible 24V 2A charger is included with the scooter.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              A full battery provides a maximum range of up to 9.3 miles\n              in suitable conditions.\n            \u003c\/li\u003e\n\n          \u003c\/ul\u003e\n\n\n          \u003cp class=\"nm-small-print\"\u003e\n            For first use, the manufacturer recommends charging the battery\n            for 10–12 hours. Always switch the scooter off before charging\n            and use the supplied charger.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails class=\"nm-accordion\"\u003e\n\n        \u003csummary\u003e\n          Safety and everyday use\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"nm-accordion-content\"\u003e\n\n          \u003cul class=\"nm-detail-list\"\u003e\n\n            \u003cli\u003e\n              Electromagnetic braking provides automatic stopping when the\n              throttle is released.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Drive and freewheel modes allow the scooter to be driven\n              normally or pushed manually when required.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              An overload protector helps prevent damage if the scooter is\n              overloaded or used on a slope beyond its operating limit.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              The scooter includes a horn and LED headlight for everyday\n              convenience.\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              A power-saving function automatically switches the scooter off\n              after approximately 20 minutes of inactivity.\n            \u003c\/li\u003e\n\n          \u003c\/ul\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails class=\"nm-accordion\"\u003e\n\n        \u003csummary\u003e\n          What’s included\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"nm-accordion-content\"\u003e\n\n          \u003cul class=\"nm-included-list\"\u003e\n\n            \u003cli\u003e\n              Newbi Move SwiftFold Auto mobility scooter\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Removable 24V 10Ah lithium battery\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Battery charger\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Automatic folding remote control\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              2 × armrests\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Front travel bag\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              User manual\n            \u003c\/li\u003e\n\n          \u003c\/ul\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails class=\"nm-accordion\"\u003e\n\n        \u003csummary\u003e\n          Supplier and fulfilment information\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"nm-accordion-content\"\u003e\n\n          \u003cp\u003e\n            \u003cstrong\u003eSwiftFold Auto\u003c\/strong\u003e is the Newbi Move retail name\n            for this scooter. It is supplied by\n            \u003cstrong\u003eiCAN Mobility\u003c\/strong\u003e, so iCAN branding may appear on\n            the scooter, user manual and\/or original outer packaging.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Your purchase is made from \u003cstrong\u003eNewbi Move\u003c\/strong\u003e. Orders\n            may be dispatched directly from the iCAN UK warehouse on our\n            behalf.\n          \u003c\/p\u003e\n\n          \u003cp class=\"nm-support-note\"\u003e\n            For delivery, setup, product questions, warranty or after-sales\n            support, please contact \u003cstrong\u003eNewbi Move first\u003c\/strong\u003e. We\n            will manage your query and liaise with iCAN where needed.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/details\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Newbi Move","offers":[{"title":"Pink","offer_id":55136550453590,"sku":null,"price":699.99,"currency_code":"GBP","in_stock":false},{"title":"Red","offer_id":53050417480022,"sku":null,"price":699.99,"currency_code":"GBP","in_stock":false},{"title":"Blue","offer_id":53050417512790,"sku":null,"price":699.99,"currency_code":"GBP","in_stock":false},{"title":"Black","offer_id":53050417545558,"sku":null,"price":699.99,"currency_code":"GBP","in_stock":false},{"title":"Green","offer_id":53050498253142,"sku":null,"price":699.99,"currency_code":"GBP","in_stock":false},{"title":"White","offer_id":54882627682646,"sku":null,"price":699.99,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1013\/6200\/8406\/files\/01-swiftfold-auto-pink-hero-side.png?v=1788336116","url":"https:\/\/newbimove.co.uk\/products\/swiftfold-auto-automatic-folding-mobility-scooter","provider":"Newbi Move","version":"1.0","type":"link"}