{"title":"E-Bike's","description":null,"products":[{"product_id":"freedom-city-base-ebike-c3h","title":"Freedom City Base eBike (C3H)","description":"\u003cstyle\u003e\n    .fcb-fragment {\n      container: fcb \/ inline-size;\n      width: 100%;\n      max-width: 100%;\n      min-width: 0;\n      --fcb-bg: #ffffff;\n      --fcb-surface: #f6f7f9;\n      --fcb-surface-2: #eef0f4;\n      --fcb-text: #14181f;\n      --fcb-text-muted: #4b5563;\n      --fcb-accent: #b8860b;\n      --fcb-accent-hover: #9a7209;\n      --fcb-border: rgba(15, 23, 42, 0.1);\n      --fcb-radius: 12px;\n      --fcb-radius-lg: 20px;\n      --fcb-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);\n      --fcb-max: 1120px;\n      --fcb-gap: clamp(0.75rem, 3vw, 1.75rem);\n      font-family: system-ui, -apple-system, \"Segoe UI\", Roboto, Ubuntu, Cantarell, sans-serif;\n      font-size: 1rem;\n      line-height: 1.6;\n      color: var(--fcb-text);\n      background: var(--fcb-bg);\n      -webkit-font-smoothing: antialiased;\n    }\n\n    @supports (width: 1cqw) {\n      .fcb-fragment {\n        --fcb-gap: clamp(0.75rem, 2.5cqw, 1.75rem);\n      }\n    }\n\n    .fcb-fragment *,\n    .fcb-fragment *::before,\n    .fcb-fragment *::after {\n      box-sizing: border-box;\n    }\n\n    .fcb-fragment img {\n      max-width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    .fcb-fragment a {\n      color: var(--fcb-accent);\n      text-decoration: none;\n    }\n\n    .fcb-fragment a:hover {\n      color: var(--fcb-accent-hover);\n      text-decoration: underline;\n    }\n\n    .fcb-fragment .wrap {\n      max-width: var(--fcb-max);\n      margin-inline: auto;\n      padding-inline: clamp(1rem, 4vw, 2rem);\n    }\n\n    .fcb-fragment .intro-hero {\n      position: relative;\n      border-radius: var(--fcb-radius-lg);\n      overflow: hidden;\n      min-height: clamp(240px, 52vw, 440px);\n      box-shadow: var(--fcb-shadow);\n      border-bottom: 1px solid var(--fcb-border);\n    }\n\n    .fcb-fragment .intro-hero-bg {\n      position: absolute;\n      inset: 0;\n      z-index: 0;\n    }\n\n    .fcb-fragment .intro-hero-bg img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      object-position: center;\n    }\n\n    .fcb-fragment .intro-hero-overlay {\n      position: absolute;\n      inset: 0;\n      z-index: 1;\n      background: linear-gradient(180deg, rgba(15, 20, 28, 0.35) 0%, rgba(15, 20, 28, 0.78) 100%);\n      pointer-events: none;\n    }\n\n    .fcb-fragment .intro-hero-inner {\n      position: relative;\n      z-index: 2;\n      padding: clamp(2rem, 6vw, 4.5rem) 2rem;\n    }\n\n    .fcb-fragment .intro-hero-inner h1 {\n      margin: 0 0 1rem;\n      font-size: clamp(1.5rem, 4vw, 2.125rem);\n      font-weight: 700;\n      letter-spacing: -0.02em;\n      line-height: 1.2;\n      color: #fff;\n      max-width: 42rem;\n    }\n\n    .fcb-fragment .intro-hero-inner p {\n      margin: 0;\n      color: rgba(255, 255, 255, 0.92);\n      max-width: 52ch;\n      font-size: clamp(1rem, 2.4vw, 1.125rem);\n    }\n\n    .fcb-fragment section.block {\n      padding: clamp(2.5rem, 5vw, 3.5rem) 0;\n      border-bottom: 1px solid var(--fcb-border);\n    }\n\n    .fcb-fragment section.block:last-of-type {\n      border-bottom: 0;\n    }\n\n    .fcb-fragment .section-title {\n      margin: 0 0 0.5rem;\n      font-size: clamp(1.35rem, 3vw, 1.75rem);\n      font-weight: 700;\n      letter-spacing: -0.02em;\n    }\n\n    .fcb-fragment .section-lead {\n      margin: 0 0 1.75rem;\n      color: var(--fcb-text-muted);\n      max-width: 70ch;\n    }\n\n    .fcb-fragment .spec-grid,\n    .fcb-fragment .bonus-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: var(--fcb-gap);\n      align-items: stretch;\n    }\n\n    @container fcb (min-width: 40rem) {\n      .fcb-fragment .spec-grid.key-features {\n        grid-template-columns: repeat(4, minmax(0, 1fr));\n      }\n\n      .fcb-fragment .bonus-grid {\n        grid-template-columns: repeat(3, minmax(0, 1fr));\n      }\n    }\n\n    @container fcb (min-width: 56.25rem) {\n      .fcb-fragment .spec-grid.key-features {\n        grid-template-columns: repeat(7, minmax(0, 1fr));\n      }\n\n      .fcb-fragment .bonus-grid {\n        grid-template-columns: repeat(4, minmax(0, 1fr));\n      }\n    }\n\n    .fcb-fragment .spec-card {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      width: 100%;\n      height: 100%;\n      min-height: 10.5rem;\n      background: var(--fcb-surface);\n      border: 1px solid var(--fcb-border);\n      border-radius: var(--fcb-radius);\n      padding: 1.25rem 0.75rem;\n      text-align: center;\n      transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;\n    }\n\n    .fcb-fragment .spec-card:hover {\n      border-color: rgba(184, 134, 11, 0.45);\n      box-shadow: var(--fcb-shadow);\n      transform: translateY(-2px);\n    }\n\n    .fcb-fragment .spec-card .icon {\n      width: 60px;\n      height: 60px;\n      margin: 0 auto 0.75rem;\n      object-fit: contain;\n    }\n\n    .fcb-fragment .spec-card.bonus .icon {\n      width: 72px;\n      height: 72px;\n    }\n\n    .fcb-fragment .spec-card h3 {\n      margin: 0 0 0.35rem;\n      font-size: 1rem;\n      font-weight: 700;\n      line-height: 1.25;\n      max-width: 100%;\n      overflow-wrap: anywhere;\n    }\n\n    .fcb-fragment .spec-card.bonus h3 {\n      font-size: clamp(0.8125rem, 2.1vw, 0.9375rem);\n      line-height: 1.3;\n    }\n\n    .fcb-fragment .spec-card p {\n      margin: 0;\n      font-size: 0.875rem;\n      color: var(--fcb-text-muted);\n      line-height: 1.35;\n      max-width: 100%;\n    }\n\n    .fcb-fragment .warranty {\n      position: relative;\n      border-radius: var(--fcb-radius-lg);\n      overflow: hidden;\n      min-height: 280px;\n      box-shadow: var(--fcb-shadow);\n    }\n\n    .fcb-fragment .warranty-bg {\n      position: absolute;\n      inset: 0;\n      z-index: 0;\n    }\n\n    .fcb-fragment .warranty-bg img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n    }\n\n    .fcb-fragment .warranty::after {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      z-index: 0;\n      background: linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.55) 52%, rgba(255, 255, 255, 0.12) 100%);\n    }\n\n    .fcb-fragment .warranty-inner {\n      position: relative;\n      z-index: 1;\n      padding: clamp(2rem, 5vw, 3rem);\n      max-width: 32rem;\n    }\n\n    .fcb-fragment .warranty-eyebrow {\n      font-size: 0.7rem;\n      font-weight: 700;\n      letter-spacing: 0.14em;\n      color: var(--fcb-accent);\n      margin-bottom: 0.5rem;\n    }\n\n    .fcb-fragment .warranty h2 {\n      margin: 0 0 0.5rem;\n      font-size: clamp(1.75rem, 4vw, 2.25rem);\n      font-weight: 800;\n      letter-spacing: -0.02em;\n    }\n\n    .fcb-fragment .warranty-sub {\n      margin: 0 0 1.25rem;\n      color: var(--fcb-text-muted);\n      font-size: 1.05rem;\n    }\n\n    .fcb-fragment .warranty-link {\n      display: inline-flex;\n      align-items: center;\n      gap: 0.35rem;\n      font-weight: 600;\n      color: var(--fcb-accent);\n    }\n\n    .fcb-fragment .warranty-link svg {\n      width: 1.1em;\n      height: 1.1em;\n      flex-shrink: 0;\n    }\n\n    .fcb-fragment .features-intro {\n      margin-bottom: 2rem;\n    }\n\n    .fcb-fragment .features-intro p {\n      margin: 0;\n      color: var(--fcb-text-muted);\n    }\n\n    .fcb-fragment .media-row {\n      display: grid;\n      gap: var(--fcb-gap);\n      align-items: center;\n      margin-bottom: clamp(2rem, 4vw, 3rem);\n    }\n\n    .fcb-fragment .media-row:last-child {\n      margin-bottom: 0;\n    }\n\n    @container fcb (min-width: 48rem) {\n      .fcb-fragment .media-row {\n        grid-template-columns: 1fr 1fr;\n        margin-bottom: clamp(2.5rem, 4vw, 3.5rem);\n      }\n\n      .fcb-fragment .media-row.reverse .media-visual {\n        order: 2;\n      }\n\n      .fcb-fragment .media-row.reverse .media-copy {\n        order: 1;\n      }\n    }\n\n    .fcb-fragment .media-visual {\n      background: var(--fcb-surface);\n      border-radius: var(--fcb-radius-lg);\n      border: 1px solid var(--fcb-border);\n      overflow: hidden;\n      aspect-ratio: 16 \/ 10;\n    }\n\n    .fcb-fragment .media-visual.contain {\n      aspect-ratio: auto;\n    }\n\n    .fcb-fragment .media-visual img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n    }\n\n    .fcb-fragment .media-visual.contain img {\n      object-fit: contain;\n      height: auto;\n    }\n\n    .fcb-fragment .media-copy {\n      padding: 0.25rem 0;\n    }\n\n    .fcb-fragment .media-copy h2 {\n      margin: 0 0 0.5rem;\n      font-size: clamp(1.2rem, 2.5vw, 1.4rem);\n      font-weight: 700;\n    }\n\n    .fcb-fragment .media-copy p,\n    .fcb-fragment .media-copy li {\n      color: var(--fcb-text-muted);\n    }\n\n    .fcb-fragment .media-copy ol,\n    .fcb-fragment .media-copy ul {\n      margin: 0.75rem 0 0;\n      padding-left: 1.25rem;\n    }\n\n    .fcb-fragment .media-copy li {\n      margin-bottom: 0.35rem;\n    }\n\n    .fcb-fragment .embed-block {\n      background: var(--fcb-surface);\n      border: 1px solid var(--fcb-border);\n      border-radius: var(--fcb-radius-lg);\n      padding: clamp(1.25rem, 3vw, 1.75rem);\n    }\n\n    .fcb-fragment .embed-ratio {\n      position: relative;\n      width: 100%;\n      padding-bottom: 56.25%;\n      margin-top: 1rem;\n      border-radius: var(--fcb-radius);\n      overflow: hidden;\n      background: var(--fcb-surface-2);\n      border: 1px solid var(--fcb-border);\n    }\n\n    .fcb-fragment .embed-ratio iframe {\n      position: absolute;\n      inset: 0;\n      width: 100%;\n      height: 100%;\n      border: 0;\n    }\n\n    .fcb-fragment .embed-block .section-title {\n      margin-bottom: 0.5rem;\n    }\n\n    .fcb-fragment .embed-block .section-lead {\n      margin-bottom: 0;\n    }\n\n    .fcb-fragment .specs-panel {\n      background: var(--fcb-surface);\n      border: 1px solid var(--fcb-border);\n      border-radius: var(--fcb-radius-lg);\n      padding: clamp(1.25rem, 3vw, 1.75rem);\n    }\n\n    .fcb-fragment .specs-panel .section-title {\n      margin-bottom: 1rem;\n    }\n\n    .fcb-fragment .specs-scroll {\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin: 0 -0.25rem;\n      padding: 0 0.25rem;\n    }\n\n    .fcb-fragment .specs-table {\n      width: 100%;\n      min-width: min(100%, 36rem);\n      border-collapse: collapse;\n      font-size: 0.9375rem;\n    }\n\n    .fcb-fragment .specs-table tbody tr {\n      border-bottom: 1px solid var(--fcb-border);\n    }\n\n    .fcb-fragment .specs-table tbody tr:last-child {\n      border-bottom: 0;\n    }\n\n    .fcb-fragment .specs-table td {\n      padding: 0.65rem 0.75rem;\n      vertical-align: top;\n    }\n\n    .fcb-fragment .specs-table td:first-child {\n      width: 38%;\n      max-width: 12rem;\n      font-weight: 600;\n      color: var(--fcb-text);\n      text-transform: capitalize;\n    }\n\n    .fcb-fragment .specs-table td:last-child {\n      color: var(--fcb-text-muted);\n    }\n\n    .fcb-fragment .specs-table tbody tr:nth-child(even) {\n      background: rgba(255, 255, 255, 0.6);\n    }\n\n    .fcb-fragment .section-divider {\n      display: block;\n      width: 100%;\n      height: 0;\n      margin: clamp(1.25rem, 3vw, 2rem) 0;\n      border: 0;\n      border-top: 1px solid var(--fcb-border);\n    }\n\n    \/* When pasted inside Shopify rich text (.rte), neutralize theme `.rte img { margin: 10px 0 }` on embed images *\/\n    .rte .fcb-fragment img {\n      margin: 0;\n    }\n  \u003c\/style\u003e\u003cdiv class=\"fcb-fragment\" data-fcb-product-embed=\"freedom-city-base-c3h\"\u003e\n\u003csection class=\"intro-hero\" aria-labelledby=\"fcb-hero-title\"\u003e\u003cdiv class=\"intro-hero-bg\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Generated_Image_February_26_2026_-_1_12PM_jpg.jpg?v=1772129634\u0026amp;width=2400\" alt=\"Teslica Freedom City Base urban eBike\" width=\"2752\" height=\"1536\" decoding=\"async\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Generated_Image_February_26_2026_-_1_12PM_jpg.jpg?v=1772129634\u0026amp;width=2400\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"intro-hero-overlay\" aria-hidden=\"true\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"intro-hero-inner wrap\"\u003e\n\u003ch1 id=\"fcb-hero-title\"\u003eYour dependable and accessible daily city workhorse\u003c\/h1\u003e\n\u003cp\u003eThis reliable urban eBike features an easy-to-use cadence sensor that provides consistent power assistance for your everyday travels. The accessible step-through geometry and integrated rear rack make it a practical choice for running errands or commuting to work with ease. It combines essential features like built-in lighting and a durable frame to offer a dependable, eco-friendly alternative for daily transportation.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"section-divider\" aria-hidden=\"true\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csection class=\"block\" aria-labelledby=\"fcb-key-specs-title\"\u003e\u003cdiv class=\"wrap\"\u003e\n\u003ch2 id=\"fcb-key-specs-title\" class=\"section-title\"\u003eFreedom City Base 500W eBike (C3H) — Key specs\u003c\/h2\u003e\n\u003cp class=\"section-lead\"\u003eYour needs make every spec matter. Here are the numbers that make the difference.\u003c\/p\u003e\n\u003cdiv class=\"spec-grid key-features\"\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Route.png?v=1769636308\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Route.png?v=1769636308\u0026amp;width=400\"\u003e\u003ch3\u003e120 Km\u003c\/h3\u003e\n\u003cp\u003eMax range\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Teslica_Icons_1.png?v=1769636129\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Teslica_Icons_1.png?v=1769636129\u0026amp;width=400\"\u003e\u003ch3\u003e32 Km\/hr\u003c\/h3\u003e\n\u003cp\u003eMax speed\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Power.png?v=1769636297\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Power.png?v=1769636297\u0026amp;width=400\"\u003e\u003ch3\u003e500W\u003c\/h3\u003e\n\u003cp\u003eMotor power\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Pedal_Assist.png?v=1769636671\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Pedal_Assist.png?v=1769636671\u0026amp;width=400\"\u003e\u003ch3\u003eCadence sensor\u003c\/h3\u003e\n\u003cp\u003ePedal assist\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/bicycle_tire.png?v=1769636477\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/bicycle_tire.png?v=1769636477\u0026amp;width=400\"\u003e\u003ch3\u003eTraditional\u003c\/h3\u003e\n\u003cp\u003eTire type\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Tire_Size.png?v=1769636542\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Tire_Size.png?v=1769636542\u0026amp;width=400\"\u003e\u003ch3\u003e26\" × 2.25\"\u003c\/h3\u003e\n\u003cp\u003eTire size\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Weight_1.png?v=1769636624\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Weight_1.png?v=1769636624\u0026amp;width=400\"\u003e\u003ch3\u003e330 lb\u003c\/h3\u003e\n\u003cp\u003eMax weight\u003c\/p\u003e\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"block\" aria-labelledby=\"fcb-warranty-title\"\u003e\u003cdiv class=\"wrap\"\u003e\u003cdiv class=\"warranty\"\u003e\n\u003cdiv class=\"warranty-bg\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Generated_Image_January_27_2026_-_3_38PM.jpg?v=1769547056\u0026amp;width=1600\" alt=\"\" width=\"1584\" height=\"672\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Generated_Image_January_27_2026_-_3_38PM.jpg?v=1769547056\u0026amp;width=1600\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"warranty-inner\"\u003e\n\u003cp class=\"warranty-eyebrow\"\u003eRide with confidence\u003c\/p\u003e\n\u003ch2 id=\"fcb-warranty-title\"\u003e10-year warranty\u003c\/h2\u003e\n\u003cp class=\"warranty-sub\"\u003eOur extended warranty coverage is included.\u003c\/p\u003e\n\u003ca class=\"warranty-link\" href=\"https:\/\/www.teslica.com\/pages\/teslica-10-year-warranty\" data-mce-href=\"https:\/\/www.teslica.com\/pages\/teslica-10-year-warranty\"\u003e Learn more \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n              \u003cpath d=\"M5 12h14M13 6l6 6-6 6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"block\" aria-labelledby=\"fcb-features-title\"\u003e\u003cdiv class=\"wrap\"\u003e\n\u003ch2 id=\"fcb-features-title\" class=\"section-title\"\u003eFreedom City Base 500W eBike (C3H) — Features\u003c\/h2\u003e\n\u003cdiv class=\"features-intro\"\u003e\u003cp\u003eThe Freedom City Base eBike (C3H) is a dependable and versatile city eBike designed for comfortable daily riding, featuring a 500W motor, a top speed of 32 km\/h, and a long-lasting 48V 15Ah Samsung battery delivering up to 120 km of range per charge. Its step-through frame allows easy mounting and everyday convenience, while adjustable ergonomic handlebars provide a relaxed and customizable riding position. Built with puncture-resistant tires for added confidence on city streets and equipped with hydraulic disc brakes for strong stopping power, the Freedom City Base comes fully outfitted with essential accessories including front and rear fenders, lights, racks, a kickstand, bell, tools, and keychain. Powered by Samsung UL-certified battery cells and protected by Teslica's SafeVolt™ system with CE certified components, smart BMS, and IP66 water and dust resistance, it supports riders up to 330 lbs, fits riders from 4'10\" to 6'3\", and is backed by a 10-year limited warranty and lifetime frame warranty, making it a reliable choice for everyday commuting and city adventures.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-row\"\u003e\n\u003cdiv class=\"media-visual contain\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/give-me-a-202506101341_be72b792-4ca4-4be9-9517-aab1a2f96f54.webp?v=1770043862\u0026amp;width=1200\" alt=\"Step-through frame\" width=\"480\" height=\"270\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/give-me-a-202506101341_be72b792-4ca4-4be9-9517-aab1a2f96f54.webp?v=1770043862\u0026amp;width=1200\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eStep-through\u003c\/h2\u003e\n\u003cp\u003eEasy to mount on and off.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row reverse\"\u003e\n\u003cdiv class=\"media-visual contain\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/n2h-4_1.webp?v=1770060551\u0026amp;width=1200\" alt=\"Ergonomic handlebars\" width=\"2048\" height=\"1717\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/n2h-4_1.webp?v=1770060551\u0026amp;width=1200\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eErgonomic handlebars\u003c\/h2\u003e\n\u003cp\u003eAdjustable ergonomic handlebars made for comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row\"\u003e\n\u003cdiv class=\"media-visual\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/red-white-simple-stay-connected-email-header-1_eafea89c-607b-4378-a642-99810a520ebc.webp?v=1769782041\u0026amp;width=1200\" alt=\"Samsung UL certified battery\" width=\"781\" height=\"625\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/red-white-simple-stay-connected-email-header-1_eafea89c-607b-4378-a642-99810a520ebc.webp?v=1769782041\u0026amp;width=1200\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eSamsung UL certified battery cells\u003c\/h2\u003e\n\u003cp\u003eEquipped with the \u003cem\u003eTeslica SafeVolt™\u003c\/em\u003e battery safety system.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eTeslica SafeVolt™\u003c\/strong\u003e\u003c\/p\u003e\n\u003col\u003e\n\u003cli\u003eUL and CE certified Samsung 50E battery cells\u003c\/li\u003e\n\u003cli\u003eCE certified motor\u003c\/li\u003e\n\u003cli\u003eSmart battery management system (BMS)\u003c\/li\u003e\n\u003cli\u003eIP66 water and dust resistance\u003c\/li\u003e\n\u003cli\u003eSmart charger\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row reverse\"\u003e\n\u003cdiv class=\"media-visual\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/2_ced8d512-ba23-4460-adee-b4405ef4df7d.png?v=1770060682\u0026amp;width=1200\" alt=\"Puncture resistant tires\" width=\"2031\" height=\"2031\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/2_ced8d512-ba23-4460-adee-b4405ef4df7d.png?v=1770060682\u0026amp;width=1200\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003ePuncture resistant tires\u003c\/h2\u003e\n\u003cp\u003eRide with confidence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row\"\u003e\n\u003cdiv class=\"media-visual\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/1_6cff2a41-9328-406c-875b-1c67e368ffee.png?v=1770060706\u0026amp;width=1200\" alt=\"Included accessories\" width=\"2031\" height=\"2031\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/1_6cff2a41-9328-406c-875b-1c67e368ffee.png?v=1770060706\u0026amp;width=1200\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eExtra accessories included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFront and rear fenders\u003c\/li\u003e\n\u003cli\u003eFront and rear lights\u003c\/li\u003e\n\u003cli\u003eFront and rear racks\u003c\/li\u003e\n\u003cli\u003eKickstand\u003c\/li\u003e\n\u003cli\u003eBell\u003c\/li\u003e\n\u003cli\u003eTools\u003c\/li\u003e\n\u003cli\u003eKeychain\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"block\" aria-labelledby=\"fcb-bonus-title\"\u003e\u003cdiv class=\"wrap\"\u003e\n\u003ch2 id=\"fcb-bonus-title\" class=\"section-title\"\u003eBonus features\u003c\/h2\u003e\n\u003cp class=\"section-lead\"\u003eExclusive features for the Freedom City Base 500W eBike (C3H).\u003c\/p\u003e\n\u003cdiv class=\"bonus-grid\"\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Fender_1.png?v=1774287804\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Fender_1.png?v=1774287804\u0026amp;width=400\"\u003e\u003ch3\u003eFull fenders included\u003c\/h3\u003e\u003c\/article\u003e\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Rack.png?v=1774287272\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Rack.png?v=1774287272\u0026amp;width=400\"\u003e\u003ch3\u003eFront and rear racks included\u003c\/h3\u003e\u003c\/article\u003e\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Light.png?v=1774287509\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Light.png?v=1774287509\u0026amp;width=400\"\u003e\u003ch3\u003eFront and rear lights included\u003c\/h3\u003e\u003c\/article\u003e\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Suspensions.png?v=1774287892\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Suspensions.png?v=1774287892\u0026amp;width=400\"\u003e\u003ch3\u003eAdjustable suspension fork\u003c\/h3\u003e\u003c\/article\u003e\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/bicycle_tire.png?v=1769636477\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/bicycle_tire.png?v=1769636477\u0026amp;width=400\"\u003e\u003ch3\u003ePuncture resistant tires\u003c\/h3\u003e\u003c\/article\u003e\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/UL_2271_Certification.png?v=1774289531\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/UL_2271_Certification.png?v=1774289531\u0026amp;width=400\"\u003e\u003ch3\u003eUL 2271 certification\u003c\/h3\u003e\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"block\" aria-labelledby=\"fcb-embed-title\"\u003e\u003cdiv class=\"wrap\"\u003e\u003cdiv class=\"embed-block\"\u003e\n\u003ch2 id=\"fcb-embed-title\" class=\"section-title\"\u003eExplore your Freedom City Base C3H in 3D\u003c\/h2\u003e\n\u003cp class=\"section-lead\"\u003eUse your fingers or mouse to move the bike around.\u003c\/p\u003e\n\u003cdiv class=\"embed-ratio\"\u003e\u003ciframe title=\"Freedom City Base C3H 3D view\" src=\"https:\/\/lumalabs.ai\/embed\/9e9ea8a0-ff47-4e7a-b239-5ae84585ff75?mode=sparkles\u0026amp;background=%23ffffff\u0026amp;color=%23000000\u0026amp;showTitle=true\u0026amp;loadBg=true\u0026amp;logoPosition=bottom-left\u0026amp;infoPosition=bottom-right\u0026amp;cinematicVideo=undefined\u0026amp;showMenu=false\" width=\"300\" height=\"150\" data-mce-src=\"https:\/\/lumalabs.ai\/embed\/9e9ea8a0-ff47-4e7a-b239-5ae84585ff75?mode=sparkles\u0026amp;background=%23ffffff\u0026amp;color=%23000000\u0026amp;showTitle=true\u0026amp;loadBg=true\u0026amp;logoPosition=bottom-left\u0026amp;infoPosition=bottom-right\u0026amp;cinematicVideo=undefined\u0026amp;showMenu=false\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"block\" aria-labelledby=\"fcb-specs-table-title\"\u003e\u003cdiv class=\"wrap\"\u003e\u003cdiv class=\"specs-panel\"\u003e\n\u003ch2 id=\"fcb-specs-table-title\" class=\"section-title\"\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-scroll\"\u003e\u003ctable class=\"specs-table mce-item-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eFrame material\u003c\/td\u003e\n\u003ctd\u003e6062 aluminum alloy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotor\u003c\/td\u003e\n\u003ctd\u003e500W rear hub geared motor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery\u003c\/td\u003e\n\u003ctd\u003eLithium ion, Samsung cells, 48V 15Ah\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSensor\u003c\/td\u003e\n\u003ctd\u003eTorque sensor bottom bracket\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLCD\u003c\/td\u003e\n\u003ctd\u003eKD 717 colored LCD with USB charge\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eThrottle\u003c\/td\u003e\n\u003ctd\u003eThumb throttle (on the left side)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTop speed\u003c\/td\u003e\n\u003ctd\u003eUp to 32 km\/h\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApproximate range\u003c\/td\u003e\n\u003ctd\u003e60 km – 120 km\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLights\u003c\/td\u003e\n\u003ctd\u003eIntegrated front and rear lights powered by the battery\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChain\u003c\/td\u003e\n\u003ctd\u003eKMC 7\/8 speed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrake set\u003c\/td\u003e\n\u003ctd\u003eTektro HD disc brake 180 mm with semi metallic pads\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRear derailleur\u003c\/td\u003e\n\u003ctd\u003eShimano Altus 7 speed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGears\u003c\/td\u003e\n\u003ctd\u003eShimano 7 speed freewheel 14–34T\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHandlebar grips\u003c\/td\u003e\n\u003ctd\u003eErgonomic comfort\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSaddle\u003c\/td\u003e\n\u003ctd\u003eComfort wide seat\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTires\u003c\/td\u003e\n\u003ctd\u003eS\/M: 26\" × 2.15 or large: 27.5\" × 2.25 Chaoyang\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFenders\u003c\/td\u003e\n\u003ctd\u003eFull fenders included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFork\u003c\/td\u003e\n\u003ctd\u003eSuspension front fork\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaximum weight capacity\u003c\/td\u003e\n\u003ctd\u003e330 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Teslica eBikes","offers":[{"title":"Green \/ L","offer_id":47417658409129,"sku":"210000001087","price":2549.15,"currency_code":"CAD","in_stock":true},{"title":"Red \/ L","offer_id":47417658441897,"sku":"210000001086","price":2549.15,"currency_code":"CAD","in_stock":false},{"title":"Red \/ S\/M","offer_id":47417658474665,"sku":"210000001085","price":2549.15,"currency_code":"CAD","in_stock":true},{"title":"Green \/ S\/M","offer_id":47417658507433,"sku":"210000001084","price":2549.15,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/files\/c3hg1.webp?v=1788530495"},{"product_id":"spirit-etrike-t1s","title":"Spirit eTrike (T1S)","description":"\u003cstyle\u003e\n    .t1s-fragment {\n      container: t1s \/ inline-size;\n      width: 100%;\n      max-width: 100%;\n      min-width: 0;\n      --t1s-bg: #ffffff;\n      --t1s-surface: #f6f7f9;\n      --t1s-surface-2: #eef0f4;\n      --t1s-text: #14181f;\n      --t1s-text-muted: #4b5563;\n      --t1s-accent: #b8860b;\n      --t1s-accent-hover: #9a7209;\n      --t1s-border: rgba(15, 23, 42, 0.1);\n      --t1s-radius: 12px;\n      --t1s-radius-lg: 20px;\n      --t1s-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);\n      --t1s-max: 1120px;\n      --t1s-gap: clamp(0.75rem, 3vw, 1.75rem);\n      font-family: system-ui, -apple-system, \"Segoe UI\", Roboto, Ubuntu, Cantarell, sans-serif;\n      font-size: 1rem;\n      line-height: 1.6;\n      color: var(--t1s-text);\n      background: var(--t1s-bg);\n      -webkit-font-smoothing: antialiased;\n    }\n\n    @supports (width: 1cqw) {\n      .t1s-fragment {\n        --t1s-gap: clamp(0.75rem, 2.5cqw, 1.75rem);\n      }\n    }\n\n    .t1s-fragment *,\n    .t1s-fragment *::before,\n    .t1s-fragment *::after {\n      box-sizing: border-box;\n    }\n\n    .t1s-fragment img {\n      max-width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    .t1s-fragment a {\n      color: var(--t1s-accent);\n      text-decoration: none;\n    }\n\n    .t1s-fragment a:hover {\n      color: var(--t1s-accent-hover);\n      text-decoration: underline;\n    }\n\n    .t1s-fragment .wrap {\n      max-width: var(--t1s-max);\n      margin-inline: auto;\n      padding-inline: clamp(1rem, 4vw, 2rem);\n    }\n\n    .t1s-fragment .intro-hero {\n      position: relative;\n      border-radius: var(--t1s-radius-lg);\n      overflow: hidden;\n      min-height: clamp(240px, 52vw, 440px);\n      box-shadow: var(--t1s-shadow);\n      border-bottom: 1px solid var(--t1s-border);\n    }\n\n    .t1s-fragment .intro-hero-bg {\n      position: absolute;\n      inset: 0;\n      z-index: 0;\n    }\n\n    .t1s-fragment .intro-hero-bg img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      object-position: center;\n    }\n\n    .t1s-fragment .intro-hero-overlay {\n      position: absolute;\n      inset: 0;\n      z-index: 1;\n      background: linear-gradient(180deg, rgba(15, 20, 28, 0.35) 0%, rgba(15, 20, 28, 0.78) 100%);\n      pointer-events: none;\n    }\n\n    .t1s-fragment .intro-hero-inner {\n      position: relative;\n      z-index: 2;\n      padding: clamp(2rem, 6vw, 4.5rem) 2rem;\n    }\n\n    .t1s-fragment .intro-hero-inner h1 {\n      margin: 0 0 1rem;\n      font-size: clamp(1.5rem, 4vw, 2.125rem);\n      font-weight: 700;\n      letter-spacing: -0.02em;\n      line-height: 1.2;\n      color: #fff;\n      max-width: 42rem;\n    }\n\n    .t1s-fragment .intro-hero-inner p {\n      margin: 0;\n      color: rgba(255, 255, 255, 0.92);\n      max-width: 52ch;\n      font-size: clamp(1rem, 2.4vw, 1.125rem);\n    }\n\n    .t1s-fragment section.block {\n      padding: clamp(2.5rem, 5vw, 3.5rem) 0;\n      border-bottom: 1px solid var(--t1s-border);\n    }\n\n    .t1s-fragment section.block:last-of-type {\n      border-bottom: 0;\n    }\n\n    .t1s-fragment .section-title {\n      margin: 0 0 0.5rem;\n      font-size: clamp(1.35rem, 3vw, 1.75rem);\n      font-weight: 700;\n      letter-spacing: -0.02em;\n    }\n\n    .t1s-fragment .section-lead {\n      margin: 0 0 1.75rem;\n      color: var(--t1s-text-muted);\n      max-width: 70ch;\n    }\n\n    .t1s-fragment .spec-grid,\n    .t1s-fragment .bonus-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: var(--t1s-gap);\n      align-items: stretch;\n    }\n\n    @container t1s (min-width: 40rem) {\n      .t1s-fragment .spec-grid.key-features {\n        grid-template-columns: repeat(4, minmax(0, 1fr));\n      }\n\n      .t1s-fragment .bonus-grid {\n        grid-template-columns: repeat(3, minmax(0, 1fr));\n      }\n    }\n\n    @container t1s (min-width: 56.25rem) {\n      .t1s-fragment .spec-grid.key-features {\n        grid-template-columns: repeat(7, minmax(0, 1fr));\n      }\n\n      .t1s-fragment .bonus-grid {\n        grid-template-columns: repeat(4, minmax(0, 1fr));\n      }\n    }\n\n    .t1s-fragment .spec-card {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      width: 100%;\n      height: 100%;\n      min-height: 10.5rem;\n      background: var(--t1s-surface);\n      border: 1px solid var(--t1s-border);\n      border-radius: var(--t1s-radius);\n      padding: 1.25rem 0.75rem;\n      text-align: center;\n      transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;\n    }\n\n    .t1s-fragment .spec-card:hover {\n      border-color: rgba(184, 134, 11, 0.45);\n      box-shadow: var(--t1s-shadow);\n      transform: translateY(-2px);\n    }\n\n    .t1s-fragment .spec-card .icon {\n      width: 60px;\n      height: 60px;\n      margin: 0 auto 0.75rem;\n      object-fit: contain;\n    }\n\n    .t1s-fragment .spec-card.bonus .icon {\n      width: 72px;\n      height: 72px;\n    }\n\n    .t1s-fragment .spec-card h3 {\n      margin: 0 0 0.35rem;\n      font-size: 1rem;\n      font-weight: 700;\n      line-height: 1.25;\n      max-width: 100%;\n      overflow-wrap: anywhere;\n    }\n\n    .t1s-fragment .spec-card.bonus h3 {\n      font-size: clamp(0.8125rem, 2.1vw, 0.9375rem);\n      line-height: 1.3;\n    }\n\n    .t1s-fragment .spec-card p {\n      margin: 0;\n      font-size: 0.875rem;\n      color: var(--t1s-text-muted);\n      line-height: 1.35;\n      max-width: 100%;\n    }\n\n    .t1s-fragment .warranty {\n      position: relative;\n      border-radius: var(--t1s-radius-lg);\n      overflow: hidden;\n      min-height: 280px;\n      box-shadow: var(--t1s-shadow);\n    }\n\n    .t1s-fragment .warranty-bg {\n      position: absolute;\n      inset: 0;\n      z-index: 0;\n    }\n\n    .t1s-fragment .warranty-bg img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n    }\n\n    .t1s-fragment .warranty::after {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      z-index: 0;\n      background: linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.55) 52%, rgba(255, 255, 255, 0.12) 100%);\n    }\n\n    .t1s-fragment .warranty-inner {\n      position: relative;\n      z-index: 1;\n      padding: clamp(2rem, 5vw, 3rem);\n      max-width: 32rem;\n    }\n\n    .t1s-fragment .warranty-eyebrow {\n      font-size: 0.7rem;\n      font-weight: 700;\n      letter-spacing: 0.14em;\n      color: var(--t1s-accent);\n      margin-bottom: 0.5rem;\n    }\n\n    .t1s-fragment .warranty h2 {\n      margin: 0 0 0.5rem;\n      font-size: clamp(1.75rem, 4vw, 2.25rem);\n      font-weight: 800;\n      letter-spacing: -0.02em;\n    }\n\n    .t1s-fragment .warranty-sub {\n      margin: 0 0 1.25rem;\n      color: var(--t1s-text-muted);\n      font-size: 1.05rem;\n    }\n\n    .t1s-fragment .warranty-link {\n      display: inline-flex;\n      align-items: center;\n      gap: 0.35rem;\n      font-weight: 600;\n      color: var(--t1s-accent);\n    }\n\n    .t1s-fragment .warranty-link svg {\n      width: 1.1em;\n      height: 1.1em;\n      flex-shrink: 0;\n    }\n\n    .t1s-fragment .features-intro {\n      margin-bottom: 2rem;\n    }\n\n    .t1s-fragment .features-intro p {\n      margin: 0;\n      color: var(--t1s-text-muted);\n    }\n\n    .t1s-fragment .media-row {\n      display: grid;\n      gap: var(--t1s-gap);\n      align-items: center;\n      margin-bottom: clamp(2rem, 4vw, 3rem);\n    }\n\n    .t1s-fragment .media-row:last-child {\n      margin-bottom: 0;\n    }\n\n    @container t1s (min-width: 48rem) {\n      .t1s-fragment .media-row {\n        grid-template-columns: 1fr 1fr;\n        margin-bottom: clamp(2.5rem, 4vw, 3.5rem);\n      }\n\n      .t1s-fragment .media-row.reverse .media-visual {\n        order: 2;\n      }\n\n      .t1s-fragment .media-row.reverse .media-copy {\n        order: 1;\n      }\n    }\n\n    .t1s-fragment .media-visual {\n      background: var(--t1s-surface);\n      border-radius: var(--t1s-radius-lg);\n      border: 1px solid var(--t1s-border);\n      overflow: hidden;\n      aspect-ratio: 16 \/ 10;\n    }\n\n    .t1s-fragment .media-visual.contain {\n      aspect-ratio: auto;\n    }\n\n    .t1s-fragment .media-visual img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n    }\n\n    .t1s-fragment .media-visual.contain img {\n      object-fit: contain;\n      height: auto;\n    }\n\n    .t1s-fragment .media-copy {\n      padding: 0.25rem 0;\n    }\n\n    .t1s-fragment .media-copy h2 {\n      margin: 0 0 0.5rem;\n      font-size: clamp(1.2rem, 2.5vw, 1.4rem);\n      font-weight: 700;\n    }\n\n    .t1s-fragment .media-copy p,\n    .t1s-fragment .media-copy li {\n      color: var(--t1s-text-muted);\n    }\n\n    .t1s-fragment .media-copy ol,\n    .t1s-fragment .media-copy ul {\n      margin: 0.75rem 0 0;\n      padding-left: 1.25rem;\n    }\n\n    .t1s-fragment .media-copy li {\n      margin-bottom: 0.35rem;\n    }\n\n    .t1s-fragment .embed-block {\n      background: var(--t1s-surface);\n      border: 1px solid var(--t1s-border);\n      border-radius: var(--t1s-radius-lg);\n      padding: clamp(1.25rem, 3vw, 1.75rem);\n    }\n\n    .t1s-fragment .embed-ratio {\n      position: relative;\n      width: 100%;\n      padding-bottom: 56.25%;\n      margin-top: 1rem;\n      border-radius: var(--t1s-radius);\n      overflow: hidden;\n      background: var(--t1s-surface-2);\n      border: 1px solid var(--t1s-border);\n    }\n\n    .t1s-fragment .embed-ratio iframe {\n      position: absolute;\n      inset: 0;\n      width: 100%;\n      height: 100%;\n      border: 0;\n    }\n\n    .t1s-fragment .embed-block .section-title {\n      margin-bottom: 0.5rem;\n    }\n\n    .t1s-fragment .embed-block .section-lead {\n      margin-bottom: 0;\n    }\n\n    .t1s-fragment .specs-panel {\n      background: var(--t1s-surface);\n      border: 1px solid var(--t1s-border);\n      border-radius: var(--t1s-radius-lg);\n      padding: clamp(1.25rem, 3vw, 1.75rem);\n    }\n\n    .t1s-fragment .specs-panel .section-title {\n      margin-bottom: 1rem;\n    }\n\n    .t1s-fragment .specs-scroll {\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin: 0 -0.25rem;\n      padding: 0 0.25rem;\n    }\n\n    .t1s-fragment .specs-table {\n      width: 100%;\n      min-width: min(100%, 36rem);\n      border-collapse: collapse;\n      font-size: 0.9375rem;\n    }\n\n    .t1s-fragment .specs-table tbody tr {\n      border-bottom: 1px solid var(--t1s-border);\n    }\n\n    .t1s-fragment .specs-table tbody tr:last-child {\n      border-bottom: 0;\n    }\n\n    .t1s-fragment .specs-table td {\n      padding: 0.65rem 0.75rem;\n      vertical-align: top;\n    }\n\n    .t1s-fragment .specs-table td:first-child {\n      width: 38%;\n      max-width: 12rem;\n      font-weight: 600;\n      color: var(--t1s-text);\n      text-transform: capitalize;\n    }\n\n    .t1s-fragment .specs-table td:last-child {\n      color: var(--t1s-text-muted);\n    }\n\n    .t1s-fragment .specs-table tbody tr:nth-child(even) {\n      background: rgba(255, 255, 255, 0.6);\n    }\n\n    .t1s-fragment .section-divider {\n      display: block;\n      width: 100%;\n      height: 0;\n      margin: clamp(1.25rem, 3vw, 2rem) 0;\n      border: 0;\n      border-top: 1px solid var(--t1s-border);\n    }\n\n    \/* When pasted inside Shopify rich text (.rte), neutralize theme `.rte img { margin: 10px 0 }` on embed images *\/\n    .rte .t1s-fragment img {\n      margin: 0;\n    }\n  \u003c\/style\u003e\u003cdiv class=\"t1s-fragment\" data-t1s-product-embed=\"spirit-etrike-t1s\"\u003e\n\u003csection class=\"intro-hero\" aria-labelledby=\"t1s-hero-title\"\u003e\u003cdiv class=\"intro-hero-bg\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Spirit_eTrike_T1S.png?v=1772131198\u0026amp;width=2400\" alt=\"Teslica Spirit eTrike T1S\" width=\"3840\" height=\"2160\" decoding=\"async\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Spirit_eTrike_T1S.png?v=1772131198\u0026amp;width=2400\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"intro-hero-overlay\" aria-hidden=\"true\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"intro-hero-inner wrap\"\u003e\n\u003ch1 id=\"t1s-hero-title\"\u003eUnmatched stability and confidence on three wheels\u003c\/h1\u003e\n\u003cp\u003eThe Spirit eTrike is engineered for riders who prioritize balance, featuring a sturdy three-wheel design that remains upright and stable at all times. It comes equipped with a large rear cargo basket, making it an excellent companion for grocery runs or leisurely outdoor excursions. With its comfortable seating position and easy electric assist, it provides freedom and mobility to riders of all ages and fitness levels.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"section-divider\" aria-hidden=\"true\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csection class=\"block\" aria-labelledby=\"t1s-key-specs-title\"\u003e\u003cdiv class=\"wrap\"\u003e\n\u003ch2 id=\"t1s-key-specs-title\" class=\"section-title\"\u003eSpirit 500W eTrike (T1S) — Key specs\u003c\/h2\u003e\n\u003cp class=\"section-lead\"\u003eYour needs make every spec matter. Here are the numbers that make the difference.\u003c\/p\u003e\n\u003cdiv class=\"spec-grid key-features\"\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Route.png?v=1769636308\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Route.png?v=1769636308\u0026amp;width=400\"\u003e\u003ch3\u003e90 Km\u003c\/h3\u003e\n\u003cp\u003eMax range\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Teslica_Icons_1.png?v=1769636129\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Teslica_Icons_1.png?v=1769636129\u0026amp;width=400\"\u003e\u003ch3\u003e25 Km\/hr\u003c\/h3\u003e\n\u003cp\u003eMax speed\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Power.png?v=1769636297\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Power.png?v=1769636297\u0026amp;width=400\"\u003e\u003ch3\u003e500W\u003c\/h3\u003e\n\u003cp\u003eMotor power\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Pedal_Assist.png?v=1769636671\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Pedal_Assist.png?v=1769636671\u0026amp;width=400\"\u003e\u003ch3\u003eTorque sensor\u003c\/h3\u003e\n\u003cp\u003ePedal assist\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/bicycle_tire.png?v=1769636477\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/bicycle_tire.png?v=1769636477\u0026amp;width=400\"\u003e\u003ch3\u003eFat tire\u003c\/h3\u003e\n\u003cp\u003eTire type\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Tire_Size.png?v=1769636542\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Tire_Size.png?v=1769636542\u0026amp;width=400\"\u003e\u003ch3\u003e20\" × 2.2\"\u003c\/h3\u003e\n\u003cp\u003eTire size\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Weight_1.png?v=1769636624\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Weight_1.png?v=1769636624\u0026amp;width=400\"\u003e\u003ch3\u003e400 lb\u003c\/h3\u003e\n\u003cp\u003eMax weight\u003c\/p\u003e\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"block\" aria-labelledby=\"t1s-warranty-title\"\u003e\u003cdiv class=\"wrap\"\u003e\u003cdiv class=\"warranty\"\u003e\n\u003cdiv class=\"warranty-bg\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Generated_Image_January_27_2026_-_3_38PM.jpg?v=1769547056\u0026amp;width=1600\" alt=\"\" width=\"1584\" height=\"672\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Generated_Image_January_27_2026_-_3_38PM.jpg?v=1769547056\u0026amp;width=1600\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"warranty-inner\"\u003e\n\u003cp class=\"warranty-eyebrow\"\u003eRide with confidence\u003c\/p\u003e\n\u003ch2 id=\"t1s-warranty-title\"\u003e10-year warranty\u003c\/h2\u003e\n\u003cp class=\"warranty-sub\"\u003eOur extended warranty coverage is included.\u003c\/p\u003e\n\u003ca class=\"warranty-link\" href=\"https:\/\/www.teslica.com\/pages\/teslica-10-year-warranty\" data-mce-href=\"https:\/\/www.teslica.com\/pages\/teslica-10-year-warranty\"\u003e Learn more \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n              \u003cpath d=\"M5 12h14M13 6l6 6-6 6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"block\" aria-labelledby=\"t1s-features-title\"\u003e\u003cdiv class=\"wrap\"\u003e\n\u003ch2 id=\"t1s-features-title\" class=\"section-title\"\u003eSpirit 500W eTrike (T1S) — Features\u003c\/h2\u003e\n\u003cdiv class=\"features-intro\"\u003e\u003cp\u003eThe Spirit eTrike (T1S) is designed to deliver exceptional stability, safety, and comfort for confident everyday riding, powered by a 500W motor, a smooth top speed of 25 km\/h, and a reliable 48V 15Ah Samsung battery providing up to 90 km of range per charge. Its advanced rear differential allows the rear wheels to spin independently for superior balance and control, while the torque sensor pedal assist ensures a natural riding experience with no unexpected surges of power. Built around a lightweight CNC-machined step-through frame, the Spirit eTrike features folding ergonomic handlebars for comfort and storage convenience, rear-wheel drive for improved traction, and three 180 mm hydraulic disc brakes with locking parking brakes for maximum stopping power and safe mounting. Equipped with Samsung UL-certified battery cells and Teslica's SafeVolt™ system with CE certified components, smart BMS, IP66 water and dust resistance, and a smart charger, it comes ready with rear racks and a storage bag, supports up to 400 lbs, fits riders from 5'0\" to 6'1\", and is backed by Teslica's 10-year limited warranty and lifetime frame warranty, with the option to explore the bike in interactive 3D for a closer look.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-row\"\u003e\n\u003cdiv class=\"media-visual contain\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/4.webp?v=1769784399\u0026amp;width=1200\" alt=\"Rear differential\" width=\"2048\" height=\"1307\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/4.webp?v=1769784399\u0026amp;width=1200\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eRear differential\u003c\/h2\u003e\n\u003cp\u003eMaximum stability: allows the rear wheels to spin independently.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row reverse\"\u003e\n\u003cdiv class=\"media-visual contain\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/2.webp?v=1769784437\u0026amp;width=1200\" alt=\"Torque sensor\" width=\"2048\" height=\"1307\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/2.webp?v=1769784437\u0026amp;width=1200\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eTorque sensor\u003c\/h2\u003e\n\u003cp\u003eProvides a safer and more natural ride, without unexpected surges of power.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row\"\u003e\n\u003cdiv class=\"media-visual\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/red-white-simple-stay-connected-email-header-1_eafea89c-607b-4378-a642-99810a520ebc.webp?v=1769782041\u0026amp;width=1200\" alt=\"Samsung UL certified battery\" width=\"781\" height=\"625\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/red-white-simple-stay-connected-email-header-1_eafea89c-607b-4378-a642-99810a520ebc.webp?v=1769782041\u0026amp;width=1200\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eSamsung UL certified battery cells\u003c\/h2\u003e\n\u003cp\u003eEquipped with the \u003cem\u003eTeslica SafeVolt™\u003c\/em\u003e battery safety system.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eTeslica SafeVolt™\u003c\/strong\u003e\u003c\/p\u003e\n\u003col\u003e\n\u003cli\u003eUL and CE certified Samsung 50E battery cells\u003c\/li\u003e\n\u003cli\u003eCE certified motor\u003c\/li\u003e\n\u003cli\u003eSmart battery management system (BMS)\u003c\/li\u003e\n\u003cli\u003eIP66 water and dust resistance\u003c\/li\u003e\n\u003cli\u003eSmart charger\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row reverse\"\u003e\n\u003cdiv class=\"media-visual\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/3.webp?v=1769784501\u0026amp;width=1200\" alt=\"Folding handlebars\" width=\"2048\" height=\"1307\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/3.webp?v=1769784501\u0026amp;width=1200\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eFolding handlebars\u003c\/h2\u003e\n\u003cp\u003eAdjustable ergonomic handlebars made for comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row\"\u003e\n\u003cdiv class=\"media-visual\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/1.webp?v=1769784538\u0026amp;width=1200\" alt=\"CNC machined frame\" width=\"2048\" height=\"1307\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/1.webp?v=1769784538\u0026amp;width=1200\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eCNC machined frame\u003c\/h2\u003e\n\u003cp\u003eLightweight and stable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row reverse\"\u003e\n\u003cdiv class=\"media-visual\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/4.webp?v=1769784399\u0026amp;width=1200\" alt=\"Step-through frame\" width=\"2048\" height=\"1307\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/4.webp?v=1769784399\u0026amp;width=1200\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eStep-through\u003c\/h2\u003e\n\u003cp\u003eEasy to mount on and off.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row\"\u003e\n\u003cdiv class=\"media-visual\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/6_261618ae-230e-4cbf-9be2-38ff0856aa31.png?v=1769798051\u0026amp;width=1200\" alt=\"Locking parking brakes\" width=\"2048\" height=\"1307\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/6_261618ae-230e-4cbf-9be2-38ff0856aa31.png?v=1769798051\u0026amp;width=1200\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eLocking parking brakes\u003c\/h2\u003e\n\u003cp\u003eLocks the wheels when getting on and off.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row reverse\"\u003e\n\u003cdiv class=\"media-visual\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/5_e49d3967-3bfa-4241-8a39-67e3d78ad14d.png?v=1770038570\u0026amp;width=1200\" alt=\"Three hydraulic disc brakes\" width=\"2048\" height=\"1307\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/5_e49d3967-3bfa-4241-8a39-67e3d78ad14d.png?v=1770038570\u0026amp;width=1200\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eThree wheels, three hydraulic 180 mm brakes\u003c\/h2\u003e\n\u003cp\u003eFor maximum stopping power.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row\"\u003e\n\u003cdiv class=\"media-visual\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/t1s.png?v=1770038609\u0026amp;width=1200\" alt=\"Rear wheel drive\" width=\"2048\" height=\"1307\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/t1s.png?v=1770038609\u0026amp;width=1200\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eRear wheel drive\u003c\/h2\u003e\n\u003cp\u003eBetter for traction and control.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"block\" aria-labelledby=\"t1s-bonus-title\"\u003e\u003cdiv class=\"wrap\"\u003e\n\u003ch2 id=\"t1s-bonus-title\" class=\"section-title\"\u003eBonus features\u003c\/h2\u003e\n\u003cp class=\"section-lead\"\u003eExclusive features for the Spirit 500W eTrike (T1S).\u003c\/p\u003e\n\u003cdiv class=\"bonus-grid\"\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Fender_1.png?v=1774287804\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Fender_1.png?v=1774287804\u0026amp;width=400\"\u003e\u003ch3\u003eFull fenders included\u003c\/h3\u003e\u003c\/article\u003e\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Rack.png?v=1774287272\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Rack.png?v=1774287272\u0026amp;width=400\"\u003e\u003ch3\u003eFront and rear racks included\u003c\/h3\u003e\u003c\/article\u003e\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Light.png?v=1774287509\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Light.png?v=1774287509\u0026amp;width=400\"\u003e\u003ch3\u003eFront and rear lights included\u003c\/h3\u003e\u003c\/article\u003e\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Suspensions.png?v=1774287892\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Suspensions.png?v=1774287892\u0026amp;width=400\"\u003e\u003ch3\u003eAdjustable suspension fork\u003c\/h3\u003e\u003c\/article\u003e\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/bicycle_tire.png?v=1769636477\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/bicycle_tire.png?v=1769636477\u0026amp;width=400\"\u003e\u003ch3\u003ePuncture resistant tires\u003c\/h3\u003e\u003c\/article\u003e\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Cargo_3.png?v=1774289187\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Cargo_3.png?v=1774289187\u0026amp;width=400\"\u003e\u003ch3\u003eRear insulated cargo bag included\u003c\/h3\u003e\u003c\/article\u003e\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Teslica_Icons_3b02e029-0a61-4317-8b42-ddaa9e99f254.png?v=1774287010\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Teslica_Icons_3b02e029-0a61-4317-8b42-ddaa9e99f254.png?v=1774287010\u0026amp;width=400\"\u003e\u003ch3\u003eTurn signals and horn included\u003c\/h3\u003e\u003c\/article\u003e\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/UL_2271_Certification.png?v=1774289531\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/UL_2271_Certification.png?v=1774289531\u0026amp;width=400\"\u003e\u003ch3\u003eUL 2271 certification\u003c\/h3\u003e\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"block\" aria-labelledby=\"t1s-embed-title\"\u003e\u003cdiv class=\"wrap\"\u003e\u003cdiv class=\"embed-block\"\u003e\n\u003ch2 id=\"t1s-embed-title\" class=\"section-title\"\u003eExplore your Spirit 500W eTrike (T1S) in 3D\u003c\/h2\u003e\n\u003cp class=\"section-lead\"\u003eUse your fingers or mouse to move the bike around.\u003c\/p\u003e\n\u003cdiv class=\"embed-ratio\"\u003e\u003ciframe title=\"Spirit T1S eTrike 3D view\" src=\"https:\/\/lumalabs.ai\/embed\/2055ef2b-4f46-46d1-a1f0-b00e19c67b20?mode=sparkles\u0026amp;background=%23ffffff\u0026amp;color=%23000000\u0026amp;showTitle=true\u0026amp;loadBg=true\u0026amp;logoPosition=bottom-left\u0026amp;infoPosition=bottom-right\u0026amp;cinematicVideo=undefined\u0026amp;showMenu=false\" width=\"300\" height=\"150\" data-mce-src=\"https:\/\/lumalabs.ai\/embed\/2055ef2b-4f46-46d1-a1f0-b00e19c67b20?mode=sparkles\u0026amp;background=%23ffffff\u0026amp;color=%23000000\u0026amp;showTitle=true\u0026amp;loadBg=true\u0026amp;logoPosition=bottom-left\u0026amp;infoPosition=bottom-right\u0026amp;cinematicVideo=undefined\u0026amp;showMenu=false\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"block\" aria-labelledby=\"t1s-specs-table-title\"\u003e\u003cdiv class=\"wrap\"\u003e\u003cdiv class=\"specs-panel\"\u003e\n\u003ch2 id=\"t1s-specs-table-title\" class=\"section-title\"\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-scroll\"\u003e\u003ctable class=\"specs-table mce-item-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eFrame material\u003c\/td\u003e\n\u003ctd\u003e6061 aluminum alloy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFrame design\u003c\/td\u003e\n\u003ctd\u003eCNC machined\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotor\u003c\/td\u003e\n\u003ctd\u003e500W rear mounted geared hub motor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery\u003c\/td\u003e\n\u003ctd\u003eLithium ion, Samsung cells, 48V 15Ah\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSensor\u003c\/td\u003e\n\u003ctd\u003eTorque sensor 166 mm + 230 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLCD\u003c\/td\u003e\n\u003ctd\u003eColored LCD display with USB charge — KD686\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eThrottle\u003c\/td\u003e\n\u003ctd\u003eLeft side thumb throttle or twist throttle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTop speed\u003c\/td\u003e\n\u003ctd\u003eUp to 25 km\/h\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApproximate range\u003c\/td\u003e\n\u003ctd\u003e50 km – 100 km\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLights\u003c\/td\u003e\n\u003ctd\u003eIntegrated front and rear lights powered by the battery\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChain\u003c\/td\u003e\n\u003ctd\u003eKMC X8\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChainguard\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrake set\u003c\/td\u003e\n\u003ctd\u003eKarasawa HD disc brake\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRear derailleur\u003c\/td\u003e\n\u003ctd\u003eShimano Altus 8 speed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDerailleur lever set RH\u003c\/td\u003e\n\u003ctd\u003eShimano Altus 8 speed ASLM3158RC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFreewheel\u003c\/td\u003e\n\u003ctd\u003eShimano 8 speed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePedals\u003c\/td\u003e\n\u003ctd\u003eWellgo aluminum alloy platform\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHandlebar grips\u003c\/td\u003e\n\u003ctd\u003eErgonomic comfort\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHead set\u003c\/td\u003e\n\u003ctd\u003eNeco\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSaddle\u003c\/td\u003e\n\u003ctd\u003eComfort seat\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeatpost\u003c\/td\u003e\n\u003ctd\u003eRegular seat post 30.4 × 350 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTires\u003c\/td\u003e\n\u003ctd\u003eCST Vault 20\" × 2.1\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFenders\u003c\/td\u003e\n\u003ctd\u003eAluminum fenders\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFork\u003c\/td\u003e\n\u003ctd\u003eSuspension spring fork\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaximum weight capacity\u003c\/td\u003e\n\u003ctd\u003e330 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApproximate weight\u003c\/td\u003e\n\u003ctd\u003e110 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Teslica eBikes","offers":[{"title":"Sage Teal","offer_id":47417658540201,"sku":"210000001083","price":3314.15,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/files\/t1s1.webp?v=1788530495"},{"product_id":"purity-hybrid-elite-ebike-h3h","title":"Purity Hybrid Elite eBike (H3H)","description":"\u003cstyle\u003e\n    .purhy-fragment {\n      container: purhy \/ inline-size;\n      width: 100%;\n      max-width: 100%;\n      min-width: 0;\n      --pur-bg: #ffffff;\n      --pur-surface: #f6f7f9;\n      --pur-surface-2: #eef0f4;\n      --pur-text: #14181f;\n      --pur-text-muted: #4b5563;\n      --pur-accent: #b8860b;\n      --pur-accent-hover: #9a7209;\n      --pur-border: rgba(15, 23, 42, 0.1);\n      --pur-radius: 12px;\n      --pur-radius-lg: 20px;\n      --pur-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);\n      --pur-max: 1120px;\n      --pur-gap: clamp(0.75rem, 3vw, 1.75rem);\n      font-family: system-ui, -apple-system, \"Segoe UI\", Roboto, Ubuntu, Cantarell, sans-serif;\n      font-size: 1rem;\n      line-height: 1.6;\n      color: var(--pur-text);\n      background: var(--pur-bg);\n      -webkit-font-smoothing: antialiased;\n    }\n\n    @supports (width: 1cqw) {\n      .purhy-fragment {\n        --pur-gap: clamp(0.75rem, 2.5cqw, 1.75rem);\n      }\n    }\n\n    .purhy-fragment *,\n    .purhy-fragment *::before,\n    .purhy-fragment *::after {\n      box-sizing: border-box;\n    }\n\n    .purhy-fragment img {\n      max-width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    .purhy-fragment a {\n      color: var(--pur-accent);\n      text-decoration: none;\n    }\n\n    .purhy-fragment a:hover {\n      color: var(--pur-accent-hover);\n      text-decoration: underline;\n    }\n\n    .purhy-fragment .wrap {\n      max-width: var(--pur-max);\n      margin-inline: auto;\n      padding-inline: clamp(1rem, 4vw, 2rem);\n    }\n\n    .purhy-fragment .intro-hero {\n      position: relative;\n      border-radius: var(--pur-radius-lg);\n      overflow: hidden;\n      min-height: clamp(240px, 52vw, 440px);\n      box-shadow: var(--pur-shadow);\n      border-bottom: 1px solid var(--pur-border);\n    }\n\n    .purhy-fragment .intro-hero-bg {\n      position: absolute;\n      inset: 0;\n      z-index: 0;\n    }\n\n    .purhy-fragment .intro-hero-bg img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      object-position: center;\n    }\n\n    .purhy-fragment .intro-hero-overlay {\n      position: absolute;\n      inset: 0;\n      z-index: 1;\n      background: linear-gradient(180deg, rgba(15, 20, 28, 0.35) 0%, rgba(15, 20, 28, 0.78) 100%);\n      pointer-events: none;\n    }\n\n    .purhy-fragment .intro-hero-inner {\n      position: relative;\n      z-index: 2;\n      padding: clamp(2rem, 6vw, 4.5rem) 2rem;\n    }\n\n    .purhy-fragment .intro-hero-inner h1 {\n      margin: 0 0 1rem;\n      font-size: clamp(1.5rem, 4vw, 2.125rem);\n      font-weight: 700;\n      letter-spacing: -0.02em;\n      line-height: 1.2;\n      color: #fff;\n      max-width: 42rem;\n    }\n\n    .purhy-fragment .intro-hero-inner p {\n      margin: 0;\n      color: rgba(255, 255, 255, 0.92);\n      max-width: 52ch;\n      font-size: clamp(1rem, 2.4vw, 1.125rem);\n    }\n\n    .purhy-fragment section.block {\n      padding: clamp(2.5rem, 5vw, 3.5rem) 0;\n      border-bottom: 1px solid var(--pur-border);\n    }\n\n    .purhy-fragment section.block:last-of-type {\n      border-bottom: 0;\n    }\n\n    .purhy-fragment .section-title {\n      margin: 0 0 0.5rem;\n      font-size: clamp(1.35rem, 3vw, 1.75rem);\n      font-weight: 700;\n      letter-spacing: -0.02em;\n    }\n\n    .purhy-fragment .section-lead {\n      margin: 0 0 1.75rem;\n      color: var(--pur-text-muted);\n      max-width: 70ch;\n    }\n\n    .purhy-fragment .spec-grid,\n    .purhy-fragment .bonus-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: var(--pur-gap);\n      align-items: stretch;\n    }\n\n    @container purhy (min-width: 40rem) {\n      .purhy-fragment .spec-grid.key-features {\n        grid-template-columns: repeat(4, minmax(0, 1fr));\n      }\n\n      .purhy-fragment .bonus-grid {\n        grid-template-columns: repeat(3, minmax(0, 1fr));\n      }\n    }\n\n    @container purhy (min-width: 56.25rem) {\n      .purhy-fragment .spec-grid.key-features {\n        grid-template-columns: repeat(7, minmax(0, 1fr));\n      }\n\n      .purhy-fragment .bonus-grid {\n        grid-template-columns: repeat(4, minmax(0, 1fr));\n      }\n    }\n\n    .purhy-fragment .spec-card {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      width: 100%;\n      height: 100%;\n      min-height: 10.5rem;\n      background: var(--pur-surface);\n      border: 1px solid var(--pur-border);\n      border-radius: var(--pur-radius);\n      padding: 1.25rem 0.75rem;\n      text-align: center;\n      transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;\n    }\n\n    .purhy-fragment .spec-card:hover {\n      border-color: rgba(184, 134, 11, 0.45);\n      box-shadow: var(--pur-shadow);\n      transform: translateY(-2px);\n    }\n\n    .purhy-fragment .spec-card .icon {\n      width: 60px;\n      height: 60px;\n      margin: 0 auto 0.75rem;\n      object-fit: contain;\n    }\n\n    .purhy-fragment .spec-card.bonus .icon {\n      width: 72px;\n      height: 72px;\n    }\n\n    .purhy-fragment .spec-card h3 {\n      margin: 0 0 0.35rem;\n      font-size: 1rem;\n      font-weight: 700;\n      line-height: 1.25;\n      max-width: 100%;\n      overflow-wrap: anywhere;\n    }\n\n    .purhy-fragment .spec-card.bonus h3 {\n      font-size: clamp(0.8125rem, 2.1vw, 0.9375rem);\n      line-height: 1.3;\n    }\n\n    .purhy-fragment .spec-card p {\n      margin: 0;\n      font-size: 0.875rem;\n      color: var(--pur-text-muted);\n      line-height: 1.35;\n      max-width: 100%;\n    }\n\n    .purhy-fragment .warranty {\n      position: relative;\n      border-radius: var(--pur-radius-lg);\n      overflow: hidden;\n      min-height: 280px;\n      box-shadow: var(--pur-shadow);\n    }\n\n    .purhy-fragment .warranty-bg {\n      position: absolute;\n      inset: 0;\n      z-index: 0;\n    }\n\n    .purhy-fragment .warranty-bg img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n    }\n\n    .purhy-fragment .warranty::after {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      z-index: 0;\n      background: linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.55) 52%, rgba(255, 255, 255, 0.12) 100%);\n    }\n\n    .purhy-fragment .warranty-inner {\n      position: relative;\n      z-index: 1;\n      padding: clamp(2rem, 5vw, 3rem);\n      max-width: 32rem;\n    }\n\n    .purhy-fragment .warranty-eyebrow {\n      font-size: 0.7rem;\n      font-weight: 700;\n      letter-spacing: 0.14em;\n      color: var(--pur-accent);\n      margin-bottom: 0.5rem;\n    }\n\n    .purhy-fragment .warranty h2 {\n      margin: 0 0 0.5rem;\n      font-size: clamp(1.75rem, 4vw, 2.25rem);\n      font-weight: 800;\n      letter-spacing: -0.02em;\n    }\n\n    .purhy-fragment .warranty-sub {\n      margin: 0 0 1.25rem;\n      color: var(--pur-text-muted);\n      font-size: 1.05rem;\n    }\n\n    .purhy-fragment .warranty-link {\n      display: inline-flex;\n      align-items: center;\n      gap: 0.35rem;\n      font-weight: 600;\n      color: var(--pur-accent);\n    }\n\n    .purhy-fragment .warranty-link svg {\n      width: 1.1em;\n      height: 1.1em;\n      flex-shrink: 0;\n    }\n\n    .purhy-fragment .features-intro {\n      margin-bottom: 2rem;\n    }\n\n    .purhy-fragment .features-intro p {\n      margin: 0;\n      color: var(--pur-text-muted);\n    }\n\n    .purhy-fragment .media-row {\n      display: grid;\n      gap: var(--pur-gap);\n      align-items: center;\n      margin-bottom: clamp(2rem, 4vw, 3rem);\n    }\n\n    .purhy-fragment .media-row:last-child {\n      margin-bottom: 0;\n    }\n\n    @container purhy (min-width: 48rem) {\n      .purhy-fragment .media-row {\n        grid-template-columns: 1fr 1fr;\n        margin-bottom: clamp(2.5rem, 4vw, 3.5rem);\n      }\n\n      .purhy-fragment .media-row.reverse .media-visual {\n        order: 2;\n      }\n\n      .purhy-fragment .media-row.reverse .media-copy {\n        order: 1;\n      }\n    }\n\n    .purhy-fragment .media-visual {\n      background: var(--pur-surface);\n      border-radius: var(--pur-radius-lg);\n      border: 1px solid var(--pur-border);\n      overflow: hidden;\n      aspect-ratio: 16 \/ 10;\n    }\n\n    .purhy-fragment .media-visual.contain {\n      aspect-ratio: auto;\n    }\n\n    .purhy-fragment .media-visual img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n    }\n\n    .purhy-fragment .media-visual.contain img {\n      object-fit: contain;\n      height: auto;\n    }\n\n    .purhy-fragment .media-copy {\n      padding: 0.25rem 0;\n    }\n\n    .purhy-fragment .media-copy h2 {\n      margin: 0 0 0.5rem;\n      font-size: clamp(1.2rem, 2.5vw, 1.4rem);\n      font-weight: 700;\n    }\n\n    .purhy-fragment .media-copy p,\n    .purhy-fragment .media-copy li {\n      color: var(--pur-text-muted);\n    }\n\n    .purhy-fragment .media-copy ol,\n    .purhy-fragment .media-copy ul {\n      margin: 0.75rem 0 0;\n      padding-left: 1.25rem;\n    }\n\n    .purhy-fragment .media-copy li {\n      margin-bottom: 0.35rem;\n    }\n\n    .purhy-fragment .embed-block {\n      background: var(--pur-surface);\n      border: 1px solid var(--pur-border);\n      border-radius: var(--pur-radius-lg);\n      padding: clamp(1.25rem, 3vw, 1.75rem);\n    }\n\n    .purhy-fragment .embed-ratio {\n      position: relative;\n      width: 100%;\n      padding-bottom: 56.25%;\n      margin-top: 1rem;\n      border-radius: var(--pur-radius);\n      overflow: hidden;\n      background: var(--pur-surface-2);\n      border: 1px solid var(--pur-border);\n    }\n\n    .purhy-fragment .embed-ratio iframe {\n      position: absolute;\n      inset: 0;\n      width: 100%;\n      height: 100%;\n      border: 0;\n    }\n\n    .purhy-fragment .embed-block .section-title {\n      margin-bottom: 0.5rem;\n    }\n\n    .purhy-fragment .embed-block .section-lead {\n      margin-bottom: 0;\n    }\n\n    .purhy-fragment .specs-panel {\n      background: var(--pur-surface);\n      border: 1px solid var(--pur-border);\n      border-radius: var(--pur-radius-lg);\n      padding: clamp(1.25rem, 3vw, 1.75rem);\n    }\n\n    .purhy-fragment .specs-panel .section-title {\n      margin-bottom: 1rem;\n    }\n\n    .purhy-fragment .specs-scroll {\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin: 0 -0.25rem;\n      padding: 0 0.25rem;\n    }\n\n    .purhy-fragment .specs-table {\n      width: 100%;\n      min-width: min(100%, 36rem);\n      border-collapse: collapse;\n      font-size: 0.9375rem;\n    }\n\n    .purhy-fragment .specs-table tbody tr {\n      border-bottom: 1px solid var(--pur-border);\n    }\n\n    .purhy-fragment .specs-table tbody tr:last-child {\n      border-bottom: 0;\n    }\n\n    .purhy-fragment .specs-table td {\n      padding: 0.65rem 0.75rem;\n      vertical-align: top;\n    }\n\n    .purhy-fragment .specs-table td:first-child {\n      width: 38%;\n      max-width: 12rem;\n      font-weight: 600;\n      color: var(--pur-text);\n      text-transform: capitalize;\n    }\n\n    .purhy-fragment .specs-table td:last-child {\n      color: var(--pur-text-muted);\n    }\n\n    .purhy-fragment .specs-table tbody tr:nth-child(even) {\n      background: rgba(255, 255, 255, 0.6);\n    }\n\n    .purhy-fragment .section-divider {\n      display: block;\n      width: 100%;\n      height: 0;\n      margin: clamp(1.25rem, 3vw, 2rem) 0;\n      border: 0;\n      border-top: 1px solid var(--pur-border);\n    }\n\n    \/* When pasted inside Shopify rich text (.rte), neutralize theme `.rte img { margin: 10px 0 }` on embed images *\/\n    .rte .purhy-fragment img {\n      margin: 0;\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"purhy-fragment\" data-purhy-product-embed=\"purity-hybrid-h3h\"\u003e\n\u003csection class=\"intro-hero\" aria-labelledby=\"pur-hero-title\"\u003e\n\u003cdiv class=\"intro-hero-bg\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Purity_Hybrid_Elite_eBike_H3H.png?v=1772130675\u0026amp;width=2400\" alt=\"\" width=\"3840\" height=\"2160\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"intro-hero-overlay\" aria-hidden=\"true\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"intro-hero-inner wrap\"\u003e\n\u003ch1 id=\"pur-hero-title\"\u003eSleek, Fast, and Agile High-Performance Hybrid\u003c\/h1\u003e\n\u003cp\u003eThe Purity Hybrid combines the efficiency of a traditional road bike with the powerful assistance of a sophisticated torque-sensing motor. Its lightweight frame and slimmer tires are designed for speed and agility, making it the ideal choice for fitness-focused riders and streamlined commuting. This model offers a more natural bicycle experience while still providing the long battery life needed for extended weekend tours.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"section-divider\" aria-hidden=\"true\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csection class=\"block\" aria-labelledby=\"pur-key-specs-title\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003ch2 id=\"pur-key-specs-title\" class=\"section-title\"\u003ePurity Hybrid Elite 750W eBike (H3H) — Key specs\u003c\/h2\u003e\n\u003cp class=\"section-lead\"\u003eYour needs make every spec matter. Here are the numbers that make the difference.\u003c\/p\u003e\n\u003cdiv class=\"spec-grid key-features\"\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Route.png?v=1769636308\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\"\u003e\n\u003ch3\u003e80-160 Km\u003c\/h3\u003e\n\u003cp\u003eMax range\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Teslica_Icons_1.png?v=1769636129\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\"\u003e\n\u003ch3\u003e32 Km\/hr\u003c\/h3\u003e\n\u003cp\u003eMax speed\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Power.png?v=1769636297\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\"\u003e\n\u003ch3\u003e750W\u003c\/h3\u003e\n\u003cp\u003eMotor power\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Pedal_Assist.png?v=1769636671\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\"\u003e\n\u003ch3\u003eTorque sensor\u003c\/h3\u003e\n\u003cp\u003ePedal assist\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/bicycle_tire.png?v=1769636477\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\"\u003e\n\u003ch3\u003eTraditional\u003c\/h3\u003e\n\u003cp\u003eTire type\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Tire_Size.png?v=1769636542\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\"\u003e\n\u003ch3\u003e27\" × 2.4\"\u003c\/h3\u003e\n\u003cp\u003eTire size\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Weight_1.png?v=1769636624\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\"\u003e\n\u003ch3\u003e330 lb\u003c\/h3\u003e\n\u003cp\u003eMax weight\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"block\" aria-labelledby=\"pur-warranty-title\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"warranty\"\u003e\n\u003cdiv class=\"warranty-bg\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Generated_Image_January_27_2026_-_3_38PM.jpg?v=1769547056\u0026amp;width=1600\" alt=\"\" width=\"1584\" height=\"672\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"warranty-inner\"\u003e\n\u003cp class=\"warranty-eyebrow\"\u003eRide with confidence\u003c\/p\u003e\n\u003ch2 id=\"pur-warranty-title\"\u003e10-year warranty\u003c\/h2\u003e\n\u003cp class=\"warranty-sub\"\u003eOur extended warranty coverage is included.\u003c\/p\u003e\n\u003ca class=\"warranty-link\" href=\"https:\/\/www.teslica.com\/pages\/teslica-10-year-warranty\"\u003e Learn more \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n              \u003cpath d=\"M5 12h14M13 6l6 6-6 6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"block\" aria-labelledby=\"pur-features-title\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003ch2 id=\"pur-features-title\" class=\"section-title\"\u003ePurity Hybrid Elite 750W eBike (H3H) — Features\u003c\/h2\u003e\n\u003cdiv class=\"features-intro\"\u003e\n\u003cp\u003eThe Purity Hybrid Elite eBike (H3H) is engineered for riders seeking power, efficiency, and refined design, combining a 750W motor and an off-road mode for enhanced performance when you need it most. A high-capacity 48V 20Ah Samsung battery delivers up to 120 km of range with aggressive tires or up to 160 km with smoother tires, while a responsive torque sensor pedal assist provides a natural and controlled riding experience. Designed with sleek, modern styling, the Purity Hybrid Elite features an integrated battery and discreet frame design, paired with 203 mm Tektro hydraulic brakes with brake sensors for confident stopping power at a top speed of 32 km\/h. Built with Samsung battery cells and protected by Teslica's SafeVolt™ system including CE certified components, smart BMS, IP66 water and dust resistance, and a smart charger, this eBike supports riders up to 330 lbs, fits riders from 5'2\" to 6'3\", and is backed by a 10-year limited warranty and lifetime frame warranty for long-term peace of mind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row\"\u003e\n\u003cdiv class=\"media-visual contain\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/img-7163.webp?v=1769782277\u0026amp;width=1200\" alt=\"Extended range\" width=\"2047\" height=\"1365\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eExtended range\u003c\/h2\u003e\n\u003cp\u003eUp to 120 km with aggressive tires.\u003c\/p\u003e\n\u003cp\u003eUp to 160 km with smoother tires.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row reverse\"\u003e\n\u003cdiv class=\"media-visual contain\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/img-7181.webp?v=1769782292\u0026amp;width=1200\" alt=\"Torque sensor\" width=\"2047\" height=\"1365\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eTorque sensor\u003c\/h2\u003e\n\u003cp\u003eProvides a safer and more natural ride.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row\"\u003e\n\u003cdiv class=\"media-visual\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/red-white-simple-stay-connected-email-header-1_eafea89c-607b-4378-a642-99810a520ebc.webp?v=1769782041\u0026amp;width=1200\" alt=\"Battery and safety\" width=\"781\" height=\"625\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eSamsung battery cells\u003c\/h2\u003e\n\u003cp\u003eEquipped with the \u003cem\u003eTeslica SafeVolt™\u003c\/em\u003e battery safety system.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eTeslica SafeVolt™\u003c\/strong\u003e\u003c\/p\u003e\n\u003col\u003e\n\u003cli\u003eCE certified Samsung 50E battery cells\u003c\/li\u003e\n\u003cli\u003eCE certified motor\u003c\/li\u003e\n\u003cli\u003eSmart battery management system (BMS)\u003c\/li\u003e\n\u003cli\u003eIP66 water and dust resistance\u003c\/li\u003e\n\u003cli\u003eSmart charger\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row reverse\"\u003e\n\u003cdiv class=\"media-visual\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/img-7242.webp?v=1769782513\u0026amp;width=1200\" alt=\"Sleek design\" width=\"2047\" height=\"1365\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eSleek looks\u003c\/h2\u003e\n\u003cp\u003eIntegrated battery and Discrete Design.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row\"\u003e\n\u003cdiv class=\"media-visual\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/img-7192.webp?v=1769782827\u0026amp;width=1200\" alt=\"Hydraulic brakes\" width=\"2047\" height=\"1365\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003e203 mm Tektro hydraulic brakes\u003c\/h2\u003e\n\u003cp\u003eWith brake sensors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"block\" aria-labelledby=\"pur-bonus-title\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003ch2 id=\"pur-bonus-title\" class=\"section-title\"\u003eBonus features\u003c\/h2\u003e\n\u003cp class=\"section-lead\"\u003eExclusive features for the Purity Hybrid Elite 750W eBike (H3H).\u003c\/p\u003e\n\u003cdiv class=\"bonus-grid\"\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Teslica_Icons_2.png?v=1772135552\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\"\u003e\n\u003ch3\u003eOff road mode — access up to 1200 watts of power\u003c\/h3\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Fender_1.png?v=1774287804\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\"\u003e\n\u003ch3\u003eFull aluminum fenders included\u003c\/h3\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Rack.png?v=1774287272\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\"\u003e\n\u003ch3\u003eFront and rear racks included\u003c\/h3\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Light.png?v=1774287509\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\"\u003e\n\u003ch3\u003eFront and rear lights included\u003c\/h3\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Suspensions.png?v=1774287892\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\"\u003e\n\u003ch3\u003eAdjustable suspension fork\u003c\/h3\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/bicycle_tire.png?v=1769636477\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\"\u003e\n\u003ch3\u003ePuncture resistant tires\u003c\/h3\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"block\" aria-labelledby=\"pur-embed-title\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"embed-block\"\u003e\n\u003ch2 id=\"pur-embed-title\" class=\"section-title\"\u003eExplore in 3D\u003c\/h2\u003e\n\u003cp class=\"section-lead\"\u003eUse your fingers or mouse to move the bike around.\u003c\/p\u003e\n\u003cdiv class=\"embed-ratio\"\u003e\u003ciframe title=\"Purity Hybrid Elite H3H 3D view\" src=\"https:\/\/lumalabs.ai\/embed\/d6d26bfa-5d13-4886-bd67-efce254937bb?mode=sparkles\u0026amp;background=%23ffffff\u0026amp;color=%23000000\u0026amp;showTitle=true\u0026amp;loadBg=true\u0026amp;logoPosition=bottom-left\u0026amp;infoPosition=bottom-right\u0026amp;cinematicVideo=undefined\u0026amp;showMenu=false\" width=\"300\" height=\"150\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"block\" aria-labelledby=\"pur-specs-table-title\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"specs-panel\"\u003e\n\u003ch2 id=\"pur-specs-table-title\" class=\"section-title\"\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-scroll\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eFrame material\u003c\/td\u003e\n\u003ctd\u003e6063 aluminum alloy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotor\u003c\/td\u003e\n\u003ctd\u003e750W rear hub geared motor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery\u003c\/td\u003e\n\u003ctd\u003eLithium ion, Samsung cells, 48V 20Ah\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSensor\u003c\/td\u003e\n\u003ctd\u003eTorque sensor bottom bracket\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLCD\u003c\/td\u003e\n\u003ctd\u003eBC 300 colored LCD with USB charge\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eThrottle\u003c\/td\u003e\n\u003ctd\u003eThumb throttle (on the left side)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTop speed\u003c\/td\u003e\n\u003ctd\u003eIn off road mode: up to 50 km\/h\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApproximate range\u003c\/td\u003e\n\u003ctd\u003e80 km – 160 km\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLights\u003c\/td\u003e\n\u003ctd\u003eIntegrated front and rear lights powered by the battery\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChain\u003c\/td\u003e\n\u003ctd\u003eKMC 7\/8 speed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrake set\u003c\/td\u003e\n\u003ctd\u003eTektro HD disc brake 203 mm w\/ semi metallic pads\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRear derailleur\u003c\/td\u003e\n\u003ctd\u003eShimano Altus 7 speed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGears\u003c\/td\u003e\n\u003ctd\u003eShimano 7 speed freewheel 14–34T\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHandlebar grips\u003c\/td\u003e\n\u003ctd\u003eErgonomic comfort\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSaddle\u003c\/td\u003e\n\u003ctd\u003eSelle Royal\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTires\u003c\/td\u003e\n\u003ctd\u003e27.5 × 2.4\" Kenda Kwick Seven.5 w\/ K-Shield puncture protection and reflective sidewalls\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFenders\u003c\/td\u003e\n\u003ctd\u003eFull aluminum fenders included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFork\u003c\/td\u003e\n\u003ctd\u003eSuspension front fork\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaximum weight capacity\u003c\/td\u003e\n\u003ctd\u003e330 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Teslica eBikes","offers":[{"title":"Green","offer_id":47417658572969,"sku":"210000001554","price":3059.15,"currency_code":"CAD","in_stock":false},{"title":"Grey","offer_id":47417658605737,"sku":"210000001546","price":3059.15,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/files\/h3h1.webp?v=1788530495"},{"product_id":"care-go-cargo-ebike-cg2","title":"Care-Go Cargo eBike (CG2)","description":"\u003cstyle\u003e\n    .cg2-fragment {\n      container: cg2 \/ inline-size;\n      width: 100%;\n      max-width: 100%;\n      min-width: 0;\n      --cg2-bg: #ffffff;\n      --cg2-surface: #f6f7f9;\n      --cg2-surface-2: #eef0f4;\n      --cg2-text: #14181f;\n      --cg2-text-muted: #4b5563;\n      --cg2-accent: #b8860b;\n      --cg2-accent-hover: #9a7209;\n      --cg2-border: rgba(15, 23, 42, 0.1);\n      --cg2-radius: 12px;\n      --cg2-radius-lg: 20px;\n      --cg2-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);\n      --cg2-max: 1120px;\n      --cg2-gap: clamp(0.75rem, 3vw, 1.75rem);\n      font-family: system-ui, -apple-system, \"Segoe UI\", Roboto, Ubuntu, Cantarell, sans-serif;\n      font-size: 1rem;\n      line-height: 1.6;\n      color: var(--cg2-text);\n      background: var(--cg2-bg);\n      -webkit-font-smoothing: antialiased;\n    }\n\n    @supports (width: 1cqw) {\n      .cg2-fragment {\n        --cg2-gap: clamp(0.75rem, 2.5cqw, 1.75rem);\n      }\n    }\n\n    .cg2-fragment *,\n    .cg2-fragment *::before,\n    .cg2-fragment *::after {\n      box-sizing: border-box;\n    }\n\n    .cg2-fragment img {\n      max-width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    .cg2-fragment a {\n      color: var(--cg2-accent);\n      text-decoration: none;\n    }\n\n    .cg2-fragment a:hover {\n      color: var(--cg2-accent-hover);\n      text-decoration: underline;\n    }\n\n    .cg2-fragment .wrap {\n      max-width: var(--cg2-max);\n      margin-inline: auto;\n      padding-inline: clamp(1rem, 4vw, 2rem);\n    }\n\n    .cg2-fragment .intro-hero {\n      position: relative;\n      border-radius: var(--cg2-radius-lg);\n      overflow: hidden;\n      min-height: clamp(240px, 52vw, 440px);\n      box-shadow: var(--cg2-shadow);\n      border-bottom: 1px solid var(--cg2-border);\n    }\n\n    .cg2-fragment .intro-hero-bg {\n      position: absolute;\n      inset: 0;\n      z-index: 0;\n    }\n\n    .cg2-fragment .intro-hero-bg img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      object-position: center;\n    }\n\n    .cg2-fragment .intro-hero-overlay {\n      position: absolute;\n      inset: 0;\n      z-index: 1;\n      background: linear-gradient(180deg, rgba(15, 20, 28, 0.35) 0%, rgba(15, 20, 28, 0.78) 100%);\n      pointer-events: none;\n    }\n\n    .cg2-fragment .intro-hero-inner {\n      position: relative;\n      z-index: 2;\n      padding: clamp(2rem, 6vw, 4.5rem) 2rem;\n    }\n\n    .cg2-fragment .intro-hero-inner h1 {\n      margin: 0 0 1rem;\n      font-size: clamp(1.5rem, 4vw, 2.125rem);\n      font-weight: 700;\n      letter-spacing: -0.02em;\n      line-height: 1.2;\n      color: #fff;\n      max-width: 42rem;\n    }\n\n    .cg2-fragment .intro-hero-inner p {\n      margin: 0;\n      color: rgba(255, 255, 255, 0.92);\n      max-width: 52ch;\n      font-size: clamp(1rem, 2.4vw, 1.125rem);\n    }\n\n    .cg2-fragment section.block {\n      padding: clamp(2.5rem, 5vw, 3.5rem) 0;\n      border-bottom: 1px solid var(--cg2-border);\n    }\n\n    .cg2-fragment section.block:last-of-type {\n      border-bottom: 0;\n    }\n\n    .cg2-fragment .section-title {\n      margin: 0 0 0.5rem;\n      font-size: clamp(1.35rem, 3vw, 1.75rem);\n      font-weight: 700;\n      letter-spacing: -0.02em;\n    }\n\n    .cg2-fragment .section-lead {\n      margin: 0 0 1.75rem;\n      color: var(--cg2-text-muted);\n      max-width: 70ch;\n    }\n\n    .cg2-fragment .spec-grid,\n    .cg2-fragment .bonus-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: var(--cg2-gap);\n      align-items: stretch;\n    }\n\n    @container cg2 (min-width: 40rem) {\n      .cg2-fragment .spec-grid.key-features {\n        grid-template-columns: repeat(4, minmax(0, 1fr));\n      }\n\n      .cg2-fragment .bonus-grid {\n        grid-template-columns: repeat(3, minmax(0, 1fr));\n      }\n    }\n\n    @container cg2 (min-width: 56.25rem) {\n      .cg2-fragment .spec-grid.key-features {\n        grid-template-columns: repeat(7, minmax(0, 1fr));\n      }\n\n      .cg2-fragment .bonus-grid {\n        grid-template-columns: repeat(4, minmax(0, 1fr));\n      }\n    }\n\n    .cg2-fragment .spec-card {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      width: 100%;\n      height: 100%;\n      min-height: 10.5rem;\n      background: var(--cg2-surface);\n      border: 1px solid var(--cg2-border);\n      border-radius: var(--cg2-radius);\n      padding: 1.25rem 0.75rem;\n      text-align: center;\n      transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;\n    }\n\n    .cg2-fragment .spec-card:hover {\n      border-color: rgba(184, 134, 11, 0.45);\n      box-shadow: var(--cg2-shadow);\n      transform: translateY(-2px);\n    }\n\n    .cg2-fragment .spec-card .icon {\n      width: 60px;\n      height: 60px;\n      margin: 0 auto 0.75rem;\n      object-fit: contain;\n    }\n\n    .cg2-fragment .spec-card.bonus .icon {\n      width: 72px;\n      height: 72px;\n    }\n\n    .cg2-fragment .spec-card h3 {\n      margin: 0 0 0.35rem;\n      font-size: 1rem;\n      font-weight: 700;\n      line-height: 1.25;\n      max-width: 100%;\n      overflow-wrap: anywhere;\n    }\n\n    .cg2-fragment .spec-card.bonus h3 {\n      font-size: clamp(0.8125rem, 2.1vw, 0.9375rem);\n      line-height: 1.3;\n    }\n\n    .cg2-fragment .spec-card p {\n      margin: 0;\n      font-size: 0.875rem;\n      color: var(--cg2-text-muted);\n      line-height: 1.35;\n      max-width: 100%;\n    }\n\n    .cg2-fragment .warranty {\n      position: relative;\n      border-radius: var(--cg2-radius-lg);\n      overflow: hidden;\n      min-height: 280px;\n      box-shadow: var(--cg2-shadow);\n    }\n\n    .cg2-fragment .warranty-bg {\n      position: absolute;\n      inset: 0;\n      z-index: 0;\n    }\n\n    .cg2-fragment .warranty-bg img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n    }\n\n    .cg2-fragment .warranty::after {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      z-index: 0;\n      background: linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.55) 52%, rgba(255, 255, 255, 0.12) 100%);\n    }\n\n    .cg2-fragment .warranty-inner {\n      position: relative;\n      z-index: 1;\n      padding: clamp(2rem, 5vw, 3rem);\n      max-width: 32rem;\n    }\n\n    .cg2-fragment .warranty-eyebrow {\n      font-size: 0.7rem;\n      font-weight: 700;\n      letter-spacing: 0.14em;\n      color: var(--cg2-accent);\n      margin-bottom: 0.5rem;\n    }\n\n    .cg2-fragment .warranty h2 {\n      margin: 0 0 0.5rem;\n      font-size: clamp(1.75rem, 4vw, 2.25rem);\n      font-weight: 800;\n      letter-spacing: -0.02em;\n    }\n\n    .cg2-fragment .warranty-sub {\n      margin: 0 0 1.25rem;\n      color: var(--cg2-text-muted);\n      font-size: 1.05rem;\n    }\n\n    .cg2-fragment .warranty-link {\n      display: inline-flex;\n      align-items: center;\n      gap: 0.35rem;\n      font-weight: 600;\n      color: var(--cg2-accent);\n    }\n\n    .cg2-fragment .warranty-link svg {\n      width: 1.1em;\n      height: 1.1em;\n      flex-shrink: 0;\n    }\n\n    .cg2-fragment .features-intro {\n      margin-bottom: 2rem;\n    }\n\n    .cg2-fragment .features-intro p {\n      margin: 0;\n      color: var(--cg2-text-muted);\n    }\n\n    .cg2-fragment .media-row {\n      display: grid;\n      gap: var(--cg2-gap);\n      align-items: center;\n      margin-bottom: clamp(2rem, 4vw, 3rem);\n    }\n\n    .cg2-fragment .media-row:last-child {\n      margin-bottom: 0;\n    }\n\n    @container cg2 (min-width: 48rem) {\n      .cg2-fragment .media-row {\n        grid-template-columns: 1fr 1fr;\n        margin-bottom: clamp(2.5rem, 4vw, 3.5rem);\n      }\n\n      .cg2-fragment .media-row.reverse .media-visual {\n        order: 2;\n      }\n\n      .cg2-fragment .media-row.reverse .media-copy {\n        order: 1;\n      }\n    }\n\n    .cg2-fragment .media-visual {\n      background: var(--cg2-surface);\n      border-radius: var(--cg2-radius-lg);\n      border: 1px solid var(--cg2-border);\n      overflow: hidden;\n      aspect-ratio: 16 \/ 10;\n    }\n\n    .cg2-fragment .media-visual.contain {\n      aspect-ratio: auto;\n    }\n\n    .cg2-fragment .media-visual img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n    }\n\n    .cg2-fragment .media-visual.contain img {\n      object-fit: contain;\n      height: auto;\n    }\n\n    .cg2-fragment .media-copy {\n      padding: 0.25rem 0;\n    }\n\n    .cg2-fragment .media-copy h2 {\n      margin: 0 0 0.5rem;\n      font-size: clamp(1.2rem, 2.5vw, 1.4rem);\n      font-weight: 700;\n    }\n\n    .cg2-fragment .media-copy p,\n    .cg2-fragment .media-copy li {\n      color: var(--cg2-text-muted);\n    }\n\n    .cg2-fragment .media-copy ol,\n    .cg2-fragment .media-copy ul {\n      margin: 0.75rem 0 0;\n      padding-left: 1.25rem;\n    }\n\n    .cg2-fragment .media-copy li {\n      margin-bottom: 0.35rem;\n    }\n\n    .cg2-fragment .embed-block {\n      background: var(--cg2-surface);\n      border: 1px solid var(--cg2-border);\n      border-radius: var(--cg2-radius-lg);\n      padding: clamp(1.25rem, 3vw, 1.75rem);\n    }\n\n    .cg2-fragment .embed-ratio {\n      position: relative;\n      width: 100%;\n      padding-bottom: 56.25%;\n      margin-top: 1rem;\n      border-radius: var(--cg2-radius);\n      overflow: hidden;\n      background: var(--cg2-surface-2);\n      border: 1px solid var(--cg2-border);\n    }\n\n    .cg2-fragment .embed-ratio iframe {\n      position: absolute;\n      inset: 0;\n      width: 100%;\n      height: 100%;\n      border: 0;\n    }\n\n    .cg2-fragment .embed-block .section-title {\n      margin-bottom: 0.5rem;\n    }\n\n    .cg2-fragment .embed-block .section-lead {\n      margin-bottom: 0;\n    }\n\n    .cg2-fragment .specs-panel {\n      background: var(--cg2-surface);\n      border: 1px solid var(--cg2-border);\n      border-radius: var(--cg2-radius-lg);\n      padding: clamp(1.25rem, 3vw, 1.75rem);\n    }\n\n    .cg2-fragment .specs-panel .section-title {\n      margin-bottom: 1rem;\n    }\n\n    .cg2-fragment .specs-scroll {\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin: 0 -0.25rem;\n      padding: 0 0.25rem;\n    }\n\n    .cg2-fragment .specs-table {\n      width: 100%;\n      min-width: min(100%, 36rem);\n      border-collapse: collapse;\n      font-size: 0.9375rem;\n    }\n\n    .cg2-fragment .specs-table tbody tr {\n      border-bottom: 1px solid var(--cg2-border);\n    }\n\n    .cg2-fragment .specs-table tbody tr:last-child {\n      border-bottom: 0;\n    }\n\n    .cg2-fragment .specs-table td {\n      padding: 0.65rem 0.75rem;\n      vertical-align: top;\n    }\n\n    .cg2-fragment .specs-table td:first-child {\n      width: 38%;\n      max-width: 12rem;\n      font-weight: 600;\n      color: var(--cg2-text);\n      text-transform: capitalize;\n    }\n\n    .cg2-fragment .specs-table td:last-child {\n      color: var(--cg2-text-muted);\n    }\n\n    .cg2-fragment .specs-table tbody tr:nth-child(even) {\n      background: rgba(255, 255, 255, 0.6);\n    }\n\n    .cg2-fragment .section-divider {\n      display: block;\n      width: 100%;\n      height: 0;\n      margin: clamp(1.25rem, 3vw, 2rem) 0;\n      border: 0;\n      border-top: 1px solid var(--cg2-border);\n    }\n\n    \/* When pasted inside Shopify rich text (.rte), neutralize theme `.rte img { margin: 10px 0 }` on embed images *\/\n    .rte .cg2-fragment img {\n      margin: 0;\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"cg2-fragment\" data-cg2-product-embed=\"care-go-cargo-cg2\"\u003e\n\u003csection class=\"intro-hero\" aria-labelledby=\"cg2-hero-title\"\u003e\n\u003cdiv class=\"intro-hero-bg\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Care-Go_Cargo_eBike_CG2.png?v=1772126466\u0026amp;width=2400\" alt=\"Teslica Care-Go Cargo eBike CG2\" width=\"3840\" height=\"2160\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"intro-hero-overlay\" aria-hidden=\"true\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"intro-hero-inner wrap\"\u003e\n\u003ch1 id=\"cg2-hero-title\"\u003eTeslica Care-Go: Power, Safety, and Everyday Versatility\u003c\/h1\u003e\n\u003cp\u003eThis heavy-duty cargo eBike features a powerful motor and a high-capacity Samsung battery that delivers an impressive range of up to 160 km per charge. Designed for utility, the step-through frame supports a 330 lb capacity and includes a rear passenger seat and 20\" fat tires for a smooth, stable ride on any terrain. Equipped with a responsive torque sensor and a 10-year limited warranty, it offers a natural riding experience backed by industry-leading durability and safety.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"section-divider\" aria-hidden=\"true\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csection class=\"block\" aria-labelledby=\"cg2-key-specs-title\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003ch2 id=\"cg2-key-specs-title\" class=\"section-title\"\u003eCare-Go Cargo 1200W eBike (CG2) — Key specs\u003c\/h2\u003e\n\u003cp class=\"section-lead\"\u003eYour needs make every spec matter. Here are the numbers that make the difference.\u003c\/p\u003e\n\u003cdiv class=\"spec-grid key-features\"\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Route.png?v=1769636308\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\"\u003e\n\u003ch3\u003e70-140 Km\u003c\/h3\u003e\n\u003cp\u003eMax range\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Teslica_Icons_1.png?v=1769636129\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\"\u003e\n\u003ch3\u003e32 Km\/hr\u003c\/h3\u003e\n\u003cp\u003eMax speed\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Power.png?v=1769636297\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\"\u003e\n\u003ch3\u003e100W\u003c\/h3\u003e\n\u003cp\u003eMotor power\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Pedal_Assist.png?v=1769636671\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\"\u003e\n\u003ch3\u003eTorque sensor\u003c\/h3\u003e\n\u003cp\u003ePedal assist\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/bicycle_tire.png?v=1769636477\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\"\u003e\n\u003ch3\u003eFat tire\u003c\/h3\u003e\n\u003cp\u003eTire type\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Tire_Size.png?v=1769636542\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\"\u003e\n\u003ch3\u003e20\" × 4\"\u003c\/h3\u003e\n\u003cp\u003eTire size\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Weight_1.png?v=1769636624\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\"\u003e\n\u003ch3\u003e400 lb\u003c\/h3\u003e\n\u003cp\u003eMax weight\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"block\" aria-labelledby=\"cg2-warranty-title\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"warranty\"\u003e\n\u003cdiv class=\"warranty-bg\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Generated_Image_January_27_2026_-_3_38PM.jpg?v=1769547056\u0026amp;width=1600\" alt=\"\" width=\"1584\" height=\"672\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"warranty-inner\"\u003e\n\u003cp class=\"warranty-eyebrow\"\u003eRide with confidence\u003c\/p\u003e\n\u003ch2 id=\"cg2-warranty-title\"\u003e10-year warranty\u003c\/h2\u003e\n\u003cp class=\"warranty-sub\"\u003eOur extended warranty coverage is included.\u003c\/p\u003e\n\u003ca class=\"warranty-link\" href=\"https:\/\/www.teslica.com\/pages\/teslica-10-year-warranty\"\u003e Learn more \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n              \u003cpath d=\"M5 12h14M13 6l6 6-6 6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"block\" aria-labelledby=\"cg2-features-title\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003ch2 id=\"cg2-features-title\" class=\"section-title\"\u003eCare-Go Cargo 1200W eBike (CG2) — Features\u003c\/h2\u003e\n\u003cdiv class=\"features-intro\"\u003e\n\u003cp\u003eThe Teslica eBike delivers elite performance with a 1200W motor and a high-capacity Samsung battery offering up to 160 km of range with a top speed of 32 km\/hr. Built for safety and versatility, it features a torque sensor for natural riding, hydraulic disc brakes, and all-terrain fat tires on a comfortable step-through frame. It is a reliable ride for daily utility, featuring the SafeVolt™ UL-certified system, IP66 water resistance, and a 10-year limited warranty supporting riders up to 330 lbs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row\"\u003e\n\u003cdiv class=\"media-visual contain\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/care-go-step-over_1.webp?v=1769643925\u0026amp;width=1200\" alt=\"Step-through frame\" width=\"426\" height=\"240\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eStep-through\u003c\/h2\u003e\n\u003cp\u003eEasy to mount on and off.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row reverse\"\u003e\n\u003cdiv class=\"media-visual contain\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/img-7293.webp?v=1769644323\u0026amp;width=1200\" alt=\"Rear passenger seat\" width=\"2047\" height=\"1365\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eRear seat\u003c\/h2\u003e\n\u003cp\u003eRear seat perfect to bring a friend on your ride with you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row\"\u003e\n\u003cdiv class=\"media-visual\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/red-white-simple-stay-connected-email-header-1.webp?v=1769644403\u0026amp;width=1200\" alt=\"Samsung UL certified battery\" width=\"781\" height=\"625\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row reverse\"\u003e\n\u003cdiv class=\"media-visual\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/img-7367.jpg?v=1769644452\u0026amp;width=1200\" alt=\"Torque sensor\" width=\"2047\" height=\"1365\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eTorque sensor\u003c\/h2\u003e\n\u003cp\u003eProvides a safer and more natural ride.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row\"\u003e\n\u003cdiv class=\"media-visual\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/img-7411.jpg?v=1769644492\u0026amp;width=1200\" alt=\"Large colour display\" width=\"2047\" height=\"1365\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eLarge colour display\u003c\/h2\u003e\n\u003cp\u003eWith Bluetooth to connect and control via phone app.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row reverse\"\u003e\n\u003cdiv class=\"media-visual\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/img-7251.jpg?v=1769644544\u0026amp;width=1200\" alt=\"20 inch fat tires\" width=\"2047\" height=\"1365\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003e20\" fat tire\u003c\/h2\u003e\n\u003cp\u003e4\" wide fat tire for maximum comfort and stability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"block\" aria-labelledby=\"cg2-bonus-title\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003ch2 id=\"cg2-bonus-title\" class=\"section-title\"\u003eBonus features\u003c\/h2\u003e\n\u003cp class=\"section-lead\"\u003eExclusive features for the Care-Go Cargo 1200W eBike (CG2).\u003c\/p\u003e\n\u003cdiv class=\"bonus-grid\"\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Teslica_Icons_2.png?v=1772135552\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\"\u003e\n\u003ch3\u003eOff road mode — access up to 1200 watts of power\u003c\/h3\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Fender_1.png?v=1774287804\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\"\u003e\n\u003ch3\u003eFull aluminum fenders included\u003c\/h3\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Rack.png?v=1774287272\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\"\u003e\n\u003ch3\u003eFront and rear racks included\u003c\/h3\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Light.png?v=1774287509\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\"\u003e\n\u003ch3\u003eFront and rear lights included\u003c\/h3\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Suspensions.png?v=1774287892\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\"\u003e\n\u003ch3\u003eAdjustable suspension fork\u003c\/h3\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/bicycle_tire.png?v=1769636477\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\"\u003e\n\u003ch3\u003ePuncture resistant tires\u003c\/h3\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Rack.png?v=1774287272\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\"\u003e\n\u003ch3\u003eWelded cargo section for extra weight capacity\u003c\/h3\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Cargo_4.png?v=1774289345\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\"\u003e\n\u003ch3\u003ePassenger seat + foot rest included\u003c\/h3\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Bag.png?v=1774289665\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\"\u003e\n\u003ch3\u003eRear cargo bag included\u003c\/h3\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Teslica_Icons_3b02e029-0a61-4317-8b42-ddaa9e99f254.png?v=1774287010\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\"\u003e\n\u003ch3\u003eTurn signals and horn included\u003c\/h3\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/UL_2271_Certification.png?v=1774289531\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\"\u003e\n\u003ch3\u003eUL 2849 certification\u003c\/h3\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"block\" aria-labelledby=\"cg2-embed-title\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"embed-block\"\u003e\n\u003ch2 id=\"cg2-embed-title\" class=\"section-title\"\u003eExplore your Care-Go Cargo CG2 in 3D\u003c\/h2\u003e\n\u003cp class=\"section-lead\"\u003eUse your fingers or mouse to move the bike around.\u003c\/p\u003e\n\u003cdiv class=\"embed-ratio\"\u003e\u003ciframe title=\"Care-Go Cargo CG2 3D view\" src=\"https:\/\/lumalabs.ai\/embed\/2f95c20c-c1d4-4658-ad76-541434afc3df?mode=sparkles\u0026amp;background=%23ffffff\u0026amp;color=%23000000\u0026amp;showTitle=true\u0026amp;loadBg=true\u0026amp;logoPosition=bottom-left\u0026amp;infoPosition=bottom-right\u0026amp;cinematicVideo=undefined\u0026amp;showMenu=false\" width=\"300\" height=\"150\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"block\" aria-labelledby=\"cg2-specs-table-title\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"specs-panel\"\u003e\n\u003ch2 id=\"cg2-specs-table-title\" class=\"section-title\"\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-scroll\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eFrame material\u003c\/td\u003e\n\u003ctd\u003e6067 aluminum alloy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFrame design\u003c\/td\u003e\n\u003ctd\u003eFlat weld (hydroformed frame)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotor\u003c\/td\u003e\n\u003ctd\u003e1000W rear hub cargo motor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery\u003c\/td\u003e\n\u003ctd\u003eLithium ion, Samsung cells, 52V 20Ah\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSensor\u003c\/td\u003e\n\u003ctd\u003eTorque sensor bottom bracket\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLCD\u003c\/td\u003e\n\u003ctd\u003eBC 300 colored LCD with USB charge\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eThrottle\u003c\/td\u003e\n\u003ctd\u003eHalf twist throttle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTop speed\u003c\/td\u003e\n\u003ctd\u003eIn off road mode: up to 50 km\/h\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApproximate range\u003c\/td\u003e\n\u003ctd\u003e70 km – 140 km\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLights\u003c\/td\u003e\n\u003ctd\u003eIntegrated front and rear lights with turn signals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChain\u003c\/td\u003e\n\u003ctd\u003eKMC 7\/8 speed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChainguard\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrake set\u003c\/td\u003e\n\u003ctd\u003eTektro HD disc brake 203 mm with semi metallic pads\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRear derailleur\u003c\/td\u003e\n\u003ctd\u003eShimano Altus 7 speed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGears\u003c\/td\u003e\n\u003ctd\u003eShimano 7 speed freewheel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSaddle\u003c\/td\u003e\n\u003ctd\u003eComfort wide seat\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTires\u003c\/td\u003e\n\u003ctd\u003eChaoYang Sandstorm 20 by 4\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFenders\u003c\/td\u003e\n\u003ctd\u003eFull aluminum fenders included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFork\u003c\/td\u003e\n\u003ctd\u003eSuspension front fork\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaximum weight capacity\u003c\/td\u003e\n\u003ctd\u003e400 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Teslica eBikes","offers":[{"title":"Charcoal","offer_id":47417658638505,"sku":"210000001548","price":3399.15,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/files\/IMG_7107.jpg?v=1788530495"},{"product_id":"energize-ebike-b2h","title":"Energize eBike (B2H)","description":"\u003cstyle\u003e\n    .enb2h-fragment {\n      container: enb2h \/ inline-size;\n      width: 100%;\n      max-width: 100%;\n      min-width: 0;\n      --enb-bg: #ffffff;\n      --enb-surface: #f6f7f9;\n      --enb-surface-2: #eef0f4;\n      --enb-text: #14181f;\n      --enb-text-muted: #4b5563;\n      --enb-accent: #b8860b;\n      --enb-accent-hover: #9a7209;\n      --enb-border: rgba(15, 23, 42, 0.1);\n      --enb-radius: 12px;\n      --enb-radius-lg: 20px;\n      --enb-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);\n      --enb-max: 1120px;\n      --enb-gap: clamp(0.75rem, 3vw, 1.75rem);\n      font-family: system-ui, -apple-system, \"Segoe UI\", Roboto, Ubuntu, Cantarell, sans-serif;\n      font-size: 1rem;\n      line-height: 1.6;\n      color: var(--enb-text);\n      background: var(--enb-bg);\n      -webkit-font-smoothing: antialiased;\n    }\n\n    @supports (width: 1cqw) {\n      .enb2h-fragment {\n        --enb-gap: clamp(0.75rem, 2.5cqw, 1.75rem);\n      }\n    }\n\n    .enb2h-fragment *,\n    .enb2h-fragment *::before,\n    .enb2h-fragment *::after {\n      box-sizing: border-box;\n    }\n\n    .enb2h-fragment img {\n      max-width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    .enb2h-fragment a {\n      color: var(--enb-accent);\n      text-decoration: none;\n    }\n\n    .enb2h-fragment a:hover {\n      color: var(--enb-accent-hover);\n      text-decoration: underline;\n    }\n\n    .enb2h-fragment .wrap {\n      max-width: var(--enb-max);\n      margin-inline: auto;\n      padding-inline: clamp(1rem, 4vw, 2rem);\n    }\n\n    .enb2h-fragment .intro-hero {\n      position: relative;\n      border-radius: var(--enb-radius-lg);\n      overflow: hidden;\n      min-height: clamp(240px, 52vw, 440px);\n      box-shadow: var(--enb-shadow);\n      border-bottom: 1px solid var(--enb-border);\n    }\n\n    .enb2h-fragment .intro-hero-bg {\n      position: absolute;\n      inset: 0;\n      z-index: 0;\n    }\n\n    .enb2h-fragment .intro-hero-bg img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      object-position: center;\n    }\n\n    .enb2h-fragment .intro-hero-overlay {\n      position: absolute;\n      inset: 0;\n      z-index: 1;\n      background: linear-gradient(180deg, rgba(15, 20, 28, 0.35) 0%, rgba(15, 20, 28, 0.78) 100%);\n      pointer-events: none;\n    }\n\n    .enb2h-fragment .intro-hero-inner {\n      position: relative;\n      z-index: 2;\n      padding: clamp(2rem, 6vw, 4.5rem) 2rem;\n    }\n\n    .enb2h-fragment .intro-hero-inner h1 {\n      margin: 0 0 1rem;\n      font-size: clamp(1.5rem, 4vw, 2.125rem);\n      font-weight: 700;\n      letter-spacing: -0.02em;\n      line-height: 1.2;\n      color: #fff;\n      max-width: 42rem;\n    }\n\n    .enb2h-fragment .intro-hero-inner p {\n      margin: 0;\n      color: rgba(255, 255, 255, 0.92);\n      max-width: 52ch;\n      font-size: clamp(1rem, 2.4vw, 1.125rem);\n    }\n\n    .enb2h-fragment section.block {\n      padding: clamp(2.5rem, 5vw, 3.5rem) 0;\n      border-bottom: 1px solid var(--enb-border);\n    }\n\n    .enb2h-fragment section.block:last-of-type {\n      border-bottom: 0;\n    }\n\n    .enb2h-fragment .section-title {\n      margin: 0 0 0.5rem;\n      font-size: clamp(1.35rem, 3vw, 1.75rem);\n      font-weight: 700;\n      letter-spacing: -0.02em;\n    }\n\n    .enb2h-fragment .section-lead {\n      margin: 0 0 1.75rem;\n      color: var(--enb-text-muted);\n      max-width: 70ch;\n    }\n\n    .enb2h-fragment .spec-grid,\n    .enb2h-fragment .bonus-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: var(--enb-gap);\n      align-items: stretch;\n    }\n\n    @container enb2h (min-width: 40rem) {\n      .enb2h-fragment .spec-grid.key-features {\n        grid-template-columns: repeat(4, minmax(0, 1fr));\n      }\n\n      .enb2h-fragment .bonus-grid {\n        grid-template-columns: repeat(3, minmax(0, 1fr));\n      }\n    }\n\n    @container enb2h (min-width: 56.25rem) {\n      .enb2h-fragment .spec-grid.key-features {\n        grid-template-columns: repeat(7, minmax(0, 1fr));\n      }\n\n      .enb2h-fragment .bonus-grid {\n        grid-template-columns: repeat(4, minmax(0, 1fr));\n      }\n    }\n\n    .enb2h-fragment .spec-card {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      width: 100%;\n      height: 100%;\n      min-height: 10.5rem;\n      background: var(--enb-surface);\n      border: 1px solid var(--enb-border);\n      border-radius: var(--enb-radius);\n      padding: 1.25rem 0.75rem;\n      text-align: center;\n      transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;\n    }\n\n    .enb2h-fragment .spec-card:hover {\n      border-color: rgba(184, 134, 11, 0.45);\n      box-shadow: var(--enb-shadow);\n      transform: translateY(-2px);\n    }\n\n    .enb2h-fragment .spec-card .icon {\n      width: 60px;\n      height: 60px;\n      margin: 0 auto 0.75rem;\n      object-fit: contain;\n    }\n\n    .enb2h-fragment .spec-card.bonus .icon {\n      width: 72px;\n      height: 72px;\n    }\n\n    .enb2h-fragment .spec-card h3 {\n      margin: 0 0 0.35rem;\n      font-size: 1rem;\n      font-weight: 700;\n      line-height: 1.25;\n      max-width: 100%;\n      overflow-wrap: anywhere;\n    }\n\n    .enb2h-fragment .spec-card.bonus h3 {\n      font-size: clamp(0.8125rem, 2.1vw, 0.9375rem);\n      line-height: 1.3;\n    }\n\n    .enb2h-fragment .spec-card p {\n      margin: 0;\n      font-size: 0.875rem;\n      color: var(--enb-text-muted);\n      line-height: 1.35;\n      max-width: 100%;\n    }\n\n    .enb2h-fragment .warranty {\n      position: relative;\n      border-radius: var(--enb-radius-lg);\n      overflow: hidden;\n      min-height: 280px;\n      box-shadow: var(--enb-shadow);\n    }\n\n    .enb2h-fragment .warranty-bg {\n      position: absolute;\n      inset: 0;\n      z-index: 0;\n    }\n\n    .enb2h-fragment .warranty-bg img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n    }\n\n    .enb2h-fragment .warranty::after {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      z-index: 0;\n      background: linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.55) 52%, rgba(255, 255, 255, 0.12) 100%);\n    }\n\n    .enb2h-fragment .warranty-inner {\n      position: relative;\n      z-index: 1;\n      padding: clamp(2rem, 5vw, 3rem);\n      max-width: 32rem;\n    }\n\n    .enb2h-fragment .warranty-eyebrow {\n      font-size: 0.7rem;\n      font-weight: 700;\n      letter-spacing: 0.14em;\n      color: var(--enb-accent);\n      margin-bottom: 0.5rem;\n    }\n\n    .enb2h-fragment .warranty h2 {\n      margin: 0 0 0.5rem;\n      font-size: clamp(1.75rem, 4vw, 2.25rem);\n      font-weight: 800;\n      letter-spacing: -0.02em;\n    }\n\n    .enb2h-fragment .warranty-sub {\n      margin: 0 0 1.25rem;\n      color: var(--enb-text-muted);\n      font-size: 1.05rem;\n    }\n\n    .enb2h-fragment .warranty-link {\n      display: inline-flex;\n      align-items: center;\n      gap: 0.35rem;\n      font-weight: 600;\n      color: var(--enb-accent);\n    }\n\n    .enb2h-fragment .warranty-link svg {\n      width: 1.1em;\n      height: 1.1em;\n      flex-shrink: 0;\n    }\n\n    .enb2h-fragment .features-intro {\n      margin-bottom: 2rem;\n    }\n\n    .enb2h-fragment .features-intro p {\n      margin: 0;\n      color: var(--enb-text-muted);\n    }\n\n    .enb2h-fragment .media-row {\n      display: grid;\n      gap: var(--enb-gap);\n      align-items: center;\n      margin-bottom: clamp(2rem, 4vw, 3rem);\n    }\n\n    .enb2h-fragment .media-row:last-child {\n      margin-bottom: 0;\n    }\n\n    @container enb2h (min-width: 48rem) {\n      .enb2h-fragment .media-row {\n        grid-template-columns: 1fr 1fr;\n        margin-bottom: clamp(2.5rem, 4vw, 3.5rem);\n      }\n\n      .enb2h-fragment .media-row.reverse .media-visual {\n        order: 2;\n      }\n\n      .enb2h-fragment .media-row.reverse .media-copy {\n        order: 1;\n      }\n    }\n\n    .enb2h-fragment .media-visual {\n      background: var(--enb-surface);\n      border-radius: var(--enb-radius-lg);\n      border: 1px solid var(--enb-border);\n      overflow: hidden;\n      aspect-ratio: 16 \/ 10;\n    }\n\n    .enb2h-fragment .media-visual.contain {\n      aspect-ratio: auto;\n    }\n\n    .enb2h-fragment .media-visual img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n    }\n\n    .enb2h-fragment .media-visual.contain img {\n      object-fit: contain;\n      height: auto;\n    }\n\n    .enb2h-fragment .media-copy {\n      padding: 0.25rem 0;\n    }\n\n    .enb2h-fragment .media-copy h2 {\n      margin: 0 0 0.5rem;\n      font-size: clamp(1.2rem, 2.5vw, 1.4rem);\n      font-weight: 700;\n    }\n\n    .enb2h-fragment .media-copy p,\n    .enb2h-fragment .media-copy li {\n      color: var(--enb-text-muted);\n    }\n\n    .enb2h-fragment .media-copy ol,\n    .enb2h-fragment .media-copy ul {\n      margin: 0.75rem 0 0;\n      padding-left: 1.25rem;\n    }\n\n    .enb2h-fragment .media-copy li {\n      margin-bottom: 0.35rem;\n    }\n\n    .enb2h-fragment .embed-block {\n      background: var(--enb-surface);\n      border: 1px solid var(--enb-border);\n      border-radius: var(--enb-radius-lg);\n      padding: clamp(1.25rem, 3vw, 1.75rem);\n    }\n\n    .enb2h-fragment .embed-ratio {\n      position: relative;\n      width: 100%;\n      padding-bottom: 56.25%;\n      margin-top: 1rem;\n      border-radius: var(--enb-radius);\n      overflow: hidden;\n      background: var(--enb-surface-2);\n      border: 1px solid var(--enb-border);\n    }\n\n    .enb2h-fragment .embed-ratio iframe {\n      position: absolute;\n      inset: 0;\n      width: 100%;\n      height: 100%;\n      border: 0;\n    }\n\n    .enb2h-fragment .embed-block .section-title {\n      margin-bottom: 0.5rem;\n    }\n\n    .enb2h-fragment .embed-block .section-lead {\n      margin-bottom: 0;\n    }\n\n    .enb2h-fragment .specs-panel {\n      background: var(--enb-surface);\n      border: 1px solid var(--enb-border);\n      border-radius: var(--enb-radius-lg);\n      padding: clamp(1.25rem, 3vw, 1.75rem);\n    }\n\n    .enb2h-fragment .specs-panel .section-title {\n      margin-bottom: 1rem;\n    }\n\n    .enb2h-fragment .specs-scroll {\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin: 0 -0.25rem;\n      padding: 0 0.25rem;\n    }\n\n    .enb2h-fragment .specs-table {\n      width: 100%;\n      min-width: min(100%, 36rem);\n      border-collapse: collapse;\n      font-size: 0.9375rem;\n    }\n\n    .enb2h-fragment .specs-table tbody tr {\n      border-bottom: 1px solid var(--enb-border);\n    }\n\n    .enb2h-fragment .specs-table tbody tr:last-child {\n      border-bottom: 0;\n    }\n\n    .enb2h-fragment .specs-table td {\n      padding: 0.65rem 0.75rem;\n      vertical-align: top;\n    }\n\n    .enb2h-fragment .specs-table td:first-child {\n      width: 38%;\n      max-width: 12rem;\n      font-weight: 600;\n      color: var(--enb-text);\n      text-transform: capitalize;\n    }\n\n    .enb2h-fragment .specs-table td:last-child {\n      color: var(--enb-text-muted);\n    }\n\n    .enb2h-fragment .specs-table tbody tr:nth-child(even) {\n      background: rgba(255, 255, 255, 0.6);\n    }\n\n    .enb2h-fragment .section-divider {\n      display: block;\n      width: 100%;\n      height: 0;\n      margin: clamp(1.25rem, 3vw, 2rem) 0;\n      border: 0;\n      border-top: 1px solid var(--enb-border);\n    }\n\n    \/* When pasted inside Shopify rich text (.rte), neutralize theme `.rte img { margin: 10px 0 }` on embed images *\/\n    .rte .enb2h-fragment img {\n      margin: 0;\n    }\n  \u003c\/style\u003e\u003cdiv class=\"enb2h-fragment\" data-enb2h-product-embed=\"\"\u003e\n\u003csection class=\"intro-hero\" aria-labelledby=\"enb-hero-title\"\u003e\u003cdiv class=\"intro-hero-bg\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/teslica-energize-ebike-wallpaper.png?v=1769697898\u0026amp;width=2400\" alt=\"\" width=\"3840\" height=\"2160\" decoding=\"async\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/teslica-energize-ebike-wallpaper.png?v=1769697898\u0026amp;width=2400\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"intro-hero-overlay\" aria-hidden=\"true\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"intro-hero-inner wrap\"\u003e\n\u003ch1 id=\"enb-hero-title\"\u003eLightweight and Portable Power for Your Daily Commute\u003c\/h1\u003e\n\u003cp\u003eThe Energize B2H is a high-performance hybrid eBike that weighs only 50 lbs and folds quickly for effortless storage and transport. It features a responsive torque sensor and a 350W motor that provides a quiet, efficient boost for urban streets and weekend paths. This model is the perfect blend of portability and performance, making it a reliable daily companion for commuters and travelers alike.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"section-divider\" aria-hidden=\"true\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csection class=\"block\" aria-labelledby=\"enb-key-specs-title\"\u003e\u003cdiv class=\"wrap\"\u003e\n\u003ch2 id=\"enb-key-specs-title\" class=\"section-title\"\u003eEnergize 350W eBike (B2H) — Key specs\u003c\/h2\u003e\n\u003cp class=\"section-lead\"\u003eYour needs make every spec matter. Here are the numbers that make the difference.\u003c\/p\u003e\n\u003cdiv class=\"spec-grid key-features\"\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Route.png?v=1769636308\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Route.png?v=1769636308\u0026amp;width=400\"\u003e\u003ch3\u003e120 Km\u003c\/h3\u003e\n\u003cp\u003eMax range\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Teslica_Icons_1.png?v=1769636129\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Teslica_Icons_1.png?v=1769636129\u0026amp;width=400\"\u003e\u003ch3\u003e32 Km\/hr\u003c\/h3\u003e\n\u003cp\u003eMax speed\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Power.png?v=1769636297\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Power.png?v=1769636297\u0026amp;width=400\"\u003e\u003ch3\u003e350W\u003c\/h3\u003e\n\u003cp\u003eMotor power\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Pedal_Assist.png?v=1769636671\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Pedal_Assist.png?v=1769636671\u0026amp;width=400\"\u003e\u003ch3\u003eTorque sensor\u003c\/h3\u003e\n\u003cp\u003ePedal assist\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/bicycle_tire.png?v=1769636477\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/bicycle_tire.png?v=1769636477\u0026amp;width=400\"\u003e\u003ch3\u003eFat tire\u003c\/h3\u003e\n\u003cp\u003eTire type\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Tire_Size.png?v=1769636542\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Tire_Size.png?v=1769636542\u0026amp;width=400\"\u003e\u003ch3\u003e20\" × 1.95\"\u003c\/h3\u003e\n\u003cp\u003eTire size\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Weight_1.png?v=1769636624\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Weight_1.png?v=1769636624\u0026amp;width=400\"\u003e\u003ch3\u003e330 lb\u003c\/h3\u003e\n\u003cp\u003eMax weight\u003c\/p\u003e\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"block\" aria-labelledby=\"enb-warranty-title\"\u003e\u003cdiv class=\"wrap\"\u003e\u003cdiv class=\"warranty\"\u003e\n\u003cdiv class=\"warranty-bg\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Generated_Image_January_27_2026_-_3_38PM.jpg?v=1769547056\u0026amp;width=1600\" alt=\"\" width=\"1584\" height=\"672\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Generated_Image_January_27_2026_-_3_38PM.jpg?v=1769547056\u0026amp;width=1600\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"warranty-inner\"\u003e\n\u003cp class=\"warranty-eyebrow\"\u003eRide with confidence\u003c\/p\u003e\n\u003ch2 id=\"enb-warranty-title\"\u003e10-year warranty\u003c\/h2\u003e\n\u003cp class=\"warranty-sub\"\u003eOur extended warranty coverage is included.\u003c\/p\u003e\n\u003ca class=\"warranty-link\" href=\"https:\/\/www.teslica.com\/pages\/teslica-10-year-warranty\" data-mce-href=\"https:\/\/www.teslica.com\/pages\/teslica-10-year-warranty\"\u003e Learn more \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n              \u003cpath d=\"M5 12h14M13 6l6 6-6 6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"block\" aria-labelledby=\"enb-features-title\"\u003e\u003cdiv class=\"wrap\"\u003e\n\u003ch2 id=\"enb-features-title\" class=\"section-title\"\u003eEnergize 350W eBike (B2H) — Features\u003c\/h2\u003e\n\u003cdiv class=\"features-intro\"\u003e\u003cp\u003eThe Energize eBike is a lightweight, compact, and comfortable electric bike designed for versatility and easy storage, featuring a folding frame that fits neatly under a desk or in your car for transport. With up to 120 km of range, a 350W motor with a top speed of 32 km\/h, and dual suspension for a smooth and stable ride, it delivers a natural riding feel through a responsive torque sensor pedal assist, while a throttle provides extra power for hills and quick boosts. Weighing just 49 lbs, the Energize eBike is easy to handle without sacrificing strength, supporting riders up to 330 lbs. Equipped with Samsung battery cells and protected by Teslica's SafeVolt™ system with CE certified components, smart BMS, IP66 water and dust resistance, and a smart charger, it fits riders from 4'10\" to 6'3\" and is backed by a 10-year limited warranty and lifetime frame warranty, with the added option to explore the bike in interactive 3D for a closer look.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-row\"\u003e\n\u003cdiv class=\"media-visual contain\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/untitled-design-2.gif?v=1769627995\u0026amp;width=1200\" alt=\"Folding frame\" width=\"1920\" height=\"1080\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/untitled-design-2.gif?v=1769627995\u0026amp;width=1200\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eFolding frame\u003c\/h2\u003e\n\u003cp\u003eFolds into smaller spaces, under the desk, or in your car for transportation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row reverse\"\u003e\n\u003cdiv class=\"media-visual contain\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/untitled-design-3.webp?v=1770060820\u0026amp;width=1200\" alt=\"Dual suspension\" width=\"1920\" height=\"1080\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/untitled-design-3.webp?v=1770060820\u0026amp;width=1200\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eDual suspension\u003c\/h2\u003e\n\u003cp\u003eMade for a comfortable and stable ride.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row\"\u003e\n\u003cdiv class=\"media-visual\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/red-white-simple-stay-connected-email-header-1_429709c0-aacb-4f66-a6f7-433ffc1e5b69.webp?v=1769781012\u0026amp;width=1200\" alt=\"Battery and safety\" width=\"781\" height=\"625\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/red-white-simple-stay-connected-email-header-1_429709c0-aacb-4f66-a6f7-433ffc1e5b69.webp?v=1769781012\u0026amp;width=1200\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eSamsung battery cells\u003c\/h2\u003e\n\u003cp\u003eEquipped with the \u003cem\u003eTeslica SafeVolt™\u003c\/em\u003e battery safety system.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eTeslica SafeVolt™\u003c\/strong\u003e\u003c\/p\u003e\n\u003col\u003e\n\u003cli\u003eCE certified Samsung 50E battery cells\u003c\/li\u003e\n\u003cli\u003eCE certified motor\u003c\/li\u003e\n\u003cli\u003eSmart battery management system (BMS)\u003c\/li\u003e\n\u003cli\u003eIP66 water and dust resistance\u003c\/li\u003e\n\u003cli\u003eSmart charger\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row reverse\"\u003e\n\u003cdiv class=\"media-visual\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/5.webp?v=1770060905\u0026amp;width=1200\" alt=\"Torque sensor\" width=\"2048\" height=\"1717\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/5.webp?v=1770060905\u0026amp;width=1200\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eTorque sensor\u003c\/h2\u003e\n\u003cp\u003eProvides a safer and more natural ride.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row\"\u003e\n\u003cdiv class=\"media-visual\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/4_56ed72dc-31f2-4762-86be-8f8ce0726171.webp?v=1770060928\u0026amp;width=1200\" alt=\"Throttle\" width=\"2048\" height=\"1717\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/4_56ed72dc-31f2-4762-86be-8f8ce0726171.webp?v=1770060928\u0026amp;width=1200\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eThrottle equipped\u003c\/h2\u003e\n\u003cp\u003eGives you a boost for hills.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"block\" aria-labelledby=\"enb-bonus-title\"\u003e\u003cdiv class=\"wrap\"\u003e\n\u003ch2 id=\"enb-bonus-title\" class=\"section-title\"\u003eBonus features\u003c\/h2\u003e\n\u003cp class=\"section-lead\"\u003eExclusive features for the Energize 350W eBike (B2H).\u003c\/p\u003e\n\u003cdiv class=\"bonus-grid\"\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Fender_1.png?v=1774287804\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Fender_1.png?v=1774287804\u0026amp;width=400\"\u003e\u003ch3\u003eFull fenders included\u003c\/h3\u003e\u003c\/article\u003e\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Rack.png?v=1774287272\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Rack.png?v=1774287272\u0026amp;width=400\"\u003e\u003ch3\u003eRear rack included\u003c\/h3\u003e\u003c\/article\u003e\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Light.png?v=1774287509\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Light.png?v=1774287509\u0026amp;width=400\"\u003e\u003ch3\u003eFront and rear lights included\u003c\/h3\u003e\u003c\/article\u003e\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Suspensions.png?v=1774287892\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Suspensions.png?v=1774287892\u0026amp;width=400\"\u003e\u003ch3\u003eAdjustable suspension\u003c\/h3\u003e\u003c\/article\u003e\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/bicycle_tire.png?v=1769636477\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/bicycle_tire.png?v=1769636477\u0026amp;width=400\"\u003e\u003ch3\u003ePuncture resistant tires\u003c\/h3\u003e\u003c\/article\u003e\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Teslica_Icons_3b02e029-0a61-4317-8b42-ddaa9e99f254.png?v=1774287010\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Teslica_Icons_3b02e029-0a61-4317-8b42-ddaa9e99f254.png?v=1774287010\u0026amp;width=400\"\u003e\u003ch3\u003eTurn signals and horn included\u003c\/h3\u003e\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"block\" aria-labelledby=\"enb-embed-title\"\u003e\u003cdiv class=\"wrap\"\u003e\u003cdiv class=\"embed-block\"\u003e\n\u003ch2 id=\"enb-embed-title\" class=\"section-title\"\u003eExplore in 3D\u003c\/h2\u003e\n\u003cp class=\"section-lead\"\u003eUse your fingers or mouse to move the bike around.\u003c\/p\u003e\n\u003cdiv class=\"embed-ratio\"\u003e\u003ciframe title=\"Energize B2H 3D view\" src=\"https:\/\/lumalabs.ai\/embed\/326789ee-596d-4146-ac4b-c6f1f765acaf?mode=sparkles\u0026amp;background=%23ffffff\u0026amp;color=%23000000\u0026amp;showTitle=true\u0026amp;loadBg=true\u0026amp;logoPosition=bottom-left\u0026amp;infoPosition=bottom-right\u0026amp;cinematicVideo=undefined\u0026amp;showMenu=false\" width=\"300\" height=\"150\" data-mce-src=\"https:\/\/lumalabs.ai\/embed\/326789ee-596d-4146-ac4b-c6f1f765acaf?mode=sparkles\u0026amp;background=%23ffffff\u0026amp;color=%23000000\u0026amp;showTitle=true\u0026amp;loadBg=true\u0026amp;logoPosition=bottom-left\u0026amp;infoPosition=bottom-right\u0026amp;cinematicVideo=undefined\u0026amp;showMenu=false\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"block\" aria-labelledby=\"enb-specs-table-title\"\u003e\u003cdiv class=\"wrap\"\u003e\u003cdiv class=\"specs-panel\"\u003e\n\u003ch2 id=\"enb-specs-table-title\" class=\"section-title\"\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-scroll\"\u003e\u003ctable class=\"specs-table mce-item-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eFrame material\u003c\/td\u003e\n\u003ctd\u003e6061 aluminum alloy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFrame design\u003c\/td\u003e\n\u003ctd\u003eFlat weld (hydroformed frame)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotor\u003c\/td\u003e\n\u003ctd\u003e350W rear mounted motor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery\u003c\/td\u003e\n\u003ctd\u003eLithium ion, Samsung cells, 36V 15Ah\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSensor\u003c\/td\u003e\n\u003ctd\u003eTorque sensor 145 mm + 230 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLCD\u003c\/td\u003e\n\u003ctd\u003eSmall black and white display — KD 717\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eThrottle\u003c\/td\u003e\n\u003ctd\u003eTwist throttle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTop speed\u003c\/td\u003e\n\u003ctd\u003eUp to 32 km\/h\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApproximate range\u003c\/td\u003e\n\u003ctd\u003e60 km – 120 km\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLights\u003c\/td\u003e\n\u003ctd\u003eIntegrated front and rear lights powered by the battery\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChain\u003c\/td\u003e\n\u003ctd\u003eKMC Z7\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChainguard\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrake set\u003c\/td\u003e\n\u003ctd\u003eTitans HD disc brake\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRear derailleur\u003c\/td\u003e\n\u003ctd\u003eShimano Tourney 7 speed RD-TY300D\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDerailleur lever set RH\u003c\/td\u003e\n\u003ctd\u003eShimano Altus 7 speed M315-7\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFree wheel\u003c\/td\u003e\n\u003ctd\u003eShimano 7 speed 14–28T\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePedals\u003c\/td\u003e\n\u003ctd\u003eWellgo aluminum alloy platform — foldable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHandlebar grips\u003c\/td\u003e\n\u003ctd\u003eErgonomic comfort\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHead set\u003c\/td\u003e\n\u003ctd\u003eNeco\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSaddle\u003c\/td\u003e\n\u003ctd\u003eComfort seat\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeatpost\u003c\/td\u003e\n\u003ctd\u003eRegular seat post 33.9 × 500 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTires\u003c\/td\u003e\n\u003ctd\u003eCST 20 × 1.95\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFenders\u003c\/td\u003e\n\u003ctd\u003ePlastic fenders\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFork\u003c\/td\u003e\n\u003ctd\u003eSuspension spring fork\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaximum weight capacity\u003c\/td\u003e\n\u003ctd\u003e330 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApproximate weight\u003c\/td\u003e\n\u003ctd\u003e50 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Teslica eBikes","offers":[{"title":"Red","offer_id":47417658671273,"sku":"210000001081","price":1869.15,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/files\/B2H1.webp?v=1788530495"},{"product_id":"inspire-mini-ebike-n2h","title":"Inspire Mini eBike (N2H)","description":"\u003cstyle\u003e\n    .inmini-fragment {\n      container: inmini \/ inline-size;\n      width: 100%;\n      max-width: 100%;\n      min-width: 0;\n      --inm-bg: #ffffff;\n      --inm-surface: #f6f7f9;\n      --inm-surface-2: #eef0f4;\n      --inm-text: #14181f;\n      --inm-text-muted: #4b5563;\n      --inm-accent: #b8860b;\n      --inm-accent-hover: #9a7209;\n      --inm-border: rgba(15, 23, 42, 0.1);\n      --inm-radius: 12px;\n      --inm-radius-lg: 20px;\n      --inm-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);\n      --inm-max: 1120px;\n      --inm-gap: clamp(0.75rem, 3vw, 1.75rem);\n      font-family: system-ui, -apple-system, \"Segoe UI\", Roboto, Ubuntu, Cantarell, sans-serif;\n      font-size: 1rem;\n      line-height: 1.6;\n      color: var(--inm-text);\n      background: var(--inm-bg);\n      -webkit-font-smoothing: antialiased;\n    }\n\n    @supports (width: 1cqw) {\n      .inmini-fragment {\n        --inm-gap: clamp(0.75rem, 2.5cqw, 1.75rem);\n      }\n    }\n\n    .inmini-fragment *,\n    .inmini-fragment *::before,\n    .inmini-fragment *::after {\n      box-sizing: border-box;\n    }\n\n    .inmini-fragment img {\n      max-width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    .inmini-fragment a {\n      color: var(--inm-accent);\n      text-decoration: none;\n    }\n\n    .inmini-fragment a:hover {\n      color: var(--inm-accent-hover);\n      text-decoration: underline;\n    }\n\n    .inmini-fragment .wrap {\n      max-width: var(--inm-max);\n      margin-inline: auto;\n      padding-inline: clamp(1rem, 4vw, 2rem);\n    }\n\n    .inmini-fragment .intro {\n      padding: clamp(2.5rem, 6vw, 4rem) 0;\n      background: linear-gradient(180deg, var(--inm-surface) 0%, var(--inm-bg) 100%);\n      border-bottom: 1px solid var(--inm-border);\n    }\n\n    .inmini-fragment .intro h1 {\n      margin: 0 0 1rem;\n      font-size: clamp(1.5rem, 4vw, 2rem);\n      font-weight: 700;\n      letter-spacing: -0.02em;\n      line-height: 1.25;\n    }\n\n    .inmini-fragment .intro p {\n      margin: 0;\n      color: var(--inm-text-muted);\n      max-width: 65ch;\n      font-size: 1.05rem;\n    }\n\n    .inmini-fragment section.block {\n      padding: clamp(2.5rem, 5vw, 3.5rem) 0;\n      border-bottom: 1px solid var(--inm-border);\n    }\n\n    .inmini-fragment section.block:last-of-type {\n      border-bottom: 0;\n    }\n\n    .inmini-fragment .section-title {\n      margin: 0 0 0.5rem;\n      font-size: clamp(1.35rem, 3vw, 1.75rem);\n      font-weight: 700;\n      letter-spacing: -0.02em;\n    }\n\n    .inmini-fragment .section-lead {\n      margin: 0 0 1.75rem;\n      color: var(--inm-text-muted);\n      max-width: 70ch;\n    }\n\n    .inmini-fragment .spec-grid,\n    .inmini-fragment .bonus-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: var(--inm-gap);\n      align-items: stretch;\n    }\n\n    @container inmini (min-width: 40rem) {\n      .inmini-fragment .spec-grid.key-features {\n        grid-template-columns: repeat(4, minmax(0, 1fr));\n      }\n\n      .inmini-fragment .bonus-grid {\n        grid-template-columns: repeat(3, minmax(0, 1fr));\n      }\n    }\n\n    @container inmini (min-width: 56.25rem) {\n      .inmini-fragment .spec-grid.key-features {\n        grid-template-columns: repeat(7, minmax(0, 1fr));\n      }\n\n      .inmini-fragment .bonus-grid {\n        grid-template-columns: repeat(4, minmax(0, 1fr));\n      }\n    }\n\n    .inmini-fragment .spec-card {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      width: 100%;\n      height: 100%;\n      min-height: 10.5rem;\n      background: var(--inm-surface);\n      border: 1px solid var(--inm-border);\n      border-radius: var(--inm-radius);\n      padding: 1.25rem 0.75rem;\n      text-align: center;\n      transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;\n    }\n\n    .inmini-fragment .spec-card:hover {\n      border-color: rgba(184, 134, 11, 0.45);\n      box-shadow: var(--inm-shadow);\n      transform: translateY(-2px);\n    }\n\n    .inmini-fragment .spec-card .icon {\n      width: 60px;\n      height: 60px;\n      margin: 0 auto 0.75rem;\n      object-fit: contain;\n    }\n\n    .inmini-fragment .spec-card.bonus .icon {\n      width: 72px;\n      height: 72px;\n    }\n\n    .inmini-fragment .spec-card h3 {\n      margin: 0 0 0.35rem;\n      font-size: 1rem;\n      font-weight: 700;\n      line-height: 1.25;\n      max-width: 100%;\n      overflow-wrap: anywhere;\n    }\n\n    .inmini-fragment .spec-card.bonus h3 {\n      font-size: clamp(0.8125rem, 2.1vw, 0.9375rem);\n      line-height: 1.3;\n    }\n\n    .inmini-fragment .spec-card p {\n      margin: 0;\n      font-size: 0.875rem;\n      color: var(--inm-text-muted);\n      line-height: 1.35;\n      max-width: 100%;\n    }\n\n    .inmini-fragment .warranty {\n      position: relative;\n      border-radius: var(--inm-radius-lg);\n      overflow: hidden;\n      min-height: 280px;\n      box-shadow: var(--inm-shadow);\n    }\n\n    .inmini-fragment .warranty-bg {\n      position: absolute;\n      inset: 0;\n      z-index: 0;\n    }\n\n    .inmini-fragment .warranty-bg img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n    }\n\n    .inmini-fragment .warranty::after {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      z-index: 0;\n      background: linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.55) 52%, rgba(255, 255, 255, 0.12) 100%);\n    }\n\n    .inmini-fragment .warranty-inner {\n      position: relative;\n      z-index: 1;\n      padding: clamp(2rem, 5vw, 3rem);\n      max-width: 32rem;\n    }\n\n    .inmini-fragment .warranty-eyebrow {\n      font-size: 0.7rem;\n      font-weight: 700;\n      letter-spacing: 0.14em;\n      color: var(--inm-accent);\n      margin-bottom: 0.5rem;\n    }\n\n    .inmini-fragment .warranty h2 {\n      margin: 0 0 0.5rem;\n      font-size: clamp(1.75rem, 4vw, 2.25rem);\n      font-weight: 800;\n      letter-spacing: -0.02em;\n    }\n\n    .inmini-fragment .warranty-sub {\n      margin: 0 0 1.25rem;\n      color: var(--inm-text-muted);\n      font-size: 1.05rem;\n    }\n\n    .inmini-fragment .warranty-link {\n      display: inline-flex;\n      align-items: center;\n      gap: 0.35rem;\n      font-weight: 600;\n      color: var(--inm-accent);\n    }\n\n    .inmini-fragment .warranty-link svg {\n      width: 1.1em;\n      height: 1.1em;\n      flex-shrink: 0;\n    }\n\n    .inmini-fragment .features-intro {\n      margin-bottom: 2rem;\n    }\n\n    .inmini-fragment .features-intro p {\n      margin: 0;\n      color: var(--inm-text-muted);\n    }\n\n    .inmini-fragment .media-row {\n      display: grid;\n      gap: var(--inm-gap);\n      align-items: center;\n      margin-bottom: clamp(2rem, 4vw, 3rem);\n    }\n\n    .inmini-fragment .media-row:last-child {\n      margin-bottom: 0;\n    }\n\n    @container inmini (min-width: 48rem) {\n      .inmini-fragment .media-row {\n        grid-template-columns: 1fr 1fr;\n        margin-bottom: clamp(2.5rem, 4vw, 3.5rem);\n      }\n\n      .inmini-fragment .media-row.reverse .media-visual {\n        order: 2;\n      }\n\n      .inmini-fragment .media-row.reverse .media-copy {\n        order: 1;\n      }\n    }\n\n    .inmini-fragment .media-visual {\n      background: var(--inm-surface);\n      border-radius: var(--inm-radius-lg);\n      border: 1px solid var(--inm-border);\n      overflow: hidden;\n      aspect-ratio: 16 \/ 10;\n    }\n\n    .inmini-fragment .media-visual.contain {\n      aspect-ratio: auto;\n    }\n\n    .inmini-fragment .media-visual img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n    }\n\n    .inmini-fragment .media-visual.contain img {\n      object-fit: contain;\n      height: auto;\n    }\n\n    .inmini-fragment .media-copy {\n      padding: 0.25rem 0;\n    }\n\n    .inmini-fragment .media-copy h2 {\n      margin: 0 0 0.5rem;\n      font-size: clamp(1.2rem, 2.5vw, 1.4rem);\n      font-weight: 700;\n    }\n\n    .inmini-fragment .media-copy p,\n    .inmini-fragment .media-copy li {\n      color: var(--inm-text-muted);\n    }\n\n    .inmini-fragment .media-copy ol,\n    .inmini-fragment .media-copy ul {\n      margin: 0.75rem 0 0;\n      padding-left: 1.25rem;\n    }\n\n    .inmini-fragment .media-copy li {\n      margin-bottom: 0.35rem;\n    }\n\n    .inmini-fragment .embed-block {\n      background: var(--inm-surface);\n      border: 1px solid var(--inm-border);\n      border-radius: var(--inm-radius-lg);\n      padding: clamp(1.25rem, 3vw, 1.75rem);\n    }\n\n    .inmini-fragment .embed-ratio {\n      position: relative;\n      width: 100%;\n      padding-bottom: 56.25%;\n      margin-top: 1rem;\n      border-radius: var(--inm-radius);\n      overflow: hidden;\n      background: var(--inm-surface-2);\n      border: 1px solid var(--inm-border);\n    }\n\n    .inmini-fragment .embed-ratio iframe {\n      position: absolute;\n      inset: 0;\n      width: 100%;\n      height: 100%;\n      border: 0;\n    }\n\n    .inmini-fragment .embed-block .section-title {\n      margin-bottom: 0.5rem;\n    }\n\n    .inmini-fragment .embed-block .section-lead {\n      margin-bottom: 0;\n    }\n\n    .inmini-fragment .specs-panel {\n      background: var(--inm-surface);\n      border: 1px solid var(--inm-border);\n      border-radius: var(--inm-radius-lg);\n      padding: clamp(1.25rem, 3vw, 1.75rem);\n      margin-top: clamp(1.25rem, 3vw, 1.75rem);\n    }\n\n    .inmini-fragment .specs-panel .section-title {\n      margin-bottom: 1rem;\n    }\n\n    .inmini-fragment .specs-scroll {\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin: 0 -0.25rem;\n      padding: 0 0.25rem;\n    }\n\n    .inmini-fragment .specs-table {\n      width: 100%;\n      min-width: min(100%, 36rem);\n      border-collapse: collapse;\n      font-size: 0.9375rem;\n    }\n\n    .inmini-fragment .specs-table tbody tr {\n      border-bottom: 1px solid var(--inm-border);\n    }\n\n    .inmini-fragment .specs-table tbody tr:last-child {\n      border-bottom: 0;\n    }\n\n    .inmini-fragment .specs-table td {\n      padding: 0.65rem 0.75rem;\n      vertical-align: top;\n    }\n\n    .inmini-fragment .specs-table td:first-child {\n      width: 38%;\n      max-width: 12rem;\n      font-weight: 600;\n      color: var(--inm-text);\n      text-transform: capitalize;\n    }\n\n    .inmini-fragment .specs-table td:last-child {\n      color: var(--inm-text-muted);\n    }\n\n    .inmini-fragment .specs-table tbody tr:nth-child(even) {\n      background: rgba(255, 255, 255, 0.6);\n    }\n\n    .inmini-fragment .section-divider {\n      display: block;\n      width: 100%;\n      height: 0;\n      margin: clamp(1.25rem, 3vw, 2rem) 0;\n      border: 0;\n      border-top: 1px solid var(--inm-border);\n    }\n\n    .inmini-fragment .embed-block + .specs-panel {\n      margin-top: clamp(0.75rem, 2vw, 1.25rem);\n    }\n\n    \/* When pasted inside Shopify rich text (.rte), neutralize theme `.rte img { margin: 10px 0 }` on embed images *\/\n    .rte .inmini-fragment img {\n      margin: 0;\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"inmini-fragment\" data-inmini-product-embed=\"\"\u003e\n\u003csection class=\"intro\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003ch1\u003eCompact Stability and Big Performance for Every Rider\u003c\/h1\u003e\n\u003cp\u003eThe Inspire Mini features a low-profile step-through frame and 20\" fat tires, making it incredibly easy to mount and comfortable to ride on any surface. Its compact, foldable design is ideal for shorter riders or those looking for a nimble bike that is easy to store in tight urban spaces. Despite its smaller stature, it delivers stable performance and a 120 km range backed by Teslica's industry-leading 10-year warranty.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"section-divider\" aria-hidden=\"true\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csection class=\"block\" aria-labelledby=\"inm-key-specs-title\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003ch2 id=\"inm-key-specs-title\" class=\"section-title\"\u003eInspire Mini 500W eBike (N2H) — Key specs\u003c\/h2\u003e\n\u003cp class=\"section-lead\"\u003eYour needs make every spec matter. Here are the numbers that make the difference.\u003c\/p\u003e\n\u003cdiv class=\"spec-grid key-features\"\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Route.png?v=1769636308\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\"\u003e\n\u003ch3\u003e120 Km\u003c\/h3\u003e\n\u003cp\u003eMax range\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Teslica_Icons_1.png?v=1769636129\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\"\u003e\n\u003ch3\u003e32 Km\/hr\u003c\/h3\u003e\n\u003cp\u003eMax speed\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Power.png?v=1769636297\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\"\u003e\n\u003ch3\u003e500W\u003c\/h3\u003e\n\u003cp\u003eMotor power\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Pedal_Assist.png?v=1769636671\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\"\u003e\n\u003ch3\u003eTorque sensor\u003c\/h3\u003e\n\u003cp\u003ePedal assist\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/bicycle_tire.png?v=1769636477\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\"\u003e\n\u003ch3\u003eFat tire\u003c\/h3\u003e\n\u003cp\u003eTire type\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Tire_Size.png?v=1769636542\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\"\u003e\n\u003ch3\u003e20\" × 4\"\u003c\/h3\u003e\n\u003cp\u003eTire size\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Weight_1.png?v=1769636624\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\"\u003e\n\u003ch3\u003e330 lb\u003c\/h3\u003e\n\u003cp\u003eMax weight\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"block\" aria-labelledby=\"inm-warranty-title\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"warranty\"\u003e\n\u003cdiv class=\"warranty-bg\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Generated_Image_January_27_2026_-_3_38PM.jpg?v=1769547056\u0026amp;width=1600\" alt=\"\" width=\"1584\" height=\"672\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"warranty-inner\"\u003e\n\u003cp class=\"warranty-eyebrow\"\u003eRide with confidence\u003c\/p\u003e\n\u003ch2 id=\"inm-warranty-title\"\u003e10-year warranty\u003c\/h2\u003e\n\u003cp class=\"warranty-sub\"\u003eOur extended warranty coverage is included.\u003c\/p\u003e\n\u003ca class=\"warranty-link\" href=\"https:\/\/www.teslica.com\/pages\/teslica-10-year-warranty\"\u003e Learn more \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n              \u003cpath d=\"M5 12h14M13 6l6 6-6 6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"block\" aria-labelledby=\"inm-features-title\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003ch2 id=\"inm-features-title\" class=\"section-title\"\u003eInspire Mini 500W eBike (N2H) — Features\u003c\/h2\u003e\n\u003cdiv class=\"features-intro\"\u003e\n\u003cp\u003eThe Inspire Mini eBike (N2H) delivers compact versatility and everyday comfort, combining a 500W motor, a top speed of 32 km\/h, and a 48V 15Ah Samsung battery capable of providing up to 120 km of range per charge. Its folding step-through frame makes mounting easy and allows the bike to fold down for convenient storage under a desk or in your car, while smooth fat tires enhance stability and ride comfort. A responsive torque sensor pedal assist ensures a natural and controlled riding experience, complemented by a throttle for extra assistance on short hills. Built with hydraulic disc brakes with a parking brake for reliable stopping power, the Inspire Mini is equipped with Samsung battery cells and Teslica's SafeVolt™ system, featuring CE certified components, smart BMS, IP66 water and dust resistance, and a smart charger. Supporting riders up to 330 lbs and fitting riders from 5'0\" to 6'3\", it is backed by Teslica's 10-year limited warranty and lifetime frame warranty for long-term peace of mind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row\"\u003e\n\u003cdiv class=\"media-visual contain\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/n2h-folding.webp?v=1769784050\u0026amp;width=1200\" alt=\"Folding frame\" width=\"1920\" height=\"1080\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eFolding frame\u003c\/h2\u003e\n\u003cp\u003eFolds into smaller spaces, under the desk, or in your car for transportation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row reverse\"\u003e\n\u003cdiv class=\"media-visual contain\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/n2h.webp?v=1769784056\u0026amp;width=1200\" alt=\"Fat tires\" width=\"2048\" height=\"1717\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eSmooth fat tire\u003c\/h2\u003e\n\u003cp\u003eWider tires mean a more comfortable ride.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row\"\u003e\n\u003cdiv class=\"media-visual\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/untitled-design-4.gif?v=1769784097\u0026amp;width=1200\" alt=\"Step-through frame\" width=\"1920\" height=\"1080\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eStep-through\u003c\/h2\u003e\n\u003cp\u003eEasy to mount on and off.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row reverse\"\u003e\n\u003cdiv class=\"media-visual\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/red-white-simple-stay-connected-email-header-1_eafea89c-607b-4378-a642-99810a520ebc.webp?v=1769782041\u0026amp;width=1200\" alt=\"Battery and safety\" width=\"781\" height=\"625\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eSamsung battery cells\u003c\/h2\u003e\n\u003cp\u003eEquipped with the \u003cem\u003eTeslica SafeVolt™\u003c\/em\u003e battery safety system.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eTeslica SafeVolt™\u003c\/strong\u003e\u003c\/p\u003e\n\u003col\u003e\n\u003cli\u003eCE certified Samsung 50E battery cells\u003c\/li\u003e\n\u003cli\u003eCE certified motor\u003c\/li\u003e\n\u003cli\u003eSmart battery management system (BMS)\u003c\/li\u003e\n\u003cli\u003eIP66 water and dust resistance\u003c\/li\u003e\n\u003cli\u003eSmart charger\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row\"\u003e\n\u003cdiv class=\"media-visual\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/n2h-1.webp?v=1769784189\u0026amp;width=1200\" alt=\"Torque sensor\" width=\"2048\" height=\"1717\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eTorque sensor\u003c\/h2\u003e\n\u003cp\u003eProvides a safer and more natural ride.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row reverse\"\u003e\n\u003cdiv class=\"media-visual\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/n2h-2.webp?v=1769784234\u0026amp;width=1200\" alt=\"Throttle\" width=\"2048\" height=\"1717\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eThrottle equipped\u003c\/h2\u003e\n\u003cp\u003eGives you a boost for short hills.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"block\" aria-labelledby=\"inm-bonus-title\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003ch2 id=\"inm-bonus-title\" class=\"section-title\"\u003eBonus features\u003c\/h2\u003e\n\u003cp class=\"section-lead\"\u003eExclusive features for the Inspire Mini 500W eBike (N2H).\u003c\/p\u003e\n\u003cdiv class=\"bonus-grid\" style=\"text-align: start;\"\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Fender_1.png?v=1774287804\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\"\u003e\n\u003ch3\u003eFull fenders included\u003c\/h3\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/7960\/1050\/files\/rearrack.png?v=1781019096\" width=\"80\" height=\"80\" style=\"margin-right: 75.9px; margin-bottom: 12px; margin-left: 75.9px; float: none;\"\u003e\n\u003ch3\u003eRear rack included\u003c\/h3\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Light.png?v=1774287509\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\"\u003e\n\u003ch3\u003eFront and rear lights included\u003c\/h3\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Suspensions.png?v=1774287892\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\"\u003e\n\u003ch3\u003eAdjustable suspension fork\u003c\/h3\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/bicycle_tire.png?v=1769636477\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\"\u003e\n\u003ch3\u003ePuncture resistant tires\u003c\/h3\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Cargo_2.png?v=1774289005\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\"\u003e\n\u003ch3\u003eWelded rear cargo section for extra weight capacity\u003c\/h3\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"block\" aria-labelledby=\"inm-embed-title\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"embed-block\"\u003e\n\u003ch2 id=\"inm-embed-title\" class=\"section-title\"\u003eExplore in 3D\u003c\/h2\u003e\n\u003cp class=\"section-lead\"\u003eUse your fingers or mouse to move the bike around.\u003c\/p\u003e\n\u003cdiv class=\"embed-ratio\"\u003e\u003ciframe title=\"Inspire Mini 3D view\" src=\"https:\/\/lumalabs.ai\/embed\/00bf963d-487f-4122-a285-5c3bbbbe22dd?mode=sparkles\u0026amp;background=%23ffffff\u0026amp;color=%23000000\u0026amp;showTitle=true\u0026amp;loadBg=true\u0026amp;logoPosition=bottom-left\u0026amp;infoPosition=bottom-right\u0026amp;cinematicVideo=undefined\u0026amp;showMenu=false\" width=\"300\" height=\"150\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-panel\" aria-labelledby=\"inm-specs-table-title\"\u003e\n\u003ch2 id=\"inm-specs-table-title\" class=\"section-title\"\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-scroll\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eFrame material\u003c\/td\u003e\n\u003ctd\u003e6065 aluminum alloy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotor\u003c\/td\u003e\n\u003ctd\u003e500W rear hub geared motor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery\u003c\/td\u003e\n\u003ctd\u003eLithium ion, Samsung cells, 48V 15Ah\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSensor\u003c\/td\u003e\n\u003ctd\u003eTorque sensor bottom bracket\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLCD\u003c\/td\u003e\n\u003ctd\u003eBC 300 colored LCD with USB charge\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eThrottle\u003c\/td\u003e\n\u003ctd\u003eThumb throttle (on the left side)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTop speed\u003c\/td\u003e\n\u003ctd\u003eUp to 32 km\/h\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApproximate range\u003c\/td\u003e\n\u003ctd\u003e50 km – 100 km\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLights\u003c\/td\u003e\n\u003ctd\u003eIntegrated front and rear lights powered by the battery\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChain\u003c\/td\u003e\n\u003ctd\u003eKMC 7\/8 speed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrake set\u003c\/td\u003e\n\u003ctd\u003eTektro HD disc brake 180 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRear derailleur\u003c\/td\u003e\n\u003ctd\u003eShimano Altus 7 speed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGears\u003c\/td\u003e\n\u003ctd\u003eShimano 7 speed freewheel 14–34T\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHandlebar grips\u003c\/td\u003e\n\u003ctd\u003eErgonomic comfort\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSaddle\u003c\/td\u003e\n\u003ctd\u003eComfort wide seat\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTires\u003c\/td\u003e\n\u003ctd\u003eChaoYang Sandstorm 20 by 4\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFenders\u003c\/td\u003e\n\u003ctd\u003eFull fenders included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFork\u003c\/td\u003e\n\u003ctd\u003eSuspension front fork\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaximum weight capacity\u003c\/td\u003e\n\u003ctd\u003e330 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Teslica eBikes","offers":[{"title":"Blue","offer_id":47417658704041,"sku":"210000001486","price":2549.15,"currency_code":"CAD","in_stock":true},{"title":"Red","offer_id":47417658736809,"sku":"210000001487","price":2549.15,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/files\/n2h1.webp?v=1788530496"},{"product_id":"freedom-city-elite-ebike-c3h","title":"Freedom City Elite eBike (C3H)","description":"\u003cstyle\u003e\n    .fcb-fragment {\n      container: fcb \/ inline-size;\n      width: 100%;\n      max-width: 100%;\n      min-width: 0;\n      --fcb-bg: #ffffff;\n      --fcb-surface: #f6f7f9;\n      --fcb-surface-2: #eef0f4;\n      --fcb-text: #14181f;\n      --fcb-text-muted: #4b5563;\n      --fcb-accent: #b8860b;\n      --fcb-accent-hover: #9a7209;\n      --fcb-border: rgba(15, 23, 42, 0.1);\n      --fcb-radius: 12px;\n      --fcb-radius-lg: 20px;\n      --fcb-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);\n      --fcb-max: 1120px;\n      --fcb-gap: clamp(0.75rem, 3vw, 1.75rem);\n      font-family: system-ui, -apple-system, \"Segoe UI\", Roboto, Ubuntu, Cantarell, sans-serif;\n      font-size: 1rem;\n      line-height: 1.6;\n      color: var(--fcb-text);\n      background: var(--fcb-bg);\n      -webkit-font-smoothing: antialiased;\n    }\n\n    @supports (width: 1cqw) {\n      .fcb-fragment {\n        --fcb-gap: clamp(0.75rem, 2.5cqw, 1.75rem);\n      }\n    }\n\n    .fcb-fragment *,\n    .fcb-fragment *::before,\n    .fcb-fragment *::after {\n      box-sizing: border-box;\n    }\n\n    .fcb-fragment img {\n      max-width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    .fcb-fragment a {\n      color: var(--fcb-accent);\n      text-decoration: none;\n    }\n\n    .fcb-fragment a:hover {\n      color: var(--fcb-accent-hover);\n      text-decoration: underline;\n    }\n\n    .fcb-fragment .wrap {\n      max-width: var(--fcb-max);\n      margin-inline: auto;\n      padding-inline: clamp(1rem, 4vw, 2rem);\n    }\n\n    .fcb-fragment .intro-hero {\n      position: relative;\n      border-radius: var(--fcb-radius-lg);\n      overflow: hidden;\n      min-height: clamp(240px, 52vw, 440px);\n      box-shadow: var(--fcb-shadow);\n      border-bottom: 1px solid var(--fcb-border);\n    }\n\n    .fcb-fragment .intro-hero-bg {\n      position: absolute;\n      inset: 0;\n      z-index: 0;\n    }\n\n    .fcb-fragment .intro-hero-bg img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      object-position: center;\n    }\n\n    .fcb-fragment .intro-hero-overlay {\n      position: absolute;\n      inset: 0;\n      z-index: 1;\n      background: linear-gradient(180deg, rgba(15, 20, 28, 0.35) 0%, rgba(15, 20, 28, 0.78) 100%);\n      pointer-events: none;\n    }\n\n    .fcb-fragment .intro-hero-inner {\n      position: relative;\n      z-index: 2;\n      padding: clamp(2rem, 6vw, 4.5rem) 2rem;\n    }\n\n    .fcb-fragment .intro-hero-inner h1 {\n      margin: 0 0 1rem;\n      font-size: clamp(1.5rem, 4vw, 2.125rem);\n      font-weight: 700;\n      letter-spacing: -0.02em;\n      line-height: 1.2;\n      color: #fff;\n      max-width: 42rem;\n    }\n\n    .fcb-fragment .intro-hero-inner p {\n      margin: 0;\n      color: rgba(255, 255, 255, 0.92);\n      max-width: 52ch;\n      font-size: clamp(1rem, 2.4vw, 1.125rem);\n    }\n\n    .fcb-fragment section.block {\n      padding: clamp(2.5rem, 5vw, 3.5rem) 0;\n      border-bottom: 1px solid var(--fcb-border);\n    }\n\n    .fcb-fragment section.block:last-of-type {\n      border-bottom: 0;\n    }\n\n    .fcb-fragment .section-title {\n      margin: 0 0 0.5rem;\n      font-size: clamp(1.35rem, 3vw, 1.75rem);\n      font-weight: 700;\n      letter-spacing: -0.02em;\n    }\n\n    .fcb-fragment .section-lead {\n      margin: 0 0 1.75rem;\n      color: var(--fcb-text-muted);\n      max-width: 70ch;\n    }\n\n    .fcb-fragment .spec-grid,\n    .fcb-fragment .bonus-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: var(--fcb-gap);\n      align-items: stretch;\n    }\n\n    @container fcb (min-width: 40rem) {\n      .fcb-fragment .spec-grid.key-features {\n        grid-template-columns: repeat(4, minmax(0, 1fr));\n      }\n\n      .fcb-fragment .bonus-grid {\n        grid-template-columns: repeat(3, minmax(0, 1fr));\n      }\n    }\n\n    @container fcb (min-width: 56.25rem) {\n      .fcb-fragment .spec-grid.key-features {\n        grid-template-columns: repeat(7, minmax(0, 1fr));\n      }\n\n      .fcb-fragment .bonus-grid {\n        grid-template-columns: repeat(4, minmax(0, 1fr));\n      }\n    }\n\n    .fcb-fragment .spec-card {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      width: 100%;\n      height: 100%;\n      min-height: 10.5rem;\n      background: var(--fcb-surface);\n      border: 1px solid var(--fcb-border);\n      border-radius: var(--fcb-radius);\n      padding: 1.25rem 0.75rem;\n      text-align: center;\n      transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;\n    }\n\n    .fcb-fragment .spec-card:hover {\n      border-color: rgba(184, 134, 11, 0.45);\n      box-shadow: var(--fcb-shadow);\n      transform: translateY(-2px);\n    }\n\n    .fcb-fragment .spec-card .icon {\n      width: 60px;\n      height: 60px;\n      margin: 0 auto 0.75rem;\n      object-fit: contain;\n    }\n\n    .fcb-fragment .spec-card.bonus .icon {\n      width: 72px;\n      height: 72px;\n    }\n\n    .fcb-fragment .spec-card h3 {\n      margin: 0 0 0.35rem;\n      font-size: 1rem;\n      font-weight: 700;\n      line-height: 1.25;\n      max-width: 100%;\n      overflow-wrap: anywhere;\n    }\n\n    .fcb-fragment .spec-card.bonus h3 {\n      font-size: clamp(0.8125rem, 2.1vw, 0.9375rem);\n      line-height: 1.3;\n    }\n\n    .fcb-fragment .spec-card p {\n      margin: 0;\n      font-size: 0.875rem;\n      color: var(--fcb-text-muted);\n      line-height: 1.35;\n      max-width: 100%;\n    }\n\n    .fcb-fragment .warranty {\n      position: relative;\n      border-radius: var(--fcb-radius-lg);\n      overflow: hidden;\n      min-height: 280px;\n      box-shadow: var(--fcb-shadow);\n    }\n\n    .fcb-fragment .warranty-bg {\n      position: absolute;\n      inset: 0;\n      z-index: 0;\n    }\n\n    .fcb-fragment .warranty-bg img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n    }\n\n    .fcb-fragment .warranty::after {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      z-index: 0;\n      background: linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.55) 52%, rgba(255, 255, 255, 0.12) 100%);\n    }\n\n    .fcb-fragment .warranty-inner {\n      position: relative;\n      z-index: 1;\n      padding: clamp(2rem, 5vw, 3rem);\n      max-width: 32rem;\n    }\n\n    .fcb-fragment .warranty-eyebrow {\n      font-size: 0.7rem;\n      font-weight: 700;\n      letter-spacing: 0.14em;\n      color: var(--fcb-accent);\n      margin-bottom: 0.5rem;\n    }\n\n    .fcb-fragment .warranty h2 {\n      margin: 0 0 0.5rem;\n      font-size: clamp(1.75rem, 4vw, 2.25rem);\n      font-weight: 800;\n      letter-spacing: -0.02em;\n    }\n\n    .fcb-fragment .warranty-sub {\n      margin: 0 0 1.25rem;\n      color: var(--fcb-text-muted);\n      font-size: 1.05rem;\n    }\n\n    .fcb-fragment .warranty-link {\n      display: inline-flex;\n      align-items: center;\n      gap: 0.35rem;\n      font-weight: 600;\n      color: var(--fcb-accent);\n    }\n\n    .fcb-fragment .warranty-link svg {\n      width: 1.1em;\n      height: 1.1em;\n      flex-shrink: 0;\n    }\n\n    .fcb-fragment .features-intro {\n      margin-bottom: 2rem;\n    }\n\n    .fcb-fragment .features-intro p {\n      margin: 0;\n      color: var(--fcb-text-muted);\n    }\n\n    .fcb-fragment .media-row {\n      display: grid;\n      gap: var(--fcb-gap);\n      align-items: center;\n      margin-bottom: clamp(2rem, 4vw, 3rem);\n    }\n\n    .fcb-fragment .media-row:last-child {\n      margin-bottom: 0;\n    }\n\n    @container fcb (min-width: 48rem) {\n      .fcb-fragment .media-row {\n        grid-template-columns: 1fr 1fr;\n        margin-bottom: clamp(2.5rem, 4vw, 3.5rem);\n      }\n\n      .fcb-fragment .media-row.reverse .media-visual {\n        order: 2;\n      }\n\n      .fcb-fragment .media-row.reverse .media-copy {\n        order: 1;\n      }\n    }\n\n    .fcb-fragment .media-visual {\n      background: var(--fcb-surface);\n      border-radius: var(--fcb-radius-lg);\n      border: 1px solid var(--fcb-border);\n      overflow: hidden;\n      aspect-ratio: 16 \/ 10;\n    }\n\n    .fcb-fragment .media-visual.contain {\n      aspect-ratio: auto;\n    }\n\n    .fcb-fragment .media-visual img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n    }\n\n    .fcb-fragment .media-visual.contain img {\n      object-fit: contain;\n      height: auto;\n    }\n\n    .fcb-fragment .media-copy {\n      padding: 0.25rem 0;\n    }\n\n    .fcb-fragment .media-copy h2 {\n      margin: 0 0 0.5rem;\n      font-size: clamp(1.2rem, 2.5vw, 1.4rem);\n      font-weight: 700;\n    }\n\n    .fcb-fragment .media-copy p,\n    .fcb-fragment .media-copy li {\n      color: var(--fcb-text-muted);\n    }\n\n    .fcb-fragment .media-copy ol,\n    .fcb-fragment .media-copy ul {\n      margin: 0.75rem 0 0;\n      padding-left: 1.25rem;\n    }\n\n    .fcb-fragment .media-copy li {\n      margin-bottom: 0.35rem;\n    }\n\n    .fcb-fragment .embed-block {\n      background: var(--fcb-surface);\n      border: 1px solid var(--fcb-border);\n      border-radius: var(--fcb-radius-lg);\n      padding: clamp(1.25rem, 3vw, 1.75rem);\n    }\n\n    .fcb-fragment .embed-ratio {\n      position: relative;\n      width: 100%;\n      padding-bottom: 56.25%;\n      margin-top: 1rem;\n      border-radius: var(--fcb-radius);\n      overflow: hidden;\n      background: var(--fcb-surface-2);\n      border: 1px solid var(--fcb-border);\n    }\n\n    .fcb-fragment .embed-ratio iframe {\n      position: absolute;\n      inset: 0;\n      width: 100%;\n      height: 100%;\n      border: 0;\n    }\n\n    .fcb-fragment .embed-block .section-title {\n      margin-bottom: 0.5rem;\n    }\n\n    .fcb-fragment .embed-block .section-lead {\n      margin-bottom: 0;\n    }\n\n    .fcb-fragment .specs-panel {\n      background: var(--fcb-surface);\n      border: 1px solid var(--fcb-border);\n      border-radius: var(--fcb-radius-lg);\n      padding: clamp(1.25rem, 3vw, 1.75rem);\n    }\n\n    .fcb-fragment .specs-panel .section-title {\n      margin-bottom: 1rem;\n    }\n\n    .fcb-fragment .specs-scroll {\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin: 0 -0.25rem;\n      padding: 0 0.25rem;\n    }\n\n    .fcb-fragment .specs-table {\n      width: 100%;\n      min-width: min(100%, 36rem);\n      border-collapse: collapse;\n      font-size: 0.9375rem;\n    }\n\n    .fcb-fragment .specs-table tbody tr {\n      border-bottom: 1px solid var(--fcb-border);\n    }\n\n    .fcb-fragment .specs-table tbody tr:last-child {\n      border-bottom: 0;\n    }\n\n    .fcb-fragment .specs-table td {\n      padding: 0.65rem 0.75rem;\n      vertical-align: top;\n    }\n\n    .fcb-fragment .specs-table td:first-child {\n      width: 38%;\n      max-width: 12rem;\n      font-weight: 600;\n      color: var(--fcb-text);\n      text-transform: capitalize;\n    }\n\n    .fcb-fragment .specs-table td:last-child {\n      color: var(--fcb-text-muted);\n    }\n\n    .fcb-fragment .specs-table tbody tr:nth-child(even) {\n      background: rgba(255, 255, 255, 0.6);\n    }\n\n    .fcb-fragment .section-divider {\n      display: block;\n      width: 100%;\n      height: 0;\n      margin: clamp(1.25rem, 3vw, 2rem) 0;\n      border: 0;\n      border-top: 1px solid var(--fcb-border);\n    }\n\n    \/* When pasted inside Shopify rich text (.rte), neutralize theme `.rte img { margin: 10px 0 }` on embed images *\/\n    .rte .fcb-fragment img {\n      margin: 0;\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"fcb-fragment\" data-fcb-product-embed=\"freedom-city-base-c3h\"\u003e\n\u003csection class=\"intro-hero\" aria-labelledby=\"fcb-hero-title\"\u003e\n\u003cdiv class=\"intro-hero-bg\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Generated_Image_February_26_2026_-_1_12PM_jpg.jpg?v=1772129634\u0026amp;width=2400\" alt=\"Teslica Freedom City Base urban eBike\" width=\"2752\" height=\"1536\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"intro-hero-overlay\" aria-hidden=\"true\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"intro-hero-inner wrap\"\u003e\n\u003ch1 id=\"fcb-hero-title\"\u003eYour dependable and accessible daily city workhorse\u003c\/h1\u003e\n\u003cp\u003eThis reliable urban eBike features an easy-to-use cadence sensor that provides consistent power assistance for your everyday travels. The accessible step-through geometry and integrated rear rack make it a practical choice for running errands or commuting to work with ease. It combines essential features like built-in lighting and a durable frame to offer a dependable, eco-friendly alternative for daily transportation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"section-divider\" aria-hidden=\"true\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csection class=\"block\" aria-labelledby=\"fcb-key-specs-title\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003ch2 id=\"fcb-key-specs-title\" class=\"section-title\"\u003eFreedom City Base 500W eBike (C3H) - Key specs\u003c\/h2\u003e\n\u003cp class=\"section-lead\"\u003eYour needs make every spec matter. Here are the numbers that make the difference.\u003c\/p\u003e\n\u003cdiv class=\"spec-grid key-features\"\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Route.png?v=1769636308\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\"\u003e\n\u003ch3\u003e120 Km\u003c\/h3\u003e\n\u003cp\u003eMax range\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Teslica_Icons_1.png?v=1769636129\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\"\u003e\n\u003ch3\u003e32 Km\/hr\u003c\/h3\u003e\n\u003cp\u003eMax speed\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Power.png?v=1769636297\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\"\u003e\n\u003ch3\u003e500W\u003c\/h3\u003e\n\u003cp\u003eMotor power\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Pedal_Assist.png?v=1769636671\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\"\u003e\n\u003ch3\u003eCadence sensor\u003c\/h3\u003e\n\u003cp\u003ePedal assist\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/bicycle_tire.png?v=1769636477\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\"\u003e\n\u003ch3\u003eTraditional\u003c\/h3\u003e\n\u003cp\u003eTire type\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Tire_Size.png?v=1769636542\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\"\u003e\n\u003ch3\u003e26\" × 2.25\"\u003c\/h3\u003e\n\u003cp\u003eTire size\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Weight_1.png?v=1769636624\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\"\u003e\n\u003ch3\u003e330 lb\u003c\/h3\u003e\n\u003cp\u003eMax weight\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"block\" aria-labelledby=\"fcb-warranty-title\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"warranty\"\u003e\n\u003cdiv class=\"warranty-bg\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Generated_Image_January_27_2026_-_3_38PM.jpg?v=1769547056\u0026amp;width=1600\" alt=\"\" width=\"1584\" height=\"672\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"warranty-inner\"\u003e\n\u003cp class=\"warranty-eyebrow\"\u003eRide with confidence\u003c\/p\u003e\n\u003ch2 id=\"fcb-warranty-title\"\u003e10-year warranty\u003c\/h2\u003e\n\u003cp class=\"warranty-sub\"\u003eOur extended warranty coverage is included.\u003c\/p\u003e\n\u003ca class=\"warranty-link\" href=\"https:\/\/www.teslica.com\/pages\/teslica-10-year-warranty\"\u003e Learn more \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n              \u003cpath d=\"M5 12h14M13 6l6 6-6 6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"block\" aria-labelledby=\"fcb-features-title\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003ch2 id=\"fcb-features-title\" class=\"section-title\"\u003eFreedom City Base 500W eBike (C3H) — Features\u003c\/h2\u003e\n\u003cdiv class=\"features-intro\"\u003e\n\u003cp\u003eThe Freedom City Base eBike (C3H) is a dependable and versatile city eBike designed for comfortable daily riding, featuring a 500W motor, a top speed of 32 km\/h, and a long-lasting 48V 15Ah Samsung battery delivering up to 120 km of range per charge. Its step-through frame allows easy mounting and everyday convenience, while adjustable ergonomic handlebars provide a relaxed and customizable riding position. Built with puncture-resistant tires for added confidence on city streets and equipped with hydraulic disc brakes for strong stopping power, the Freedom City Base comes fully outfitted with essential accessories including front and rear fenders, lights, racks, a kickstand, bell, tools, and keychain. Powered by Samsung UL-certified battery cells and protected by Teslica's SafeVolt™ system with CE certified components, smart BMS, and IP66 water and dust resistance, it supports riders up to 330 lbs, fits riders from 4'10\" to 6'3\", and is backed by a 10-year limited warranty and lifetime frame warranty, making it a reliable choice for everyday commuting and city adventures.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row\"\u003e\n\u003cdiv class=\"media-visual contain\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/give-me-a-202506101341_be72b792-4ca4-4be9-9517-aab1a2f96f54.webp?v=1770043862\u0026amp;width=1200\" alt=\"Step-through frame\" width=\"480\" height=\"270\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eStep-through\u003c\/h2\u003e\n\u003cp\u003eEasy to mount on and off.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row reverse\"\u003e\n\u003cdiv class=\"media-visual contain\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/n2h-4_1.webp?v=1770060551\u0026amp;width=1200\" alt=\"Ergonomic handlebars\" width=\"2048\" height=\"1717\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eErgonomic handlebars\u003c\/h2\u003e\n\u003cp\u003eAdjustable ergonomic handlebars made for comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row\"\u003e\n\u003cdiv class=\"media-visual\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/red-white-simple-stay-connected-email-header-1_eafea89c-607b-4378-a642-99810a520ebc.webp?v=1769782041\u0026amp;width=1200\" alt=\"Samsung UL certified battery\" width=\"781\" height=\"625\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eSamsung UL certified battery cells\u003c\/h2\u003e\n\u003cp\u003eEquipped with the \u003cem\u003eTeslica SafeVolt™\u003c\/em\u003e battery safety system.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eTeslica SafeVolt™\u003c\/strong\u003e\u003c\/p\u003e\n\u003col\u003e\n\u003cli\u003eUL and CE certified Samsung 50E battery cells\u003c\/li\u003e\n\u003cli\u003eCE certified motor\u003c\/li\u003e\n\u003cli\u003eSmart battery management system (BMS)\u003c\/li\u003e\n\u003cli\u003eIP66 water and dust resistance\u003c\/li\u003e\n\u003cli\u003eSmart charger\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row reverse\"\u003e\n\u003cdiv class=\"media-visual\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/2_ced8d512-ba23-4460-adee-b4405ef4df7d.png?v=1770060682\u0026amp;width=1200\" alt=\"Puncture resistant tires\" width=\"2031\" height=\"2031\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003ePuncture resistant tires\u003c\/h2\u003e\n\u003cp\u003eRide with confidence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row\"\u003e\n\u003cdiv class=\"media-visual\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/1_6cff2a41-9328-406c-875b-1c67e368ffee.png?v=1770060706\u0026amp;width=1200\" alt=\"Included accessories\" width=\"2031\" height=\"2031\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eExtra accessories included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFront and rear fenders\u003c\/li\u003e\n\u003cli\u003eFront and rear lights\u003c\/li\u003e\n\u003cli\u003eFront and rear racks\u003c\/li\u003e\n\u003cli\u003eKickstand\u003c\/li\u003e\n\u003cli\u003eBell\u003c\/li\u003e\n\u003cli\u003eTools\u003c\/li\u003e\n\u003cli\u003eKeychain\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"block\" aria-labelledby=\"fcb-bonus-title\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003ch2 id=\"fcb-bonus-title\" class=\"section-title\"\u003eBonus features\u003c\/h2\u003e\n\u003cp class=\"section-lead\"\u003eExclusive features for the Freedom City Base 500W eBike (C3H).\u003c\/p\u003e\n\u003cdiv class=\"bonus-grid\"\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Fender_1.png?v=1774287804\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\"\u003e\n\u003ch3\u003eFull fenders included\u003c\/h3\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Rack.png?v=1774287272\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\"\u003e\n\u003ch3\u003eFront and rear racks included\u003c\/h3\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Light.png?v=1774287509\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\"\u003e\n\u003ch3\u003eFront and rear lights included\u003c\/h3\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Suspensions.png?v=1774287892\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\"\u003e\n\u003ch3\u003eAdjustable suspension fork\u003c\/h3\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/bicycle_tire.png?v=1769636477\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\"\u003e\n\u003ch3\u003ePuncture resistant tires\u003c\/h3\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/UL_2271_Certification.png?v=1774289531\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\"\u003e\n\u003ch3\u003eUL 2271 certification\u003c\/h3\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"block\" aria-labelledby=\"fcb-embed-title\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"embed-block\"\u003e\n\u003ch2 id=\"fcb-embed-title\" class=\"section-title\"\u003eExplore your Freedom City Base C3H in 3D\u003c\/h2\u003e\n\u003cp class=\"section-lead\"\u003eUse your fingers or mouse to move the bike around.\u003c\/p\u003e\n\u003cdiv class=\"embed-ratio\"\u003e\u003ciframe title=\"Freedom City Base C3H 3D view\" src=\"https:\/\/lumalabs.ai\/embed\/9e9ea8a0-ff47-4e7a-b239-5ae84585ff75?mode=sparkles\u0026amp;background=%23ffffff\u0026amp;color=%23000000\u0026amp;showTitle=true\u0026amp;loadBg=true\u0026amp;logoPosition=bottom-left\u0026amp;infoPosition=bottom-right\u0026amp;cinematicVideo=undefined\u0026amp;showMenu=false\" width=\"300\" height=\"150\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"block\" aria-labelledby=\"fcb-specs-table-title\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"specs-panel\"\u003e\n\u003ch2 id=\"fcb-specs-table-title\" class=\"section-title\"\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-scroll\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eFrame material\u003c\/td\u003e\n\u003ctd\u003e6062 aluminum alloy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotor\u003c\/td\u003e\n\u003ctd\u003e500W rear hub geared motor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery\u003c\/td\u003e\n\u003ctd\u003eLithium ion, Samsung cells, 48V 15Ah\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSensor\u003c\/td\u003e\n\u003ctd\u003eTorque sensor bottom bracket\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLCD\u003c\/td\u003e\n\u003ctd\u003eKD 717 colored LCD with USB charge\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eThrottle\u003c\/td\u003e\n\u003ctd\u003eThumb throttle (on the left side)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTop speed\u003c\/td\u003e\n\u003ctd\u003eUp to 32 km\/h\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApproximate range\u003c\/td\u003e\n\u003ctd\u003e60 km – 120 km\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLights\u003c\/td\u003e\n\u003ctd\u003eIntegrated front and rear lights powered by the battery\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChain\u003c\/td\u003e\n\u003ctd\u003eKMC 7\/8 speed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrake set\u003c\/td\u003e\n\u003ctd\u003eTektro HD disc brake 180 mm with semi metallic pads\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRear derailleur\u003c\/td\u003e\n\u003ctd\u003eShimano Altus 7 speed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGears\u003c\/td\u003e\n\u003ctd\u003eShimano 7 speed freewheel 14–34T\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHandlebar grips\u003c\/td\u003e\n\u003ctd\u003eErgonomic comfort\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSaddle\u003c\/td\u003e\n\u003ctd\u003eComfort wide seat\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTires\u003c\/td\u003e\n\u003ctd\u003eS\/M: 26\" × 2.15 or large: 27.5\" × 2.25 Chaoyang\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFenders\u003c\/td\u003e\n\u003ctd\u003eFull fenders included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFork\u003c\/td\u003e\n\u003ctd\u003eSuspension front fork\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaximum weight capacity\u003c\/td\u003e\n\u003ctd\u003e330 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Teslica eBikes","offers":[{"title":"Green \/ L","offer_id":47417658802345,"sku":"210000001090","price":3059.15,"currency_code":"CAD","in_stock":true},{"title":"Green \/ S\/M","offer_id":47417658835113,"sku":"210000001091","price":3059.15,"currency_code":"CAD","in_stock":true},{"title":"Red \/ L","offer_id":47417658867881,"sku":"sku-47048552317082","price":3059.15,"currency_code":"CAD","in_stock":true},{"title":"Red \/ S\/M","offer_id":47417658900649,"sku":"sku-47048552349850","price":3059.15,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/files\/c3h1_689389a1-8efe-4bb3-ae0d-87c735c8f425.webp?v=1788530495"},{"product_id":"triumph-mountain-ebike-e1h","title":"Triumph Mountain eBike (E1H)","description":"\u003cstyle\u003e\n    .e1h-fragment {\n      container: e1h \/ inline-size;\n      width: 100%;\n      max-width: 100%;\n      min-width: 0;\n      --e1h-bg: #ffffff;\n      --e1h-surface: #f6f7f9;\n      --e1h-surface-2: #eef0f4;\n      --e1h-text: #14181f;\n      --e1h-text-muted: #4b5563;\n      --e1h-accent: #b8860b;\n      --e1h-accent-hover: #9a7209;\n      --e1h-border: rgba(15, 23, 42, 0.1);\n      --e1h-radius: 12px;\n      --e1h-radius-lg: 20px;\n      --e1h-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);\n      --e1h-max: 1120px;\n      --e1h-gap: clamp(0.75rem, 3vw, 1.75rem);\n      font-family: system-ui, -apple-system, \"Segoe UI\", Roboto, Ubuntu, Cantarell, sans-serif;\n      font-size: 1rem;\n      line-height: 1.6;\n      color: var(--e1h-text);\n      background: var(--e1h-bg);\n      -webkit-font-smoothing: antialiased;\n    }\n\n    @supports (width: 1cqw) {\n      .e1h-fragment {\n        --e1h-gap: clamp(0.75rem, 2.5cqw, 1.75rem);\n      }\n    }\n\n    .e1h-fragment *,\n    .e1h-fragment *::before,\n    .e1h-fragment *::after {\n      box-sizing: border-box;\n    }\n\n    .e1h-fragment img {\n      max-width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    .e1h-fragment a {\n      color: var(--e1h-accent);\n      text-decoration: none;\n    }\n\n    .e1h-fragment a:hover {\n      color: var(--e1h-accent-hover);\n      text-decoration: underline;\n    }\n\n    .e1h-fragment .wrap {\n      max-width: var(--e1h-max);\n      margin-inline: auto;\n      padding-inline: clamp(1rem, 4vw, 2rem);\n    }\n\n    .e1h-fragment .intro-hero {\n      position: relative;\n      border-radius: var(--e1h-radius-lg);\n      overflow: hidden;\n      min-height: clamp(240px, 52vw, 440px);\n      box-shadow: var(--e1h-shadow);\n      border-bottom: 1px solid var(--e1h-border);\n    }\n\n    .e1h-fragment .intro-hero-bg {\n      position: absolute;\n      inset: 0;\n      z-index: 0;\n    }\n\n    .e1h-fragment .intro-hero-bg img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      object-position: center;\n    }\n\n    .e1h-fragment .intro-hero-overlay {\n      position: absolute;\n      inset: 0;\n      z-index: 1;\n      background: linear-gradient(180deg, rgba(15, 20, 28, 0.35) 0%, rgba(15, 20, 28, 0.78) 100%);\n      pointer-events: none;\n    }\n\n    .e1h-fragment .intro-hero-inner {\n      position: relative;\n      z-index: 2;\n      padding: clamp(2rem, 6vw, 4.5rem) 2rem;\n    }\n\n    .e1h-fragment .intro-hero-inner h1 {\n      margin: 0 0 1rem;\n      font-size: clamp(1.5rem, 4vw, 2.125rem);\n      font-weight: 700;\n      letter-spacing: -0.02em;\n      line-height: 1.2;\n      color: #fff;\n      max-width: 42rem;\n    }\n\n    .e1h-fragment .intro-hero-inner p {\n      margin: 0;\n      color: rgba(255, 255, 255, 0.92);\n      max-width: 52ch;\n      font-size: clamp(1rem, 2.4vw, 1.125rem);\n    }\n\n    .e1h-fragment section.block {\n      padding: clamp(2.5rem, 5vw, 3.5rem) 0;\n      border-bottom: 1px solid var(--e1h-border);\n    }\n\n    .e1h-fragment section.block:last-of-type {\n      border-bottom: 0;\n    }\n\n    .e1h-fragment .section-title {\n      margin: 0 0 0.5rem;\n      font-size: clamp(1.35rem, 3vw, 1.75rem);\n      font-weight: 700;\n      letter-spacing: -0.02em;\n    }\n\n    .e1h-fragment .section-lead {\n      margin: 0 0 1.75rem;\n      color: var(--e1h-text-muted);\n      max-width: 70ch;\n    }\n\n    .e1h-fragment .spec-grid,\n    .e1h-fragment .bonus-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: var(--e1h-gap);\n      align-items: stretch;\n    }\n\n    @container e1h (min-width: 40rem) {\n      .e1h-fragment .spec-grid.key-features {\n        grid-template-columns: repeat(4, minmax(0, 1fr));\n      }\n\n      .e1h-fragment .bonus-grid {\n        grid-template-columns: repeat(3, minmax(0, 1fr));\n      }\n    }\n\n    @container e1h (min-width: 56.25rem) {\n      .e1h-fragment .spec-grid.key-features {\n        grid-template-columns: repeat(7, minmax(0, 1fr));\n      }\n\n      .e1h-fragment .bonus-grid {\n        grid-template-columns: repeat(4, minmax(0, 1fr));\n      }\n    }\n\n    .e1h-fragment .spec-card {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      width: 100%;\n      height: 100%;\n      min-height: 10.5rem;\n      background: var(--e1h-surface);\n      border: 1px solid var(--e1h-border);\n      border-radius: var(--e1h-radius);\n      padding: 1.25rem 0.75rem;\n      text-align: center;\n      transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;\n    }\n\n    .e1h-fragment .spec-card:hover {\n      border-color: rgba(184, 134, 11, 0.45);\n      box-shadow: var(--e1h-shadow);\n      transform: translateY(-2px);\n    }\n\n    .e1h-fragment .spec-card .icon {\n      width: 60px;\n      height: 60px;\n      margin: 0 auto 0.75rem;\n      object-fit: contain;\n    }\n\n    .e1h-fragment .spec-card.bonus .icon {\n      width: 72px;\n      height: 72px;\n    }\n\n    .e1h-fragment .spec-card h3 {\n      margin: 0 0 0.35rem;\n      font-size: 1rem;\n      font-weight: 700;\n      line-height: 1.25;\n      max-width: 100%;\n      overflow-wrap: anywhere;\n    }\n\n    .e1h-fragment .spec-card.bonus h3 {\n      font-size: clamp(0.8125rem, 2.1vw, 0.9375rem);\n      line-height: 1.3;\n    }\n\n    .e1h-fragment .spec-card p {\n      margin: 0;\n      font-size: 0.875rem;\n      color: var(--e1h-text-muted);\n      line-height: 1.35;\n      max-width: 100%;\n    }\n\n    .e1h-fragment .warranty {\n      position: relative;\n      border-radius: var(--e1h-radius-lg);\n      overflow: hidden;\n      min-height: 280px;\n      box-shadow: var(--e1h-shadow);\n    }\n\n    .e1h-fragment .warranty-bg {\n      position: absolute;\n      inset: 0;\n      z-index: 0;\n    }\n\n    .e1h-fragment .warranty-bg img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n    }\n\n    .e1h-fragment .warranty::after {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      z-index: 0;\n      background: linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.55) 52%, rgba(255, 255, 255, 0.12) 100%);\n    }\n\n    .e1h-fragment .warranty-inner {\n      position: relative;\n      z-index: 1;\n      padding: clamp(2rem, 5vw, 3rem);\n      max-width: 32rem;\n    }\n\n    .e1h-fragment .warranty-eyebrow {\n      font-size: 0.7rem;\n      font-weight: 700;\n      letter-spacing: 0.14em;\n      color: var(--e1h-accent);\n      margin-bottom: 0.5rem;\n    }\n\n    .e1h-fragment .warranty h2 {\n      margin: 0 0 0.5rem;\n      font-size: clamp(1.75rem, 4vw, 2.25rem);\n      font-weight: 800;\n      letter-spacing: -0.02em;\n    }\n\n    .e1h-fragment .warranty-sub {\n      margin: 0 0 1.25rem;\n      color: var(--e1h-text-muted);\n      font-size: 1.05rem;\n    }\n\n    .e1h-fragment .warranty-link {\n      display: inline-flex;\n      align-items: center;\n      gap: 0.35rem;\n      font-weight: 600;\n      color: var(--e1h-accent);\n    }\n\n    .e1h-fragment .warranty-link svg {\n      width: 1.1em;\n      height: 1.1em;\n      flex-shrink: 0;\n    }\n\n    .e1h-fragment .features-intro {\n      margin-bottom: 2rem;\n    }\n\n    .e1h-fragment .features-intro p {\n      margin: 0;\n      color: var(--e1h-text-muted);\n    }\n\n    .e1h-fragment .media-row {\n      display: grid;\n      gap: var(--e1h-gap);\n      align-items: center;\n      margin-bottom: clamp(2rem, 4vw, 3rem);\n    }\n\n    .e1h-fragment .media-row:last-child {\n      margin-bottom: 0;\n    }\n\n    @container e1h (min-width: 48rem) {\n      .e1h-fragment .media-row {\n        grid-template-columns: 1fr 1fr;\n        margin-bottom: clamp(2.5rem, 4vw, 3.5rem);\n      }\n\n      .e1h-fragment .media-row.reverse .media-visual {\n        order: 2;\n      }\n\n      .e1h-fragment .media-row.reverse .media-copy {\n        order: 1;\n      }\n    }\n\n    .e1h-fragment .media-visual {\n      background: var(--e1h-surface);\n      border-radius: var(--e1h-radius-lg);\n      border: 1px solid var(--e1h-border);\n      overflow: hidden;\n      aspect-ratio: 16 \/ 10;\n    }\n\n    .e1h-fragment .media-visual.contain {\n      aspect-ratio: auto;\n    }\n\n    .e1h-fragment .media-visual img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n    }\n\n    .e1h-fragment .media-visual.contain img {\n      object-fit: contain;\n      height: auto;\n    }\n\n    .e1h-fragment .media-copy {\n      padding: 0.25rem 0;\n    }\n\n    .e1h-fragment .media-copy h2 {\n      margin: 0 0 0.5rem;\n      font-size: clamp(1.2rem, 2.5vw, 1.4rem);\n      font-weight: 700;\n    }\n\n    .e1h-fragment .media-copy p,\n    .e1h-fragment .media-copy li {\n      color: var(--e1h-text-muted);\n    }\n\n    .e1h-fragment .media-copy ol,\n    .e1h-fragment .media-copy ul {\n      margin: 0.75rem 0 0;\n      padding-left: 1.25rem;\n    }\n\n    .e1h-fragment .media-copy li {\n      margin-bottom: 0.35rem;\n    }\n\n    .e1h-fragment .embed-block {\n      background: var(--e1h-surface);\n      border: 1px solid var(--e1h-border);\n      border-radius: var(--e1h-radius-lg);\n      padding: clamp(1.25rem, 3vw, 1.75rem);\n    }\n\n    .e1h-fragment .embed-ratio {\n      position: relative;\n      width: 100%;\n      padding-bottom: 56.25%;\n      margin-top: 1rem;\n      border-radius: var(--e1h-radius);\n      overflow: hidden;\n      background: var(--e1h-surface-2);\n      border: 1px solid var(--e1h-border);\n    }\n\n    .e1h-fragment .embed-ratio iframe {\n      position: absolute;\n      inset: 0;\n      width: 100%;\n      height: 100%;\n      border: 0;\n    }\n\n    .e1h-fragment .embed-pending-inner {\n      position: absolute;\n      inset: 0;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      padding: clamp(1rem, 3vw, 1.75rem);\n      text-align: center;\n      color: var(--e1h-text-muted);\n      font-size: 0.9375rem;\n      line-height: 1.55;\n    }\n\n    .e1h-fragment .embed-pending-inner p {\n      margin: 0;\n      max-width: 36rem;\n    }\n\n    .e1h-fragment .embed-pending-inner code {\n      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", monospace;\n      font-size: 0.88em;\n      color: var(--e1h-text);\n    }\n\n    .e1h-fragment .embed-block .section-title {\n      margin-bottom: 0.5rem;\n    }\n\n    .e1h-fragment .embed-block .section-lead {\n      margin-bottom: 0;\n    }\n\n    .e1h-fragment .specs-panel {\n      background: var(--e1h-surface);\n      border: 1px solid var(--e1h-border);\n      border-radius: var(--e1h-radius-lg);\n      padding: clamp(1.25rem, 3vw, 1.75rem);\n    }\n\n    .e1h-fragment .specs-panel .section-title {\n      margin-bottom: 1rem;\n    }\n\n    .e1h-fragment .specs-scroll {\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin: 0 -0.25rem;\n      padding: 0 0.25rem;\n    }\n\n    .e1h-fragment .specs-table {\n      width: 100%;\n      min-width: min(100%, 36rem);\n      border-collapse: collapse;\n      font-size: 0.9375rem;\n    }\n\n    .e1h-fragment .specs-table tbody tr {\n      border-bottom: 1px solid var(--e1h-border);\n    }\n\n    .e1h-fragment .specs-table tbody tr:last-child {\n      border-bottom: 0;\n    }\n\n    .e1h-fragment .specs-table td {\n      padding: 0.65rem 0.75rem;\n      vertical-align: top;\n    }\n\n    .e1h-fragment .specs-table td:first-child {\n      width: 38%;\n      max-width: 12rem;\n      font-weight: 600;\n      color: var(--e1h-text);\n      text-transform: capitalize;\n    }\n\n    .e1h-fragment .specs-table td:last-child {\n      color: var(--e1h-text-muted);\n    }\n\n    .e1h-fragment .specs-table tbody tr:nth-child(even) {\n      background: rgba(255, 255, 255, 0.6);\n    }\n\n    .e1h-fragment .section-divider {\n      display: block;\n      width: 100%;\n      height: 0;\n      margin: clamp(1.25rem, 3vw, 2rem) 0;\n      border: 0;\n      border-top: 1px solid var(--e1h-border);\n    }\n\n    @container e1h (min-width: 40rem) {\n      .e1h-fragment .bonus-grid.bonus-grid--pair {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n        max-width: 44rem;\n        margin-inline: auto;\n      }\n    }\n\n    @container e1h (min-width: 56.25rem) {\n      .e1h-fragment .bonus-grid.bonus-grid--pair {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n        max-width: 44rem;\n      }\n    }\n\n    .e1h-fragment .media-copy h3 {\n      margin: 0.75rem 0 0.35rem;\n      font-size: 1rem;\n      font-weight: 700;\n      color: var(--e1h-text);\n    }\n\n    \/* When pasted inside Shopify rich text (.rte), neutralize theme `.rte img { margin: 10px 0 }` on embed images *\/\n    .rte .e1h-fragment img {\n      margin: 0;\n    }\n  \u003c\/style\u003e\u003cdiv data-e1h-product-embed=\"triumph-mountain-e1h\" class=\"e1h-fragment\"\u003e\n\u003csection aria-labelledby=\"e1h-hero-title\" class=\"intro-hero\"\u003e\u003cdiv class=\"intro-hero-bg\"\u003e\u003cimg data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/teslica-triumph-mountain-ebike-wallpaper.png?v=1769697899\u0026amp;width=2400\" decoding=\"async\" height=\"2160\" width=\"3840\" alt=\"Teslica Triumph mountain eBike\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/teslica-triumph-mountain-ebike-wallpaper.png?v=1769697899\u0026amp;width=2400\"\u003e\u003c\/div\u003e\n\u003cdiv aria-hidden=\"true\" class=\"intro-hero-overlay\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"intro-hero-inner wrap\"\u003e\n\u003ch1 id=\"e1h-hero-title\"\u003eHigh-performance trail mastery for the rugged explorer\u003c\/h1\u003e\n\u003cp\u003eThe Triumph is built for the mountains, featuring aggressive geometry and a powerful drive system to conquer steep inclines and technical trails. It is equipped with professional-grade components, including responsive suspension and hydraulic brakes, to ensure precision handling in the wild. This bike is the ultimate tool for outdoor enthusiasts looking to push their limits and explore deeper into the Canadian wilderness.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003cdiv aria-hidden=\"true\" class=\"section-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csection aria-labelledby=\"e1h-key-specs-title\" class=\"block\"\u003e\u003cdiv class=\"wrap\"\u003e\n\u003ch2 class=\"section-title\" id=\"e1h-key-specs-title\"\u003eTriumph Mountain 500W eBike (E1H) — Key specs\u003c\/h2\u003e\n\u003cp class=\"section-lead\"\u003eYour needs make every spec matter. Here are the numbers that make the difference.\u003c\/p\u003e\n\u003cdiv class=\"spec-grid key-features\"\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Route.png?v=1769636308\u0026amp;width=400\" height=\"60\" width=\"60\" alt=\"\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Route.png?v=1769636308\u0026amp;width=400\" class=\"icon\"\u003e\u003ch3\u003e120 Km\u003c\/h3\u003e\n\u003cp\u003eMax range\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"spec-card\"\u003e\u003cimg data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Teslica_Icons_1.png?v=1769636129\u0026amp;width=400\" height=\"60\" width=\"60\" alt=\"\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Teslica_Icons_1.png?v=1769636129\u0026amp;width=400\" class=\"icon\"\u003e\u003ch3\u003e32 Km\/hr\u003c\/h3\u003e\n\u003cp\u003eMax speed\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"spec-card\"\u003e\u003cimg data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Power.png?v=1769636297\u0026amp;width=400\" height=\"60\" width=\"60\" alt=\"\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Power.png?v=1769636297\u0026amp;width=400\" class=\"icon\"\u003e\u003ch3\u003e500W\u003c\/h3\u003e\n\u003cp\u003eMotor power\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"spec-card\"\u003e\u003cimg data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Pedal_Assist.png?v=1769636671\u0026amp;width=400\" height=\"60\" width=\"60\" alt=\"\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Pedal_Assist.png?v=1769636671\u0026amp;width=400\" class=\"icon\"\u003e\u003ch3\u003eTorque sensor\u003c\/h3\u003e\n\u003cp\u003ePedal assist\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"spec-card\"\u003e\u003cimg data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/bicycle_tire.png?v=1769636477\u0026amp;width=400\" height=\"60\" width=\"60\" alt=\"\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/bicycle_tire.png?v=1769636477\u0026amp;width=400\" class=\"icon\"\u003e\u003ch3\u003eFat tire\u003c\/h3\u003e\n\u003cp\u003eTire type\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"spec-card\"\u003e\u003cimg data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Tire_Size.png?v=1769636542\u0026amp;width=400\" height=\"60\" width=\"60\" alt=\"\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Tire_Size.png?v=1769636542\u0026amp;width=400\" class=\"icon\"\u003e\u003ch3\u003e27.5\" × 2.4\"\u003c\/h3\u003e\n\u003cp\u003eTire size\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"spec-card\"\u003e\u003cimg data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Weight_1.png?v=1769636624\u0026amp;width=400\" height=\"60\" width=\"60\" alt=\"\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Weight_1.png?v=1769636624\u0026amp;width=400\" class=\"icon\"\u003e\u003ch3\u003e335 lb\u003c\/h3\u003e\n\u003cp\u003eMax weight\u003c\/p\u003e\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection aria-labelledby=\"e1h-warranty-title\" class=\"block\"\u003e\u003cdiv class=\"wrap\"\u003e\u003cdiv class=\"warranty\"\u003e\n\u003cdiv class=\"warranty-bg\"\u003e\u003cimg data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Generated_Image_January_27_2026_-_3_38PM.jpg?v=1769547056\u0026amp;width=1600\" height=\"672\" width=\"1584\" alt=\"\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Generated_Image_January_27_2026_-_3_38PM.jpg?v=1769547056\u0026amp;width=1600\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"warranty-inner\"\u003e\n\u003cp class=\"warranty-eyebrow\"\u003eRide with confidence\u003c\/p\u003e\n\u003ch2 id=\"e1h-warranty-title\"\u003e10-year warranty\u003c\/h2\u003e\n\u003cp class=\"warranty-sub\"\u003eOur extended warranty coverage is included.\u003c\/p\u003e\n\u003ca data-mce-href=\"https:\/\/www.teslica.com\/pages\/teslica-10-year-warranty\" href=\"https:\/\/www.teslica.com\/pages\/teslica-10-year-warranty\" class=\"warranty-link\"\u003e Learn more \u003csvg aria-hidden=\"true\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003cpath d=\"M5 12h14M13 6l6 6-6 6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003csection aria-labelledby=\"e1h-features-title\" class=\"block\"\u003e\u003cdiv class=\"wrap\"\u003e\n\u003ch2 class=\"section-title\" id=\"e1h-features-title\"\u003eTriumph Mountain 500W eBike (E1H) — Features\u003c\/h2\u003e\n\u003cdiv class=\"features-intro\"\u003e\u003cp\u003eThe Triumph Mountain eBike (E1H) is a high-performance trail bike engineered for the rugged explorer, featuring a powerful Bafang mid-drive motor with up to 150 N.m of torque and 750W off-road mode. Built for technical terrain, it boasts a RockShox Psylo Silver 160 mm fork, RockShox Deluxe Select+ rear suspension, and a Shimano Deore 11-speed drivetrain for precision handling. The long-range 48V 15Ah Samsung battery delivers up to 120 km of range with a top speed of 32 km\/hr, while Tektro four-piston hydraulic brakes ensure strong stopping power. Protected by the SafeVolt™ system with IP66 water resistance, this fat-tire powerhouse supports up to 335 lbs and is backed by Teslica's industry-leading 10-year warranty.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-row\"\u003e\n\u003cdiv class=\"media-visual contain\"\u003e\u003cimg data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/fs.webp?v=1770129054\u0026amp;width=1200\" height=\"1336\" width=\"1336\" alt=\"RockShox Psylo Silver fork\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/fs.webp?v=1770129054\u0026amp;width=1200\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eRockShox Psylo Silver fork\u003c\/h2\u003e\n\u003cp\u003e160 mm travel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row reverse\"\u003e\n\u003cdiv class=\"media-visual contain\"\u003e\u003cimg data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/rs.webp?v=1770129078\u0026amp;width=1200\" height=\"1020\" width=\"856\" alt=\"RockShox Deluxe Select+ rear shock\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/rs.webp?v=1770129078\u0026amp;width=1200\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eRockShox Deluxe Select+ rear\u003c\/h2\u003e\n\u003cp\u003eeBike-approved rear suspension.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row\"\u003e\n\u003cdiv class=\"media-visual\"\u003e\u003cimg data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/red-white-simple-stay-connected-email-header-1_eafea89c-607b-4378-a642-99810a520ebc.webp?v=1769782041\u0026amp;width=1200\" height=\"625\" width=\"781\" alt=\"Samsung UL certified battery\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/red-white-simple-stay-connected-email-header-1_eafea89c-607b-4378-a642-99810a520ebc.webp?v=1769782041\u0026amp;width=1200\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eSamsung battery cells\u003c\/h2\u003e\n\u003cp\u003eEquipped with the \u003cem\u003eTeslica SafeVolt™\u003c\/em\u003e battery safety system.\u003c\/p\u003e\n\u003ch3\u003eTeslica SafeVolt™\u003c\/h3\u003e\n\u003col\u003e\n\u003cli\u003eCE certified Samsung 50E battery cells\u003c\/li\u003e\n\u003cli\u003eCE certified motor\u003c\/li\u003e\n\u003cli\u003eSmart battery management system (BMS)\u003c\/li\u003e\n\u003cli\u003eIP66 water and dust resistance\u003c\/li\u003e\n\u003cli\u003eSmart charger\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row reverse\"\u003e\n\u003cdiv class=\"media-visual\"\u003e\u003cimg data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/m560.webp?v=1770129204\u0026amp;width=1200\" height=\"270\" width=\"350\" alt=\"Bafang mid-drive motor\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/m560.webp?v=1770129204\u0026amp;width=1200\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eBafang mid-drive motor\u003c\/h2\u003e\n\u003cp\u003e150 N.m of torque.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row\"\u003e\n\u003cdiv class=\"media-visual\"\u003e\u003cimg data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/img-8215.webp?v=1770129240\u0026amp;width=1200\" height=\"1536\" width=\"2048\" alt=\"Shimano Deore drivetrain\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/img-8215.webp?v=1770129240\u0026amp;width=1200\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eShimano Deore\u003c\/h2\u003e\n\u003cp\u003e11-speed drivetrain.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection aria-labelledby=\"e1h-bonus-title\" class=\"block\"\u003e\u003cdiv class=\"wrap\"\u003e\n\u003ch2 class=\"section-title\" id=\"e1h-bonus-title\"\u003eBonus features\u003c\/h2\u003e\n\u003cp class=\"section-lead\"\u003eExclusive features for the Triumph Mountain 500W eBike (E1H).\u003c\/p\u003e\n\u003cdiv class=\"bonus-grid bonus-grid--pair\"\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Fender_1.png?v=1774287804\u0026amp;width=400\" height=\"80\" width=\"80\" alt=\"\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Fender_1.png?v=1774287804\u0026amp;width=400\" class=\"icon\"\u003e\u003ch3\u003eTektro four-piston 203 mm brakes\u003c\/h3\u003e\u003c\/article\u003e\u003carticle class=\"spec-card bonus\"\u003e\u003cimg data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Teslica_Icons_3.png?v=1772135650\u0026amp;width=400\" height=\"80\" width=\"80\" alt=\"\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Teslica_Icons_3.png?v=1772135650\u0026amp;width=400\" class=\"icon\"\u003e\u003ch3\u003eThrottle equipped — Bafang color LCD\u003c\/h3\u003e\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection aria-labelledby=\"e1h-embed-title\" class=\"block\"\u003e\u003cdiv class=\"wrap\"\u003e\u003cdiv class=\"embed-block\"\u003e\n\u003ch2 class=\"section-title\" id=\"e1h-embed-title\"\u003eExplore your Triumph Mountain E1H in 3D\u003c\/h2\u003e\n\u003cp class=\"section-lead\"\u003eUse your fingers or mouse to move the bike around.\u003c\/p\u003e\n\u003cdiv aria-label=\"3D viewer\" role=\"region\" class=\"embed-ratio\"\u003e\u003cdiv class=\"embed-pending-inner\"\u003e\u003cp\u003eThe storefront export did not include a Luma Labs embed URL yet. When you have the embed link, replace this placeholder with an \u003ccode\u003eiframe\u003c\/code\u003e inside the same \u003ccode\u003eembed-ratio\u003c\/code\u003e wrapper (copy the pattern from another product fragment in this repo).\u003c\/p\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003csection aria-labelledby=\"e1h-specs-table-title\" class=\"block\"\u003e\u003cdiv class=\"wrap\"\u003e\u003cdiv class=\"specs-panel\"\u003e\n\u003ch2 class=\"section-title\" id=\"e1h-specs-table-title\"\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-scroll\"\u003e\u003ctable class=\"specs-table mce-item-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eFrame material\u003c\/td\u003e\n\u003ctd\u003e6064 aluminum alloy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFrame design\u003c\/td\u003e\n\u003ctd\u003eFlat weld (hydroformed frame)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotor\u003c\/td\u003e\n\u003ctd\u003eBafang M560 500W mid-drive motor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery\u003c\/td\u003e\n\u003ctd\u003eLithium ion, Samsung cells, 48V 15Ah\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSensor\u003c\/td\u003e\n\u003ctd\u003eTorque sensor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLCD\u003c\/td\u003e\n\u003ctd\u003eBafang LCD\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eThrottle\u003c\/td\u003e\n\u003ctd\u003eThumb throttle (on the left side)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTop speed\u003c\/td\u003e\n\u003ctd\u003eUp to 32 km\/h\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApproximate range\u003c\/td\u003e\n\u003ctd\u003e60 km – 120 km\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChain\u003c\/td\u003e\n\u003ctd\u003eKMC 11 speed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrake set\u003c\/td\u003e\n\u003ctd\u003eFour-piston Tektro HD disc brake 203 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRear derailleur\u003c\/td\u003e\n\u003ctd\u003eShimano Deore 11 speed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGears\u003c\/td\u003e\n\u003ctd\u003eDeore 11 speed cassette\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHandlebar grips\u003c\/td\u003e\n\u003ctd\u003eErgonomic comfort\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSaddle\u003c\/td\u003e\n\u003ctd\u003eComfort wide seat\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTires\u003c\/td\u003e\n\u003ctd\u003e27.5\" × 2.4\" WTB Trail Boss\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFork\u003c\/td\u003e\n\u003ctd\u003eRockShox Psylo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaximum weight capacity\u003c\/td\u003e\n\u003ctd\u003e330 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Teslica eBikes","offers":[{"title":"Charcoal","offer_id":47417658769577,"sku":"210000001550","price":5099.15,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/files\/E1H1.webp?v=1788530495"},{"product_id":"care-go-cargo-long-tail-ebike-cg3","title":"Care-Go Cargo Long-Tail eBike (CG3)","description":"\u003cstyle\u003e\n    .cg3-fragment {\n      container: cg3 \/ inline-size;\n      width: 100%;\n      max-width: 100%;\n      min-width: 0;\n      --cg3-bg: #ffffff;\n      --cg3-surface: #f6f7f9;\n      --cg3-surface-2: #eef0f4;\n      --cg3-text: #14181f;\n      --cg3-text-muted: #4b5563;\n      --cg3-accent: #b8860b;\n      --cg3-accent-hover: #9a7209;\n      --cg3-border: rgba(15, 23, 42, 0.1);\n      --cg3-radius: 12px;\n      --cg3-radius-lg: 20px;\n      --cg3-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);\n      --cg3-max: 1120px;\n      --cg3-gap: clamp(0.75rem, 3vw, 1.75rem);\n      font-family: system-ui, -apple-system, \"Segoe UI\", Roboto, Ubuntu, Cantarell, sans-serif;\n      font-size: 1rem;\n      line-height: 1.6;\n      color: var(--cg3-text);\n      background: var(--cg3-bg);\n      -webkit-font-smoothing: antialiased;\n    }\n\n    @supports (width: 1cqw) {\n      .cg3-fragment {\n        --cg3-gap: clamp(0.75rem, 2.5cqw, 1.75rem);\n      }\n    }\n\n    .cg3-fragment *,\n    .cg3-fragment *::before,\n    .cg3-fragment *::after {\n      box-sizing: border-box;\n    }\n\n    .cg3-fragment img {\n      max-width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    .cg3-fragment a {\n      color: var(--cg3-accent);\n      text-decoration: none;\n    }\n\n    .cg3-fragment a:hover {\n      color: var(--cg3-accent-hover);\n      text-decoration: underline;\n    }\n\n    .cg3-fragment .wrap {\n      max-width: var(--cg3-max);\n      margin-inline: auto;\n      padding-inline: clamp(1rem, 4vw, 2rem);\n    }\n\n    .cg3-fragment .intro-hero {\n      position: relative;\n      border-radius: var(--cg3-radius-lg);\n      overflow: hidden;\n      min-height: clamp(240px, 52vw, 440px);\n      box-shadow: var(--cg3-shadow);\n      border-bottom: 1px solid var(--cg3-border);\n    }\n\n    .cg3-fragment .intro-hero-bg {\n      position: absolute;\n      inset: 0;\n      z-index: 0;\n    }\n\n    .cg3-fragment .intro-hero-bg img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      object-position: center;\n    }\n\n    .cg3-fragment .intro-hero-overlay {\n      position: absolute;\n      inset: 0;\n      z-index: 1;\n      background: linear-gradient(180deg, rgba(15, 20, 28, 0.35) 0%, rgba(15, 20, 28, 0.78) 100%);\n      pointer-events: none;\n    }\n\n    .cg3-fragment .intro-hero-inner {\n      position: relative;\n      z-index: 2;\n      padding: clamp(2rem, 6vw, 4.5rem) 2rem;\n    }\n\n    .cg3-fragment .intro-hero-inner h1 {\n      margin: 0 0 1rem;\n      font-size: clamp(1.5rem, 4vw, 2.125rem);\n      font-weight: 700;\n      letter-spacing: -0.02em;\n      line-height: 1.2;\n      color: #fff;\n      max-width: 42rem;\n    }\n\n    .cg3-fragment .intro-hero-inner p {\n      margin: 0;\n      color: rgba(255, 255, 255, 0.92);\n      max-width: 52ch;\n      font-size: clamp(1rem, 2.4vw, 1.125rem);\n    }\n\n    .cg3-fragment section.block {\n      padding: clamp(2.5rem, 5vw, 3.5rem) 0;\n      border-bottom: 1px solid var(--cg3-border);\n    }\n\n    .cg3-fragment section.block:last-of-type {\n      border-bottom: 0;\n    }\n\n    .cg3-fragment .section-title {\n      margin: 0 0 0.5rem;\n      font-size: clamp(1.35rem, 3vw, 1.75rem);\n      font-weight: 700;\n      letter-spacing: -0.02em;\n    }\n\n    .cg3-fragment .section-lead {\n      margin: 0 0 1.75rem;\n      color: var(--cg3-text-muted);\n      max-width: 70ch;\n    }\n\n    .cg3-fragment .spec-grid,\n    .cg3-fragment .bonus-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: var(--cg3-gap);\n      align-items: stretch;\n    }\n\n    @container cg3 (min-width: 40rem) {\n      .cg3-fragment .spec-grid.key-features {\n        grid-template-columns: repeat(4, minmax(0, 1fr));\n      }\n\n      .cg3-fragment .bonus-grid {\n        grid-template-columns: repeat(3, minmax(0, 1fr));\n      }\n    }\n\n    @container cg3 (min-width: 56.25rem) {\n      .cg3-fragment .spec-grid.key-features {\n        grid-template-columns: repeat(7, minmax(0, 1fr));\n      }\n\n      .cg3-fragment .bonus-grid {\n        grid-template-columns: repeat(4, minmax(0, 1fr));\n      }\n    }\n\n    .cg3-fragment .spec-card {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      width: 100%;\n      height: 100%;\n      min-height: 10.5rem;\n      background: var(--cg3-surface);\n      border: 1px solid var(--cg3-border);\n      border-radius: var(--cg3-radius);\n      padding: 1.25rem 0.75rem;\n      text-align: center;\n      transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;\n    }\n\n    .cg3-fragment .spec-card:hover {\n      border-color: rgba(184, 134, 11, 0.45);\n      box-shadow: var(--cg3-shadow);\n      transform: translateY(-2px);\n    }\n\n    .cg3-fragment .spec-card .icon {\n      width: 60px;\n      height: 60px;\n      margin: 0 auto 0.75rem;\n      object-fit: contain;\n    }\n\n    .cg3-fragment .spec-card.bonus .icon {\n      width: 72px;\n      height: 72px;\n    }\n\n    .cg3-fragment .spec-card h3 {\n      margin: 0 0 0.35rem;\n      font-size: 1rem;\n      font-weight: 700;\n      line-height: 1.25;\n      max-width: 100%;\n      overflow-wrap: anywhere;\n    }\n\n    .cg3-fragment .spec-card.bonus h3 {\n      font-size: clamp(0.8125rem, 2.1vw, 0.9375rem);\n      line-height: 1.3;\n    }\n\n    .cg3-fragment .spec-card p {\n      margin: 0;\n      font-size: 0.875rem;\n      color: var(--cg3-text-muted);\n      line-height: 1.35;\n      max-width: 100%;\n    }\n\n    .cg3-fragment .warranty {\n      position: relative;\n      border-radius: var(--cg3-radius-lg);\n      overflow: hidden;\n      min-height: 280px;\n      box-shadow: var(--cg3-shadow);\n    }\n\n    .cg3-fragment .warranty-bg {\n      position: absolute;\n      inset: 0;\n      z-index: 0;\n    }\n\n    .cg3-fragment .warranty-bg img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n    }\n\n    .cg3-fragment .warranty::after {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      z-index: 0;\n      background: linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.55) 52%, rgba(255, 255, 255, 0.12) 100%);\n    }\n\n    .cg3-fragment .warranty-inner {\n      position: relative;\n      z-index: 1;\n      padding: clamp(2rem, 5vw, 3rem);\n      max-width: 32rem;\n    }\n\n    .cg3-fragment .warranty-eyebrow {\n      font-size: 0.7rem;\n      font-weight: 700;\n      letter-spacing: 0.14em;\n      color: var(--cg3-accent);\n      margin-bottom: 0.5rem;\n    }\n\n    .cg3-fragment .warranty h2 {\n      margin: 0 0 0.5rem;\n      font-size: clamp(1.75rem, 4vw, 2.25rem);\n      font-weight: 800;\n      letter-spacing: -0.02em;\n    }\n\n    .cg3-fragment .warranty-sub {\n      margin: 0 0 1.25rem;\n      color: var(--cg3-text-muted);\n      font-size: 1.05rem;\n    }\n\n    .cg3-fragment .warranty-link {\n      display: inline-flex;\n      align-items: center;\n      gap: 0.35rem;\n      font-weight: 600;\n      color: var(--cg3-accent);\n    }\n\n    .cg3-fragment .warranty-link svg {\n      width: 1.1em;\n      height: 1.1em;\n      flex-shrink: 0;\n    }\n\n    .cg3-fragment .features-intro {\n      margin-bottom: 2rem;\n    }\n\n    .cg3-fragment .features-intro p {\n      margin: 0;\n      color: var(--cg3-text-muted);\n    }\n\n    .cg3-fragment .media-row {\n      display: grid;\n      gap: var(--cg3-gap);\n      align-items: center;\n      margin-bottom: clamp(2rem, 4vw, 3rem);\n    }\n\n    .cg3-fragment .media-row:last-child {\n      margin-bottom: 0;\n    }\n\n    @container cg3 (min-width: 48rem) {\n      .cg3-fragment .media-row {\n        grid-template-columns: 1fr 1fr;\n        margin-bottom: clamp(2.5rem, 4vw, 3.5rem);\n      }\n\n      .cg3-fragment .media-row.reverse .media-visual {\n        order: 2;\n      }\n\n      .cg3-fragment .media-row.reverse .media-copy {\n        order: 1;\n      }\n    }\n\n    .cg3-fragment .media-visual {\n      background: var(--cg3-surface);\n      border-radius: var(--cg3-radius-lg);\n      border: 1px solid var(--cg3-border);\n      overflow: hidden;\n      aspect-ratio: 16 \/ 10;\n    }\n\n    .cg3-fragment .media-visual.contain {\n      aspect-ratio: auto;\n    }\n\n    .cg3-fragment .media-visual img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n    }\n\n    .cg3-fragment .media-visual.contain img {\n      object-fit: contain;\n      height: auto;\n    }\n\n    .cg3-fragment .media-copy {\n      padding: 0.25rem 0;\n    }\n\n    .cg3-fragment .media-copy h2 {\n      margin: 0 0 0.5rem;\n      font-size: clamp(1.2rem, 2.5vw, 1.4rem);\n      font-weight: 700;\n    }\n\n    .cg3-fragment .media-copy p,\n    .cg3-fragment .media-copy li {\n      color: var(--cg3-text-muted);\n    }\n\n    .cg3-fragment .media-copy ol,\n    .cg3-fragment .media-copy ul {\n      margin: 0.75rem 0 0;\n      padding-left: 1.25rem;\n    }\n\n    .cg3-fragment .media-copy li {\n      margin-bottom: 0.35rem;\n    }\n\n    .cg3-fragment .embed-block {\n      background: var(--cg3-surface);\n      border: 1px solid var(--cg3-border);\n      border-radius: var(--cg3-radius-lg);\n      padding: clamp(1.25rem, 3vw, 1.75rem);\n    }\n\n    .cg3-fragment .embed-ratio {\n      position: relative;\n      width: 100%;\n      padding-bottom: 56.25%;\n      margin-top: 1rem;\n      border-radius: var(--cg3-radius);\n      overflow: hidden;\n      background: var(--cg3-surface-2);\n      border: 1px solid var(--cg3-border);\n    }\n\n    .cg3-fragment .embed-ratio iframe {\n      position: absolute;\n      inset: 0;\n      width: 100%;\n      height: 100%;\n      border: 0;\n    }\n\n    .cg3-fragment .embed-block .section-title {\n      margin-bottom: 0.5rem;\n    }\n\n    .cg3-fragment .embed-block .section-lead {\n      margin-bottom: 0;\n    }\n\n    .cg3-fragment .specs-panel {\n      background: var(--cg3-surface);\n      border: 1px solid var(--cg3-border);\n      border-radius: var(--cg3-radius-lg);\n      padding: clamp(1.25rem, 3vw, 1.75rem);\n    }\n\n    .cg3-fragment .specs-panel .section-title {\n      margin-bottom: 1rem;\n    }\n\n    .cg3-fragment .specs-scroll {\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin: 0 -0.25rem;\n      padding: 0 0.25rem;\n    }\n\n    .cg3-fragment .specs-table {\n      width: 100%;\n      min-width: min(100%, 36rem);\n      border-collapse: collapse;\n      font-size: 0.9375rem;\n    }\n\n    .cg3-fragment .specs-table tbody tr {\n      border-bottom: 1px solid var(--cg3-border);\n    }\n\n    .cg3-fragment .specs-table tbody tr:last-child {\n      border-bottom: 0;\n    }\n\n    .cg3-fragment .specs-table td {\n      padding: 0.65rem 0.75rem;\n      vertical-align: top;\n    }\n\n    .cg3-fragment .specs-table td:first-child {\n      width: 38%;\n      max-width: 12rem;\n      font-weight: 600;\n      color: var(--cg3-text);\n      text-transform: capitalize;\n    }\n\n    .cg3-fragment .specs-table td:last-child {\n      color: var(--cg3-text-muted);\n    }\n\n    .cg3-fragment .specs-table tbody tr:nth-child(even) {\n      background: rgba(255, 255, 255, 0.6);\n    }\n\n    .cg3-fragment .section-divider {\n      display: block;\n      width: 100%;\n      height: 0;\n      margin: clamp(1.25rem, 3vw, 2rem) 0;\n      border: 0;\n      border-top: 1px solid var(--cg3-border);\n    }\n\n    \/* When pasted inside Shopify rich text (.rte), neutralize theme `.rte img { margin: 10px 0 }` on embed images *\/\n    .rte .cg3-fragment img {\n      margin: 0;\n    }\n  \u003c\/style\u003e\u003cdiv class=\"cg3-fragment\" data-cg3-product-embed=\"care-go-cargo-long-tail-cg3\"\u003e\n\u003csection class=\"intro-hero\" aria-labelledby=\"cg3-hero-title\"\u003e\u003cdiv class=\"intro-hero-bg\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Care-Go_Cargo_Long-Tail_eBike_CG3.png?v=1772127086\u0026amp;width=2400\" alt=\"Care-Go Cargo Long-Tail eBike CG3\" width=\"3840\" height=\"2160\" decoding=\"async\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Care-Go_Cargo_Long-Tail_eBike_CG3.png?v=1772127086\u0026amp;width=2400\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"intro-hero-overlay\" aria-hidden=\"true\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"intro-hero-inner wrap\"\u003e\n\u003ch1 id=\"cg3-hero-title\"\u003eThe ultimate heavy-duty family hauler for effortless city living\u003c\/h1\u003e\n\u003cp\u003eThis versatile long-tail cargo eBike is built for maximum utility, featuring a robust 400 lb weight capacity and a high-capacity Samsung battery that offers a massive 150 km range. It comes fully loaded with family-friendly accessories including a front basket, rear caboose, and foot panels, making it the ultimate eco-friendly alternative for school runs and heavy errands. Equipped with a smooth torque sensor and hydraulic disc brakes, it ensures a safe and natural riding experience even when transporting passengers or large loads across the city.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"section-divider\" aria-hidden=\"true\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csection class=\"block\" aria-labelledby=\"cg3-key-specs-title\"\u003e\u003cdiv class=\"wrap\"\u003e\n\u003ch2 id=\"cg3-key-specs-title\" class=\"section-title\"\u003eCare-Go Cargo Long-Tail 500W eBike (CG3) — Key specs\u003c\/h2\u003e\n\u003cp class=\"section-lead\"\u003eYour needs make every spec matter. Here are the numbers that make the difference.\u003c\/p\u003e\n\u003cdiv class=\"spec-grid key-features\"\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Route.png?v=1769636308\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Route.png?v=1769636308\u0026amp;width=400\"\u003e\u003ch3\u003e150 Km\u003c\/h3\u003e\n\u003cp\u003eMax range\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Teslica_Icons_1.png?v=1769636129\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Teslica_Icons_1.png?v=1769636129\u0026amp;width=400\"\u003e\u003ch3\u003e32 Km\/hr\u003c\/h3\u003e\n\u003cp\u003eMax speed\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Power.png?v=1769636297\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Power.png?v=1769636297\u0026amp;width=400\"\u003e\u003ch3\u003e500W\u003c\/h3\u003e\n\u003cp\u003eMotor power\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Pedal_Assist.png?v=1769636671\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Pedal_Assist.png?v=1769636671\u0026amp;width=400\"\u003e\u003ch3\u003eTorque sensor\u003c\/h3\u003e\n\u003cp\u003ePedal assist\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/bicycle_tire.png?v=1769636477\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/bicycle_tire.png?v=1769636477\u0026amp;width=400\"\u003e\u003ch3\u003eFat tire\u003c\/h3\u003e\n\u003cp\u003eTire type\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Tire_Size.png?v=1769636542\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Tire_Size.png?v=1769636542\u0026amp;width=400\"\u003e\u003ch3\u003e20\" × 3\"\u003c\/h3\u003e\n\u003cp\u003eTire size\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Weight_1.png?v=1769636624\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Weight_1.png?v=1769636624\u0026amp;width=400\"\u003e\u003ch3\u003e400 lb\u003c\/h3\u003e\n\u003cp\u003eMax weight\u003c\/p\u003e\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"block\" aria-labelledby=\"cg3-warranty-title\"\u003e\u003cdiv class=\"wrap\"\u003e\u003cdiv class=\"warranty\"\u003e\n\u003cdiv class=\"warranty-bg\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Generated_Image_January_27_2026_-_3_38PM.jpg?v=1769547056\u0026amp;width=1600\" alt=\"\" width=\"1584\" height=\"672\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Generated_Image_January_27_2026_-_3_38PM.jpg?v=1769547056\u0026amp;width=1600\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"warranty-inner\"\u003e\n\u003cp class=\"warranty-eyebrow\"\u003eRide with confidence\u003c\/p\u003e\n\u003ch2 id=\"cg3-warranty-title\"\u003e10-year warranty\u003c\/h2\u003e\n\u003cp class=\"warranty-sub\"\u003eOur extended warranty coverage is included.\u003c\/p\u003e\n\u003ca class=\"warranty-link\" href=\"https:\/\/www.teslica.com\/pages\/teslica-10-year-warranty\" data-mce-href=\"https:\/\/www.teslica.com\/pages\/teslica-10-year-warranty\"\u003e Learn more \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n              \u003cpath d=\"M5 12h14M13 6l6 6-6 6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"block\" aria-labelledby=\"cg3-features-title\"\u003e\u003cdiv class=\"wrap\"\u003e\n\u003ch2 id=\"cg3-features-title\" class=\"section-title\"\u003eCare-Go Cargo Long-Tail 500W eBike (CG3) — Features\u003c\/h2\u003e\n\u003cdiv class=\"features-intro\"\u003e\u003cp\u003eThe Care-Go Cargo Long-Tail eBike (CG3) is built for powerful hauling, family transport, and everyday versatility, featuring a 500W motor and an impressive 85 Nm of torque for confident acceleration under load. A high-capacity 48V 20Ah Samsung battery delivers up to 150 km of range, while a top speed of 32 km\/h keeps rides efficient and smooth. Designed with a step-through frame for easy mounting, the Care-Go CG3 rolls on smooth 3-inch tires for comfort and stability and includes hydraulic disc brakes for reliable stopping power. It comes fully equipped with essential cargo accessories including a front basket, rear caboose for kids, rear seats, foot panels, dual-arm kickstand, metal fenders, front and rear lights, and light indicators, making it ready for daily errands or family outings right out of the box. Built with Samsung battery cells and protected by Teslica’s SafeVolt™ system featuring CE certified components, smart BMS, IP66 water and dust resistance, and a smart charger, this long-tail cargo eBike supports up to 400 lbs, fits riders from 5’1” to 6’3”, and is backed by a 10-year limited warranty and lifetime frame warranty for long-term peace of mind.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-row\"\u003e\n\u003cdiv class=\"media-visual contain\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/img-6285.webp?v=1769781813\u0026amp;width=1200\" alt=\"Step-through long-tail cargo frame\" width=\"2047\" height=\"1365\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/img-6285.webp?v=1769781813\u0026amp;width=1200\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eStep-through\u003c\/h2\u003e\n\u003cp\u003eEasy to mount on and off.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row reverse\"\u003e\n\u003cdiv class=\"media-visual contain\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/img-6289.webp?v=1769781854\u0026amp;width=1200\" alt=\"Smooth 3-inch tires on Care-Go CG3\" width=\"2047\" height=\"1365\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/img-6289.webp?v=1769781854\u0026amp;width=1200\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eSmooth 3\" tire\u003c\/h2\u003e\n\u003cp\u003eSmooth rolling and comfortable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row\"\u003e\n\u003cdiv class=\"media-visual\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/red-white-simple-stay-connected-email-header-1_eafea89c-607b-4378-a642-99810a520ebc.webp?v=1769782041\u0026amp;width=1200\" alt=\"Samsung UL certified battery\" width=\"781\" height=\"625\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/red-white-simple-stay-connected-email-header-1_eafea89c-607b-4378-a642-99810a520ebc.webp?v=1769782041\u0026amp;width=1200\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eSamsung battery cells\u003c\/h2\u003e\n\u003cp\u003eEquipped with the \u003cem\u003eTeslica SafeVolt™\u003c\/em\u003e battery safety system.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eTeslica SafeVolt™\u003c\/strong\u003e\u003c\/p\u003e\n\u003col\u003e\n\u003cli\u003eCE certified Samsung 50E battery cells\u003c\/li\u003e\n\u003cli\u003eCE certified motor\u003c\/li\u003e\n\u003cli\u003eSmart battery management system (BMS)\u003c\/li\u003e\n\u003cli\u003eIP66 water and dust resistance\u003c\/li\u003e\n\u003cli\u003eSmart charger\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row reverse\"\u003e\n\u003cdiv class=\"media-visual\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/img-6280.webp?v=1769782111\u0026amp;width=1200\" alt=\"Care-Go CG3 with cargo accessories\" width=\"2048\" height=\"1408\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/img-6280.webp?v=1769782111\u0026amp;width=1200\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eAccessories included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFront basket\u003c\/li\u003e\n\u003cli\u003eRear caboose (basket for kids)\u003c\/li\u003e\n\u003cli\u003eRear seats\u003c\/li\u003e\n\u003cli\u003eFoot panels\u003c\/li\u003e\n\u003cli\u003eDual arm kickstand\u003c\/li\u003e\n\u003cli\u003eMetal fenders\u003c\/li\u003e\n\u003cli\u003eFront and rear lights\u003c\/li\u003e\n\u003cli\u003eLight indicators\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row\"\u003e\n\u003cdiv class=\"media-visual\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/img-6304.webp?v=1769782142\u0026amp;width=1200\" alt=\"500W rear hub motor\" width=\"2048\" height=\"1415\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/img-6304.webp?v=1769782142\u0026amp;width=1200\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eStronger cargo motor\u003c\/h2\u003e\n\u003cp\u003e85 N·m of torque.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"block\" aria-labelledby=\"cg3-bonus-title\"\u003e\u003cdiv class=\"wrap\"\u003e\n\u003ch2 id=\"cg3-bonus-title\" class=\"section-title\"\u003eBonus features\u003c\/h2\u003e\n\u003cp class=\"section-lead\"\u003eExclusive features for the Care-Go Cargo Long-Tail 500W eBike (CG3).\u003c\/p\u003e\n\u003cdiv class=\"bonus-grid\"\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Fender_1.png?v=1774287804\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Fender_1.png?v=1774287804\u0026amp;width=400\"\u003e\u003ch3\u003eFull fenders included\u003c\/h3\u003e\u003c\/article\u003e\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Rack.png?v=1774287272\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Rack.png?v=1774287272\u0026amp;width=400\"\u003e\u003ch3\u003eFront and rear racks included\u003c\/h3\u003e\u003c\/article\u003e\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Light.png?v=1774287509\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Light.png?v=1774287509\u0026amp;width=400\"\u003e\u003ch3\u003eFront and rear lights included\u003c\/h3\u003e\u003c\/article\u003e\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Suspensions.png?v=1774287892\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Suspensions.png?v=1774287892\u0026amp;width=400\"\u003e\u003ch3\u003eAdjustable suspension fork\u003c\/h3\u003e\u003c\/article\u003e\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/bicycle_tire.png?v=1769636477\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/bicycle_tire.png?v=1769636477\u0026amp;width=400\"\u003e\u003ch3\u003ePuncture resistant tires\u003c\/h3\u003e\u003c\/article\u003e\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Cargo_Capacity.png?v=1774288917\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Cargo_Capacity.png?v=1774288917\u0026amp;width=400\"\u003e\u003ch3\u003eWelded rear cargo section for extra weight capacity\u003c\/h3\u003e\u003c\/article\u003e\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Teslica_Icons_3b02e029-0a61-4317-8b42-ddaa9e99f254.png?v=1774287010\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\" data-mce-src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Teslica_Icons_3b02e029-0a61-4317-8b42-ddaa9e99f254.png?v=1774287010\u0026amp;width=400\"\u003e\u003ch3\u003eTurn signals and horn included\u003c\/h3\u003e\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"block\" aria-labelledby=\"cg3-embed-title\"\u003e\u003cdiv class=\"wrap\"\u003e\u003cdiv class=\"embed-block\"\u003e\n\u003ch2 id=\"cg3-embed-title\" class=\"section-title\"\u003eExplore your Care-Go Cargo Long-Tail CG3 in 3D\u003c\/h2\u003e\n\u003cp class=\"section-lead\"\u003eUse your fingers or mouse to move the bike around.\u003c\/p\u003e\n\u003cdiv class=\"embed-ratio\"\u003e\u003ciframe title=\"Care-Go Cargo Long-Tail CG3 3D view\" src=\"https:\/\/lumalabs.ai\/embed\/e2c73670-4ed6-4b46-a1d5-64dd03ca063c?mode=sparkles\u0026amp;background=%23ffffff\u0026amp;color=%23000000\u0026amp;showTitle=false\u0026amp;loadBg=true\u0026amp;logoPosition=bottom-left\u0026amp;infoPosition=bottom-right\u0026amp;cinematicVideo=undefined\u0026amp;showMenu=false\" width=\"300\" height=\"150\" data-mce-src=\"https:\/\/lumalabs.ai\/embed\/e2c73670-4ed6-4b46-a1d5-64dd03ca063c?mode=sparkles\u0026amp;background=%23ffffff\u0026amp;color=%23000000\u0026amp;showTitle=false\u0026amp;loadBg=true\u0026amp;logoPosition=bottom-left\u0026amp;infoPosition=bottom-right\u0026amp;cinematicVideo=undefined\u0026amp;showMenu=false\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"block\" aria-labelledby=\"cg3-specs-table-title\"\u003e\u003cdiv class=\"wrap\"\u003e\u003cdiv class=\"specs-panel\"\u003e\n\u003ch2 id=\"cg3-specs-table-title\" class=\"section-title\"\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-scroll\"\u003e\u003ctable class=\"specs-table mce-item-table\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eFrame material\u003c\/td\u003e\n\u003ctd\u003e6063 aluminum alloy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFrame design\u003c\/td\u003e\n\u003ctd\u003eFlat weld (hydroformed frame)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotor\u003c\/td\u003e\n\u003ctd\u003e500W rear hub geared motor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery\u003c\/td\u003e\n\u003ctd\u003eLithium ion, Samsung cells, 52V 20Ah\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSensor\u003c\/td\u003e\n\u003ctd\u003eTorque sensor bottom bracket\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLCD\u003c\/td\u003e\n\u003ctd\u003eBC 351 colored LCD with USB charge\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eThrottle\u003c\/td\u003e\n\u003ctd\u003eThumb throttle (left side)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTop speed\u003c\/td\u003e\n\u003ctd\u003eUp to 32 km\/h\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApproximate range\u003c\/td\u003e\n\u003ctd\u003e70 km – 150 km\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLights\u003c\/td\u003e\n\u003ctd\u003eIntegrated front and rear lights with turn signals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChain\u003c\/td\u003e\n\u003ctd\u003eKMC 7\/8 speed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChainguard\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrake set\u003c\/td\u003e\n\u003ctd\u003eTektro HD disc brake 180 mm with semi metallic pads\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRear derailleur\u003c\/td\u003e\n\u003ctd\u003eShimano Altus 7 speed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGears\u003c\/td\u003e\n\u003ctd\u003eShimano 7 speed freewheel 14–34T\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHandlebar grips\u003c\/td\u003e\n\u003ctd\u003eErgonomic comfort\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSaddle\u003c\/td\u003e\n\u003ctd\u003eComfort wide seat\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTires\u003c\/td\u003e\n\u003ctd\u003e20 × 3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFenders\u003c\/td\u003e\n\u003ctd\u003eFull aluminum fenders included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFork\u003c\/td\u003e\n\u003ctd\u003eSuspension front fork\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaximum weight capacity\u003c\/td\u003e\n\u003ctd\u003e400 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Teslica eBikes","offers":[{"title":"Sage Teal","offer_id":47417658933417,"sku":"210000001493","price":5099.15,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/files\/cg31.webp?v=1788530496"},{"product_id":"force-fat-tire-dual-suspension-ebike-x1h","title":"Force Fat Tire Dual Suspension eBike (X1H)","description":"\u003cstyle\u003e\n    .fx1h-fragment {\n      container: fx1h \/ inline-size;\n      width: 100%;\n      max-width: 100%;\n      min-width: 0;\n      --fx1h-bg: #ffffff;\n      --fx1h-surface: #f6f7f9;\n      --fx1h-surface-2: #eef0f4;\n      --fx1h-text: #14181f;\n      --fx1h-text-muted: #4b5563;\n      --fx1h-accent: #b8860b;\n      --fx1h-accent-hover: #9a7209;\n      --fx1h-border: rgba(15, 23, 42, 0.1);\n      --fx1h-radius: 12px;\n      --fx1h-radius-lg: 20px;\n      --fx1h-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);\n      --fx1h-max: 1120px;\n      --fx1h-gap: clamp(0.75rem, 3vw, 1.75rem);\n      font-family: system-ui, -apple-system, \"Segoe UI\", Roboto, Ubuntu, Cantarell, sans-serif;\n      font-size: 1rem;\n      line-height: 1.6;\n      color: var(--fx1h-text);\n      background: var(--fx1h-bg);\n      -webkit-font-smoothing: antialiased;\n    }\n\n    @supports (width: 1cqw) {\n      .fx1h-fragment {\n        --fx1h-gap: clamp(0.75rem, 2.5cqw, 1.75rem);\n      }\n    }\n\n    .fx1h-fragment *,\n    .fx1h-fragment *::before,\n    .fx1h-fragment *::after {\n      box-sizing: border-box;\n    }\n\n    .fx1h-fragment img {\n      max-width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    .fx1h-fragment a {\n      color: var(--fx1h-accent);\n      text-decoration: none;\n    }\n\n    .fx1h-fragment a:hover {\n      color: var(--fx1h-accent-hover);\n      text-decoration: underline;\n    }\n\n    .fx1h-fragment .wrap {\n      max-width: var(--fx1h-max);\n      margin-inline: auto;\n      padding-inline: clamp(1rem, 4vw, 2rem);\n    }\n\n    .fx1h-fragment .intro-hero {\n      position: relative;\n      border-radius: var(--fx1h-radius-lg);\n      overflow: hidden;\n      min-height: clamp(240px, 52vw, 440px);\n      box-shadow: var(--fx1h-shadow);\n      border-bottom: 1px solid var(--fx1h-border);\n    }\n\n    .fx1h-fragment .intro-hero-bg {\n      position: absolute;\n      inset: 0;\n      z-index: 0;\n    }\n\n    .fx1h-fragment .intro-hero-bg img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      object-position: center;\n    }\n\n    .fx1h-fragment .intro-hero-overlay {\n      position: absolute;\n      inset: 0;\n      z-index: 1;\n      background: linear-gradient(180deg, rgba(15, 20, 28, 0.35) 0%, rgba(15, 20, 28, 0.78) 100%);\n      pointer-events: none;\n    }\n\n    .fx1h-fragment .intro-hero-inner {\n      position: relative;\n      z-index: 2;\n      padding: clamp(2rem, 6vw, 4.5rem) 2rem;\n    }\n\n    .fx1h-fragment .intro-hero-inner h1 {\n      margin: 0 0 1rem;\n      font-size: clamp(1.5rem, 4vw, 2.125rem);\n      font-weight: 700;\n      letter-spacing: -0.02em;\n      line-height: 1.2;\n      color: #fff;\n      max-width: 42rem;\n    }\n\n    .fx1h-fragment .intro-hero-inner p {\n      margin: 0;\n      color: rgba(255, 255, 255, 0.92);\n      max-width: 52ch;\n      font-size: clamp(1rem, 2.4vw, 1.125rem);\n    }\n\n    .fx1h-fragment section.block {\n      padding: clamp(2.5rem, 5vw, 3.5rem) 0;\n      border-bottom: 1px solid var(--fx1h-border);\n    }\n\n    .fx1h-fragment section.block:last-of-type {\n      border-bottom: 0;\n    }\n\n    .fx1h-fragment .section-title {\n      margin: 0 0 0.5rem;\n      font-size: clamp(1.35rem, 3vw, 1.75rem);\n      font-weight: 700;\n      letter-spacing: -0.02em;\n    }\n\n    .fx1h-fragment .section-lead {\n      margin: 0 0 1.75rem;\n      color: var(--fx1h-text-muted);\n      max-width: 70ch;\n    }\n\n    .fx1h-fragment .spec-grid,\n    .fx1h-fragment .bonus-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: var(--fx1h-gap);\n      align-items: stretch;\n    }\n\n    @container fx1h (min-width: 40rem) {\n      .fx1h-fragment .spec-grid.key-features {\n        grid-template-columns: repeat(4, minmax(0, 1fr));\n      }\n\n      .fx1h-fragment .bonus-grid {\n        grid-template-columns: repeat(3, minmax(0, 1fr));\n      }\n    }\n\n    @container fx1h (min-width: 56.25rem) {\n      .fx1h-fragment .spec-grid.key-features {\n        grid-template-columns: repeat(7, minmax(0, 1fr));\n      }\n\n      .fx1h-fragment .bonus-grid {\n        grid-template-columns: repeat(4, minmax(0, 1fr));\n      }\n    }\n\n    .fx1h-fragment .spec-card {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      width: 100%;\n      height: 100%;\n      min-height: 10.5rem;\n      background: var(--fx1h-surface);\n      border: 1px solid var(--fx1h-border);\n      border-radius: var(--fx1h-radius);\n      padding: 1.25rem 0.75rem;\n      text-align: center;\n      transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;\n    }\n\n    .fx1h-fragment .spec-card:hover {\n      border-color: rgba(184, 134, 11, 0.45);\n      box-shadow: var(--fx1h-shadow);\n      transform: translateY(-2px);\n    }\n\n    .fx1h-fragment .spec-card .icon {\n      width: 60px;\n      height: 60px;\n      margin: 0 auto 0.75rem;\n      object-fit: contain;\n    }\n\n    .fx1h-fragment .spec-card.bonus .icon {\n      width: 72px;\n      height: 72px;\n    }\n\n    .fx1h-fragment .spec-card h3 {\n      margin: 0 0 0.35rem;\n      font-size: 1rem;\n      font-weight: 700;\n      line-height: 1.25;\n      max-width: 100%;\n      overflow-wrap: anywhere;\n    }\n\n    .fx1h-fragment .spec-card.bonus h3 {\n      font-size: clamp(0.8125rem, 2.1vw, 0.9375rem);\n      line-height: 1.3;\n    }\n\n    .fx1h-fragment .spec-card p {\n      margin: 0;\n      font-size: 0.875rem;\n      color: var(--fx1h-text-muted);\n      line-height: 1.35;\n      max-width: 100%;\n    }\n\n    .fx1h-fragment .warranty {\n      position: relative;\n      border-radius: var(--fx1h-radius-lg);\n      overflow: hidden;\n      min-height: 280px;\n      box-shadow: var(--fx1h-shadow);\n    }\n\n    .fx1h-fragment .warranty-bg {\n      position: absolute;\n      inset: 0;\n      z-index: 0;\n    }\n\n    .fx1h-fragment .warranty-bg img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n    }\n\n    .fx1h-fragment .warranty::after {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      z-index: 0;\n      background: linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.55) 52%, rgba(255, 255, 255, 0.12) 100%);\n    }\n\n    .fx1h-fragment .warranty-inner {\n      position: relative;\n      z-index: 1;\n      padding: clamp(2rem, 5vw, 3rem);\n      max-width: 32rem;\n    }\n\n    .fx1h-fragment .warranty-eyebrow {\n      font-size: 0.7rem;\n      font-weight: 700;\n      letter-spacing: 0.14em;\n      color: var(--fx1h-accent);\n      margin-bottom: 0.5rem;\n    }\n\n    .fx1h-fragment .warranty h2 {\n      margin: 0 0 0.5rem;\n      font-size: clamp(1.75rem, 4vw, 2.25rem);\n      font-weight: 800;\n      letter-spacing: -0.02em;\n    }\n\n    .fx1h-fragment .warranty-sub {\n      margin: 0 0 1.25rem;\n      color: var(--fx1h-text-muted);\n      font-size: 1.05rem;\n    }\n\n    .fx1h-fragment .warranty-link {\n      display: inline-flex;\n      align-items: center;\n      gap: 0.35rem;\n      font-weight: 600;\n      color: var(--fx1h-accent);\n    }\n\n    .fx1h-fragment .warranty-link svg {\n      width: 1.1em;\n      height: 1.1em;\n      flex-shrink: 0;\n    }\n\n    .fx1h-fragment .features-intro {\n      margin-bottom: 2rem;\n    }\n\n    .fx1h-fragment .features-intro p {\n      margin: 0;\n      color: var(--fx1h-text-muted);\n    }\n\n    .fx1h-fragment .media-row {\n      display: grid;\n      gap: var(--fx1h-gap);\n      align-items: center;\n      margin-bottom: clamp(2rem, 4vw, 3rem);\n    }\n\n    .fx1h-fragment .media-row:last-child {\n      margin-bottom: 0;\n    }\n\n    @container fx1h (min-width: 48rem) {\n      .fx1h-fragment .media-row {\n        grid-template-columns: 1fr 1fr;\n        margin-bottom: clamp(2.5rem, 4vw, 3.5rem);\n      }\n\n      .fx1h-fragment .media-row.reverse .media-visual {\n        order: 2;\n      }\n\n      .fx1h-fragment .media-row.reverse .media-copy {\n        order: 1;\n      }\n    }\n\n    .fx1h-fragment .media-visual {\n      background: var(--fx1h-surface);\n      border-radius: var(--fx1h-radius-lg);\n      border: 1px solid var(--fx1h-border);\n      overflow: hidden;\n      aspect-ratio: 16 \/ 10;\n    }\n\n    .fx1h-fragment .media-visual.contain {\n      aspect-ratio: auto;\n    }\n\n    .fx1h-fragment .media-visual img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n    }\n\n    .fx1h-fragment .media-visual.contain img {\n      object-fit: contain;\n      height: auto;\n    }\n\n    .fx1h-fragment .media-copy {\n      padding: 0.25rem 0;\n    }\n\n    .fx1h-fragment .media-copy h2 {\n      margin: 0 0 0.5rem;\n      font-size: clamp(1.2rem, 2.5vw, 1.4rem);\n      font-weight: 700;\n    }\n\n    .fx1h-fragment .media-copy p,\n    .fx1h-fragment .media-copy li {\n      color: var(--fx1h-text-muted);\n    }\n\n    .fx1h-fragment .media-copy ol,\n    .fx1h-fragment .media-copy ul {\n      margin: 0.75rem 0 0;\n      padding-left: 1.25rem;\n    }\n\n    .fx1h-fragment .media-copy li {\n      margin-bottom: 0.35rem;\n    }\n\n    .fx1h-fragment .embed-block {\n      background: var(--fx1h-surface);\n      border: 1px solid var(--fx1h-border);\n      border-radius: var(--fx1h-radius-lg);\n      padding: clamp(1.25rem, 3vw, 1.75rem);\n    }\n\n    .fx1h-fragment .embed-ratio {\n      position: relative;\n      width: 100%;\n      padding-bottom: 56.25%;\n      margin-top: 1rem;\n      border-radius: var(--fx1h-radius);\n      overflow: hidden;\n      background: var(--fx1h-surface-2);\n      border: 1px solid var(--fx1h-border);\n    }\n\n    .fx1h-fragment .embed-ratio iframe {\n      position: absolute;\n      inset: 0;\n      width: 100%;\n      height: 100%;\n      border: 0;\n    }\n\n    .fx1h-fragment .embed-pending-inner {\n      position: absolute;\n      inset: 0;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      padding: clamp(1rem, 3vw, 1.75rem);\n      text-align: center;\n      color: var(--fx1h-text-muted);\n      font-size: 0.9375rem;\n      line-height: 1.55;\n    }\n\n    .fx1h-fragment .embed-pending-inner p {\n      margin: 0;\n      max-width: 36rem;\n    }\n\n    .fx1h-fragment .embed-pending-inner code {\n      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", monospace;\n      font-size: 0.88em;\n      color: var(--fx1h-text);\n    }\n\n    .fx1h-fragment .embed-block .section-title {\n      margin-bottom: 0.5rem;\n    }\n\n    .fx1h-fragment .embed-block .section-lead {\n      margin-bottom: 0;\n    }\n\n    .fx1h-fragment .specs-panel {\n      background: var(--fx1h-surface);\n      border: 1px solid var(--fx1h-border);\n      border-radius: var(--fx1h-radius-lg);\n      padding: clamp(1.25rem, 3vw, 1.75rem);\n    }\n\n    .fx1h-fragment .specs-panel .section-title {\n      margin-bottom: 1rem;\n    }\n\n    .fx1h-fragment .specs-scroll {\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin: 0 -0.25rem;\n      padding: 0 0.25rem;\n    }\n\n    .fx1h-fragment .specs-table {\n      width: 100%;\n      min-width: min(100%, 36rem);\n      border-collapse: collapse;\n      font-size: 0.9375rem;\n    }\n\n    .fx1h-fragment .specs-table tbody tr {\n      border-bottom: 1px solid var(--fx1h-border);\n    }\n\n    .fx1h-fragment .specs-table tbody tr:last-child {\n      border-bottom: 0;\n    }\n\n    .fx1h-fragment .specs-table td {\n      padding: 0.65rem 0.75rem;\n      vertical-align: top;\n    }\n\n    .fx1h-fragment .specs-table td:first-child {\n      width: 38%;\n      max-width: 12rem;\n      font-weight: 600;\n      color: var(--fx1h-text);\n      text-transform: capitalize;\n    }\n\n    .fx1h-fragment .specs-table td:last-child {\n      color: var(--fx1h-text-muted);\n    }\n\n    .fx1h-fragment .specs-table tbody tr:nth-child(even) {\n      background: rgba(255, 255, 255, 0.6);\n    }\n\n    .fx1h-fragment .section-divider {\n      display: block;\n      width: 100%;\n      height: 0;\n      margin: clamp(1.25rem, 3vw, 2rem) 0;\n      border: 0;\n      border-top: 1px solid var(--fx1h-border);\n    }\n\n    \/* When pasted inside Shopify rich text (.rte), neutralize theme `.rte img { margin: 10px 0 }` on embed images *\/\n    .rte .fx1h-fragment img {\n      margin: 0;\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"fx1h-fragment\" data-fx1h-product-embed=\"force-fat-tire-x1h\"\u003e\n\u003csection class=\"intro-hero\" aria-labelledby=\"fx1h-hero-title\"\u003e\n\u003cdiv class=\"intro-hero-bg\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/teslica-force-fat-tire-dual-suspension-ebike-wallpaper_8120c58b-1dd6-4280-9b52-569c407f7c40.png?v=1769697898\u0026amp;width=2400\" alt=\"Teslica Force fat tire dual suspension eBike\" width=\"3840\" height=\"2160\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"intro-hero-overlay\" aria-hidden=\"true\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"intro-hero-inner wrap\"\u003e\n\u003ch1 id=\"fx1h-hero-title\"\u003eRugged power meets all-terrain foldable convenience\u003c\/h1\u003e\n\u003cp\u003eThe Force X1H is built for adventure, featuring a dual suspension system and 20\" fat tires that absorb shocks on the most demanding trails. Its heavy-duty frame folds in seconds, allowing you to transport a high-performance off-roader in the trunk of a car or a small apartment. Equipped with integrated lights and a rear rack, this bike offers a perfect balance of rugged durability and urban practicality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"section-divider\" aria-hidden=\"true\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csection class=\"block\" aria-labelledby=\"fx1h-key-specs-title\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003ch2 id=\"fx1h-key-specs-title\" class=\"section-title\"\u003eForce fat tire dual suspension 500W eBike (X1H) — Key specs\u003c\/h2\u003e\n\u003cp class=\"section-lead\"\u003eYour needs make every spec matter. Here are the numbers that make the difference.\u003c\/p\u003e\n\u003cdiv class=\"spec-grid key-features\"\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Route.png?v=1769636308\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\"\u003e\n\u003ch3\u003e50-100 Km\u003c\/h3\u003e\n\u003cp\u003eMax range\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Teslica_Icons_1.png?v=1769636129\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\"\u003e\n\u003ch3\u003e32 Km\/hr\u003c\/h3\u003e\n\u003cp\u003eMax speed\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Power.png?v=1769636297\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\"\u003e\n\u003ch3\u003e500W\u003c\/h3\u003e\n\u003cp\u003eMotor power\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Pedal_Assist.png?v=1769636671\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\"\u003e\n\u003ch3\u003eTorque sensor\u003c\/h3\u003e\n\u003cp\u003ePedal assist\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/bicycle_tire.png?v=1769636477\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\"\u003e\n\u003ch3\u003eFat tire\u003c\/h3\u003e\n\u003cp\u003eTire type\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Tire_Size.png?v=1769636542\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\"\u003e\n\u003ch3\u003e20\" × 4\"\u003c\/h3\u003e\n\u003cp\u003eTire size\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Weight_1.png?v=1769636624\u0026amp;width=400\" alt=\"\" width=\"60\" height=\"60\"\u003e\n\u003ch3\u003e330 lb\u003c\/h3\u003e\n\u003cp\u003eMax weight\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"block\" aria-labelledby=\"fx1h-warranty-title\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"warranty\"\u003e\n\u003cdiv class=\"warranty-bg\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Generated_Image_January_27_2026_-_3_38PM.jpg?v=1769547056\u0026amp;width=1600\" alt=\"\" width=\"1584\" height=\"672\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"warranty-inner\"\u003e\n\u003cp class=\"warranty-eyebrow\"\u003eRide with confidence\u003c\/p\u003e\n\u003ch2 id=\"fx1h-warranty-title\"\u003e10-year warranty\u003c\/h2\u003e\n\u003cp class=\"warranty-sub\"\u003eOur extended warranty coverage is included.\u003c\/p\u003e\n\u003ca class=\"warranty-link\" href=\"https:\/\/www.teslica.com\/pages\/teslica-10-year-warranty\"\u003e Learn more \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\n              \u003cpath d=\"M5 12h14M13 6l6 6-6 6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"block\" aria-labelledby=\"fx1h-features-title\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003ch2 id=\"fx1h-features-title\" class=\"section-title\"\u003eForce fat tire dual suspension 500W eBike (X1H) — Features\u003c\/h2\u003e\n\u003cdiv class=\"features-intro\"\u003e\n\u003cp\u003eThe Force fat tire dual suspension eBike (X1H) is built for riders who want maximum comfort, versatility, and rugged performance, featuring a folding frame that easily fits into smaller spaces, under a desk, or in a vehicle for transport and storage. Equipped with wide fat tires for enhanced stability and a smoother ride, this eBike also offers dual suspension to absorb bumps and rough terrain with ease, with a 500W motor, up to 120 km of range, and a top speed of 32 km\/hr. Riders can choose between cadence or torque sensor pedal assist to match their preferred riding style, while hydraulic disc brakes with a parking brake deliver confident stopping power and added security. Built with Samsung battery cells and protected by Teslica's SafeVolt™ system featuring CE certified components, smart BMS, IP66 water and dust resistance, and a smart charger, the Force X1H supports up to 330 lbs, fits riders from 5'0\" to 6'3\", and is backed by a 10-year limited warranty and lifetime frame warranty for long-term reliability and peace of mind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row\"\u003e\n\u003cdiv class=\"media-visual contain\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/x1h-folding.webp?v=1769783094\u0026amp;width=1200\" alt=\"Folding frame\" width=\"1920\" height=\"1080\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eFolding frame\u003c\/h2\u003e\n\u003cp\u003eFolds into smaller spaces, under the desk, or in your car for transportation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row reverse\"\u003e\n\u003cdiv class=\"media-visual contain\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/copy-of-c3h-elite-red.webp?v=1769783162\u0026amp;width=1200\" alt=\"Fat tires\" width=\"2048\" height=\"1307\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eFat tire\u003c\/h2\u003e\n\u003cp\u003eWider tires mean a more comfortable ride.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row\"\u003e\n\u003cdiv class=\"media-visual\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/copy-of-c3h-elite-red-1.webp?v=1769783190\u0026amp;width=1200\" alt=\"Cadence or torque sensor options\" width=\"2048\" height=\"1307\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eOptions for cadence or torque sensor\u003c\/h2\u003e\n\u003cp\u003eChoose your preferred system.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row reverse\"\u003e\n\u003cdiv class=\"media-visual\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/red-white-simple-stay-connected-email-header-1_eafea89c-607b-4378-a642-99810a520ebc.webp?v=1769782041\u0026amp;width=1200\" alt=\"Samsung UL certified battery\" width=\"781\" height=\"625\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eSamsung battery cells\u003c\/h2\u003e\n\u003cp\u003eEquipped with the \u003cem\u003eTeslica SafeVolt™\u003c\/em\u003e battery safety system.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eTeslica SafeVolt™\u003c\/strong\u003e\u003c\/p\u003e\n\u003col\u003e\n\u003cli\u003eCE certified Samsung 50E battery cells\u003c\/li\u003e\n\u003cli\u003eCE certified motor\u003c\/li\u003e\n\u003cli\u003eSmart battery management system (BMS)\u003c\/li\u003e\n\u003cli\u003eIP66 water and dust resistance\u003c\/li\u003e\n\u003cli\u003eSmart charger\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"media-row\"\u003e\n\u003cdiv class=\"media-visual\"\u003e\u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/x1h-suspension.webp?v=1769783298\u0026amp;width=1200\" alt=\"Dual suspension\" width=\"1920\" height=\"1080\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"media-copy\"\u003e\n\u003ch2\u003eDual suspension\u003c\/h2\u003e\n\u003cp\u003eFor maximum comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"block\" aria-labelledby=\"fx1h-bonus-title\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003ch2 id=\"fx1h-bonus-title\" class=\"section-title\"\u003eBonus features\u003c\/h2\u003e\n\u003cp class=\"section-lead\"\u003eExclusive features for the Force fat tire dual suspension 500W eBike (X1H).\u003c\/p\u003e\n\u003cdiv class=\"bonus-grid\"\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Fender_1.png?v=1774287804\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\"\u003e\n\u003ch3\u003eFull fenders included\u003c\/h3\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Rack.png?v=1774287272\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\"\u003e\n\u003ch3\u003eRear racks included\u003c\/h3\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Light.png?v=1774287509\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\"\u003e\n\u003ch3\u003eFront and rear lights included\u003c\/h3\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/Suspensions.png?v=1774287892\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\"\u003e\n\u003ch3\u003eAdjustable suspension fork\u003c\/h3\u003e\n\u003c\/article\u003e\n\u003carticle class=\"spec-card bonus\"\u003e\u003cimg class=\"icon\" src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/bicycle_tire.png?v=1769636477\u0026amp;width=400\" alt=\"\" width=\"80\" height=\"80\"\u003e\n\u003ch3\u003ePuncture resistant tires\u003c\/h3\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"block\" aria-labelledby=\"fx1h-embed-title\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"embed-block\"\u003e\n\u003ch2 id=\"fx1h-embed-title\" class=\"section-title\"\u003eExplore your Force X1H in 3D\u003c\/h2\u003e\n\u003cp class=\"section-lead\"\u003eUse your fingers or mouse to move the bike around.\u003c\/p\u003e\n\u003cdiv class=\"embed-ratio\" role=\"region\" aria-label=\"3D viewer\"\u003e\n\u003cdiv class=\"embed-pending-inner\"\u003e\n\u003cp\u003eThe storefront export did not include a Luma Labs embed URL yet. When you have the embed link, replace this placeholder with an \u003ccode\u003eiframe\u003c\/code\u003e inside the same \u003ccode\u003eembed-ratio\u003c\/code\u003e wrapper (copy the pattern from another product fragment in this repo).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"block\" aria-labelledby=\"fx1h-specs-table-title\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"specs-panel\"\u003e\n\u003ch2 id=\"fx1h-specs-table-title\" class=\"section-title\"\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-scroll\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery\u003c\/td\u003e\n\u003ctd\u003ePAS: Lithium ion, Samsung cells, 48V 14.4Ah | Torque: Lithium ion, Samsung cells, 48V 15Ah\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery charger\u003c\/td\u003e\n\u003ctd\u003eSmart charger, 120 V input, 54.6 V output, 2.0 A charge rate\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotor\u003c\/td\u003e\n\u003ctd\u003eTeslica 500W rear mounted geared hub motor (85 Nm of torque)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eController\u003c\/td\u003e\n\u003ctd\u003eSensored 48 V controller, 22 A maximum current capacity\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLCD\u003c\/td\u003e\n\u003ctd\u003eKey-Disp 218 colored LCD display with USB charge\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eThrottle\u003c\/td\u003e\n\u003ctd\u003eTwist throttle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSensor\u003c\/td\u003e\n\u003ctd\u003eTorque sensor or cadence sensor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFrame material\u003c\/td\u003e\n\u003ctd\u003e6061 aluminum frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFrame size\u003c\/td\u003e\n\u003ctd\u003e17.5\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFork\u003c\/td\u003e\n\u003ctd\u003eSuspension fork with 100 mm of travel and a lockout function\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTires\u003c\/td\u003e\n\u003ctd\u003eCST 20\" × 4.0\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaximum weight capacity\u003c\/td\u003e\n\u003ctd\u003e330 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRear rack weight capacity\u003c\/td\u003e\n\u003ctd\u003e40 lbs (18 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrake system\u003c\/td\u003e\n\u003ctd\u003e160 mm Tektro F\/R hydraulic disc brake\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGears\u003c\/td\u003e\n\u003ctd\u003e13–32 tooth 8 speed freewheel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRear derailleur\u003c\/td\u003e\n\u003ctd\u003eShimano Altus 8 speed, protected by derailleur cage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFenders\u003c\/td\u003e\n\u003ctd\u003eFront and back fenders with reach adjustment\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eKickstand\u003c\/td\u003e\n\u003ctd\u003eAdjustable forged aluminium kickstand\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLights\u003c\/td\u003e\n\u003ctd\u003eIntegrated front and rear lights powered by the battery\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApproximate range\u003c\/td\u003e\n\u003ctd\u003e50 km – 100 km\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApproximate weight\u003c\/td\u003e\n\u003ctd\u003e68 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Teslica eBikes","offers":[{"title":"Black \/ Torque(15Ah), Twist Throttle","offer_id":47417658966185,"sku":"210000000876","price":2549.15,"currency_code":"CAD","in_stock":true},{"title":"Crimson \/ Torque(15Ah), Twist Throttle","offer_id":47417658998953,"sku":"210000000749","price":2549.15,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/files\/X1H1.webp?v=1788530496"},{"product_id":"ezee-life-rover-4-mobility-scooter-ch4040-split-frame-4-wheel-electric-scooter-canada","title":"EZee Life Rover 4 Mobility Scooter CH4040 | Split Frame 4-Wheel Electric Scooter Canada","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');.pdp-content{font-family:'Open Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#333;line-height:1.75;max-width:100%;margin:0;padding:0;font-size:15px}.pdp-content *{box-sizing:border-box}.pdp-content h2{font-family:'Open Sans',sans-serif;color:#1a365d;font-size:24px;font-weight:700;margin:32px 0 16px 0;padding-bottom:10px;border-bottom:3px solid #2b6cb0}.pdp-content h2:first-of-type{margin-top:0}.pdp-content h3{font-family:'Open Sans',sans-serif;color:#2c5282;font-size:18.8px;font-weight:600;margin:24px 0 12px 0}.pdp-content p{margin:0 0 16px 0;font-size:16px;color:#4a5568}.pdp-content .intro-box{font-size:16.8px;color:#2d3748;background:linear-gradient(135deg,#f7fafc 0%,#edf2f7 100%);padding:20px 24px;border-radius:8px;border-left:4px solid #2b6cb0;margin-bottom:24px}.pdp-content .intro-box p{margin:0;color:#2d3748}.pdp-content ul{margin:0 0 24px 0;padding:0;list-style:none}.pdp-content ul li{position:relative;padding:8px 0 8px 32px;margin:0;font-size:15.6px;color:#4a5568}.pdp-content ul li::before{content:'\\2713';position:absolute;left:4px;color:#38a169;font-weight:700;font-size:16px}.pdp-content .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin:20px 0 28px 0}.pdp-content .feature-card{background:#f8fafc;padding:16px 20px;border-radius:8px;border:1px solid #e2e8f0;transition:all 0.2s ease}.pdp-content .feature-card:hover{border-color:#cbd5e0;box-shadow:0 2px 8px rgba(0,0,0,0.06)}.pdp-content .feature-card strong{font-family:'Open Sans',sans-serif;color:#1a365d;display:block;margin-bottom:8px;font-size:15.6px;font-weight:600}.pdp-content .feature-card span{color:#4a5568;font-size:14.8px;line-height:1.5;display:block}.pdp-content table{width:100%;border-collapse:collapse;font-size:15.2px;margin:24px 0;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.pdp-content thead tr{background:#f8fafc;border-bottom:2px solid #e2e8f0}.pdp-content thead th{font-family:'Open Sans',sans-serif;color:#4a5568;padding:16px 24px;text-align:left;font-weight:600;font-size:14.4px;text-transform:uppercase;letter-spacing:0.05em}.pdp-content tbody td{font-family:'Open Sans',sans-serif;padding:16px 24px;border-bottom:1px solid #e2e8f0;color:#4a5568;font-size:15.2px}.pdp-content tbody td:first-child{font-weight:600;color:#2d3748;width:50%}.pdp-content tbody tr:last-child td{border-bottom:none}.pdp-content tbody tr:hover{background:#f7fafc}.pdp-content .best-for-box{background:linear-gradient(135deg,#f0fff4 0%,#c6f6d5 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #9ae6b4}.pdp-content .best-for-box ul{margin:0}.pdp-content .best-for-box ul li::before{content:'\\2192';color:#276749}.pdp-content .why-buy-box{background:linear-gradient(135deg,#ebf8ff 0%,#bee3f8 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #90cdf4}.pdp-content .why-buy-box ul{margin:0}.pdp-content .why-buy-box ul li::before{content:'\\2605';color:#d69e2e}.pdp-content .faq-container{margin:16px 0 28px 0}.pdp-content details{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:10px;overflow:hidden}.pdp-content details:hover{border-color:#cbd5e0}.pdp-content details[open]{box-shadow:0 4px 12px rgba(0,0,0,0.08);border-color:#2b6cb0}.pdp-content summary{font-family:'Open Sans',sans-serif;padding:16px 20px;cursor:pointer;font-weight:600;color:#2d3748;background:#f7fafc;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:15.6px}.pdp-content summary:hover{background:#edf2f7}.pdp-content summary::-webkit-details-marker{display:none}.pdp-content summary::marker{display:none}.pdp-content summary::after{content:'+';font-size:22px;color:#2b6cb0;font-weight:600;width:24px;text-align:center}.pdp-content details[open] summary{background:#ebf8ff;border-bottom:1px solid #bee3f8}.pdp-content details[open] summary::after{content:'-'}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:16px 20px;margin:0;color:#4a5568;background:#fff;font-size:15.2px;line-height:1.7}.pdp-content .summary-box{background:linear-gradient(135deg,#faf5ff 0%,#e9d8fd 100%);padding:20px 24px;border-radius:8px;margin:28px 0;border:1px solid #d6bcfa}.pdp-content .summary-box p{margin:0;color:#553c9a;font-size:16px}.pdp-content .disclaimer-box{background:#fffaf0;padding:16px 20px;border-radius:8px;margin:28px 0 16px 0;border:1px solid #f6ad55;border-left:4px solid #dd6b20}.pdp-content .disclaimer-box p{margin:0;color:#744210;font-size:14px;line-height:1.6}.pdp-content .disclaimer-box strong{color:#c05621}@media(max-width:768px){.pdp-content{font-size:14px}.pdp-content h2{font-size:20.8px;margin-top:24px}.pdp-content .features-grid{grid-template-columns:1fr;gap:12px}.pdp-content .feature-card{padding:14px 16px}.pdp-content thead th,.pdp-content tbody td{padding:12px 16px;font-size:14px}.pdp-content tbody td:first-child{width:45%}.pdp-content summary{padding:14px 16px;font-size:14.8px}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:14px 16px}.pdp-content .intro-box,.pdp-content .best-for-box,.pdp-content .why-buy-box,.pdp-content .summary-box,.pdp-content .disclaimer-box{padding:16px}}@media(max-width:480px){.pdp-content h2{font-size:19.2px}.pdp-content thead th,.pdp-content tbody td{padding:10px 12px;font-size:12.8px}}\u003c\/style\u003e\u003cdiv class=\"pdp-content\"\u003e\n\u003ch2\u003eProduct Description\u003c\/h2\u003e\n\u003cdiv class=\"intro-box\"\u003e\u003cp\u003eThe EZee Life Rover 4 Mobility Scooter (CH4040) is a heavy duty 4 wheel mobility scooter engineered for Canadians who demand outdoor performance — delivering a 25 km (15.5-mile) range per charge, a 136 kg (300 lb) weight capacity, and a unique split-frame design that separates into two manageable sections for loading into most family cars and SUVs without a ramp or lift.\u003c\/p\u003e\u003c\/div\u003e\n\u003cp\u003eDesigned for both outdoor exploration and indoor navigation, the Rover 4 features a dual-speed control system with a fast mode for open pathways and a turtle (slow) mode for precise, confident indoor movement — selected via a rotary potentiometer dial. Its large 34 cm rear outdoor traction wheels, 12.7 cm (5″) ground clearance, and 8° (14%) climbing capability make it equally capable on sidewalks, gravel paths, community trails, and shopping centre floors. A deluxe memory foam seat, adjustable flip-style armrests, front and rear LED safety lights, and a rearview mirror complete a full-featured comfort and safety package.\u003c\/p\u003e\n\u003cp\u003eAvailable from Factory Direct Medical with free shipping across Canada, the Rover 4 is backed by EZee Life™’s one-year limited manufacturer’s warranty and dedicated Canadian customer support at 1-855-235-2400 — delivering the reliability and after-sales confidence Canadians expect from a direct-purchase mobility solution.\u003c\/p\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eSplit-Frame Transport Design\u003c\/strong\u003e \u003cspan\u003eThe Rover 4 separates into a front section (34.9 kg \/ 77 lbs) and rear section (27.2 kg \/ 60 lbs) for easier loading into most cars and SUVs — no ramp or lift required for transport.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eDual-Speed Control — Fast \u0026amp; Turtle Modes\u003c\/strong\u003e \u003cspan\u003eA unique rotary potentiometer dial lets users select between fast mode for outdoor travel and turtle (slow) mode for precise indoor navigation — improving confidence and safety for all experience levels.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eAll-Terrain Outdoor Wheels\u003c\/strong\u003e \u003cspan\u003eLarge 34 × 6.5 cm rear wheels and 26 × 8 cm front wheels provide excellent traction and stability on gravel, grass, uneven paths, and paved outdoor surfaces.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eHigh Ground Clearance\u003c\/strong\u003e \u003cspan\u003e12.7 cm (5″) of ground clearance gives the Rover 4 the clearance needed to navigate kerbs, rough surfaces, and outdoor terrain that would ground lower-clearance scooters.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eDeluxe Memory Foam Seat\u003c\/strong\u003e \u003cspan\u003eThe padded memory foam seat with supportive backrest and adjustable flip-style armrests delivers extended comfort for long community outings or day trips.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eLED Safety Lights \u0026amp; Rearview Mirror\u003c\/strong\u003e \u003cspan\u003eFront and rear LED lights improve visibility in low-light conditions, while the built-in rearview mirror enhances awareness — both essential safety features for outdoor scooter use.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eDesigned for Comfort \u0026amp; Safety\u003c\/h2\u003e\n\u003cp\u003eThe Rover 4 is purpose-built for users who need a stable, feature-rich scooter for regular outdoor and community use. Its four-wheel platform provides a wide, balanced base across varied terrain, while the 107 cm (42″) turning radius keeps the scooter manoeuvrable in tighter spaces. The electronic automatic braking system activates when the throttle is released, ensuring smooth, predictable stops, and the foldable, adjustable tiller allows riders to set the steering column to a comfortable ergonomic angle. The scooter’s assembled dimensions of 137.2 × 63.5 × 94 cm and a seat height of 55.9 cm (22″) accommodate a wide range of users up to 136 kg (300 lbs).\u003c\/p\u003e\n\u003cp\u003eThe Rover 4’s maximum rated incline is 8° (14%) — do not operate on steeper gradients. The weight capacity of 136 kg (300 lbs) must not be exceeded. Always maintain tyre pressure at 3.2 bar (45 psi) and inspect the scooter before each use. Consult a physiotherapist or occupational therapist before use to confirm this scooter is appropriate for your specific mobility needs.\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight Capacity\u003c\/td\u003e\n\u003ctd\u003e136 kg (300 lbs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaximum Speed\u003c\/td\u003e\n\u003ctd\u003e12 km\/h (7.5 mph)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEstimated Range\u003c\/td\u003e\n\u003ctd\u003e25 km (15.5 miles) per charge\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower Supply\u003c\/td\u003e\n\u003ctd\u003e24V — 2 × 12V-26Ah sealed lead acid batteries\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCharge Time\u003c\/td\u003e\n\u003ctd\u003e7–10 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Pack Weight\u003c\/td\u003e\n\u003ctd\u003e9.5 kg (20.9 lbs) × 2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eClimbing Slope\u003c\/td\u003e\n\u003ctd\u003e8° (14%)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGround Clearance\u003c\/td\u003e\n\u003ctd\u003e12.7 cm (5″)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTurning Radius\u003c\/td\u003e\n\u003ctd\u003e107 cm (42″)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eScooter Weight (assembled)\u003c\/td\u003e\n\u003ctd\u003e81.6 kg (180 lbs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFront Frame Weight\u003c\/td\u003e\n\u003ctd\u003e34.9 kg (77 lbs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRear Frame Weight\u003c\/td\u003e\n\u003ctd\u003e27.2 kg (60 lbs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Dimensions\u003c\/td\u003e\n\u003ctd\u003e137.2 × 63.5 × 94 cm (54″ × 25″ × 37″)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFront Frame Dimensions\u003c\/td\u003e\n\u003ctd\u003e61 × 61 × 53.3 cm (24″ × 24″ × 21″)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRear Frame Dimensions\u003c\/td\u003e\n\u003ctd\u003e61 × 40.6 × 66 cm (24″ × 16″ × 26″)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFront Wheels\u003c\/td\u003e\n\u003ctd\u003e26 × 8 cm (10.2″ × 3.1″)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRear Wheels\u003c\/td\u003e\n\u003ctd\u003e34 × 6.5 cm (13.4″ × 2.6″)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTyre Pressure\u003c\/td\u003e\n\u003ctd\u003e3.2 bar (45 psi)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeat Height\u003c\/td\u003e\n\u003ctd\u003e55.9 cm (22″)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeat Width\u003c\/td\u003e\n\u003ctd\u003e56 cm (18″)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeat Depth\u003c\/td\u003e\n\u003ctd\u003e57 cm (18.5″)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSpeed Control\u003c\/td\u003e\n\u003ctd\u003eDual-speed — fast and turtle modes (rotary potentiometer dial)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrakes\u003c\/td\u003e\n\u003ctd\u003eElectronic automatic brakes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTiller\u003c\/td\u003e\n\u003ctd\u003eAdjustable \u0026amp; foldable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIncluded Accessories\u003c\/td\u003e\n\u003ctd\u003eFront basket, rearview mirror, front \u0026amp; rear LED lights\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e1-year limited (manufacturing defects); battery 3 months\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch2\u003eBest For\u003c\/h2\u003e\n\u003cdiv class=\"best-for-box\"\u003e\u003cul\u003e\n\u003cli\u003eCanadians who need a heavy duty 4 wheel mobility scooter for regular outdoor use on varied terrain — gravel, grass, uneven paths, and community trails\u003c\/li\u003e\n\u003cli\u003eUsers who require easy vehicle transport without a ramp — the split-frame design divides into two sections for loading into most cars and SUVs\u003c\/li\u003e\n\u003cli\u003eSeniors and active adults seeking extended-range community mobility with a comfortable full-featured seat and safety lighting system\u003c\/li\u003e\n\u003cli\u003eThose who need dual-speed versatility — fast mode for outdoor paths and turtle (slow) mode for precise indoor navigation in shopping centres or care facilities\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\n\u003ch2\u003eWhy Choose This Product\u003c\/h2\u003e\n\u003cdiv class=\"why-buy-box\"\u003e\u003cul\u003e\n\u003cli\u003eUnique split-frame transport design — the Rover 4 divides into a front section (34.9 kg \/ 77 lbs) and rear section (27.2 kg \/ 60 lbs), making vehicle transport achievable without a ramp or vehicle lift\u003c\/li\u003e\n\u003cli\u003eExclusive dual-speed fast\/turtle control system with rotary dial — a precision feature that gives confident speed management indoors and outdoors, not found on most competing scooters in this price range\u003c\/li\u003e\n\u003cli\u003eFactory Direct Medical advantage — available with free shipping across Canada, backed by EZee Life™’s one-year manufacturer’s warranty, and supported by dedicated Canadian customer service\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdetails\u003e\u003csummary\u003eHow far can the EZee Life Rover 4 mobility scooter travel on one charge?\u003c\/summary\u003e\u003cp\u003eThe Rover 4 has an estimated range of 25 km (15.5 miles) per charge under normal operating conditions. Actual range will vary depending on user weight, terrain type, incline, ambient temperature, and the age and condition of the batteries. The scooter uses a dual 12V-26Ah sealed lead acid battery system with a charge time of 7–10 hours. For best range, charge batteries fully before each outing and avoid storing them in a fully discharged state.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eCan the Rover 4 mobility scooter be used on rough terrain and outdoor surfaces?\u003c\/summary\u003e\u003cp\u003eYes — the Rover 4 is specifically designed for outdoor use. Its 12.7 cm (5″) ground clearance, large 34 cm rear traction wheels, and 8° (14%) climbing capability allow it to handle gravel paths, grass, gentle inclines, and uneven outdoor surfaces with confidence. The four-wheel platform provides stability on varied terrain. For safety, do not exceed the 8° maximum incline rating and always operate on surfaces appropriate for a mobility scooter.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow do you transport the EZee Life Rover 4 mobility scooter in a car?\u003c\/summary\u003e\u003cp\u003eThe Rover 4 features a split-frame design that separates into two sections for easier vehicle transport. The front frame weighs 34.9 kg (77 lbs) and the rear frame weighs 27.2 kg (60 lbs) — each manageable as a separate lift for most users. The frame locking mechanism ensures secure assembly during operation and quick separation when needed. Most standard family cars, SUVs, and minivans can accommodate both sections in the boot or rear cargo area. A standard car charger accessory is available for charging during travel.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003ch2\u003eSummary\u003c\/h2\u003e\n\u003cdiv class=\"summary-box\"\u003e\u003cp\u003eThe EZee Life Rover 4 Mobility Scooter (CH4040) is a heavy duty 4 wheel outdoor scooter delivering 25 km of range, 136 kg weight capacity, dual-speed fast\/turtle control, and a split-frame design that fits into most family vehicles — available from Factory Direct Medical with free shipping across Canada and a one-year limited manufacturer’s warranty.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"disclaimer-box\"\u003e\u003cp\u003e\u003cstrong\u003eImportant Notice:\u003c\/strong\u003e The EZee Life Rover 4 Mobility Scooter is a mobility aid designed to assist individuals with limited mobility during daily activities. It is not a substitute for professional medical advice or treatment. Consult a physiotherapist or occupational therapist before use to confirm this product is appropriate for your specific mobility needs and physical condition. Do not exceed the maximum weight capacity of 136 kg (300 lbs). Do not operate on inclines steeper than 8° (14%). Maintain tyre pressure at 3.2 bar (45 psi) and inspect the scooter before each use. Always follow the manufacturer’s operating guidelines provided in the owner’s manual.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Factory Direct Medical","offers":[{"title":"Lithium Batteries (charger incl.)","offer_id":47417669681321,"sku":"CH4040","price":4995.0,"currency_code":"CAD","in_stock":true},{"title":"Lead Acid","offer_id":47417669714089,"sku":"CH4040","price":4895.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/files\/rover-4-mobility-scooter-ch4040-ezee-life-2507875.webp?v=1788530767"},{"product_id":"matrix-lite-foldable-mobility-scooter-auto-fold-remote-control-28-kg-electric-scooter-canada","title":"Matrix Lite Foldable Mobility Scooter | Auto-Fold Remote Control 28 kg Electric Scooter Canada","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');.pdp-content{font-family:'Open Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#333;line-height:1.75;max-width:100%;margin:0;padding:0;font-size:15px}.pdp-content *{box-sizing:border-box}.pdp-content h2{font-family:'Open Sans',sans-serif;color:#1a365d;font-size:24px;font-weight:700;margin:32px 0 16px 0;padding-bottom:10px;border-bottom:3px solid #2b6cb0}.pdp-content h2:first-of-type{margin-top:0}.pdp-content h3{font-family:'Open Sans',sans-serif;color:#2c5282;font-size:18.8px;font-weight:600;margin:24px 0 12px 0}.pdp-content p{margin:0 0 16px 0;font-size:16px;color:#4a5568}.pdp-content .intro-box{font-size:16.8px;color:#2d3748;background:linear-gradient(135deg,#f7fafc 0%,#edf2f7 100%);padding:20px 24px;border-radius:8px;border-left:4px solid #2b6cb0;margin-bottom:24px}.pdp-content .intro-box p{margin:0;color:#2d3748}.pdp-content ul{margin:0 0 24px 0;padding:0;list-style:none}.pdp-content ul li{position:relative;padding:8px 0 8px 32px;margin:0;font-size:15.6px;color:#4a5568}.pdp-content ul li::before{content:'\\2713';position:absolute;left:4px;color:#38a169;font-weight:700;font-size:16px}.pdp-content .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin:20px 0 28px 0}.pdp-content .feature-card{background:#f8fafc;padding:16px 20px;border-radius:8px;border:1px solid #e2e8f0;transition:all 0.2s ease}.pdp-content .feature-card:hover{border-color:#cbd5e0;box-shadow:0 2px 8px rgba(0,0,0,0.06)}.pdp-content .feature-card strong{font-family:'Open Sans',sans-serif;color:#1a365d;display:block;margin-bottom:8px;font-size:15.6px;font-weight:600}.pdp-content .feature-card span{color:#4a5568;font-size:14.8px;line-height:1.5;display:block}.pdp-content table{width:100%;border-collapse:collapse;font-size:15.2px;margin:24px 0;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.pdp-content thead tr{background:#f8fafc;border-bottom:2px solid #e2e8f0}.pdp-content thead th{font-family:'Open Sans',sans-serif;color:#4a5568;padding:16px 24px;text-align:left;font-weight:600;font-size:14.4px;text-transform:uppercase;letter-spacing:0.05em}.pdp-content tbody td{font-family:'Open Sans',sans-serif;padding:16px 24px;border-bottom:1px solid #e2e8f0;color:#4a5568;font-size:15.2px}.pdp-content tbody td:first-child{font-weight:600;color:#2d3748;width:50%}.pdp-content tbody tr:last-child td{border-bottom:none}.pdp-content tbody tr:hover{background:#f7fafc}.pdp-content .best-for-box{background:linear-gradient(135deg,#f0fff4 0%,#c6f6d5 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #9ae6b4}.pdp-content .best-for-box ul{margin:0}.pdp-content .best-for-box ul li::before{content:'\\2192';color:#276749}.pdp-content .why-buy-box{background:linear-gradient(135deg,#ebf8ff 0%,#bee3f8 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #90cdf4}.pdp-content .why-buy-box ul{margin:0}.pdp-content .why-buy-box ul li::before{content:'\\2605';color:#d69e2e}.pdp-content .faq-container{margin:16px 0 28px 0}.pdp-content details{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:10px;overflow:hidden}.pdp-content details:hover{border-color:#cbd5e0}.pdp-content details[open]{box-shadow:0 4px 12px rgba(0,0,0,0.08);border-color:#2b6cb0}.pdp-content summary{font-family:'Open Sans',sans-serif;padding:16px 20px;cursor:pointer;font-weight:600;color:#2d3748;background:#f7fafc;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:15.6px}.pdp-content summary:hover{background:#edf2f7}.pdp-content summary::-webkit-details-marker{display:none}.pdp-content summary::marker{display:none}.pdp-content summary::after{content:'+';font-size:22px;color:#2b6cb0;font-weight:600;width:24px;text-align:center}.pdp-content details[open] summary{background:#ebf8ff;border-bottom:1px solid #bee3f8}.pdp-content details[open] summary::after{content:'-'}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:16px 20px;margin:0;color:#4a5568;background:#fff;font-size:15.2px;line-height:1.7}.pdp-content .summary-box{background:linear-gradient(135deg,#faf5ff 0%,#e9d8fd 100%);padding:20px 24px;border-radius:8px;margin:28px 0;border:1px solid #d6bcfa}.pdp-content .summary-box p{margin:0;color:#553c9a;font-size:16px}.pdp-content .disclaimer-box{background:#fffaf0;padding:16px 20px;border-radius:8px;margin:28px 0 16px 0;border:1px solid #f6ad55;border-left:4px solid #dd6b20}.pdp-content .disclaimer-box p{margin:0;color:#744210;font-size:14px;line-height:1.6}.pdp-content .disclaimer-box strong{color:#c05621}@media(max-width:768px){.pdp-content{font-size:14px}.pdp-content h2{font-size:20.8px;margin-top:24px}.pdp-content .features-grid{grid-template-columns:1fr;gap:12px}.pdp-content .feature-card{padding:14px 16px}.pdp-content thead th,.pdp-content tbody td{padding:12px 16px;font-size:14px}.pdp-content tbody td:first-child{width:45%}.pdp-content summary{padding:14px 16px;font-size:14.8px}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:14px 16px}.pdp-content .intro-box,.pdp-content .best-for-box,.pdp-content .why-buy-box,.pdp-content .summary-box,.pdp-content .disclaimer-box{padding:16px}}@media(max-width:480px){.pdp-content h2{font-size:19.2px}.pdp-content thead th,.pdp-content tbody td{padding:10px 12px;font-size:12.8px}}\u003c\/style\u003e \u003cdiv class=\"pdp-content\"\u003e   \u003ch2\u003eProduct Description\u003c\/h2\u003e   \u003cdiv class=\"intro-box\"\u003e\u003cp\u003eThe Matrix Lite foldable mobility scooter Canada is the go-to choice for active individuals who demand maximum portability without sacrificing performance—featuring a one-touch remote-controlled automatic folding mechanism that collapses the scooter in seconds for effortless storage and transport. Weighing just 28 kg (including the battery) and powered by a DC 180W motor with a 24V 10AH lithium battery, the Matrix Lite delivers a range of up to 16 km and a top speed of 6 km\/h (3.7 mph), making it a reliable daily mobility companion across Canada.\u003c\/p\u003e\u003c\/div\u003e   \u003cp\u003eEngineered from a durable steel frame and rolling on solid PU tyres, the Matrix Lite is designed to handle the demands of everyday urban use—from running neighbourhood errands and navigating apartment buildings to boarding public transit and packing into compact car boots. The 41 cm wide cushioned seat with adjustable armrests (18.5″ between armrests) ensures comfort on longer rides, while the rear-wheel drive and electromagnetic braking system give you confident, stable control on inclines of up to 12°.\u003c\/p\u003e   \u003cp\u003eAvailable exclusively at Factory Direct Medical—Canada’s trusted direct-to-consumer mobility retailer—the Matrix Lite ships free across Canada and is backed by professional after-sale support. With four vibrant colour choices (Blue, Red, White, and Yellow) and a battery rated for over 1,000 charge cycles, the Matrix Lite is a long-term mobility investment that pairs genuine convenience with everyday dependability.\u003c\/p\u003e    \u003ch2\u003eKey Features\u003c\/h2\u003e   \u003cdiv class=\"features-grid\"\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eRemote-Controlled Automatic Folding\u003c\/strong\u003e \u003cspan\u003eFolds and unfolds at the press of a button on the included remote control—no lifting, bending, or manual effort required. Folded dimensions of 450 × 510 × 730 mm make it compact enough for car boots, closets, and transit storage.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eLightweight 28 kg Design\u003c\/strong\u003e \u003cspan\u003eAt just 26 kg without the battery and 28 kg complete, the Matrix Lite is among the most manageable foldable scooters in its class—easy to handle, lift, and manoeuvre in tight spaces.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eDC 180W Motor \u0026amp; Lithium Battery\u003c\/strong\u003e \u003cspan\u003eThe efficient 24V 10AH lithium-ion battery powers the 180W rear-drive motor for up to 16 km of range per charge, with a top speed of 6 km\/h (3.7 mph)—ideal for urban commuting and daily errands.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eElectromagnetic Braking System\u003c\/strong\u003e \u003cspan\u003eAuto-engaging electromagnetic brakes provide immediate, reliable stopping power the moment you release the throttle—giving you precise speed control on slopes of up to 12° and on uneven urban terrain.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eDurable Steel Frame \u0026amp; PU Solid Tyres\u003c\/strong\u003e \u003cspan\u003eA robust steel construction with 7″ front and 8″ rear solid PU tyres ensures puncture-free reliability and long-term durability for everyday Canadian conditions—no flats, no downtime.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eComfortable Ergonomic Seating\u003c\/strong\u003e \u003cspan\u003eThe 41 cm wide padded seat with an 18.5″ armrest span and adjustable backrest supports comfortable, fatigue-free riding. The intuitive digital control panel displays battery level, speed, and key ride metrics at a glance.\u003c\/span\u003e\n\u003c\/div\u003e   \u003c\/div\u003e    \u003ch2\u003eDesigned for Comfort \u0026amp; Safety\u003c\/h2\u003e   \u003cp\u003eThe Matrix Lite was designed with both ease-of-use and rider safety firmly in mind. The electromagnetic braking system engages automatically when the throttle is released, preventing unintended rolling on slopes or uneven surfaces—a critical safety feature for users with limited hand strength. The anti-tip rear wheels provide additional rearward stability, and the rear-wheel drive configuration delivers predictable, planted traction on inclines of up to 12°. Solid PU tyres on both axles eliminate the risk of a flat tyre mid-journey, ensuring your ride is never unexpectedly interrupted.\u003c\/p\u003e   \u003cp\u003eFor comfort, the padded seat and adjustable armrests accommodate a wide range of body types within the 120 kg (265 lbs) weight capacity. The front LED headlight and rear safety lights enhance visibility in low-light conditions, supporting safe operation during early mornings or evenings. Always ensure the seat and armrests are properly adjusted for your proportions before use, and operate the Matrix Lite on paved or stable surfaces in accordance with local Canadian provincial and municipal regulations.\u003c\/p\u003e    \u003ch2\u003eSpecifications\u003c\/h2\u003e   \u003ctable\u003e     \u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e     \u003ctbody\u003e       \u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eMatrix Lite\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eMatrix\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eFrame Material\u003c\/td\u003e\n\u003ctd\u003eSteel\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eWeight Capacity\u003c\/td\u003e\n\u003ctd\u003e120 kg (265 lbs)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eNet Weight (without battery)\u003c\/td\u003e\n\u003ctd\u003e26 kg (57.3 lbs)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eNet Weight (with battery)\u003c\/td\u003e\n\u003ctd\u003e28 kg (61.7 lbs)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eUnfolded Dimensions\u003c\/td\u003e\n\u003ctd\u003e1020 × 510 × 920 mm (102 × 51 × 92 cm)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eFolded Dimensions\u003c\/td\u003e\n\u003ctd\u003e450 × 510 × 730 mm (45 × 51 × 73 cm)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eSeat Width\u003c\/td\u003e\n\u003ctd\u003e41 cm (16.1″)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eArmrest Width (between)\u003c\/td\u003e\n\u003ctd\u003e18.5″ (47 cm)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eMotor\u003c\/td\u003e\n\u003ctd\u003eDC 180W\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eBattery\u003c\/td\u003e\n\u003ctd\u003e24V 10AH lithium-ion\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eBattery Lifetime\u003c\/td\u003e\n\u003ctd\u003eOver 1,000 charge cycles\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eRange\u003c\/td\u003e\n\u003ctd\u003eUp to 16 km per charge\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eMaximum Speed\u003c\/td\u003e\n\u003ctd\u003e6 km\/h (3.7 mph)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eCharging Time\u003c\/td\u003e\n\u003ctd\u003e6–8 hours\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eDrive Mode\u003c\/td\u003e\n\u003ctd\u003eRear-wheel drive\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eBraking System\u003c\/td\u003e\n\u003ctd\u003eElectromagnetic brake\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eClimbing Slope\u003c\/td\u003e\n\u003ctd\u003eUp to 12°\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eFront Tyres\u003c\/td\u003e\n\u003ctd\u003e7″ PU solid\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eRear Tyres\u003c\/td\u003e\n\u003ctd\u003e8″ PU solid\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eFolding Mechanism\u003c\/td\u003e\n\u003ctd\u003eAutomatic (remote control)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eColour Options\u003c\/td\u003e\n\u003ctd\u003eBlue, Red, White, Yellow\u003c\/td\u003e\n\u003c\/tr\u003e     \u003c\/tbody\u003e   \u003c\/table\u003e    \u003ch2\u003eBest For\u003c\/h2\u003e   \u003cdiv class=\"best-for-box\"\u003e\u003cul\u003e     \u003cli\u003eSeniors and adults with limited mobility who need a lightweight, easy-to-operate scooter for daily errands, neighbourhood outings, and urban commuting across Canada\u003c\/li\u003e     \u003cli\u003eFrequent travellers who need a scooter that folds compactly into a car boot, overhead storage, or transit vehicle with minimal physical effort\u003c\/li\u003e     \u003cli\u003eIndividuals living in apartments or condominiums where compact folded storage (45 × 51 × 73 cm) is essential between uses\u003c\/li\u003e     \u003cli\u003eUsers transitioning from walking aids to powered mobility who want a simple, intuitive scooter with a gentle 6 km\/h top speed and automatic electromagnetic braking\u003c\/li\u003e   \u003c\/ul\u003e\u003c\/div\u003e    \u003ch2\u003eWhy Choose This Product\u003c\/h2\u003e   \u003cdiv class=\"why-buy-box\"\u003e\u003cul\u003e     \u003cli\u003eThe remote-controlled automatic folding mechanism sets the Matrix Lite apart from manually-folding competitors—allowing completely hands-free collapse and deployment with a single button press, ideal for users with limited hand strength or dexterity\u003c\/li\u003e     \u003cli\u003eA battery rated for over 1,000 charge cycles and a robust steel frame with solid PU tyres deliver exceptional long-term value and reliability for everyday Canadian use—with no flat tyres, no fuel costs, and minimal maintenance\u003c\/li\u003e     \u003cli\u003eAvailable exclusively at Factory Direct Medical with free shipping Canada-wide—a trusted direct-to-consumer Canadian mobility retailer offering professional pre- and post-sale support on every order\u003c\/li\u003e   \u003c\/ul\u003e\u003c\/div\u003e    \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e   \u003cdiv class=\"faq-container\"\u003e     \u003cdetails\u003e\u003csummary\u003eAre foldable mobility scooters any good?\u003c\/summary\u003e\u003cp\u003eYes—foldable mobility scooters like the Matrix Lite are an excellent choice for users who need a portable, space-saving mobility solution. They offer the full functionality of a standard scooter in a compact form that can be folded and stored in a car boot, closet, or transit vehicle. The Matrix Lite’s remote-controlled automatic folding makes it particularly user-friendly, eliminating the physical effort required by manually-folded alternatives. The trade-off versus full-size scooters is a lower weight capacity (120 kg) and a shorter range (up to 16 km), which suits most urban and suburban Canadian users well.\u003c\/p\u003e\u003c\/details\u003e     \u003cdetails\u003e\u003csummary\u003eWhat is the most common problem with mobility scooters?\u003c\/summary\u003e\u003cp\u003eBattery degradation is the most frequently reported issue with mobility scooters over time—leading to reduced range, slower charging, and shortened ride duration. The Matrix Lite addresses this with a high-quality 24V 10AH lithium-ion battery rated for over 1,000 charge cycles, significantly longer than standard lead-acid batteries. To protect your battery, charge it fully after each use, avoid storing it completely discharged, and keep it at room temperature. With proper care, the Matrix Lite battery is designed to maintain strong performance for years of daily use.\u003c\/p\u003e\u003c\/details\u003e     \u003cdetails\u003e\u003csummary\u003eShould I leave my mobility scooter on charge all the time?\u003c\/summary\u003e\u003cp\u003eFor the Matrix Lite’s lithium-ion battery, it is generally recommended to charge it fully after each use rather than leaving it permanently plugged in. Modern lithium battery chargers are designed with automatic cut-off circuits that stop charging once the battery reaches full capacity, reducing the risk of overcharging. However, extended storage at 100% charge is not ideal for lithium-ion chemistry—if storing the Matrix Lite for a prolonged period, charge the battery to approximately 50–70% and store it in a cool, dry place. Always follow the manufacturer’s charging guidelines for best battery longevity.\u003c\/p\u003e\u003c\/details\u003e   \u003c\/div\u003e    \u003ch2\u003eSummary\u003c\/h2\u003e   \u003cdiv class=\"summary-box\"\u003e\u003cp\u003eThe Matrix Lite foldable mobility scooter Canada combines a remote-controlled automatic folding mechanism, a lightweight 28 kg steel frame, DC 180W rear-drive motor, and a long-life lithium battery rated for 1,000+ charge cycles—delivering up to 16 km of reliable urban range in a scooter that folds to just 45 × 51 × 73 cm. Available in four colours with free shipping across Canada, exclusively at Factory Direct Medical.\u003c\/p\u003e\u003c\/div\u003e    \u003cdiv class=\"disclaimer-box\"\u003e\u003cp\u003e\u003cstrong\u003eImportant Notice:\u003c\/strong\u003e The Matrix Lite is a personal mobility aid intended for use on flat or gently inclined paved surfaces. It supports a maximum weight capacity of 120 kg (265 lbs)—do not exceed this limit. This product is not a substitute for professional medical advice. Consult a physiotherapist, occupational therapist, or healthcare provider before use if you have concerns about its suitability for your specific mobility needs or physical condition. Always operate the Matrix Lite in compliance with applicable Canadian provincial and municipal regulations governing mobility aids and low-speed electric vehicles. Ensure the seat, armrests, and handlebars are properly adjusted before each use.\u003c\/p\u003e\u003c\/div\u003e \u003c\/div\u003e","brand":"Factory Direct Medical","offers":[{"title":"Default Title","offer_id":47417669746857,"sku":"sku-47074082324730","price":3199.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/files\/matrix-lite-lightweight-foldable-mobility-scooter-with-automatic-folding-matrix-2238528.webp?v=1788530769"},{"product_id":"mobilist-e40-foldable-electric-wheelchair-lightweight-and-portable-for-canadian-mobility-needs","title":"Mobilist E40 Foldable Electric Wheelchair - Lightweight and Portable for Canadian Mobility Needs","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');.pdp-content{font-family:'Open Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#333;line-height:1.75;max-width:100%;margin:0;padding:0;font-size:15px}.pdp-content *{box-sizing:border-box}.pdp-content h2{font-family:'Open Sans',sans-serif;color:#1a365d;font-size:24px;font-weight:700;margin:32px 0 16px 0;padding-bottom:10px;border-bottom:3px solid #2b6cb0}.pdp-content h2:first-of-type{margin-top:0}.pdp-content h3{font-family:'Open Sans',sans-serif;color:#2c5282;font-size:18.8px;font-weight:600;margin:24px 0 12px 0}.pdp-content p{margin:0 0 16px 0;font-size:16px;color:#4a5568}.pdp-content .intro-box{font-size:16.8px;color:#2d3748;background:linear-gradient(135deg,#f7fafc 0%,#edf2f7 100%);padding:20px 24px;border-radius:8px;border-left:4px solid #2b6cb0;margin-bottom:24px}.pdp-content .intro-box p{margin:0;color:#2d3748}.pdp-content ul{margin:0 0 24px 0;padding:0;list-style:none}.pdp-content ul li{position:relative;padding:8px 0 8px 32px;margin:0;font-size:15.6px;color:#4a5568}.pdp-content ul li::before{content:\"\\2713\";position:absolute;left:4px;color:#38a169;font-weight:700;font-size:16px}.pdp-content .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin:20px 0 28px 0}.pdp-content .feature-card{background:#f8fafc;padding:16px 20px;border-radius:8px;border:1px solid #e2e8f0;transition:all 0.2s ease}.pdp-content .feature-card:hover{border-color:#cbd5e0;box-shadow:0 2px 8px rgba(0,0,0,0.06)}.pdp-content .feature-card strong{font-family:'Open Sans',sans-serif;color:#1a365d;display:block;margin-bottom:8px;font-size:15.6px;font-weight:600}.pdp-content .feature-card span{color:#4a5568;font-size:14.8px;line-height:1.5;display:block}.pdp-content table{width:100%;border-collapse:collapse;font-size:15.2px;margin:24px 0;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.pdp-content thead tr{background:#f8fafc;border-bottom:2px solid #e2e8f0}.pdp-content thead th{font-family:'Open Sans',sans-serif;color:#4a5568;padding:16px 24px;text-align:left;font-weight:600;font-size:14.4px;text-transform:uppercase;letter-spacing:0.05em}.pdp-content tbody td{font-family:'Open Sans',sans-serif;padding:16px 24px;border-bottom:1px solid #e2e8f0;color:#4a5568;font-size:15.2px}.pdp-content tbody td:first-child{font-weight:600;color:#2d3748;width:50%}.pdp-content tbody tr:last-child td{border-bottom:none}.pdp-content tbody tr:hover{background:#f7fafc}.pdp-content .best-for-box{background:linear-gradient(135deg,#f0fff4 0%,#c6f6d5 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #9ae6b4}.pdp-content .best-for-box ul{margin:0}.pdp-content .best-for-box ul li::before{content:\"\\2192\";color:#276749}.pdp-content .why-buy-box{background:linear-gradient(135deg,#ebf8ff 0%,#bee3f8 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #90cdf4}.pdp-content .why-buy-box ul{margin:0}.pdp-content .why-buy-box ul li::before{content:\"\\2605\";color:#d69e2e}.pdp-content .faq-container{margin:16px 0 28px 0}.pdp-content details{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:10px;overflow:hidden}.pdp-content details:hover{border-color:#cbd5e0}.pdp-content details[open]{box-shadow:0 4px 12px rgba(0,0,0,0.08);border-color:#2b6cb0}.pdp-content summary{font-family:'Open Sans',sans-serif;padding:16px 20px;cursor:pointer;font-weight:600;color:#2d3748;background:#f7fafc;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:15.6px}.pdp-content summary:hover{background:#edf2f7}.pdp-content summary::-webkit-details-marker{display:none}.pdp-content summary::marker{display:none}.pdp-content summary::after{content:\"+\";font-size:22px;color:#2b6cb0;font-weight:600;width:24px;text-align:center}.pdp-content details[open] summary{background:#ebf8ff;border-bottom:1px solid #bee3f8}.pdp-content details[open] summary::after{content:\"-\"}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:16px 20px;margin:0;color:#4a5568;background:#fff;font-size:15.2px;line-height:1.7}.pdp-content .summary-box{background:linear-gradient(135deg,#faf5ff 0%,#e9d8fd 100%);padding:20px 24px;border-radius:8px;margin:28px 0;border:1px solid #d6bcfa}.pdp-content .summary-box p{margin:0;color:#553c9a;font-size:16px}.pdp-content .disclaimer-box{background:#fffaf0;padding:16px 20px;border-radius:8px;margin:28px 0 16px 0;border:1px solid #f6ad55;border-left:4px solid #dd6b20}.pdp-content .disclaimer-box p{margin:0;color:#744210;font-size:14px;line-height:1.6}.pdp-content .disclaimer-box strong{color:#c05621}@media(max-width:768px){.pdp-content{font-size:14px}.pdp-content h2{font-size:20.8px;margin-top:24px}.pdp-content .features-grid{grid-template-columns:1fr;gap:12px}.pdp-content .feature-card{padding:14px 16px}.pdp-content thead th,.pdp-content tbody td{padding:12px 16px;font-size:14px}.pdp-content tbody td:first-child{width:45%}.pdp-content summary{padding:14px 16px;font-size:14.8px}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:14px 16px}.pdp-content .intro-box,.pdp-content .best-for-box,.pdp-content .why-buy-box,.pdp-content .summary-box,.pdp-content .disclaimer-box{padding:16px}}@media(max-width:480px){.pdp-content h2{font-size:19.2px}.pdp-content thead th,.pdp-content tbody td{padding:10px 12px;font-size:12.8px}}\u003c\/style\u003e\u003cdiv class=\"pdp-content\"\u003e\n\u003ch2\u003eProduct Description\u003c\/h2\u003e\n\u003cdiv class=\"intro-box\"\u003e\u003cp\u003eThe Mobilist E40 Foldable Electric Wheelchair is a top choice for those seeking a foldable electric wheelchair in Canada. Lightweight and compact, it's designed for easy transport and reliable performance, making it perfect for both indoor and outdoor use.\u003c\/p\u003e\u003c\/div\u003e\n\u003cp\u003eThis wheelchair features a quick-folding mechanism, allowing it to fit into most vehicles, making it ideal for travel, appointments, and daily outings across Canada. With stable rear-wheel drive and durable front casters, it provides smooth navigation and improved traction on various terrains.\u003c\/p\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eLightweight and Foldable\u003c\/strong\u003e \u003cspan\u003eWeighs only 23.6 kg (52 lbs) without battery, folds compactly for easy storage.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eCompact Design\u003c\/strong\u003e \u003cspan\u003eFit's into most car trunks, SUVs, and crossovers.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eTravel-Friendly\u003c\/strong\u003e \u003cspan\u003ePerfect for Canadian travel with airline-friendly battery option.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eStable Rear-Wheel Drive\u003c\/strong\u003e \u003cspan\u003eEnsures reliable indoor\/outdoor traction.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eComfortable Seating\u003c\/strong\u003e \u003cspan\u003eErgonomic seat with padded cushion and supportive backrest.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eIntuitive Joystick Control\u003c\/strong\u003e \u003cspan\u003eEasy-to-use joystick for precise navigation.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003ePush-to-Lock Braking System\u003c\/strong\u003e \u003cspan\u003eProvides secure stopping and parking.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eDesigned for Comfort \u0026amp; Safety\u003c\/h2\u003e\n\u003cp\u003eThe E40 offers a comfortable and supportive seating system with an ergonomic design, ensuring proper posture and pressure relief for all-day use. It meets Canadian safety standards and is equipped with an electromagnetic braking system for controlled stops.\u003c\/p\u003e\n\u003cp\u003eit's compact folding mechanism is perfect for storage in Canadian homes and vehicles, providing convenience without sacrificing stability or performance.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e Always consult your healthcare provider to ensure this wheelchair is suitable for your needs. Follow all safety guidelines and instructions provided.\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eUnfolded Size (L × W × H)\u003c\/td\u003e\n\u003ctd\u003e99 cm × 62 cm × 93 cm (39 inches × 24.5 inches × 36.6 inches)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFolded Size (L × W × H)\u003c\/td\u003e\n\u003ctd\u003e77 cm × 62 cm × 45 cm (30.3 inches × 24.5 inches × 17.7 inches)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTotal Weight (without batteries)\u003c\/td\u003e\n\u003ctd\u003e23.6 kg (52 lbs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Weight\u003c\/td\u003e\n\u003ctd\u003e3.4 kg (7.5 lbs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGround Clearance\u003c\/td\u003e\n\u003ctd\u003e4 cm (1.6 inches)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTurning Radius\u003c\/td\u003e\n\u003ctd\u003e85 cm (33.5 inches)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUser Weight Capacity\u003c\/td\u003e\n\u003ctd\u003e150 kg (330 lbs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTop Speed\u003c\/td\u003e\n\u003ctd\u003e8 km\/h (5 mph)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDriving Range\u003c\/td\u003e\n\u003ctd\u003e23 km (14.3 miles) per charge\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGradeability\u003c\/td\u003e\n\u003ctd\u003e9° incline capability\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Type\u003c\/td\u003e\n\u003ctd\u003e20Ah Lithium-ion battery\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotor Configuration\u003c\/td\u003e\n\u003ctd\u003eDual brushless DC motors\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFront Wheels\u003c\/td\u003e\n\u003ctd\u003e20 cm (8 inches) honeycomb PU tires\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRear Wheels\u003c\/td\u003e\n\u003ctd\u003e25 cm (10 inches) pneumatic tires\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeat Dimensions\u003c\/td\u003e\n\u003ctd\u003e46 cm × 46 cm (18 inches × 18 inches)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch2\u003eBest For\u003c\/h2\u003e\n\u003cdiv class=\"best-for-box\"\u003e\u003cul\u003e\n\u003cli\u003eCanadian seniors requiring mobility support\u003c\/li\u003e\n\u003cli\u003eIndividuals needing a travel-friendly electric wheelchair\u003c\/li\u003e\n\u003cli\u003eUsers seeking a compact solution for indoor and outdoor use\u003c\/li\u003e\n\u003cli\u003eIndividuals with private extended health benefit's\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\n\u003ch2\u003eWhy Choose This Wheelchair\u003c\/h2\u003e\n\u003cdiv class=\"why-buy-box\"\u003e\u003cul\u003e\n\u003cli\u003eHigh-quality construction and comprehensive features\u003c\/li\u003e\n\u003cli\u003eMeets Canadian safety standards and CSA certification\u003c\/li\u003e\n\u003cli\u003eMay qualify for HST\/GST rebate and medical expense tax credit\u003c\/li\u003e\n\u003cli\u003eBacked by a Canadian warranty and support\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdetails\u003e\u003csummary\u003eIs the Mobilist E40 HST\/GST exempt in Canada?\u003c\/summary\u003e\u003cp\u003eYes, the Mobilist E40 may qualify for HST\/GST exemption when purchased with a valid prescription. Consult the Canada Revenue Agency for eligibility details.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eCan I claim the Mobilist E40 as a medical expense on my taxes?\u003c\/summary\u003e\u003cp\u003eYes, this wheelchair may be claimed as a medical expense for tax purposes in Canada. Consult a tax professional for guidance.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs the Mobilist E40 covered by provincial health plans in Canada?\u003c\/summary\u003e\u003cp\u003eCoverage varies by province; check with your provincial health plan for specific details. The Assistive Devices Program (ADP) in Ontario is one option.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes the Mobilist E40 come with a Canadian warranty?\u003c\/summary\u003e\u003cp\u003eYes, it includes a Canadian warranty with a lifetime frame warranty and a 1-year warranty on parts and components.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhere can I buy the Mobilist E40 in Canada?\u003c\/summary\u003e\u003cp\u003eAvailable from Canadian medical equipment suppliers. Ensure the supplier offers Canadian warranty coverage and ships within Canada.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat safety features does the Mobilist E40 have?\u003c\/summary\u003e\u003cp\u003eFeatures an electromagnetic braking system, stable rear-wheel drive, and intuitive joystick control for safe operation.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003ch2\u003eSummary\u003c\/h2\u003e\n\u003cdiv class=\"summary-box\"\u003e\u003cp\u003eThe Mobilist E40 Foldable Electric Wheelchair offers Canadian users a reliable, portable solution for enhanced mobility. With it's lightweight design and comprehensive features, it's an excellent choice for those seeking independence and comfort. May qualify for Canadian tax benefit's and meets national safety standards.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"disclaimer-box\"\u003e\u003cp\u003e\u003cstrong\u003eImportant Notice:\u003c\/strong\u003e This electric wheelchair is designed to enhance mobility and independence. It is not a substitute for professional medical advice, diagnosis, or treatment. Always consult with a qualified healthcare provider to ensure this product is appropriate for your specific needs. Strictly adhere to the 150 kg (330 lbs) weight capacity for safe use. This product may qualify for HST\/GST exemption with a prescription and may be claimed as a medical expense for tax purposes in Canada.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Factory Direct Medical","offers":[{"title":"Green","offer_id":47417669976233,"sku":"E40 - Green","price":4000.0,"currency_code":"CAD","in_stock":true},{"title":"White","offer_id":47417670009001,"sku":"E40 - White","price":4000.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/files\/mobilist-e40-foldable-electric-wheelchair-moden-design-mobilist-3976226.png?v=1788530769"},{"product_id":"3g-platinum-folding-electric-wheelchair-ch4088-lightweight-and-portable-power-chair-with-reclining-back-for-canadian-mobility-needs","title":"3G Platinum Folding Electric Wheelchair CH4088 - Lightweight and Portable Power Chair with Reclining Back for Canadian Mobility Needs","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');.pdp-content{font-family:'Open Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#333;line-height:1.75;max-width:100%;margin:0;padding:0;font-size:15px}.pdp-content *{box-sizing:border-box}.pdp-content h2{font-family:'Open Sans',sans-serif;color:#1a365d;font-size:24px;font-weight:700;margin:32px 0 16px 0;padding-bottom:10px;border-bottom:3px solid #2b6cb0}.pdp-content h2:first-of-type{margin-top:0}.pdp-content h3{font-family:'Open Sans',sans-serif;color:#2c5282;font-size:18.8px;font-weight:600;margin:24px 0 12px 0}.pdp-content p{margin:0 0 16px 0;font-size:16px;color:#4a5568}.pdp-content .intro-box{font-size:16.8px;color:#2d3748;background:linear-gradient(135deg,#f7fafc 0%,#edf2f7 100%);padding:20px 24px;border-radius:8px;border-left:4px solid #2b6cb0;margin-bottom:24px}.pdp-content .intro-box p{margin:0;color:#2d3748}.pdp-content ul{margin:0 0 24px 0;padding:0;list-style:none}.pdp-content ul li{position:relative;padding:8px 0 8px 32px;margin:0;font-size:15.6px;color:#4a5568}.pdp-content ul li::before{content:\"\\2713\";position:absolute;left:4px;color:#38a169;font-weight:700;font-size:16px}.pdp-content .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin:20px 0 28px 0}.pdp-content .feature-card{background:#f8fafc;padding:16px 20px;border-radius:8px;border:1px solid #e2e8f0;transition:all 0.2s ease}.pdp-content .feature-card:hover{border-color:#cbd5e0;box-shadow:0 2px 8px rgba(0,0,0,0.06)}.pdp-content .feature-card strong{font-family:'Open Sans',sans-serif;color:#1a365d;display:block;margin-bottom:8px;font-size:15.6px;font-weight:600}.pdp-content .feature-card span{color:#4a5568;font-size:14.8px;line-height:1.5;display:block}.pdp-content table{width:100%;border-collapse:collapse;font-size:15.2px;margin:24px 0;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.pdp-content thead tr{background:#f8fafc;border-bottom:2px solid #e2e8f0}.pdp-content thead th{font-family:'Open Sans',sans-serif;color:#4a5568;padding:16px 24px;text-align:left;font-weight:600;font-size:14.4px;text-transform:uppercase;letter-spacing:0.05em}.pdp-content tbody td{font-family:'Open Sans',sans-serif;padding:16px 24px;border-bottom:1px solid #e2e8f0;color:#4a5568;font-size:15.2px}.pdp-content tbody td:first-child{font-weight:600;color:#2d3748;width:50%}.pdp-content tbody tr:last-child td{border-bottom:none}.pdp-content tbody tr:hover{background:#f7fafc}.pdp-content .best-for-box{background:linear-gradient(135deg,#f0fff4 0%,#c6f6d5 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #9ae6b4}.pdp-content .best-for-box ul{margin:0}.pdp-content .best-for-box ul li::before{content:\"\\2192\";color:#276749}.pdp-content .why-buy-box{background:linear-gradient(135deg,#ebf8ff 0%,#bee3f8 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #90cdf4}.pdp-content .why-buy-box ul{margin:0}.pdp-content .why-buy-box ul li::before{content:\"\\2605\";color:#d69e2e}.pdp-content .faq-container{margin:16px 0 28px 0}.pdp-content details{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:10px;overflow:hidden}.pdp-content details:hover{border-color:#cbd5e0}.pdp-content details[open]{box-shadow:0 4px 12px rgba(0,0,0,0.08);border-color:#2b6cb0}.pdp-content summary{font-family:'Open Sans',sans-serif;padding:16px 20px;cursor:pointer;font-weight:600;color:#2d3748;background:#f7fafc;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:15.6px}.pdp-content summary:hover{background:#edf2f7}.pdp-content summary::-webkit-details-marker{display:none}.pdp-content summary::marker{display:none}.pdp-content summary::after{content:\"+\";font-size:22px;color:#2b6cb0;font-weight:600;width:24px;text-align:center}.pdp-content details[open] summary{background:#ebf8ff;border-bottom:1px solid #bee3f8}.pdp-content details[open] summary::after{content:\"-\"}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:16px 20px;margin:0;color:#4a5568;background:#fff;font-size:15.2px;line-height:1.7}.pdp-content .summary-box{background:linear-gradient(135deg,#faf5ff 0%,#e9d8fd 100%);padding:20px 24px;border-radius:8px;margin:28px 0;border:1px solid #d6bcfa}.pdp-content .summary-box p{margin:0;color:#553c9a;font-size:16px}.pdp-content .disclaimer-box{background:#fffaf0;padding:16px 20px;border-radius:8px;margin:28px 0 16px 0;border:1px solid #f6ad55;border-left:4px solid #dd6b20}.pdp-content .disclaimer-box p{margin:0;color:#744210;font-size:14px;line-height:1.6}.pdp-content .disclaimer-box strong{color:#c05621}@media(max-width:768px){.pdp-content{font-size:14px}.pdp-content h2{font-size:20.8px;margin-top:24px}.pdp-content .features-grid{grid-template-columns:1fr;gap:12px}.pdp-content .feature-card{padding:14px 16px}.pdp-content thead th,.pdp-content tbody td{padding:12px 16px;font-size:14px}.pdp-content tbody td:first-child{width:45%}.pdp-content summary{padding:14px 16px;font-size:14.8px}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:14px 16px}.pdp-content .intro-box,.pdp-content .best-for-box,.pdp-content .why-buy-box,.pdp-content .summary-box,.pdp-content .disclaimer-box{padding:16px}}@media(max-width:480px){.pdp-content h2{font-size:19.2px}.pdp-content thead th,.pdp-content tbody td{padding:10px 12px;font-size:12.8px}}\u003c\/style\u003e\u003cdiv class=\"pdp-content\"\u003e\n\u003ch2\u003eProduct Description\u003c\/h2\u003e\n\u003cdiv class=\"intro-box\"\u003e\u003cp\u003eThe 3G Platinum Folding Electric Wheelchair CH4088 is a premier lightweight and portable power chair designed for Canadian mobility needs. This folding electric wheelchair offers convenience and independence with a compact design that fit's into most vehicles, making it ideal for travel across Canada.\u003c\/p\u003e\u003c\/div\u003e\n\u003cp\u003eEngineered for a smooth and stable ride, the CH4088 features advanced front wheel suspension with Frog Legs technology, providing enhanced shock absorption and comfort over uneven Canadian terrains. With large rear wheels for stability and puncture-proof front wheels, it ensures dependable performance both indoors and outdoors.\u003c\/p\u003e\n\u003cp\u003eDesigned with advanced comfort and positioning in mind, this wheelchair includes an adjustable reclining backrest, bifold backrest for upper-body flexibility, adjustable headrest, and a supportive seat cushion for extended use. It is perfect for Canadian seniors and individuals requiring mobility support.\u003c\/p\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eHigh-strength Aluminium Frame\u003c\/strong\u003e \u003cspan\u003eLightweight and durable frame for easy lifting and transport.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eCompact Folding Design\u003c\/strong\u003e \u003cspan\u003eFit's into most Canadian vehicles, ideal for travel and storage.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eFrog Legs Suspension\u003c\/strong\u003e \u003cspan\u003eAdvanced front wheel suspension absorbs shock for a smoother ride.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eReclining Backrest\u003c\/strong\u003e \u003cspan\u003eAdjustable backrest for personalized comfort and pressure relief.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eLarge Capacity Lithium Battery\u003c\/strong\u003e \u003cspan\u003eProvides extended travel range, suitable for Canadian journeys.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eAdjustable Headrest\u003c\/strong\u003e \u003cspan\u003eEnsures proper neck and upper back support.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eFlip-up Armrests\u003c\/strong\u003e \u003cspan\u003eFacilitates easy side transfers from beds, chairs, or vehicles.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003ePuncture-proof Wheels\u003c\/strong\u003e \u003cspan\u003eNo flats, ensuring reliability on various Canadian surfaces.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eDesigned for Comfort \u0026amp; Safety\u003c\/h2\u003e\n\u003cp\u003eEnjoy a smooth ride with the 3G Platinum CH4088, equipped with Frog Legs suspension for superior shock absorption on Canadian roads. it's adjustable features, including the reclining backrest and headrest, provide comfort for long-term use. This wheelchair meets Canadian safety standards, ensuring a secure experience.\u003c\/p\u003e\n\u003cp\u003eEffortlessly store and transport the CH4088 with it's compact foldable design, perfect for Canadian apartments and travel. The large under-seat storage compartment allows for personal belongings to be carried safely.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e Adhere's to a weight capacity of 150 kg (330 lbs). Ensure proper adjustment for optimal use. Meets CSA and Health Canada standards.\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeat Width\u003c\/td\u003e\n\u003ctd\u003e46 cm (18.1 inches)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeat Depth\u003c\/td\u003e\n\u003ctd\u003e43 cm (16.9 inches)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeat Height\u003c\/td\u003e\n\u003ctd\u003e52 cm (20.5 inches)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBack Height\u003c\/td\u003e\n\u003ctd\u003e50 cm (19.7 inches)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eArm Height\u003c\/td\u003e\n\u003ctd\u003eAdjustable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eArm Length\u003c\/td\u003e\n\u003ctd\u003eAdjustable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTurning Radius\u003c\/td\u003e\n\u003ctd\u003e96 cm (37.8 inches)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWheel Size\u003c\/td\u003e\n\u003ctd\u003e30.5 cm (12 inches)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCaster Size\u003c\/td\u003e\n\u003ctd\u003e20.3 cm (8 inches)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight Capacity\u003c\/td\u003e\n\u003ctd\u003e150 kg (330 lbs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSuspension\u003c\/td\u003e\n\u003ctd\u003eOn Front Casters\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight of Chair\u003c\/td\u003e\n\u003ctd\u003e35 kg (77 lbs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery\u003c\/td\u003e\n\u003ctd\u003e24V\/12Ah Lithium Battery\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOverall Size\u003c\/td\u003e\n\u003ctd\u003e96 x 102 x 62 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFolded Size\u003c\/td\u003e\n\u003ctd\u003e84 x 44 x 62 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax. Speed\u003c\/td\u003e\n\u003ctd\u003eUp to 6 kph (3.2 mph)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax. Climbing Grade\u003c\/td\u003e\n\u003ctd\u003e12°\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCharge Time\u003c\/td\u003e\n\u003ctd\u003e3 - 5 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRange\u003c\/td\u003e\n\u003ctd\u003eUp to 15 km (9.3 miles)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch2\u003eBest For\u003c\/h2\u003e\n\u003cdiv class=\"best-for-box\"\u003e\u003cul\u003e\n\u003cli\u003eCanadian seniors requiring mobility support\u003c\/li\u003e\n\u003cli\u003eTravel across various Canadian terrains\u003c\/li\u003e\n\u003cli\u003eIndividuals with private extended health benefit's\u003c\/li\u003e\n\u003cli\u003eUsers seeking a reliable and portable mobility solution\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\n\u003ch2\u003eWhy Choose This Folding Electric Wheelchair\u003c\/h2\u003e\n\u003cdiv class=\"why-buy-box\"\u003e\u003cul\u003e\n\u003cli\u003eHigh-quality construction with Canadian safety standards\u003c\/li\u003e\n\u003cli\u003eComprehensive features for enhanced comfort and mobility\u003c\/li\u003e\n\u003cli\u003eEligible for HST\/GST exemption with prescription\u003c\/li\u003e\n\u003cli\u003eBacked by Canadian warranty and CSA certification\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdetails\u003e\u003csummary\u003eIs the 3G Platinum Folding Electric Wheelchair tax deductible in Canada?\u003c\/summary\u003e\u003cp\u003eYes, folding electric wheelchairs are generally tax-deductible in Canada as they qualify as eligible medical expenses under the Canada Revenue Agency guidelines, provided a prescription confirms it's necessity for severe mobility restriction.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eCan I claim this wheelchair as a medical expense on my taxes?\u003c\/summary\u003e\u003cp\u003eYes, you can claim the cost of the wheelchair as a medical expense on your tax return. Ensure you have a prescription and keep all receipts for the Canada Revenue Agency.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs this wheelchair covered by provincial health plans in Canada?\u003c\/summary\u003e\u003cp\u003eCoverage varies by province. Programs like Ontario's ADP may cover part of the cost if medical necessity is demonstrated. Consult your provincial health authority for details.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWill my private insurance cover the cost of this wheelchair?\u003c\/summary\u003e\u003cp\u003ePrivate insurance may cover portions of the cost not paid by provincial plans. Check with your provider for specifics on coverage and pre-authorization requirements.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the shipping cost within Canada?\u003c\/summary\u003e\u003cp\u003eShipping costs vary by location and supplier. Contact the supplier for detailed shipping options and costs within Canada.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes this wheelchair come with a Canadian warranty?\u003c\/summary\u003e\u003cp\u003eYes, the 3G Platinum Folding Electric Wheelchair comes with a Canadian warranty, ensuring quality and reliability.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat safety features does this wheelchair have?\u003c\/summary\u003e\u003cp\u003eThe wheelchair includes a seat belt, push-to-lock brakes, and meets CSA certification for safety standards in Canada.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003ch2\u003eSummary\u003c\/h2\u003e\n\u003cdiv class=\"summary-box\"\u003e\u003cp\u003eThe 3G Platinum Folding Electric Wheelchair CH4088 offers a versatile and reliable mobility solution for Canadian users. With it's lightweight design and advanced comfort features, it meets the diverse needs of Canadian seniors and individuals requiring mobility assistance. Eligible for tax deductions and HST\/GST exemptions, it provides excellent value for Canadian consumers seeking independence and convenience.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"disclaimer-box\"\u003e\u003cp\u003e\u003cstrong\u003eImportant Notice:\u003c\/strong\u003e This electric wheelchair is designed to assist with mobility and independence for individuals with severe mobility restrictions. It is not a substitute for professional medical advice, diagnosis, or treatment. Always consult with a qualified healthcare provider to ensure this mobility aid is appropriate for your specific needs. Strictly adhere to the 150 kg (330 lb) weight capacity for safe use. Individual results may vary. This product may qualify for HST\/GST exemption with a prescription and may be claimed as a medical expense for tax purposes in Canada.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Factory Direct Medical","offers":[{"title":"No Accessories","offer_id":47417669779625,"sku":"sku-46614683713786","price":4000.0,"currency_code":"CAD","in_stock":true},{"title":"Cane Holder","offer_id":47417669812393,"sku":"CH4088","price":4050.0,"currency_code":"CAD","in_stock":true},{"title":"Cup Holder","offer_id":47417669845161,"sku":"CH4088","price":4075.0,"currency_code":"CAD","in_stock":true},{"title":"Tablet Holder","offer_id":47417669877929,"sku":"CH4088","price":4100.0,"currency_code":"CAD","in_stock":true},{"title":"Cell Phone Holder","offer_id":47417669910697,"sku":"CH4088","price":4125.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/files\/3g-platinum-folding-electric-wheelchair-w-reclining-back-ch4088-ezee-life-8070887.jpg?v=1788530768"},{"product_id":"4-in-1-multifunctional-electric-lift-transfer-shower-commode-chair-for-safe-patient-care-in-canada","title":"4-IN-1 Multifunctional Electric Lift Transfer, Shower, \u0026 Commode Chair for Safe Patient Care in Canada","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');.pdp-content{font-family:'Open Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#333;line-height:1.75;max-width:100%;margin:0;padding:0;font-size:15px}.pdp-content *{box-sizing:border-box}.pdp-content h2{font-family:'Open Sans',sans-serif;color:#1a365d;font-size:24px;font-weight:700;margin:32px 0 16px 0;padding-bottom:10px;border-bottom:3px solid #2b6cb0}.pdp-content h2:first-of-type{margin-top:0}.pdp-content h3{font-family:'Open Sans',sans-serif;color:#2c5282;font-size:18.8px;font-weight:600;margin:24px 0 12px 0}.pdp-content p{margin:0 0 16px 0;font-size:16px;color:#4a5568}.pdp-content .intro-box{font-size:16.8px;color:#2d3748;background:linear-gradient(135deg,#f7fafc 0%,#edf2f7 100%);padding:20px 24px;border-radius:8px;border-left:4px solid #2b6cb0;margin-bottom:24px}.pdp-content .intro-box p{margin:0;color:#2d3748}.pdp-content ul{margin:0 0 24px 0;padding:0;list-style:none}.pdp-content ul li{position:relative;padding:8px 0 8px 32px;margin:0;font-size:15.6px;color:#4a5568}.pdp-content ul li::before{content:\"\\2713\";position:absolute;left:4px;color:#38a169;font-weight:700;font-size:16px}.pdp-content .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin:20px 0 28px 0}.pdp-content .feature-card{background:#f8fafc;padding:16px 20px;border-radius:8px;border:1px solid #e2e8f0;transition:all 0.2s ease}.pdp-content .feature-card:hover{border-color:#cbd5e0;box-shadow:0 2px 8px rgba(0,0,0,0.06)}.pdp-content .feature-card strong{font-family:'Open Sans',sans-serif;color:#1a365d;display:block;margin-bottom:8px;font-size:15.6px;font-weight:600}.pdp-content .feature-card span{color:#4a5568;font-size:14.8px;line-height:1.5;display:block}.pdp-content table{width:100%;border-collapse:collapse;font-size:15.2px;margin:24px 0;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.pdp-content thead tr{background:#f8fafc;border-bottom:2px solid #e2e8f0}.pdp-content thead th{font-family:'Open Sans',sans-serif;color:#4a5568;padding:16px 24px;text-align:left;font-weight:600;font-size:14.4px;text-transform:uppercase;letter-spacing:0.05em}.pdp-content tbody td{font-family:'Open Sans',sans-serif;padding:16px 24px;border-bottom:1px solid #e2e8f0;color:#4a5568;font-size:15.2px}.pdp-content tbody td:first-child{font-weight:600;color:#2d3748;width:50%}.pdp-content tbody tr:last-child td{border-bottom:none}.pdp-content tbody tr:hover{background:#f7fafc}.pdp-content .best-for-box{background:linear-gradient(135deg,#f0fff4 0%,#c6f6d5 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #9ae6b4}.pdp-content .best-for-box ul{margin:0}.pdp-content .best-for-box ul li::before{content:\"\\2192\";color:#276749}.pdp-content .why-buy-box{background:linear-gradient(135deg,#ebf8ff 0%,#bee3f8 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #90cdf4}.pdp-content .why-buy-box ul{margin:0}.pdp-content .why-buy-box ul li::before{content:\"\\2605\";color:#d69e2e}.pdp-content .faq-container{margin:16px 0 28px 0}.pdp-content details{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:10px;overflow:hidden}.pdp-content details:hover{border-color:#cbd5e0}.pdp-content details[open]{box-shadow:0 4px 12px rgba(0,0,0,0.08);border-color:#2b6cb0}.pdp-content summary{font-family:'Open Sans',sans-serif;padding:16px 20px;cursor:pointer;font-weight:600;color:#2d3748;background:#f7fafc;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:15.6px}.pdp-content summary:hover{background:#edf2f7}.pdp-content summary::-webkit-details-marker{display:none}.pdp-content summary::marker{display:none}.pdp-content summary::after{content:\"+\";font-size:22px;color:#2b6cb0;font-weight:600;width:24px;text-align:center}.pdp-content details[open] summary{background:#ebf8ff;border-bottom:1px solid #bee3f8}.pdp-content details[open] summary::after{content:\"-\"}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:16px 20px;margin:0;color:#4a5568;background:#fff;font-size:15.2px;line-height:1.7}.pdp-content .summary-box{background:linear-gradient(135deg,#faf5ff 0%,#e9d8fd 100%);padding:20px 24px;border-radius:8px;margin:28px 0;border:1px solid #d6bcfa}.pdp-content .summary-box p{margin:0;color:#553c9a;font-size:16px}.pdp-content .disclaimer-box{background:#fffaf0;padding:16px 20px;border-radius:8px;margin:28px 0 16px 0;border:1px solid #f6ad55;border-left:4px solid #dd6b20}.pdp-content .disclaimer-box p{margin:0;color:#744210;font-size:14px;line-height:1.6}.pdp-content .disclaimer-box strong{color:#c05621}@media(max-width:768px){.pdp-content{font-size:14px}.pdp-content h2{font-size:20.8px;margin-top:24px}.pdp-content .features-grid{grid-template-columns:1fr;gap:12px}.pdp-content .feature-card{padding:14px 16px}.pdp-content thead th,.pdp-content tbody td{padding:12px 16px;font-size:14px}.pdp-content tbody td:first-child{width:45%}.pdp-content summary{padding:14px 16px;font-size:14.8px}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:14px 16px}.pdp-content .intro-box,.pdp-content .best-for-box,.pdp-content .why-buy-box,.pdp-content .summary-box,.pdp-content .disclaimer-box{padding:16px}}@media(max-width:480px){.pdp-content h2{font-size:19.2px}.pdp-content thead th,.pdp-content tbody td{padding:10px 12px;font-size:12.8px}}\u003c\/style\u003e\u003cdiv class=\"pdp-content\"\u003e\n\u003ch2\u003eProduct Description\u003c\/h2\u003e\n\u003cdiv class=\"intro-box\"\u003e\u003cp\u003eThe 4-IN-1 Multifunctional Electric Lift Transfer Chair in Canada offers a comprehensive solution for patient care, combining a shower chair, commode chair, transport wheelchair, and transfer chair into one device. Designed for safe and dignified transfers, it eliminates the need for manual lifting, reducing caregiver strain.\u003c\/p\u003e\u003c\/div\u003e\n\u003cp\u003eUnlike traditional lift systems, this chair maintains users in an upright position, enhancing comfort and interaction during transfers. It features electric height adjustment for seamless transitions between beds, toilets, and wheelchairs, with waterproof controls suitable for wet environments.\u003c\/p\u003e\n\u003cp\u003eIdeal for home and professional care settings, the chair's water-resistant frame and 180-degree split seat facilitate hygiene care, while adjustable seat height improves accessibility and caregiver ergonomics. It supports up to 150 kg (330 lbs) and meets Canadian safety standards.\u003c\/p\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003ePadded Seat, Arms, and Backrest\u003c\/strong\u003e \u003cspan\u003eSoft and supportive padding for enhanced comfort\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eWaterproof Remote\u003c\/strong\u003e \u003cspan\u003eMagnetic hand pendant for easy control in wet conditions\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eLocking Casters\u003c\/strong\u003e \u003cspan\u003eMedical-grade casters for secure transfers\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eSafety Bars and Belts\u003c\/strong\u003e \u003cspan\u003eFront safety bar and belts for added protection\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eDurable Steel Frame\u003c\/strong\u003e \u003cspan\u003eSupports up to 150 kg (330 lbs) with lightweight maneuverability\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eEasy Access Charging\u003c\/strong\u003e \u003cspan\u003eConvenient charging box for battery management\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eDesigned for Comfort \u0026amp; Safety\u003c\/h2\u003e\n\u003cp\u003eThe chair is crafted to offer maximum comfort with it's padded components and ergonomic design, ensuring stability and ease of use. it's CSA certification and compliance with Canadian safety standards make it a reliable choice for caregivers and users alike.\u003c\/p\u003e\n\u003cp\u003eCompact and maneuverable, it fit's through standard Canadian doorways and can be easily stored, making it suitable for diverse living environments.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e Ensure proper use according to the manufacturer's guidelines. The chair is designed to support a maximum weight capacity of 150 kg (330 lbs). Always consult with a healthcare professional for personalized advice.\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eSteel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight Capacity\u003c\/td\u003e\n\u003ctd\u003e150 kg (330 lbs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLifting Range\u003c\/td\u003e\n\u003ctd\u003e40 cm - 70 cm (15.75\" - 27.56\")\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimensions\u003c\/td\u003e\n\u003ctd\u003e88 cm x 61 cm x 32 cm (35\" x 24\" x 13\")\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInternal Width\u003c\/td\u003e\n\u003ctd\u003e45.5 cm x 35.5 cm (18\" x 14\")\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eArm Length\u003c\/td\u003e\n\u003ctd\u003e34 cm (13\")\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBack Height\u003c\/td\u003e\n\u003ctd\u003e48 cm (19\")\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFoot Plate\u003c\/td\u003e\n\u003ctd\u003e44.5 cm x 14 cm (17.5\" x 5.5\")\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eArm Height\u003c\/td\u003e\n\u003ctd\u003e34 cm (13\")\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBack Width\u003c\/td\u003e\n\u003ctd\u003e43 cm x 20 cm (17\" x 8\")\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChair Weight\u003c\/td\u003e\n\u003ctd\u003e38 kg (84 lbs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch2\u003eBest For\u003c\/h2\u003e\n\u003cdiv class=\"best-for-box\"\u003e\u003cul\u003e\n\u003cli\u003eCanadian seniors requiring mobility support\u003c\/li\u003e\n\u003cli\u003eUse in home care and rehabilitation centers\u003c\/li\u003e\n\u003cli\u003eClients needing a multifunctional mobility aid\u003c\/li\u003e\n\u003cli\u003eIndividuals with private extended health benefit's\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\n\u003ch2\u003eWhy Choose This Chair\u003c\/h2\u003e\n\u003cdiv class=\"why-buy-box\"\u003e\u003cul\u003e\n\u003cli\u003eComprehensive mobility solution with electric lift and waterproof design\u003c\/li\u003e\n\u003cli\u003eCSA certified for safety and reliability in Canadian environments\u003c\/li\u003e\n\u003cli\u003eEligible for HST\/GST rebate and medical expense tax credit with prescription\u003c\/li\u003e\n\u003cli\u003eBacked by Canadian warranty and quality assurance\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdetails\u003e\u003csummary\u003eAre lift chairs tax deductible in Canada?\u003c\/summary\u003e\u003cp\u003eYes, lift chairs like the 4-IN-1 Multifunctional Electric Lift Transfer Chair are generally tax-deductible as eligible medical expenses. A prescription from a healthcare provider is typically required for the Medical Expense Tax Credit.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow do you write a prescription for a lift chair?\u003c\/summary\u003e\u003cp\u003eA prescription should include the beneficiary's full name, physician's name, date of the order, and a detailed description of the item needed. It may be narrative or include a brand\/model number.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the lift tax credit in Canada?\u003c\/summary\u003e\u003cp\u003eThe lift tax credit provides financial relief for eligible medical expenses, including lift chairs, when prescribed by a medical professional.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat safety features does the chair have?\u003c\/summary\u003e\u003cp\u003eThe chair includes locking casters, front safety bars, and belts to ensure secure and stable transfers.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs the chair waterproof?\u003c\/summary\u003e\u003cp\u003eYes, the chair features water-resistant components, making it suitable for use in showers and wet environments.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the weight capacity of the chair?\u003c\/summary\u003e\u003cp\u003eThe chair supports up to 150 kg (330 lbs), accommodating a wide range of users.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eCan I claim the chair as a medical expense on my taxes?\u003c\/summary\u003e\u003cp\u003eYes, you can claim this chair as a medical expense on your Canadian taxes with a valid prescription, subject to CRA guidelines.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003ch2\u003eSummary\u003c\/h2\u003e\n\u003cdiv class=\"summary-box\"\u003e\u003cp\u003eThe 4-IN-1 Multifunctional Electric Lift Transfer Chair is a versatile and reliable mobility aid designed for Canadian users. It offers safety, comfort, and ease of use for both caregivers and patients. With it's eligibility for tax benefit's and CSA certification, it represents an excellent choice for those seeking a comprehensive patient care solution in Canada.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"disclaimer-box\"\u003e\u003cp\u003e\u003cstrong\u003eImportant Notice:\u003c\/strong\u003e This 4-in-1 multifunctional electric lift chair is designed to assist with patient transfers, showering, and toileting. It is not a substitute for professional medical advice, diagnosis, or treatment. Always consult with a qualified healthcare provider to ensure this product is appropriate for your specific needs. Adhere to the 150 kg (330 lbs) weight capacity for safe use. Individual results may vary. This product may qualify for HST\/GST exemption with a prescription and may be claimed as a medical expense for tax purposes in Canada. Coverage eligibility varies by province and insurance provider. Contact your provincial health plan or private insurer for coverage details.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Factory Direct Medical","offers":[{"title":"Default Title","offer_id":47417670041769,"sku":"CH3076","price":2950.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/files\/4-in-1-multifunctional-electric-lift-transfer-shower-commode-chair-ezee-life-3350221.jpg?v=1788530769"},{"product_id":"comfygo-majestic-iq-7000-auto-folding-electric-wheelchair-lightweight-and-convenient-for-canadian-travel","title":"ComfyGo Majestic IQ 7000 Auto-Folding Electric Wheelchair - Lightweight and Convenient for Canadian Travel","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');.pdp-content{font-family:'Open Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#333;line-height:1.75;max-width:100%;margin:0;padding:0;font-size:15px}.pdp-content *{box-sizing:border-box}.pdp-content h2{font-family:'Open Sans',sans-serif;color:#1a365d;font-size:24px;font-weight:700;margin:32px 0 16px 0;padding-bottom:10px;border-bottom:3px solid #2b6cb0}.pdp-content h2:first-of-type{margin-top:0}.pdp-content h3{font-family:'Open Sans',sans-serif;color:#2c5282;font-size:18.8px;font-weight:600;margin:24px 0 12px 0}.pdp-content p{margin:0 0 16px 0;font-size:16px;color:#4a5568}.pdp-content .intro-box{font-size:16.8px;color:#2d3748;background:linear-gradient(135deg,#f7fafc 0%,#edf2f7 100%);padding:20px 24px;border-radius:8px;border-left:4px solid #2b6cb0;margin-bottom:24px}.pdp-content .intro-box p{margin:0;color:#2d3748}.pdp-content ul{margin:0 0 24px 0;padding:0;list-style:none}.pdp-content ul li{position:relative;padding:8px 0 8px 32px;margin:0;font-size:15.6px;color:#4a5568}.pdp-content ul li::before{content:\"\\2713\";position:absolute;left:4px;color:#38a169;font-weight:700;font-size:16px}.pdp-content .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin:20px 0 28px 0}.pdp-content .feature-card{background:#f8fafc;padding:16px 20px;border-radius:8px;border:1px solid #e2e8f0;transition:all 0.2s ease}.pdp-content .feature-card:hover{border-color:#cbd5e0;box-shadow:0 2px 8px rgba(0,0,0,0.06)}.pdp-content .feature-card strong{font-family:'Open Sans',sans-serif;color:#1a365d;display:block;margin-bottom:8px;font-size:15.6px;font-weight:600}.pdp-content .feature-card span{color:#4a5568;font-size:14.8px;line-height:1.5;display:block}.pdp-content table{width:100%;border-collapse:collapse;font-size:15.2px;margin:24px 0;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.pdp-content thead tr{background:#f8fafc;border-bottom:2px solid #e2e8f0}.pdp-content thead th{font-family:'Open Sans',sans-serif;color:#4a5568;padding:16px 24px;text-align:left;font-weight:600;font-size:14.4px;text-transform:uppercase;letter-spacing:0.05em}.pdp-content tbody td{font-family:'Open Sans',sans-serif;padding:16px 24px;border-bottom:1px solid #e2e8f0;color:#4a5568;font-size:15.2px}.pdp-content tbody td:first-child{font-weight:600;color:#2d3748;width:50%}.pdp-content tbody tr:last-child td{border-bottom:none}.pdp-content tbody tr:hover{background:#f7fafc}.pdp-content .best-for-box{background:linear-gradient(135deg,#f0fff4 0%,#c6f6d5 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #9ae6b4}.pdp-content .best-for-box ul{margin:0}.pdp-content .best-for-box ul li::before{content:\"\\2192\";color:#276749}.pdp-content .why-buy-box{background:linear-gradient(135deg,#ebf8ff 0%,#bee3f8 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #90cdf4}.pdp-content .why-buy-box ul{margin:0}.pdp-content .why-buy-box ul li::before{content:\"\\2605\";color:#d69e2e}.pdp-content .faq-container{margin:16px 0 28px 0}.pdp-content details{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:10px;overflow:hidden}.pdp-content details:hover{border-color:#cbd5e0}.pdp-content details[open]{box-shadow:0 4px 12px rgba(0,0,0,0.08);border-color:#2b6cb0}.pdp-content summary{font-family:'Open Sans',sans-serif;padding:16px 20px;cursor:pointer;font-weight:600;color:#2d3748;background:#f7fafc;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:15.6px}.pdp-content summary:hover{background:#edf2f7}.pdp-content summary::-webkit-details-marker{display:none}.pdp-content summary::marker{display:none}.pdp-content summary::after{content:\"+\";font-size:22px;color:#2b6cb0;font-weight:600;width:24px;text-align:center}.pdp-content details[open] summary{background:#ebf8ff;border-bottom:1px solid #bee3f8}.pdp-content details[open] summary::after{content:\"-\"}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:16px 20px;margin:0;color:#4a5568;background:#fff;font-size:15.2px;line-height:1.7}.pdp-content .summary-box{background:linear-gradient(135deg,#faf5ff 0%,#e9d8fd 100%);padding:20px 24px;border-radius:8px;margin:28px 0;border:1px solid #d6bcfa}.pdp-content .summary-box p{margin:0;color:#553c9a;font-size:16px}.pdp-content .disclaimer-box{background:#fffaf0;padding:16px 20px;border-radius:8px;margin:28px 0 16px 0;border:1px solid #f6ad55;border-left:4px solid #dd6b20}.pdp-content .disclaimer-box p{margin:0;color:#744210;font-size:14px;line-height:1.6}.pdp-content .disclaimer-box strong{color:#c05621}@media(max-width:768px){.pdp-content{font-size:14px}.pdp-content h2{font-size:20.8px;margin-top:24px}.pdp-content .features-grid{grid-template-columns:1fr;gap:12px}.pdp-content .feature-card{padding:14px 16px}.pdp-content thead th,.pdp-content tbody td{padding:12px 16px;font-size:14px}.pdp-content tbody td:first-child{width:45%}.pdp-content summary{padding:14px 16px;font-size:14.8px}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:14px 16px}.pdp-content .intro-box,.pdp-content .best-for-box,.pdp-content .why-buy-box,.pdp-content .summary-box,.pdp-content .disclaimer-box{padding:16px}}@media(max-width:480px){.pdp-content h2{font-size:19.2px}.pdp-content thead th,.pdp-content tbody td{padding:10px 12px;font-size:12.8px}}\u003c\/style\u003e\u003cdiv class=\"pdp-content\"\u003e\n\u003ch2\u003eProduct Description\u003c\/h2\u003e\n\u003cdiv class=\"intro-box\"\u003e\u003cp\u003eThe ComfyGo Majestic IQ 7000 Auto-Folding Electric Wheelchair is a top-tier auto-folding electric wheelchair Canada, designed for convenience and mobility. With it's lightweight aluminium construction and advanced folding mechanism, it's perfect for Canadian travellers and those seeking independence.\u003c\/p\u003e\u003c\/div\u003e\n\u003cp\u003eEngineered for easy transportation, the IQ7000 features one-touch remote control folding technology, allowing it to fold and unfold in seconds. This sleek and compact design fit's effortlessly into most Canadian vehicles, making it ideal for daily use, appointments, and shopping.\u003c\/p\u003e\n\u003cp\u003eThe sturdy aluminium frame ensures durability without added weight, while the ergonomic design offers comfort for extended use. The IQ7000's powerful lithium battery extends your travel range, making it an excellent choice for those seeking a reliable travel electric wheelchair with lithium battery technology.\u003c\/p\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eOne-Touch Automatic Folding\u003c\/strong\u003e \u003cspan\u003eEffortlessly fold and unfold using a remote control, ideal for Canadian travel.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eLightweight Aluminium Frame\u003c\/strong\u003e \u003cspan\u003eDurable yet lightweight, perfect for manoeuvrability and stability.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eCompact Folding Design\u003c\/strong\u003e \u003cspan\u003eFit's into most Canadian car trunks, SUVs, and crossovers.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eHigh-Capacity Lithium Battery\u003c\/strong\u003e \u003cspan\u003eProvides a reliable travel range, with options for airline-approved and extended range batteries.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eEasy-to-Use Joystick Controller\u003c\/strong\u003e \u003cspan\u003e360° joystick with precise steering and control.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eAdjustable Armrests\u003c\/strong\u003e \u003cspan\u003eCustomizable for user comfort.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eComfortable Padded Seating\u003c\/strong\u003e \u003cspan\u003eDesigned for long-term use with ergonomic support.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eAnti-Tip Wheels\u003c\/strong\u003e \u003cspan\u003eEnhances stability on various terrains across Canada.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eElectromagnetic Braking System\u003c\/strong\u003e \u003cspan\u003eIntelligent braking for safety and control.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eDesigned for Comfort \u0026amp; Safety\u003c\/h2\u003e\n\u003cp\u003eExperience unparalleled comfort with the IQ7000's ergonomic seating, adjustable armrests, and foldable footrest, all tailored for Canadian users. The durable frame and advanced braking system provide reliable performance across various Canadian terrains.\u003c\/p\u003e\n\u003cp\u003eCompact and travel-friendly, the IQ7000 is perfect for Canadian homes and travel. it's easy folding mechanism ensures convenient storage and transport, suitable for winter storage and daily use.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e Always adhere to the specified weight capacity of 159 kg (350 lbs) for safe operation. The IQ7000 meets Canadian safety standards and is CSA certified.\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eIQ7000 Auto Folding Electric Wheelchair\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight Capacity\u003c\/td\u003e\n\u003ctd\u003e159 kg (350 lbs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFrame Material\u003c\/td\u003e\n\u003ctd\u003eHigh-strength lightweight aluminium alloy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDrive Type\u003c\/td\u003e\n\u003ctd\u003eRear-wheel drive\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBraking System\u003c\/td\u003e\n\u003ctd\u003eIntelligent electromagnetic braking system\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eController\u003c\/td\u003e\n\u003ctd\u003e360° joystick controller with remote auto-fold function\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOverall Dimensions (L × W × H)\u003c\/td\u003e\n\u003ctd\u003e102 cm × 66 cm × 99 cm (40\" × 26\" × 39\")\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFolded Dimensions (L × W × H)\u003c\/td\u003e\n\u003ctd\u003e69 cm × 43 cm × 76 cm (27\" × 17\" × 30\")\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTotal Weight (with battery)\u003c\/td\u003e\n\u003ctd\u003eApprox. 29-30 kg (64-67 lbs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeat Width\u003c\/td\u003e\n\u003ctd\u003e48 cm (19\")\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeat Depth\u003c\/td\u003e\n\u003ctd\u003e46 cm (18\")\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeat Height (from ground)\u003c\/td\u003e\n\u003ctd\u003e51 cm (20\")\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBackrest Height\u003c\/td\u003e\n\u003ctd\u003eAdjustable (approx. 46-61 cm (18\"-24\"))\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Type\u003c\/td\u003e\n\u003ctd\u003e24V Lithium-Ion\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Options\u003c\/td\u003e\n\u003ctd\u003e12AH (airline approved), 20AH (extended range option)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTravel Range\u003c\/td\u003e\n\u003ctd\u003eUp to 21 km (13 miles) (12AH battery), Up to 27 km (17 miles) (20AH battery)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCharging Time\u003c\/td\u003e\n\u003ctd\u003e6-8 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaximum Speed\u003c\/td\u003e\n\u003ctd\u003eUp to 6 km\/h (4 mph)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotors\u003c\/td\u003e\n\u003ctd\u003eDual 250W brushless motors (500W total power)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFront Wheels\u003c\/td\u003e\n\u003ctd\u003e20 cm (8\") solid tires\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRear Wheels\u003c\/td\u003e\n\u003ctd\u003e30 cm (12\") tires\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTurning Radius\u003c\/td\u003e\n\u003ctd\u003eApprox. 119 cm (47\")\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eClimbing Ability\u003c\/td\u003e\n\u003ctd\u003eUp to 6°-10° incline\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAnti-Tip Wheels\u003c\/td\u003e\n\u003ctd\u003eIncluded for added safety and stability\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch2\u003eBest For\u003c\/h2\u003e\n\u003cdiv class=\"best-for-box\"\u003e\u003cul\u003e\n\u003cli\u003eCanadian seniors requiring mobility support\u003c\/li\u003e\n\u003cli\u003eIndividuals needing a portable wheelchair for travel across Canada\u003c\/li\u003e\n\u003cli\u003eUsers seeking a reliable, lightweight electric wheelchair\u003c\/li\u003e\n\u003cli\u003eIndividuals with private extended health benefit's or provincial coverage\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\n\u003ch2\u003eWhy Choose This Electric Wheelchair\u003c\/h2\u003e\n\u003cdiv class=\"why-buy-box\"\u003e\u003cul\u003e\n\u003cli\u003eExceptional convenience and mobility for Canadian users\u003c\/li\u003e\n\u003cli\u003eMeets Canadian safety standards with CSA certification\u003c\/li\u003e\n\u003cli\u003eOffers excellent value with potential tax benefit's in Canada\u003c\/li\u003e\n\u003cli\u003eBacked by a Canadian warranty and quality construction\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdetails\u003e\u003csummary\u003eIs the ComfyGo Majestic IQ 7000 Auto-Folding Electric Wheelchair HST\/GST exempt in Canada?\u003c\/summary\u003e\u003cp\u003eYes, this wheelchair may be HST\/GST exempt in Canada when purchased with a valid prescription from a healthcare provider. Consult the Canada Revenue Agency for detailed eligibility.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eCan I claim the ComfyGo Majestic IQ 7000 as a medical expense on my taxes?\u003c\/summary\u003e\u003cp\u003eYes, this wheelchair may qualify as a medical expense for tax purposes in Canada. Consult a tax professional for guidance.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs the ComfyGo Majestic IQ 7000 covered by provincial health plans in Canada?\u003c\/summary\u003e\u003cp\u003eCoverage varies by province. Contact your provincial health plan or private insurer to confirm eligibility.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes the ComfyGo Majestic IQ 7000 come with a Canadian warranty?\u003c\/summary\u003e\u003cp\u003eYes, this product is backed by a Canadian warranty, ensuring quality and support.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat safety features does the ComfyGo Majestic IQ 7000 have?\u003c\/summary\u003e\u003cp\u003eThe wheelchair includes an intelligent electromagnetic braking system, anti-tip wheels, and a secure seatbelt for enhanced safety.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs the ComfyGo Majestic IQ 7000 approved by Health Canada?\u003c\/summary\u003e\u003cp\u003eYes, this wheelchair meets Canadian safety standards and is CSA certified.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhere can I buy the ComfyGo Majestic IQ 7000 in Canada?\u003c\/summary\u003e\u003cp\u003eThis wheelchair is available from Canadian medical equipment suppliers. Ensure the supplier offers Canadian warranty coverage and ships within Canada.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003ch2\u003eSummary\u003c\/h2\u003e\n\u003cdiv class=\"summary-box\"\u003e\u003cp\u003eThe ComfyGo Majestic IQ 7000 Auto-Folding Electric Wheelchair offers unparalleled convenience and mobility for Canadian users. With it's compact design, advanced technology, and compliance with Canadian standards, it's an excellent choice for those seeking independence and travel ease. Whether for daily use or travel, this wheelchair provides reliable performance and potential tax benefit's in Canada.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"disclaimer-box\"\u003e\u003cp\u003e\u003cstrong\u003eImportant Notice:\u003c\/strong\u003e This electric wheelchair is designed to assist with mobility and convenience for travel. It is not a substitute for professional medical advice, diagnosis, or treatment. Always consult with a qualified healthcare provider to ensure this mobility aid is appropriate for your specific needs. Strictly adhere to the 159 kg (350 lbs) weight capacity for safe use. Individual results may vary. This product may qualify for HST\/GST exemption with a prescription and may be claimed as a medical expense for tax purposes in Canada.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Factory Direct Medical","offers":[{"title":"Default Title","offer_id":47417669943465,"sku":"IQ-7000 AF","price":2795.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/files\/comfygo-majestic-iq-7000-auto-folding-electric-wheelchair-mobility-and-convenience-comfygo-8994878.png?v=1788530767"},{"product_id":"ezee-elite-portable-mobility-scooter-ch4030-folding-electric-scooter-for-seniors-canada","title":"EZee Elite Portable Mobility Scooter CH4030 | Folding Electric Scooter for Seniors Canada","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');.pdp-content{font-family:'Open Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#333;line-height:1.75;max-width:100%;margin:0;padding:0;font-size:15px}.pdp-content *{box-sizing:border-box}.pdp-content h2{font-family:'Open Sans',sans-serif;color:#1a365d;font-size:24px;font-weight:700;margin:32px 0 16px 0;padding-bottom:10px;border-bottom:3px solid #2b6cb0}.pdp-content h2:first-of-type{margin-top:0}.pdp-content h3{font-family:'Open Sans',sans-serif;color:#2c5282;font-size:18.8px;font-weight:600;margin:24px 0 12px 0}.pdp-content p{margin:0 0 16px 0;font-size:16px;color:#4a5568}.pdp-content .intro-box{font-size:16.8px;color:#2d3748;background:linear-gradient(135deg,#f7fafc 0%,#edf2f7 100%);padding:20px 24px;border-radius:8px;border-left:4px solid #2b6cb0;margin-bottom:24px}.pdp-content .intro-box p{margin:0;color:#2d3748}.pdp-content ul{margin:0 0 24px 0;padding:0;list-style:none}.pdp-content ul li{position:relative;padding:8px 0 8px 32px;margin:0;font-size:15.6px;color:#4a5568}.pdp-content ul li::before{content:'\\2713';position:absolute;left:4px;color:#38a169;font-weight:700;font-size:16px}.pdp-content .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin:20px 0 28px 0}.pdp-content .feature-card{background:#f8fafc;padding:16px 20px;border-radius:8px;border:1px solid #e2e8f0;transition:all 0.2s ease}.pdp-content .feature-card:hover{border-color:#cbd5e0;box-shadow:0 2px 8px rgba(0,0,0,0.06)}.pdp-content .feature-card strong{font-family:'Open Sans',sans-serif;color:#1a365d;display:block;margin-bottom:8px;font-size:15.6px;font-weight:600}.pdp-content .feature-card span{color:#4a5568;font-size:14.8px;line-height:1.5;display:block}.pdp-content table{width:100%;border-collapse:collapse;font-size:15.2px;margin:24px 0;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.pdp-content thead tr{background:#f8fafc;border-bottom:2px solid #e2e8f0}.pdp-content thead th{font-family:'Open Sans',sans-serif;color:#4a5568;padding:16px 24px;text-align:left;font-weight:600;font-size:14.4px;text-transform:uppercase;letter-spacing:0.05em}.pdp-content tbody td{font-family:'Open Sans',sans-serif;padding:16px 24px;border-bottom:1px solid #e2e8f0;color:#4a5568;font-size:15.2px}.pdp-content tbody td:first-child{font-weight:600;color:#2d3748;width:50%}.pdp-content tbody tr:last-child td{border-bottom:none}.pdp-content tbody tr:hover{background:#f7fafc}.pdp-content .best-for-box{background:linear-gradient(135deg,#f0fff4 0%,#c6f6d5 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #9ae6b4}.pdp-content .best-for-box ul{margin:0}.pdp-content .best-for-box ul li::before{content:'\\2192';color:#276749}.pdp-content .why-buy-box{background:linear-gradient(135deg,#ebf8ff 0%,#bee3f8 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #90cdf4}.pdp-content .why-buy-box ul{margin:0}.pdp-content .why-buy-box ul li::before{content:'\\2605';color:#d69e2e}.pdp-content .faq-container{margin:16px 0 28px 0}.pdp-content details{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:10px;overflow:hidden}.pdp-content details:hover{border-color:#cbd5e0}.pdp-content details[open]{box-shadow:0 4px 12px rgba(0,0,0,0.08);border-color:#2b6cb0}.pdp-content summary{font-family:'Open Sans',sans-serif;padding:16px 20px;cursor:pointer;font-weight:600;color:#2d3748;background:#f7fafc;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:15.6px}.pdp-content summary:hover{background:#edf2f7}.pdp-content summary::-webkit-details-marker{display:none}.pdp-content summary::marker{display:none}.pdp-content summary::after{content:'+';font-size:22px;color:#2b6cb0;font-weight:600;width:24px;text-align:center}.pdp-content details[open] summary{background:#ebf8ff;border-bottom:1px solid #bee3f8}.pdp-content details[open] summary::after{content:'-'}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:16px 20px;margin:0;color:#4a5568;background:#fff;font-size:15.2px;line-height:1.7}.pdp-content .summary-box{background:linear-gradient(135deg,#faf5ff 0%,#e9d8fd 100%);padding:20px 24px;border-radius:8px;margin:28px 0;border:1px solid #d6bcfa}.pdp-content .summary-box p{margin:0;color:#553c9a;font-size:16px}.pdp-content .disclaimer-box{background:#fffaf0;padding:16px 20px;border-radius:8px;margin:28px 0 16px 0;border:1px solid #f6ad55;border-left:4px solid #dd6b20}.pdp-content .disclaimer-box p{margin:0;color:#744210;font-size:14px;line-height:1.6}.pdp-content .disclaimer-box strong{color:#c05621}@media(max-width:768px){.pdp-content{font-size:14px}.pdp-content h2{font-size:20.8px;margin-top:24px}.pdp-content .features-grid{grid-template-columns:1fr;gap:12px}.pdp-content .feature-card{padding:14px 16px}.pdp-content thead th,.pdp-content tbody td{padding:12px 16px;font-size:14px}.pdp-content tbody td:first-child{width:45%}.pdp-content summary{padding:14px 16px;font-size:14.8px}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:14px 16px}.pdp-content .intro-box,.pdp-content .best-for-box,.pdp-content .why-buy-box,.pdp-content .summary-box,.pdp-content .disclaimer-box{padding:16px}}@media(max-width:480px){.pdp-content h2{font-size:19.2px}.pdp-content thead th,.pdp-content tbody td{padding:10px 12px;font-size:12.8px}}\u003c\/style\u003e\u003cdiv class=\"pdp-content\"\u003e\n\u003ch2\u003eProduct Description\u003c\/h2\u003e\n\u003cdiv class=\"intro-box\"\u003e\u003cp\u003eThe EZee Elite Portable Mobility Scooter (CH4030) is a foldable mobility scooter available across Canada, built on a proven 20+-year design heritage that delivers trusted daily performance for seniors and adults seeking independent, confident travel indoors and out. With a 250 lb (115 kg) weight capacity, single front-wheel drive for smooth manoeuvrability, and a fully folding frame—no bending or lifting of heavy parts required—the EZee Elite makes portable electric mobility genuinely accessible for Canadians at every stage of life.\u003c\/p\u003e\u003c\/div\u003e\n\u003cp\u003eDesigned with the user’s comfort at its centre, the EZee Elite features a large soft padded seat and high supportive backrest that reduce pressure points during extended rides, plus flip-up armrests for safe, effortless transfers. A detachable 12 A\/h battery (8.6 kg \/ 19 lbs) means you can easily carry it inside for recharging—without moving the entire scooter—while non-marking, never-flat wheels keep you rolling on hardwood floors, tile, and paved outdoor paths without interruption. With a range of up to 13 km (8 miles) per charge and a maximum speed of approximately 6.4 km\/h (4 mph), the CH4030 is ideal for errands, shopping centres, and everyday Canadian living.\u003c\/p\u003e\n\u003cp\u003eAvailable through Factory Direct Medical with free shipping across Canada, the EZee Elite CH4030 is supported by EZee Life’s one-year manufacturer warranty and dedicated Canadian customer service. As a direct-to-consumer mobility retailer, Factory Direct Medical eliminates the retailer mark-up so you receive premium Canadian mobility equipment at the best possible price, delivered directly to your door.\u003c\/p\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eTool-Free Folding Frame\u003c\/strong\u003e \u003cspan\u003eFolds quickly and compactly to 80 × 57 × 53 cm (31″ × 22″ × 21″) for storage in vehicle boots, closets, and tight spaces—no bending or lifting of heavy components required during fold or unfold.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eDetachable Battery Pack\u003c\/strong\u003e \u003cspan\u003eThe 12 A\/h battery (8.6 kg \/ 19 lbs) detaches in seconds for convenient indoor recharging—no need to bring the entire scooter inside. Delivers up to 13 km (8 miles) of range per full charge.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eFlip-Up Armrests for Easy Transfers\u003c\/strong\u003e \u003cspan\u003eArmrests fold up and out of the way to make mounting and dismounting safer and more comfortable for users with limited hip or knee mobility, reducing transfer effort significantly.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eLarge Padded Seat \u0026amp; Supportive Backrest\u003c\/strong\u003e \u003cspan\u003eThe generously sized ergonomic seat with soft padding and a tall supportive backrest reduce fatigue and pressure during extended outings, keeping you comfortable on longer rides.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eAnti-Tipper Safety System\u003c\/strong\u003e \u003cspan\u003eBuilt-in anti-tipper technology improves stability on slopes, uneven surfaces, and during sudden stops—reducing the risk of backward tipping and providing greater confidence during daily operation.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eNon-Marking, Never-Flat Wheels\u003c\/strong\u003e \u003cspan\u003eSolid tyres that never go flat and leave no marks on indoor floors—ideal for use in shopping centres, care homes, medical facilities, and polished hardwood floor environments across Canada.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eDesigned for Comfort \u0026amp; Safety\u003c\/h2\u003e\n\u003cp\u003eThe EZee Elite CH4030 is engineered to meet the everyday mobility needs of Canadian seniors and adults with limited ambulation, with safety and ergonomics at the forefront of its 20+-year-proven design. The single front-wheel drive configuration provides a tight turning radius ideal for navigating supermarket aisles, corridors, and home interiors, while the anti-tipper system provides a critical layer of protection on inclines up to 6° (10%). The flip-up armrests ensure that transfers on and off the scooter are smooth and safe, minimising fall risk during the sit-to-ride and ride-to-stand transition—a key concern for physiotherapists and occupational therapists advising on mobility aids in Canada.\u003c\/p\u003e\n\u003cp\u003eThe scooter’s operating speed of approximately 6.4 km\/h (4 mph) is thoughtfully calibrated for safe use in both indoor and light outdoor environments, keeping pace with a natural walking speed without risk of sudden acceleration. The detachable battery system means the heaviest single component (8.6 kg \/ 19 lbs) can be separated for charging or transport, reducing the overall lifting burden. Always ensure the battery is fully charged before use, do not exceed the 250 lb (115 kg) weight capacity, and use on surfaces within the maximum incline rating of 6° (10%) to maintain safe operation.\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eEZee Elite CH4030\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSKU\u003c\/td\u003e\n\u003ctd\u003eCH4030-Blue\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDrive System\u003c\/td\u003e\n\u003ctd\u003eSingle Front Wheel Drive\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFrame Material\u003c\/td\u003e\n\u003ctd\u003eReinforced Lightweight Alloy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight Capacity\u003c\/td\u003e\n\u003ctd\u003e250 lbs (115 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTotal Weight (incl. battery)\u003c\/td\u003e\n\u003ctd\u003e81 lbs (36.7 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Weight\u003c\/td\u003e\n\u003ctd\u003e8.6 kg (19 lbs) — Detachable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Capacity\u003c\/td\u003e\n\u003ctd\u003e12 A\/h\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaximum Speed\u003c\/td\u003e\n\u003ctd\u003eApprox. 6.4 km\/h (4 mph)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaximum Range\u003c\/td\u003e\n\u003ctd\u003eUp to 13 km (8 miles) per charge\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaximum Incline\u003c\/td\u003e\n\u003ctd\u003e6° (10%)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e104 cm (41″)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWidth\u003c\/td\u003e\n\u003ctd\u003e57 cm (22″)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeight\u003c\/td\u003e\n\u003ctd\u003e91.4 cm (36″)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFolded Dimensions (L × W × H)\u003c\/td\u003e\n\u003ctd\u003e80 × 57 × 53 cm (31″ × 22″ × 21″)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWheel Type\u003c\/td\u003e\n\u003ctd\u003eNon-Marking, Never-Flat Solid Tyres\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eArmrests\u003c\/td\u003e\n\u003ctd\u003eFlip-Up Design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSafety Feature\u003c\/td\u003e\n\u003ctd\u003eAnti-Tipper Stabilisation System\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e1 Year (Battery: 3 Months)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColours Available\u003c\/td\u003e\n\u003ctd\u003eBlue, Black, Gray, Red\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch2\u003eBest For\u003c\/h2\u003e\n\u003cdiv class=\"best-for-box\"\u003e\u003cul\u003e\n\u003cli\u003eCanadian seniors and adults seeking a portable mobility scooter that folds compactly for storage in vehicle boots, apartment closets, or travel luggage\u003c\/li\u003e\n\u003cli\u003eUsers who need a reliable electric mobility scooter Canada for daily errands, shopping centres, and indoor facilities without worrying about flat tyres or floor marking\u003c\/li\u003e\n\u003cli\u003eIndividuals with limited hip, knee, or lower-body mobility who benefit from the flip-up armrests for safer, easier transfers on and off the scooter\u003c\/li\u003e\n\u003cli\u003eTravellers and active retirees across Canada who require a foldable mobility scooter with a detachable battery for convenient airline or hotel use\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\n\u003ch2\u003eWhy Choose This Product\u003c\/h2\u003e\n\u003cdiv class=\"why-buy-box\"\u003e\u003cul\u003e\n\u003cli\u003eThe EZee Elite’s built-in anti-tipper safety system and 20+-year-proven design set it apart from newer, less-tested competitors—providing documented stability and reliability that Canadian healthcare professionals trust for daily use recommendations\u003c\/li\u003e\n\u003cli\u003eFlip-up armrests and a detachable battery are premium features typically found only in higher-priced models, making the CH4030 an outstanding value in the Canadian portable mobility scooter market at $2,995 CAD\u003c\/li\u003e\n\u003cli\u003eFactory Direct Medical ships the EZee Elite free across Canada with EZee Life’s manufacturer warranty, providing Canadian buyers with direct access, no hidden freight costs, and dedicated domestic support\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdetails\u003e\u003csummary\u003eDo I need a license to ride an electric scooter in Canada?\u003c\/summary\u003e\u003cp\u003eMobility scooters like the EZee Elite CH4030 are classified as mobility aids—not motor vehicles—under most Canadian provincial and territorial regulations. As a result, they generally do not require a driver’s licence, vehicle registration, or insurance to operate on sidewalks and pedestrian areas. However, regulations can vary by province and municipality, particularly regarding road and bike lane use. It is always advisable to check your local provincial guidelines or consult your occupational therapist before using a mobility scooter in public spaces across Canada.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eAre enclosed mobility scooters legal in Canada?\u003c\/summary\u003e\u003cp\u003eEnclosed mobility scooters are generally permitted anywhere a traditional mobility scooter is allowed in Canada. They are still classified as mobility aids—not motor vehicles—in most Canadian provinces, meaning they do not typically require a driver’s licence or registration. The EZee Elite CH4030 is an open-frame portable mobility scooter and falls clearly within the standard mobility aid classification across Canada. Always verify local municipal bylaws if you intend to use your scooter on roads or shared paths.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eCan I take the EZee Elite CH4030 on an airplane?\u003c\/summary\u003e\u003cp\u003eThe EZee Elite CH4030 features a detachable battery, which is an important consideration for air travel. Airlines have specific regulations regarding lithium-ion or sealed lead-acid batteries in checked and carry-on baggage. The detachable 12 A\/h battery allows you to follow airline battery removal requirements. We recommend contacting your airline in advance and reviewing Transport Canada’s guidelines on mobility aids and batteries before travelling. The scooter’s folded dimensions of 80 × 57 × 53 cm make it suitable for storage in most aircraft cargo holds as a mobility aid.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes the EZee Elite CH4030 work on carpet and outdoor surfaces?\u003c\/summary\u003e\u003cp\u003eYes. The EZee Elite CH4030 is designed for both indoor and light outdoor use. Its non-marking, never-flat solid tyres perform reliably on tile, hardwood, low-pile carpet, paved sidewalks, and smooth outdoor surfaces. The maximum incline rating of 6° (10%) accommodates most standard ramps and gentle slopes encountered in everyday Canadian environments. It is not intended for rugged terrain, gravel, or steep hills beyond its rated incline.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003ch2\u003eSummary\u003c\/h2\u003e\n\u003cdiv class=\"summary-box\"\u003e\u003cp\u003eThe EZee Elite Portable Mobility Scooter CH4030 is a trusted foldable mobility scooter for Canadian seniors and adults, combining a proven 20+-year design, anti-tipper safety system, flip-up armrests, detachable battery, and non-marking flat-free tyres in a compact folding frame. With a 250 lb (115 kg) capacity, up to 13 km (8 miles) of range, and free delivery across Canada from Factory Direct Medical, the EZee Elite CH4030 delivers reliable everyday independence at an exceptional value of $2,995 CAD.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"disclaimer-box\"\u003e\u003cp\u003e\u003cstrong\u003eImportant Notice:\u003c\/strong\u003e The EZee Elite Portable Mobility Scooter CH4030 is a mobility aid intended to assist individuals with limited ambulatory ability. It is not a substitute for professional medical advice, diagnosis, or treatment. Prior to use, consult a qualified physiotherapist or occupational therapist to confirm this scooter is appropriate for your individual mobility needs, physical condition, and home environment. Do not exceed the maximum weight capacity of 250 lbs (115 kg) or operate on inclines exceeding 6° (10%). Ensure the battery is securely attached before operation. This product is sold in compliance with applicable Health Canada consumer product safety requirements for mobility devices.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Factory Direct Medical","offers":[{"title":"Blue","offer_id":47417670402217,"sku":"CH4030-Blue","price":2995.0,"currency_code":"CAD","in_stock":true},{"title":"Black","offer_id":47417670434985,"sku":"CH4031-Black","price":2995.0,"currency_code":"CAD","in_stock":true},{"title":"Gray","offer_id":47417670467753,"sku":"Ch4022-Gray","price":2995.0,"currency_code":"CAD","in_stock":true},{"title":"Red","offer_id":47417670500521,"sku":"CH4029-Red","price":2995.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/files\/ezee-elite-portable-scooter-single-front-wheel-drive-ezee-life-4388732.jpg?v=1788530769"},{"product_id":"3g-platinum-folding-electric-wheelchair-w-8-rear-wheels-ch4080","title":"3G Platinum Folding Electric Wheelchair w\/ 8\" Rear Wheels - CH4080","description":"\u003cdiv data-content-type=\"html\" data-appearance=\"default\" data-element=\"main\"\u003e\n\u003cbr\u003e\u003ch3\u003eProduct Information\u003c\/h3\u003e\n\u003cbr\u003eThe EZee Fold DLX portable power wheelchair is designed with an easy fold mechanism to provide an easily transportable power wheelchair that can be easily folded up and loaded into vehicles for travel near and far. It folds into a small package without the need to remove parts or reach down to the ground.\u003cbr\u003eThe tires are maintenance free for durability and convenience. They will not go soft or become flat because of contact with sharp objects on the sidewalk or floor.\u003cbr\u003eLike many more expensive power chairs the EZee Fold DLX is driven using a joystick that can be mounted on either side of the chair, has flip back arms for easier transfers and access. The chair comes standard with a removable, washable, seat and back cushion for comfort and a seat belt for safety.\u003cbr\u003eWhile the EZee Fold DLX comes with a high quality lithium ion battery. Additional batteries can be added to the chair to increase the travel range. One added battery will double the wheelchair's range and two extra batteries will triple the wheelchairs' range.\u003cbr\u003eAs with any powered mobility device the range will be affected by user weight, terrain travelled, condition of batteries and ambient temperature.\u003cbr\u003e\u003ch3\u003eBattery \u0026amp; Wheelchair Reports\u003c\/h3\u003e\n\u003cul\u003e \u003cli\u003e\u003ca href=\"\/downloads\/ch4080-battery-MSDS-210721.pdf\"\u003e CH4080 Battery MSDS\u003c\/a\u003e\u003c\/li\u003e \u003cli\u003e\u003ca href=\"\/downloads\/ch4080-air-transport-report.pdf\"\u003e CH4080 Air Transport Report\u003c\/a\u003e\u003c\/li\u003e \u003cli\u003e\u003ca href=\"\/downloads\/ch4080-transport-report.pdf\"\u003e CH4080 Transport Report\u003c\/a\u003e\u003c\/li\u003e \u003cli\u003e\u003ca href=\"\/downloads\/ch4080-battery-UN38.3-test-report.pdf\"\u003e CH4080 Battery UN38.3 Test Report\u003c\/a\u003e\u003c\/li\u003e \u003cli\u003e\u003ca href=\"\/downloads\/ch4080-battery-UN38.3-test-summary.pdf\"\u003e CH4080 Battery UN38.3 Test Summary\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e","brand":"Factory Direct Medical","offers":[{"title":"One Piece Footboard \/ No Accessories","offer_id":47417670074537,"sku":"sku-46614677389562","price":3595.0,"currency_code":"CAD","in_stock":true},{"title":"One Piece Footboard \/ Cane Holder","offer_id":47417670107305,"sku":"CH4080","price":3595.0,"currency_code":"CAD","in_stock":true},{"title":"One Piece Footboard \/ Cell Phone Holder","offer_id":47417670140073,"sku":"CH4080","price":3595.0,"currency_code":"CAD","in_stock":true},{"title":"One Piece Footboard \/ Cup Holder","offer_id":47417670172841,"sku":"CH4080","price":3595.0,"currency_code":"CAD","in_stock":true},{"title":"One Piece Footboard \/ Tablet Holder","offer_id":47417670205609,"sku":"CH4080","price":3595.0,"currency_code":"CAD","in_stock":true},{"title":"Removable Elevating Leg Rests \/ No Accessories","offer_id":47417670238377,"sku":"sku-46614677356794","price":3595.0,"currency_code":"CAD","in_stock":true},{"title":"Removable Elevating Leg Rests \/ Cane Holder","offer_id":47417670271145,"sku":"CH4080","price":3375.0,"currency_code":"CAD","in_stock":true},{"title":"Removable Elevating Leg Rests \/ Cell Phone Holder","offer_id":47417670303913,"sku":"CH4080","price":3400.0,"currency_code":"CAD","in_stock":true},{"title":"Removable Elevating Leg Rests \/ Cup Holder","offer_id":47417670336681,"sku":"CH4080","price":3400.0,"currency_code":"CAD","in_stock":true},{"title":"Removable Elevating Leg Rests \/ Tablet Holder","offer_id":47417670369449,"sku":"CH4080","price":3400.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/files\/3g-platinum-folding-electric-wheelchair-w-8-rear-wheels-ch4080-ezee-life-4653171.jpg?v=1788530768"},{"product_id":"moving-life-atto-mobility-scooter-ml-at-0100-b2-foldable-travel-electric-scooter-canada","title":"Moving Life ATTO Mobility Scooter ML-AT-0100-B2 | Foldable Travel Electric Scooter Canada","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');.pdp-content{font-family:'Open Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#333;line-height:1.75;max-width:100%;margin:0;padding:0;font-size:15px}.pdp-content *{box-sizing:border-box}.pdp-content h2{font-family:'Open Sans',sans-serif;color:#1a365d;font-size:24px;font-weight:700;margin:32px 0 16px 0;padding-bottom:10px;border-bottom:3px solid #2b6cb0}.pdp-content h2:first-of-type{margin-top:0}.pdp-content h3{font-family:'Open Sans',sans-serif;color:#2c5282;font-size:18.8px;font-weight:600;margin:24px 0 12px 0}.pdp-content p{margin:0 0 16px 0;font-size:16px;color:#4a5568}.pdp-content .intro-box{font-size:16.8px;color:#2d3748;background:linear-gradient(135deg,#f7fafc 0%,#edf2f7 100%);padding:20px 24px;border-radius:8px;border-left:4px solid #2b6cb0;margin-bottom:24px}.pdp-content .intro-box p{margin:0;color:#2d3748}.pdp-content ul{margin:0 0 24px 0;padding:0;list-style:none}.pdp-content ul li{position:relative;padding:8px 0 8px 32px;margin:0;font-size:15.6px;color:#4a5568}.pdp-content ul li::before{content:'\\2713';position:absolute;left:4px;color:#38a169;font-weight:700;font-size:16px}.pdp-content .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin:20px 0 28px 0}.pdp-content .feature-card{background:#f8fafc;padding:16px 20px;border-radius:8px;border:1px solid #e2e8f0;transition:all 0.2s ease}.pdp-content .feature-card:hover{border-color:#cbd5e0;box-shadow:0 2px 8px rgba(0,0,0,0.06)}.pdp-content .feature-card strong{font-family:'Open Sans',sans-serif;color:#1a365d;display:block;margin-bottom:8px;font-size:15.6px;font-weight:600}.pdp-content .feature-card span{color:#4a5568;font-size:14.8px;line-height:1.5;display:block}.pdp-content table{width:100%;border-collapse:collapse;font-size:15.2px;margin:24px 0;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.pdp-content thead tr{background:#f8fafc;border-bottom:2px solid #e2e8f0}.pdp-content thead th{font-family:'Open Sans',sans-serif;color:#4a5568;padding:16px 24px;text-align:left;font-weight:600;font-size:14.4px;text-transform:uppercase;letter-spacing:0.05em}.pdp-content tbody td{font-family:'Open Sans',sans-serif;padding:16px 24px;border-bottom:1px solid #e2e8f0;color:#4a5568;font-size:15.2px}.pdp-content tbody td:first-child{font-weight:600;color:#2d3748;width:50%}.pdp-content tbody tr:last-child td{border-bottom:none}.pdp-content tbody tr:hover{background:#f7fafc}.pdp-content .best-for-box{background:linear-gradient(135deg,#f0fff4 0%,#c6f6d5 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #9ae6b4}.pdp-content .best-for-box ul{margin:0}.pdp-content .best-for-box ul li::before{content:'\\2192';color:#276749}.pdp-content .why-buy-box{background:linear-gradient(135deg,#ebf8ff 0%,#bee3f8 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #90cdf4}.pdp-content .why-buy-box ul{margin:0}.pdp-content .why-buy-box ul li::before{content:'\\2605';color:#d69e2e}.pdp-content .faq-container{margin:16px 0 28px 0}.pdp-content details{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:10px;overflow:hidden}.pdp-content details:hover{border-color:#cbd5e0}.pdp-content details[open]{box-shadow:0 4px 12px rgba(0,0,0,0.08);border-color:#2b6cb0}.pdp-content summary{font-family:'Open Sans',sans-serif;padding:16px 20px;cursor:pointer;font-weight:600;color:#2d3748;background:#f7fafc;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:15.6px}.pdp-content summary:hover{background:#edf2f7}.pdp-content summary::-webkit-details-marker{display:none}.pdp-content summary::marker{display:none}.pdp-content summary::after{content:'+';font-size:22px;color:#2b6cb0;font-weight:600;width:24px;text-align:center}.pdp-content details[open] summary{background:#ebf8ff;border-bottom:1px solid #bee3f8}.pdp-content details[open] summary::after{content:'-'}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:16px 20px;margin:0;color:#4a5568;background:#fff;font-size:15.2px;line-height:1.7}.pdp-content .summary-box{background:linear-gradient(135deg,#faf5ff 0%,#e9d8fd 100%);padding:20px 24px;border-radius:8px;margin:28px 0;border:1px solid #d6bcfa}.pdp-content .summary-box p{margin:0;color:#553c9a;font-size:16px}.pdp-content .disclaimer-box{background:#fffaf0;padding:16px 20px;border-radius:8px;margin:28px 0 16px 0;border:1px solid #f6ad55;border-left:4px solid #dd6b20}.pdp-content .disclaimer-box p{margin:0;color:#744210;font-size:14px;line-height:1.6}.pdp-content .disclaimer-box strong{color:#c05621}@media(max-width:768px){.pdp-content{font-size:14px}.pdp-content h2{font-size:20.8px;margin-top:24px}.pdp-content .features-grid{grid-template-columns:1fr;gap:12px}.pdp-content .feature-card{padding:14px 16px}.pdp-content thead th,.pdp-content tbody td{padding:12px 16px;font-size:14px}.pdp-content tbody td:first-child{width:45%}.pdp-content summary{padding:14px 16px;font-size:14.8px}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:14px 16px}.pdp-content .intro-box,.pdp-content .best-for-box,.pdp-content .why-buy-box,.pdp-content .summary-box,.pdp-content .disclaimer-box{padding:16px}}@media(max-width:480px){.pdp-content h2{font-size:19.2px}.pdp-content thead th,.pdp-content tbody td{padding:10px 12px;font-size:12.8px}}\u003c\/style\u003e\u003cdiv class=\"pdp-content\"\u003e\n\u003ch2\u003eProduct Description\u003c\/h2\u003e\n\u003cdiv class=\"intro-box\"\u003e\u003cp\u003eThe Moving Life ATTO Mobility Scooter is Canada’s most versatile foldable travel scooter — engineered with aviation-grade aluminium and a brushless permanent magnet DC motor that delivers up to 19.3 km of range on a single charge, in a unit that splits into two lightweight sections for effortless transport anywhere across Canada.\u003c\/p\u003e\u003c\/div\u003e\n\u003cp\u003eWhether you’re navigating a Toronto shopping centre, boarding a flight out of Vancouver, or exploring your neighbourhood, the ATTO folds into a compact trolley-suitcase configuration and separates into a 12 kg front half and 16.2 kg rear half — making it a truly portable electric scooter for seniors and active adults who demand independence without limits. Its UN 38.3 certified 48V lithium-ion battery is among the very few mobility scooter batteries approved for airline cabin travel worldwide.\u003c\/p\u003e\n\u003cp\u003eAvailable from Factory Direct Medical with free shipping across Canada, the ATTO Mobility Scooter is backed by MovingLife™’s comprehensive 2-year limited manufacturer’s warranty on the frame, electronics, and drivetrain — giving Canadians lasting confidence in their investment from one of the world’s most recognised portable mobility brands.\u003c\/p\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eTrolley Suitcase Fold\u003c\/strong\u003e \u003cspan\u003eFolds into a compact trolley-style suitcase — roll it through airports, train stations, and hotel corridors just like standard luggage, with no disassembly required.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eSplits into 2 Lightweight Sections\u003c\/strong\u003e \u003cspan\u003eSeparates into a 12 kg front and 16.2 kg rear section with no tools — far easier to lift into a vehicle boot than a single-piece scooter, and manageable for most users independently.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eUN 38.3 Air Travel Certified Battery\u003c\/strong\u003e \u003cspan\u003eThe 48V lithium-ion battery holds international air and sea transport certification (UN 38.3 \u0026amp; IEC 62133), making the ATTO one of very few mobility scooters approved for commercial flight cabin use.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eBrushless Permanent Magnet DC Motor\u003c\/strong\u003e \u003cspan\u003eAviation-grade brushless motor with a robust electromagnetic braking mechanism delivers smooth, quiet power and virtually zero motor maintenance over the life of the scooter.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003e4-Position Adjustable Seat Height\u003c\/strong\u003e \u003cspan\u003eThree fixed heights ranging 56–61 cm from the ground plus a special 4th height accommodate users from 150 cm (5 ft) tall for a custom, ergonomic, comfortable ride.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003ePU Non-Pneumatic Puncture-Proof Tyres\u003c\/strong\u003e \u003cspan\u003eSolid PU-filled tyres never go flat and deliver consistent grip on sidewalks, shopping centre floors, and paved paths — completely maintenance-free for the life of the scooter.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eDesigned for Comfort \u0026amp; Safety\u003c\/h2\u003e\n\u003cp\u003eThe ATTO Mobility Scooter is built for users who demand both safety and genuine independence on the go. Its aviation-grade aluminium frame and nylon-enforced ABS components keep the total assembled weight to just 28.2 kg (62.2 lb) without battery — remarkably light for a full-featured mobility scooter. The adjustable seat height system (56–61 cm from the ground, with a 4th option for taller users) allows users from 150 cm (5 ft) tall to find a comfortable, ergonomically correct riding position. The 135 cm turning radius enables confident navigation in tight indoor spaces such as lifts, restaurant aisles, and retail corridors.\u003c\/p\u003e\n\u003cp\u003eThe ATTO’s maximum rated incline is 6 degrees — never attempt steeper grades. The electromagnetic braking system and PU-filled puncture-proof tyres provide reliable stopping power and grip across all approved surfaces. Always consult a physiotherapist or occupational therapist before use to confirm the ATTO is appropriate for your specific mobility needs, and verify your airline’s battery and mobility device policy prior to travelling.\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTotal Weight (without battery)\u003c\/td\u003e\n\u003ctd\u003e62.2 lb (28.2 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Weight\u003c\/td\u003e\n\u003ctd\u003e4.1 lb (1.85 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight — Front Section\u003c\/td\u003e\n\u003ctd\u003e26.4 lb (12 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight — Rear Section\u003c\/td\u003e\n\u003ctd\u003e35.7 lb (16.2 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaximum User Weight\u003c\/td\u003e\n\u003ctd\u003e265 lb (120 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMinimum User Height\u003c\/td\u003e\n\u003ctd\u003e5 feet (150 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaximum Speed\u003c\/td\u003e\n\u003ctd\u003e4 mph (6.4 km\/h)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaximum Range\u003c\/td\u003e\n\u003ctd\u003eUp to 12 miles (19.3 km) per charge\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaximum Incline\u003c\/td\u003e\n\u003ctd\u003e6 degrees\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTurning Radius\u003c\/td\u003e\n\u003ctd\u003e53 inches (135 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeat Height\u003c\/td\u003e\n\u003ctd\u003e3 fixed heights: 22–24 inches (56–61 cm); special 4th height available\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotor\u003c\/td\u003e\n\u003ctd\u003eBrushless permanent magnet DC motor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery\u003c\/td\u003e\n\u003ctd\u003e48V lithium-ion, 250 Wh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCharge Time\u003c\/td\u003e\n\u003ctd\u003e4–5 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCharger\u003c\/td\u003e\n\u003ctd\u003eUL- and CE-approved, 110–240V AC, auto shut-off\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Certification\u003c\/td\u003e\n\u003ctd\u003eIEC 62133 (safety); UN 38.3 (air \u0026amp; sea transport)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFrame Material\u003c\/td\u003e\n\u003ctd\u003eAviation-grade aluminium, nylon-enforced ABS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTyres\u003c\/td\u003e\n\u003ctd\u003ePU filled non-pneumatic (puncture-proof)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSafety Standards\u003c\/td\u003e\n\u003ctd\u003eEN12184, ISO 7176-15, ISO 7176-21, ISO 14971\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRegulatory Compliance\u003c\/td\u003e\n\u003ctd\u003eEEC Annex V of 93\/42\/EEC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e2-year limited (frame, electronics, drivetrain); 1-year (battery)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch2\u003eBest For\u003c\/h2\u003e\n\u003cdiv class=\"best-for-box\"\u003e\u003cul\u003e\n\u003cli\u003eSeniors and active adults across Canada seeking a premium foldable travel mobility scooter approved for air, train, and sea transport\u003c\/li\u003e\n\u003cli\u003eFrequent flyers who need a UN 38.3 certified battery scooter that meets international airline carry-on policies\u003c\/li\u003e\n\u003cli\u003eUrban commuters navigating shopping centres, transit hubs, and city sidewalks with limited storage space at home\u003c\/li\u003e\n\u003cli\u003eUsers who require a scooter that splits into two manageable sections for independent loading into a vehicle without assistance\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\n\u003ch2\u003eWhy Choose This Product\u003c\/h2\u003e\n\u003cdiv class=\"why-buy-box\"\u003e\u003cul\u003e\n\u003cli\u003eAir travel approved — the ATTO’s UN 38.3 certified 48V lithium-ion battery is one of very few mobility scooter batteries cleared for airline cabin transport, enabling genuine door-to-destination freedom across Canada and internationally\u003c\/li\u003e\n\u003cli\u003eUnmatched portability — splits into a 12 kg front and 16.2 kg rear section and folds into a trolley suitcase, making it lighter and more compact than most competing foldable scooters available in Canada\u003c\/li\u003e\n\u003cli\u003eFactory Direct Medical advantage — available with free shipping across Canada, backed by MovingLife™’s 2-year limited warranty and dedicated Canadian customer support at 1-855-235-2400\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdetails\u003e\u003csummary\u003eAre atto mobility scooters any good?\u003c\/summary\u003e\u003cp\u003eThe ATTO Mobility Scooter is widely regarded as one of the best foldable travel mobility scooters available. Built by MovingLife using aviation-grade aluminium and certified to international safety standards including EN12184 and ISO 7176, the ATTO is engineered for real-world durability, air travel compatibility, and reliable daily use. Its brushless DC motor requires minimal maintenance, and the UN 38.3 battery certification means it can be taken on commercial aircraft — a distinction very few mobility scooters hold. With a strong owner satisfaction record and a comprehensive 2-year limited manufacturer’s warranty, the ATTO is a trusted choice for Canadians seeking reliable, travel-ready mobility.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWho makes atto mobility scooters?\u003c\/summary\u003e\u003cp\u003eThe ATTO Mobility Scooter is designed and manufactured by MovingLife, an Israeli company specialising in ultra-portable, high-performance mobility solutions. MovingLife developed the ATTO to fill the gap between heavy traditional mobility scooters and genuinely compact, travel-friendly designs. The ATTO is available across Canada through authorised retailers including Factory Direct Medical, which offers free Canada-wide shipping and full MovingLife manufacturer warranty support.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the most common problem with mobility scooters?\u003c\/summary\u003e\u003cp\u003eThe most common issue with mobility scooters is battery degradation over time, which can result in reduced range, difficulty holding a charge, or failure to recognise the charger. To protect the ATTO’s 48V lithium-ion battery: charge it after every use, avoid storing it in a fully discharged state, and keep it at room temperature when not in use. The ATTO’s charger includes an automatic self-shutdown feature to prevent overcharging. The battery is covered by a 1-year manufacturer’s warranty; contact Factory Direct Medical at 1-855-235-2400 if you notice a significant reduction in range or charging issues.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003ch2\u003eSummary\u003c\/h2\u003e\n\u003cdiv class=\"summary-box\"\u003e\u003cp\u003eThe Moving Life ATTO Mobility Scooter is Canada’s premier foldable travel scooter — a compact, air-travel-approved mobility aid built with aviation-grade aluminium, a brushless DC motor, and a UN 38.3 certified 48V lithium-ion battery that delivers up to 19.3 km per charge. Available from Factory Direct Medical with free shipping across Canada and a 2-year limited manufacturer’s warranty, the ATTO gives Canadian seniors and active adults the freedom to go anywhere without limits.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"disclaimer-box\"\u003e\u003cp\u003e\u003cstrong\u003eImportant Notice:\u003c\/strong\u003e The Moving Life ATTO Mobility Scooter is a mobility aid designed to assist individuals with limited mobility during daily activities and travel. It is not a substitute for professional medical advice or treatment. Consult a physiotherapist or occupational therapist before use to confirm this product is appropriate for your specific mobility needs and physical condition. Do not exceed the maximum user weight of 265 lb (120 kg). Do not use on inclines exceeding 6 degrees. Minimum user height is 5 feet (150 cm). Always follow the manufacturer’s operating guidelines and inspect the scooter before each use. For air travel, verify compliance with your specific airline’s battery and mobility device policies prior to travel.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Factory Direct Medical","offers":[{"title":"No","offer_id":47417670566057,"sku":"ML-AT-0100-B2","price":3999.99,"currency_code":"CAD","in_stock":true},{"title":"Yes","offer_id":47417670598825,"sku":"ML-AT-0100-B2","price":4449.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/files\/atto-mobility-scooter-cushion-mobile-holder-moving-life-4733859.jpg?v=1788530768"},{"product_id":"ezee-life-carbon-fiber-electric-wheelchair-lightweight-foldable-and-designed-for-canadian-indoor-use","title":"EZee Life Carbon Fiber Electric Wheelchair - Lightweight, Foldable, and Designed for Canadian Indoor Use","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');.pdp-content{font-family:'Open Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#333;line-height:1.75;max-width:100%;margin:0;padding:0;font-size:15px}.pdp-content *{box-sizing:border-box}.pdp-content h2{font-family:'Open Sans',sans-serif;color:#1a365d;font-size:24px;font-weight:700;margin:32px 0 16px 0;padding-bottom:10px;border-bottom:3px solid #2b6cb0}.pdp-content h2:first-of-type{margin-top:0}.pdp-content h3{font-family:'Open Sans',sans-serif;color:#2c5282;font-size:18.8px;font-weight:600;margin:24px 0 12px 0}.pdp-content p{margin:0 0 16px 0;font-size:16px;color:#4a5568}.pdp-content .intro-box{font-size:16.8px;color:#2d3748;background:linear-gradient(135deg,#f7fafc 0%,#edf2f7 100%);padding:20px 24px;border-radius:8px;border-left:4px solid #2b6cb0;margin-bottom:24px}.pdp-content .intro-box p{margin:0;color:#2d3748}.pdp-content ul{margin:0 0 24px 0;padding:0;list-style:none}.pdp-content ul li{position:relative;padding:8px 0 8px 32px;margin:0;font-size:15.6px;color:#4a5568}.pdp-content ul li::before{content:\"\\2713\";position:absolute;left:4px;color:#38a169;font-weight:700;font-size:16px}.pdp-content .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin:20px 0 28px 0}.pdp-content .feature-card{background:#f8fafc;padding:16px 20px;border-radius:8px;border:1px solid #e2e8f0;transition:all 0.2s ease}.pdp-content .feature-card:hover{border-color:#cbd5e0;box-shadow:0 2px 8px rgba(0,0,0,0.06)}.pdp-content .feature-card strong{font-family:'Open Sans',sans-serif;color:#1a365d;display:block;margin-bottom:8px;font-size:15.6px;font-weight:600}.pdp-content .feature-card span{color:#4a5568;font-size:14.8px;line-height:1.5;display:block}.pdp-content table{width:100%;border-collapse:collapse;font-size:15.2px;margin:24px 0;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.pdp-content thead tr{background:#f8fafc;border-bottom:2px solid #e2e8f0}.pdp-content thead th{font-family:'Open Sans',sans-serif;color:#4a5568;padding:16px 24px;text-align:left;font-weight:600;font-size:14.4px;text-transform:uppercase;letter-spacing:0.05em}.pdp-content tbody td{font-family:'Open Sans',sans-serif;padding:16px 24px;border-bottom:1px solid #e2e8f0;color:#4a5568;font-size:15.2px}.pdp-content tbody td:first-child{font-weight:600;color:#2d3748;width:50%}.pdp-content tbody tr:last-child td{border-bottom:none}.pdp-content tbody tr:hover{background:#f7fafc}.pdp-content .best-for-box{background:linear-gradient(135deg,#f0fff4 0%,#c6f6d5 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #9ae6b4}.pdp-content .best-for-box ul{margin:0}.pdp-content .best-for-box ul li::before{content:\"\\2192\";color:#276749}.pdp-content .why-buy-box{background:linear-gradient(135deg,#ebf8ff 0%,#bee3f8 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #90cdf4}.pdp-content .why-buy-box ul{margin:0}.pdp-content .why-buy-box ul li::before{content:\"\\2605\";color:#d69e2e}.pdp-content .faq-container{margin:16px 0 28px 0}.pdp-content details{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:10px;overflow:hidden}.pdp-content details:hover{border-color:#cbd5e0}.pdp-content details[open]{box-shadow:0 4px 12px rgba(0,0,0,0.08);border-color:#2b6cb0}.pdp-content summary{font-family:'Open Sans',sans-serif;padding:16px 20px;cursor:pointer;font-weight:600;color:#2d3748;background:#f7fafc;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:15.6px}.pdp-content summary:hover{background:#edf2f7}.pdp-content summary::-webkit-details-marker{display:none}.pdp-content summary::marker{display:none}.pdp-content summary::after{content:\"+\";font-size:22px;color:#2b6cb0;font-weight:600;width:24px;text-align:center}.pdp-content details[open] summary{background:#ebf8ff;border-bottom:1px solid #bee3f8}.pdp-content details[open] summary::after{content:\"-\"}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:16px 20px;margin:0;color:#4a5568;background:#fff;font-size:15.2px;line-height:1.7}.pdp-content .summary-box{background:linear-gradient(135deg,#faf5ff 0%,#e9d8fd 100%);padding:20px 24px;border-radius:8px;margin:28px 0;border:1px solid #d6bcfa}.pdp-content .summary-box p{margin:0;color:#553c9a;font-size:16px}.pdp-content .disclaimer-box{background:#fffaf0;padding:16px 20px;border-radius:8px;margin:28px 0 16px 0;border:1px solid #f6ad55;border-left:4px solid #dd6b20}.pdp-content .disclaimer-box p{margin:0;color:#744210;font-size:14px;line-height:1.6}.pdp-content .disclaimer-box strong{color:#c05621}@media(max-width:768px){.pdp-content{font-size:14px}.pdp-content h2{font-size:20.8px;margin-top:24px}.pdp-content .features-grid{grid-template-columns:1fr;gap:12px}.pdp-content .feature-card{padding:14px 16px}.pdp-content thead th,.pdp-content tbody td{padding:12px 16px;font-size:14px}.pdp-content tbody td:first-child{width:45%}.pdp-content summary{padding:14px 16px;font-size:14.8px}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:14px 16px}.pdp-content .intro-box,.pdp-content .best-for-box,.pdp-content .why-buy-box,.pdp-content .summary-box,.pdp-content .disclaimer-box{padding:16px}}@media(max-width:480px){.pdp-content h2{font-size:19.2px}.pdp-content thead th,.pdp-content tbody td{padding:10px 12px;font-size:12.8px}}\u003c\/style\u003e\u003cdiv class=\"pdp-content\"\u003e\n\u003ch2\u003eProduct Description\u003c\/h2\u003e\n\u003cdiv class=\"intro-box\"\u003e\u003cp\u003eThe EZee Life Carbon Fiber Electric Wheelchair is a lightweight and foldable mobility solution designed for Canadian indoor use. it's high-strength carbon fiber frame ensures easy portability and exceptional durability, ideal for navigating tight spaces in homes across Canada.\u003c\/p\u003e\u003c\/div\u003e\n\u003cp\u003eThis folding electric wheelchair is equipped with dual 200W motors for smooth and responsive manoeuvres, making it an excellent choice for seniors and individuals seeking independence indoors. it's compact design allows for effortless storage and transport, perfect for Canadian apartments and homes.\u003c\/p\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eModel: CH4078\u003c\/strong\u003e \u003cspan\u003eHigh-strength carbon fiber frame, ideal for lightweight and durable use.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eFolding Design\u003c\/strong\u003e \u003cspan\u003eQuick-fold mechanism for easy storage in vehicles or closets, suitable for Canadian living spaces.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eDual 200W Motors\u003c\/strong\u003e \u003cspan\u003eProvides smooth indoor manoeuvrability with reliable control.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eCompact and Portable\u003c\/strong\u003e \u003cspan\u003eDesigned for home use, easily fit's into tight spaces.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eAdjustable Armrests\u003c\/strong\u003e \u003cspan\u003eEnhances comfort and user positioning.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eFlip-up Footrest\u003c\/strong\u003e \u003cspan\u003eFacilitates easier entry and exit.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eElectromagnetic Braking System\u003c\/strong\u003e \u003cspan\u003eEnsures safe and controlled stopping.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eAnti-Tilt Safety Wheels\u003c\/strong\u003e \u003cspan\u003eProvides added stability during use.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eSeat Belt Included\u003c\/strong\u003e \u003cspan\u003eOffers additional user security.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eDesigned for Comfort \u0026amp; Safety\u003c\/h2\u003e\n\u003cp\u003eWith a focus on user comfort, the EZee Life electric wheelchair features a padded seat, adjustable armrests, and a supportive backrest. These elements, combined with it's CSA certification, make it a reliable choice for Canadian consumers.\u003c\/p\u003e\n\u003cp\u003eThis mobility aid is perfect for indoor use, offering a tight turning radius for navigating hallways and kitchens. it's foldable design ensures it can be stored conveniently, making it ideal for Canadian homes with limited space.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e The EZee Life wheelchair meets Canadian safety standards, featuring an intelligent electromagnetic braking system and anti-tilt wheels for stability.\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eFrame Material\u003c\/td\u003e\n\u003ctd\u003eHigh-strength carbon fiber\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDrive Type\u003c\/td\u003e\n\u003ctd\u003eRear-wheel drive\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotor Configuration\u003c\/td\u003e\n\u003ctd\u003eDual 200W motors (400W total power)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eController\u003c\/td\u003e\n\u003ctd\u003e360° joystick controller\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBraking System\u003c\/td\u003e\n\u003ctd\u003eElectromagnetic braking system\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIntended Use\u003c\/td\u003e\n\u003ctd\u003eIndoor electric wheelchair \/ smooth surface use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOverall Dimensions (L × W × H)\u003c\/td\u003e\n\u003ctd\u003eApprox. 96.5 cm × 58.4 cm × 91.4 cm (38\" × 23\" × 36\")\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFolded Dimensions\u003c\/td\u003e\n\u003ctd\u003eCompact folding design for storage and transport\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeat Width\u003c\/td\u003e\n\u003ctd\u003eApprox. 43.2 cm-45.7 cm (17\"-18\")\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeat Depth\u003c\/td\u003e\n\u003ctd\u003eApprox. 40.6 cm-45.7 cm (16\"-18\")\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeat Height (from ground)\u003c\/td\u003e\n\u003ctd\u003eApprox. 48.3 cm-50.8 cm (19\"-20\")\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTotal Weight\u003c\/td\u003e\n\u003ctd\u003eApprox. 15.9 kg-18.1 kg (35-40 lbs without battery)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight Capacity\u003c\/td\u003e\n\u003ctd\u003eUp to 120 kg-120.2 kg (250-265 lbs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Type\u003c\/td\u003e\n\u003ctd\u003e24V Lithium battery\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDriving Range\u003c\/td\u003e\n\u003ctd\u003eUp to 16-19 km (10-12 miles) per charge\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCharging Time\u003c\/td\u003e\n\u003ctd\u003e4-6 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaximum Speed\u003c\/td\u003e\n\u003ctd\u003eUp to 6 km\/h (4 mph)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFront Wheels\u003c\/td\u003e\n\u003ctd\u003eSolid tires for low maintenance\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRear Wheels\u003c\/td\u003e\n\u003ctd\u003eSolid drive tires\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTurning Radius\u003c\/td\u003e\n\u003ctd\u003eTight turning radius ideal for indoor spaces\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAnti-Tip Wheels\u003c\/td\u003e\n\u003ctd\u003eIncluded for added safety\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch2\u003eBest For\u003c\/h2\u003e\n\u003cdiv class=\"best-for-box\"\u003e\u003cul\u003e\n\u003cli\u003eCanadian seniors requiring mobility support\u003c\/li\u003e\n\u003cli\u003eIndividuals needing a compact indoor electric wheelchair\u003c\/li\u003e\n\u003cli\u003eUsers in provinces with private extended health benefit's\u003c\/li\u003e\n\u003cli\u003eThose seeking HST\/GST rebate eligibility\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\n\u003ch2\u003eWhy Choose This Folding Electric Wheelchair\u003c\/h2\u003e\n\u003cdiv class=\"why-buy-box\"\u003e\u003cul\u003e\n\u003cli\u003eHigh-quality construction and comprehensive features\u003c\/li\u003e\n\u003cli\u003eMeets Canadian safety standards with CSA certification\u003c\/li\u003e\n\u003cli\u003eEligible for HST\/GST rebate with a prescription\u003c\/li\u003e\n\u003cli\u003eOffers excellent value with a Canadian warranty\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdetails\u003e\u003csummary\u003eIs the EZee Life wheelchair HST\/GST exempt in Canada?\u003c\/summary\u003e\u003cp\u003eYes, this electric wheelchair may qualify for HST\/GST exemption in Canada when purchased with a valid prescription from a healthcare provider.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eCan I claim the EZee Life wheelchair as a medical expense on my taxes?\u003c\/summary\u003e\u003cp\u003eYes, it may be claimed as a medical expense for tax purposes in Canada. Consult a tax professional for guidance.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs the EZee Life wheelchair covered by provincial health plans in Canada?\u003c\/summary\u003e\u003cp\u003eCoverage eligibility varies by province and insurance provider. Contact your provincial health plan or private insurer for details.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes the EZee Life wheelchair meet Canadian safety standards?\u003c\/summary\u003e\u003cp\u003eYes, it meets Canadian safety standards and is CSA certified, ensuring reliability and safety during use.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the shipping cost within Canada?\u003c\/summary\u003e\u003cp\u003eShipping costs vary based on location and supplier. Contact your supplier for detailed information.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes the EZee Life wheelchair come with a Canadian warranty?\u003c\/summary\u003e\u003cp\u003eYes, it includes a Canadian warranty, offering peace of mind with your purchase.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow do I maintain the EZee Life wheelchair?\u003c\/summary\u003e\u003cp\u003eRegular maintenance includes checking tire pressure and battery charge. Refer to the user manual for detailed instructions.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003ch2\u003eSummary\u003c\/h2\u003e\n\u003cdiv class=\"summary-box\"\u003e\u003cp\u003eThe EZee Life Carbon Fiber Electric Wheelchair offers a lightweight, foldable design ideal for Canadian indoor environments. With CSA certification and potential tax benefit's, it's a top choice for those seeking reliable mobility solutions in Canada. Suitable for seniors and individuals with mobility needs, it provides excellent value and peace of mind with a Canadian warranty.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"disclaimer-box\"\u003e\u003cp\u003e\u003cstrong\u003eImportant Notice:\u003c\/strong\u003e This electric wheelchair is designed to assist with indoor mobility. It is not a substitute for professional medical advice, diagnosis, or treatment. Always consult with a qualified healthcare provider to ensure this mobility aid is appropriate for your specific needs. Strictly adhere to the 120 kg (265 lb) weight capacity for safe use. Individual results may vary. This product may qualify for HST\/GST exemption with a prescription and may be claimed as a medical expense for tax purposes in Canada.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Factory Direct Medical","offers":[{"title":"Default Title","offer_id":47417670533289,"sku":"CH4078","price":3650.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/files\/ezee-life-carbon-fiber-electric-wheelchair-lightweight-foldable-ezee-life-5636272.jpg?v=1788530768"},{"product_id":"matrix-nexa-electric-compact-city-car-2-passenger-urban-electric-vehicle-canada","title":"Matrix Nexa Electric Compact City Car | 2-Passenger Urban Electric Vehicle Canada","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');.pdp-content{font-family:'Open Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#333;line-height:1.75;max-width:100%;margin:0;padding:0;font-size:15px}.pdp-content *{box-sizing:border-box}.pdp-content h2{font-family:'Open Sans',sans-serif;color:#1a365d;font-size:24px;font-weight:700;margin:32px 0 16px 0;padding-bottom:10px;border-bottom:3px solid #2b6cb0}.pdp-content h2:first-of-type{margin-top:0}.pdp-content h3{font-family:'Open Sans',sans-serif;color:#2c5282;font-size:18.8px;font-weight:600;margin:24px 0 12px 0}.pdp-content p{margin:0 0 16px 0;font-size:16px;color:#4a5568}.pdp-content .intro-box{font-size:16.8px;color:#2d3748;background:linear-gradient(135deg,#f7fafc 0%,#edf2f7 100%);padding:20px 24px;border-radius:8px;border-left:4px solid #2b6cb0;margin-bottom:24px}.pdp-content .intro-box p{margin:0;color:#2d3748}.pdp-content ul{margin:0 0 24px 0;padding:0;list-style:none}.pdp-content ul li{position:relative;padding:8px 0 8px 32px;margin:0;font-size:15.6px;color:#4a5568}.pdp-content ul li::before{content:'\\2713';position:absolute;left:4px;color:#38a169;font-weight:700;font-size:16px}.pdp-content .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin:20px 0 28px 0}.pdp-content .feature-card{background:#f8fafc;padding:16px 20px;border-radius:8px;border:1px solid #e2e8f0;transition:all 0.2s ease}.pdp-content .feature-card:hover{border-color:#cbd5e0;box-shadow:0 2px 8px rgba(0,0,0,0.06)}.pdp-content .feature-card strong{font-family:'Open Sans',sans-serif;color:#1a365d;display:block;margin-bottom:8px;font-size:15.6px;font-weight:600}.pdp-content .feature-card span{color:#4a5568;font-size:14.8px;line-height:1.5;display:block}.pdp-content table{width:100%;border-collapse:collapse;font-size:15.2px;margin:24px 0;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.pdp-content thead tr{background:#f8fafc;border-bottom:2px solid #e2e8f0}.pdp-content thead th{font-family:'Open Sans',sans-serif;color:#4a5568;padding:16px 24px;text-align:left;font-weight:600;font-size:14.4px;text-transform:uppercase;letter-spacing:0.05em}.pdp-content tbody td{font-family:'Open Sans',sans-serif;padding:16px 24px;border-bottom:1px solid #e2e8f0;color:#4a5568;font-size:15.2px}.pdp-content tbody td:first-child{font-weight:600;color:#2d3748;width:50%}.pdp-content tbody tr:last-child td{border-bottom:none}.pdp-content tbody tr:hover{background:#f7fafc}.pdp-content .best-for-box{background:linear-gradient(135deg,#f0fff4 0%,#c6f6d5 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #9ae6b4}.pdp-content .best-for-box ul{margin:0}.pdp-content .best-for-box ul li::before{content:'\\2192';color:#276749}.pdp-content .why-buy-box{background:linear-gradient(135deg,#ebf8ff 0%,#bee3f8 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #90cdf4}.pdp-content .why-buy-box ul{margin:0}.pdp-content .why-buy-box ul li::before{content:'\\2605';color:#d69e2e}.pdp-content .faq-container{margin:16px 0 28px 0}.pdp-content details{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:10px;overflow:hidden}.pdp-content details:hover{border-color:#cbd5e0}.pdp-content details[open]{box-shadow:0 4px 12px rgba(0,0,0,0.08);border-color:#2b6cb0}.pdp-content summary{font-family:'Open Sans',sans-serif;padding:16px 20px;cursor:pointer;font-weight:600;color:#2d3748;background:#f7fafc;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:15.6px}.pdp-content summary:hover{background:#edf2f7}.pdp-content summary::-webkit-details-marker{display:none}.pdp-content summary::marker{display:none}.pdp-content summary::after{content:'+';font-size:22px;color:#2b6cb0;font-weight:600;width:24px;text-align:center}.pdp-content details[open] summary{background:#ebf8ff;border-bottom:1px solid #bee3f8}.pdp-content details[open] summary::after{content:'-'}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:16px 20px;margin:0;color:#4a5568;background:#fff;font-size:15.2px;line-height:1.7}.pdp-content .summary-box{background:linear-gradient(135deg,#faf5ff 0%,#e9d8fd 100%);padding:20px 24px;border-radius:8px;margin:28px 0;border:1px solid #d6bcfa}.pdp-content .summary-box p{margin:0;color:#553c9a;font-size:16px}.pdp-content .disclaimer-box{background:#fffaf0;padding:16px 20px;border-radius:8px;margin:28px 0 16px 0;border:1px solid #f6ad55;border-left:4px solid #dd6b20}.pdp-content .disclaimer-box p{margin:0;color:#744210;font-size:14px;line-height:1.6}.pdp-content .disclaimer-box strong{color:#c05621}@media(max-width:768px){.pdp-content{font-size:14px}.pdp-content h2{font-size:20.8px;margin-top:24px}.pdp-content .features-grid{grid-template-columns:1fr;gap:12px}.pdp-content .feature-card{padding:14px 16px}.pdp-content thead th,.pdp-content tbody td{padding:12px 16px;font-size:14px}.pdp-content tbody td:first-child{width:45%}.pdp-content summary{padding:14px 16px;font-size:14.8px}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:14px 16px}.pdp-content .intro-box,.pdp-content .best-for-box,.pdp-content .why-buy-box,.pdp-content .summary-box,.pdp-content .disclaimer-box{padding:16px}}@media(max-width:480px){.pdp-content h2{font-size:19.2px}.pdp-content thead th,.pdp-content tbody td{padding:10px 12px;font-size:12.8px}}\u003c\/style\u003e \u003cdiv class=\"pdp-content\"\u003e   \u003ch2\u003eProduct Description\u003c\/h2\u003e   \u003cdiv class=\"intro-box\"\u003e\u003cp\u003eThe Matrix Nexa electric compact city car Canada redefines personal urban mobility—combining the convenience of a compact electric vehicle with thoughtful 2-passenger seating, zero-emission operation, and a sleek, stylish design suited to modern Canadian city living. Whether you’re navigating busy downtown streets, running neighbourhood errands, or seeking a sustainable alternative for short urban trips, the Matrix Nexa delivers a quiet, smooth, and eco-friendly ride in a compact package.\u003c\/p\u003e\u003c\/div\u003e   \u003cp\u003eUnlike traditional mobility scooters, the Matrix Nexa presents as a true compact electric city car—comfortably seating a driver and a rear passenger in premium cushioned seats with individual safety belts, all within a corrosion-resistant frame designed for urban environments. Available in elegant Light Blue and bold Black finishes, the Nexa makes a statement while contributing to a cleaner, greener Canada.\u003c\/p\u003e   \u003cp\u003eAvailable exclusively at Factory Direct Medical—Canada’s direct-to-consumer mobility equipment specialist—the Matrix Nexa by the Matrix brand arrives with professional support and free shipping across Canada. For Canadians seeking an electric 2-passenger city car that merges sustainable technology with modern styling, the Nexa is a genuinely unique offering in the Canadian market.\u003c\/p\u003e    \u003ch2\u003eKey Features\u003c\/h2\u003e   \u003cdiv class=\"features-grid\"\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003e2-Passenger Seating\u003c\/strong\u003e \u003cspan\u003eSeats a driver and a rear passenger comfortably with premium cushioned interiors, individual safety belts, and thoughtfully designed legroom—enabling shared travel for caregivers, couples, or family members.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003e100% Electric Zero-Emission Motor\u003c\/strong\u003e \u003cspan\u003eThe eco-friendly electric powertrain delivers quiet, smooth operation with zero tailpipe emissions—reducing your carbon footprint and contributing to cleaner air in Canadian urban communities.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003ePremium Cushioned Interior\u003c\/strong\u003e \u003cspan\u003eHigh-quality cushioned seating with back support and safety belts for all passengers ensures a comfortable, secure ride. The spacious interior is designed to provide ample legroom without sacrificing the vehicle’s compact urban footprint.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eReinforced Safety Structure\u003c\/strong\u003e \u003cspan\u003eA reinforced corrosion-resistant frame combined with seat belts for all passengers and rear anti-tipper stability features ensures a secure, protected riding environment for both driver and passenger.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eCompact Urban-Friendly Design\u003c\/strong\u003e \u003cspan\u003eThe slim, optimised footprint allows easy navigation through tight city streets, residential areas, and parking spaces where larger vehicles struggle—making the Nexa ideal for dense Canadian urban environments.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eDual Colour Options\u003c\/strong\u003e \u003cspan\u003eAvailable in Light Blue and Black—both finishes deliver a sleek, contemporary aesthetic that stands out from conventional mobility aids and reflects the Nexa’s positioning as a stylish urban transport solution.\u003c\/span\u003e\n\u003c\/div\u003e   \u003c\/div\u003e    \u003ch2\u003eDesigned for Comfort \u0026amp; Safety\u003c\/h2\u003e   \u003cp\u003eThe Matrix Nexa was engineered to bring car-like comfort and safety to compact electric urban mobility. Every seat is equipped with a dedicated safety belt, ensuring that both the driver and rear passenger are securely restrained during travel. The reinforced frame provides structural integrity that conventional open scooters cannot offer, while the rear anti-tipper system adds an additional layer of stability during operation. The electric motor operates quietly, reducing noise fatigue on longer trips and contributing to a more pleasant urban travel experience for occupants and the surrounding community alike.\u003c\/p\u003e   \u003cp\u003eThe compact design means the Nexa fits through narrow pathways and into tight parking spaces that would be inaccessible for standard enclosed vehicles, making it genuinely practical for daily Canadian city life. As with any personal electric mobility vehicle, always operate the Matrix Nexa in accordance with local Canadian provincial and municipal regulations, and consult a mobility specialist or occupational therapist if you have questions about its suitability for your specific needs.\u003c\/p\u003e    \u003ch2\u003eSpecifications\u003c\/h2\u003e   \u003ctable\u003e     \u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e     \u003ctbody\u003e       \u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eMatrix Nexa Electric Compact City Car\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eMatrix\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eSKU\u003c\/td\u003e\n\u003ctd\u003eMatrix Nexa-Black\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eSeating Capacity\u003c\/td\u003e\n\u003ctd\u003e2 passengers (driver + rear seat)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003ePower Source\u003c\/td\u003e\n\u003ctd\u003eElectric motor with efficient energy consumption\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eInterior Material\u003c\/td\u003e\n\u003ctd\u003eHigh-quality cushioned seats with safety belts\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eSafety Features\u003c\/td\u003e\n\u003ctd\u003eReinforced structure, seat belts for all passengers, anti-tipper stability system\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eColour Options\u003c\/td\u003e\n\u003ctd\u003eLight Blue, Black\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eFrame\u003c\/td\u003e\n\u003ctd\u003eCompact, corrosion-resistant frame optimised for urban driving\u003c\/td\u003e\n\u003c\/tr\u003e     \u003c\/tbody\u003e   \u003c\/table\u003e    \u003ch2\u003eBest For\u003c\/h2\u003e   \u003cdiv class=\"best-for-box\"\u003e\u003cul\u003e     \u003cli\u003eSeniors, adults, and individuals with limited mobility who prefer an enclosed, weather-protected electric vehicle for short urban trips and daily errands across Canada\u003c\/li\u003e     \u003cli\u003eCaregivers and companions who need to travel together in a single compact electric vehicle without the bulk or cost of a full-size car\u003c\/li\u003e     \u003cli\u003eEco-conscious urban Canadians seeking a stylish, zero-emission alternative to gas-powered vehicles for local neighbourhood trips\u003c\/li\u003e     \u003cli\u003eIndividuals living in condominiums, urban apartments, or retirement communities where a compact, low-speed electric city car offers practical, low-cost mobility\u003c\/li\u003e   \u003c\/ul\u003e\u003c\/div\u003e    \u003ch2\u003eWhy Choose This Product\u003c\/h2\u003e   \u003cdiv class=\"why-buy-box\"\u003e\u003cul\u003e     \u003cli\u003eThe Matrix Nexa is one of the very few 2-passenger compact electric city cars available in Canada at this price point—offering genuine enclosed shared mobility in a category that most conventional scooters cannot match\u003c\/li\u003e     \u003cli\u003eIndividual safety belts for all passengers, a reinforced frame, and anti-tipper stability distinguish the Nexa from open-frame scooters—delivering a significantly higher safety standard for both driver and passenger\u003c\/li\u003e     \u003cli\u003eAvailable exclusively at Factory Direct Medical with free shipping Canada-wide—a trusted Canadian mobility retailer providing professional pre- and post-sale support for every purchase\u003c\/li\u003e   \u003c\/ul\u003e\u003c\/div\u003e    \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e   \u003cdiv class=\"faq-container\"\u003e     \u003cdetails\u003e\u003csummary\u003eIs the Matrix Nexa street legal in Canada?\u003c\/summary\u003e\u003cp\u003eThe Matrix Nexa is classified as a mobility scooter and is intended for use on sidewalks and designated low-speed pathways, not public roads. Canadian provincial laws regarding low-speed electric vehicles and mobility aids vary by province and municipality. Operators must comply with all applicable local laws, regulations, and traffic rules. Contact your local provincial transportation authority for specific guidance on where this vehicle may be lawfully operated in your area.\u003c\/p\u003e\u003c\/details\u003e     \u003cdetails\u003e\u003csummary\u003eHow many passengers can the Matrix Nexa carry?\u003c\/summary\u003e\u003cp\u003eThe Matrix Nexa accommodates 2 passengers—a driver in the front seat and one rear passenger. Both seating positions are equipped with dedicated safety belts. Do not operate the Matrix Nexa with more passengers than the stated seating capacity, as this could compromise safety, stability, and structural integrity.\u003c\/p\u003e\u003c\/details\u003e     \u003cdetails\u003e\u003csummary\u003eWhat is the difference between the Matrix Nexa and a regular mobility scooter?\u003c\/summary\u003e\u003cp\u003eUnlike a traditional open-frame mobility scooter, the Matrix Nexa is designed as a compact electric city car—featuring an enclosed or semi-enclosed structure, 2-passenger seating, individual safety belts, and a reinforced frame. This gives it closer parallels to a compact neighbourhood electric vehicle (NEV) than a standard 3- or 4-wheel scooter. It is designed for urban commuting and shared travel, rather than purely individual mobility assistance.\u003c\/p\u003e\u003c\/details\u003e   \u003c\/div\u003e    \u003ch2\u003eSummary\u003c\/h2\u003e   \u003cdiv class=\"summary-box\"\u003e\u003cp\u003eThe Matrix Nexa electric compact city car Canada is a unique urban mobility solution—combining 2-passenger seating, zero-emission electric operation, premium cushioned interiors, and a reinforced safety structure in a stylish compact design available in Light Blue and Black. Available now at Factory Direct Medical with free shipping across Canada.\u003c\/p\u003e\u003c\/div\u003e    \u003cdiv class=\"disclaimer-box\"\u003e\u003cp\u003e\u003cstrong\u003eImportant Notice:\u003c\/strong\u003e The Matrix Nexa is a personal electric mobility vehicle intended for use on sidewalks and designated low-speed pathways only. It is not approved for use on public roads unless specifically permitted by local Canadian provincial and municipal regulations. Always comply with all applicable laws and traffic regulations when operating this vehicle. This product is not a substitute for professional medical advice. Consult a mobility specialist or occupational therapist if you have questions about suitability for your specific needs or physical condition. Operator and purchaser assume all responsibility for safe and lawful use of the vehicle.\u003c\/p\u003e\u003c\/div\u003e \u003c\/div\u003e","brand":"Factory Direct Medical","offers":[{"title":"Black","offer_id":47417670631593,"sku":"Matrix Nexa-Black","price":11849.99,"currency_code":"CAD","in_stock":true},{"title":"Blue","offer_id":47417670664361,"sku":"Matrix Nexa-Blue","price":11849.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/files\/matrix-nexa-electric-compact-city-car-sustainable-stylish-and-smart-urban-mobility-solution-matrix-6842032.jpg?v=1788530767"},{"product_id":"3g-platinum-folding-electric-wheelchair-ch4085-lightweight-durable-and-travel-friendly-for-canadian-terrain","title":"3G Platinum Folding Electric Wheelchair CH4085 - Lightweight, Durable, and Travel-Friendly for Canadian Terrain","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');.pdp-content{font-family:'Open Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#333;line-height:1.75;max-width:100%;margin:0;padding:0;font-size:15px}.pdp-content *{box-sizing:border-box}.pdp-content h2{font-family:'Open Sans',sans-serif;color:#1a365d;font-size:24px;font-weight:700;margin:32px 0 16px 0;padding-bottom:10px;border-bottom:3px solid #2b6cb0}.pdp-content h2:first-of-type{margin-top:0}.pdp-content h3{font-family:'Open Sans',sans-serif;color:#2c5282;font-size:18.8px;font-weight:600;margin:24px 0 12px 0}.pdp-content p{margin:0 0 16px 0;font-size:16px;color:#4a5568}.pdp-content .intro-box{font-size:16.8px;color:#2d3748;background:linear-gradient(135deg,#f7fafc 0%,#edf2f7 100%);padding:20px 24px;border-radius:8px;border-left:4px solid #2b6cb0;margin-bottom:24px}.pdp-content .intro-box p{margin:0;color:#2d3748}.pdp-content ul{margin:0 0 24px 0;padding:0;list-style:none}.pdp-content ul li{position:relative;padding:8px 0 8px 32px;margin:0;font-size:15.6px;color:#4a5568}.pdp-content ul li::before{content:\"\\2713\";position:absolute;left:4px;color:#38a169;font-weight:700;font-size:16px}.pdp-content .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin:20px 0 28px 0}.pdp-content .feature-card{background:#f8fafc;padding:16px 20px;border-radius:8px;border:1px solid #e2e8f0;transition:all 0.2s ease}.pdp-content .feature-card:hover{border-color:#cbd5e0;box-shadow:0 2px 8px rgba(0,0,0,0.06)}.pdp-content .feature-card strong{font-family:'Open Sans',sans-serif;color:#1a365d;display:block;margin-bottom:8px;font-size:15.6px;font-weight:600}.pdp-content .feature-card span{color:#4a5568;font-size:14.8px;line-height:1.5;display:block}.pdp-content table{width:100%;border-collapse:collapse;font-size:15.2px;margin:24px 0;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.pdp-content thead tr{background:#f8fafc;border-bottom:2px solid #e2e8f0}.pdp-content thead th{font-family:'Open Sans',sans-serif;color:#4a5568;padding:16px 24px;text-align:left;font-weight:600;font-size:14.4px;text-transform:uppercase;letter-spacing:0.05em}.pdp-content tbody td{font-family:'Open Sans',sans-serif;padding:16px 24px;border-bottom:1px solid #e2e8f0;color:#4a5568;font-size:15.2px}.pdp-content tbody td:first-child{font-weight:600;color:#2d3748;width:50%}.pdp-content tbody tr:last-child td{border-bottom:none}.pdp-content tbody tr:hover{background:#f7fafc}.pdp-content .best-for-box{background:linear-gradient(135deg,#f0fff4 0%,#c6f6d5 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #9ae6b4}.pdp-content .best-for-box ul{margin:0}.pdp-content .best-for-box ul li::before{content:\"\\2192\";color:#276749}.pdp-content .why-buy-box{background:linear-gradient(135deg,#ebf8ff 0%,#bee3f8 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #90cdf4}.pdp-content .why-buy-box ul{margin:0}.pdp-content .why-buy-box ul li::before{content:\"\\2605\";color:#d69e2e}.pdp-content .faq-container{margin:16px 0 28px 0}.pdp-content details{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:10px;overflow:hidden}.pdp-content details:hover{border-color:#cbd5e0}.pdp-content details[open]{box-shadow:0 4px 12px rgba(0,0,0,0.08);border-color:#2b6cb0}.pdp-content summary{font-family:'Open Sans',sans-serif;padding:16px 20px;cursor:pointer;font-weight:600;color:#2d3748;background:#f7fafc;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:15.6px}.pdp-content summary:hover{background:#edf2f7}.pdp-content summary::-webkit-details-marker{display:none}.pdp-content summary::marker{display:none}.pdp-content summary::after{content:\"+\";font-size:22px;color:#2b6cb0;font-weight:600;width:24px;text-align:center}.pdp-content details[open] summary{background:#ebf8ff;border-bottom:1px solid #bee3f8}.pdp-content details[open] summary::after{content:\"-\"}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:16px 20px;margin:0;color:#4a5568;background:#fff;font-size:15.2px;line-height:1.7}.pdp-content .summary-box{background:linear-gradient(135deg,#faf5ff 0%,#e9d8fd 100%);padding:20px 24px;border-radius:8px;margin:28px 0;border:1px solid #d6bcfa}.pdp-content .summary-box p{margin:0;color:#553c9a;font-size:16px}.pdp-content .disclaimer-box{background:#fffaf0;padding:16px 20px;border-radius:8px;margin:28px 0 16px 0;border:1px solid #f6ad55;border-left:4px solid #dd6b20}.pdp-content .disclaimer-box p{margin:0;color:#744210;font-size:14px;line-height:1.6}.pdp-content .disclaimer-box strong{color:#c05621}@media(max-width:768px){.pdp-content{font-size:14px}.pdp-content h2{font-size:20.8px;margin-top:24px}.pdp-content .features-grid{grid-template-columns:1fr;gap:12px}.pdp-content .feature-card{padding:14px 16px}.pdp-content thead th,.pdp-content tbody td{padding:12px 16px;font-size:14px}.pdp-content tbody td:first-child{width:45%}.pdp-content summary{padding:14px 16px;font-size:14.8px}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:14px 16px}.pdp-content .intro-box,.pdp-content .best-for-box,.pdp-content .why-buy-box,.pdp-content .summary-box,.pdp-content .disclaimer-box{padding:16px}}@media(max-width:480px){.pdp-content h2{font-size:19.2px}.pdp-content thead th,.pdp-content tbody td{padding:10px 12px;font-size:12.8px}}\u003c\/style\u003e\u003cdiv class=\"pdp-content\"\u003e\n\u003ch2\u003eProduct Description\u003c\/h2\u003e\n\u003cdiv class=\"intro-box\"\u003e\u003cp\u003eThe 3G Platinum Folding Electric Wheelchair CH4085 is a lightweight, durable, and travel-friendly mobility solution designed for Canadian terrain. Featuring a compact foldable frame, this wheelchair easily collapses for transport or storage in vehicles without removing parts, making it ideal for both home use and travel across Canada.\u003c\/p\u003e\u003c\/div\u003e\n\u003cp\u003eEquipped with dual 24V lithium-ion batteries, the CH4085 delivers extended travel range-up to double the distance of many standard power wheelchairs. The dual motor drive system provides smooth acceleration, reliable torque, and responsive control via a joystick that can be mounted on either armrest. This makes it a perfect choice for Canadian users seeking independence and everyday mobility.\u003c\/p\u003e\n\u003cp\u003eFor enhanced comfort, the wheelchair features a bi-fold backrest that opens to full shoulder width, flip-back armrests, and a stable footplate to keep legs securely positioned. Adjustable leg guards provide added protection and customizable leg support, while a large storage net under the seat offers convenient space for personal items, shopping, or daily essentials. Built for a smooth ride over indoor and outdoor surfaces, the Frog Legs front casters, an industry-leading suspension system, absorb shock and improve terrain handling, while maintenance-free solid tires eliminate flats and reduce upkeep. The chair also includes a seat belt for added safety, meeting Canadian safety standards.\u003c\/p\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003ePowerful Dual Motor Drive System\u003c\/strong\u003e \u003cspan\u003eDelivers smooth acceleration, reliable torque, and consistent everyday performance.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003e24V Battery System\u003c\/strong\u003e \u003cspan\u003eProvides dependable travel range for indoor and outdoor mobility across Canadian terrains.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eCompact Folding Frame\u003c\/strong\u003e \u003cspan\u003eEasily folds for convenient transport and vehicle storage, ideal for travel in Canada.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eBi-Fold Backrest Design\u003c\/strong\u003e \u003cspan\u003eOpens to full shoulder width to enhance upper body comfort and positioning while maintaining compact foldability.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eFrog Legs Front Casters\u003c\/strong\u003e \u003cspan\u003eIndustry-leading suspension caster system that absorbs shock, improves terrain handling, and delivers a smoother, more comfortable ride over uneven Canadian surfaces.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eLightweight Yet Durable Construction\u003c\/strong\u003e \u003cspan\u003eStrong frame design ensures stability while remaining easy to manoeuvre.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eMaintenance-Free Solid Tires\u003c\/strong\u003e \u003cspan\u003ePuncture-proof wheels eliminate flats and reduce ongoing maintenance.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eResponsive Joystick Controller\u003c\/strong\u003e \u003cspan\u003eEasy-to-use controls with adjustable speed settings; mountable on either left or right armrest.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eComfortable Padded Seat \u0026amp; Backrest\u003c\/strong\u003e \u003cspan\u003eDesigned for long-lasting comfort and proper pressure support.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eFlip-Back Armrests\u003c\/strong\u003e \u003cspan\u003eAllows easier side transfers and improved accessibility.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eStable Footplate Design\u003c\/strong\u003e \u003cspan\u003eIntegrated footplate keeps legs securely positioned for enhanced comfort and lower limb support.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eTight Turning Radius\u003c\/strong\u003e \u003cspan\u003eIdeal for navigating hallways, doorways, and compact indoor spaces.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eElectromagnetic Braking System\u003c\/strong\u003e \u003cspan\u003eAutomatic braking system for enhanced safety and control.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eSeat Belt Included\u003c\/strong\u003e \u003cspan\u003eProvides added user security during operation.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eIndoor \u0026amp; Outdoor Performance\u003c\/strong\u003e \u003cspan\u003eSuitable for smooth flooring, sidewalks, and everyday Canadian terrain.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eDesigned for Comfort \u0026amp; Safety\u003c\/h2\u003e\n\u003cp\u003eThe CH4085 Electric Wheelchair is designed for comfort and safety, featuring ergonomic seating, adjustable armrests, and a stable footplate. it's advanced suspension system and solid tires ensure a smooth ride on various Canadian terrains, from city sidewalks to rural paths.\u003c\/p\u003e\n\u003cp\u003eFolds compactly for convenient storage and transport in vehicles or closets, ideal for Canadian homes and apartments. The lightweight design makes it easy to manoeuvre, while the durable construction ensures long-lasting performance.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e Always consult with a qualified healthcare provider to ensure this mobility aid is appropriate for your specific needs. Adhere to the 150 kg (330 lb) weight capacity for safe use. Individual results may vary.\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeat Width\u003c\/td\u003e\n\u003ctd\u003e44.8 cm (18 inches)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeat Depth\u003c\/td\u003e\n\u003ctd\u003e42 cm (16.5 inches)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeat Height\u003c\/td\u003e\n\u003ctd\u003e55 cm (21.7 inches)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBack Height\u003c\/td\u003e\n\u003ctd\u003e50 cm (19.7 inches)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eArm Height\u003c\/td\u003e\n\u003ctd\u003e24 cm (9.4 inches)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eArm Length\u003c\/td\u003e\n\u003ctd\u003e35 cm (13.8 inches)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFoot Rest Length Range\u003c\/td\u003e\n\u003ctd\u003e48 - 50 cm (18.9 - 19.7 inches)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eELR Length Range\u003c\/td\u003e\n\u003ctd\u003e55 - 126 cm (21.7 - 49.6 inches)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight of Removable Leg Rests\u003c\/td\u003e\n\u003ctd\u003e4.96 kg (10.9 lb)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRemovable Leg Rests Hanger Angle\u003c\/td\u003e\n\u003ctd\u003e35°-95°\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWheelbase Length\u003c\/td\u003e\n\u003ctd\u003e51 cm (20 inches)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTurning Radius\u003c\/td\u003e\n\u003ctd\u003e100 cm (39.3 inches)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWheel Size\u003c\/td\u003e\n\u003ctd\u003e30.5 cm (12 inches)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCaster Size\u003c\/td\u003e\n\u003ctd\u003e20.3 cm (8 inches)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight Capacity\u003c\/td\u003e\n\u003ctd\u003e150 kg (330 lb)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFrame Material\u003c\/td\u003e\n\u003ctd\u003ealuminium alloy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSuspension\u003c\/td\u003e\n\u003ctd\u003efrog leg forks\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight of Chair\u003c\/td\u003e\n\u003ctd\u003e33 kg (72.6 lb)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBatteries\u003c\/td\u003e\n\u003ctd\u003e2 x 12 v - 20 AH Lithium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOverall Size\u003c\/td\u003e\n\u003ctd\u003e105 x 69 x 99 cm (41.3 x 27.2 x 39 inches)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFolded Size\u003c\/td\u003e\n\u003ctd\u003e44 x 69 x 84 cm (17.3 x 27.2 x 33 inches)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax. Speed\u003c\/td\u003e\n\u003ctd\u003e6 km\/h\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax. Climbing Grade\u003c\/td\u003e\n\u003ctd\u003e12°\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCharge Time\u003c\/td\u003e\n\u003ctd\u003e8h-10h\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRange\u003c\/td\u003e\n\u003ctd\u003e21 km (13.1 miles)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBox Size\u003c\/td\u003e\n\u003ctd\u003e74.5 x 47.5 x 93 cm (29.3 x 18.7 x 36.6 inches)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight in Box\u003c\/td\u003e\n\u003ctd\u003e37 kg (81.6 lb)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch2\u003eBest For\u003c\/h2\u003e\n\u003cdiv class=\"best-for-box\"\u003e\u003cul\u003e\n\u003cli\u003eCanadian seniors requiring mobility support\u003c\/li\u003e\n\u003cli\u003eIndividuals seeking a compact and portable electric wheelchair\u003c\/li\u003e\n\u003cli\u003eUsers needing reliable performance on Canadian indoor and outdoor terrains\u003c\/li\u003e\n\u003cli\u003eIndividuals with private extended health benefit's\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\n\u003ch2\u003eWhy Choose This Electric Wheelchair\u003c\/h2\u003e\n\u003cdiv class=\"why-buy-box\"\u003e\u003cul\u003e\n\u003cli\u003eHigh-quality construction and comprehensive features tailored for Canadian users\u003c\/li\u003e\n\u003cli\u003eAdvanced suspension technology ensures a smooth ride over various Canadian terrains\u003c\/li\u003e\n\u003cli\u003eEligible for HST\/GST rebate with a prescription and may qualify as a medical expense for tax purposes in Canada\u003c\/li\u003e\n\u003cli\u003eTrusted by users across Canada for it's reliability and ease of use, backed by CSA certification and Health Canada approval\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdetails\u003e\u003csummary\u003eIs the 3G Platinum Folding Electric Wheelchair HST\/GST exempt in Canada?\u003c\/summary\u003e\u003cp\u003eYes, this electric wheelchair may be HST\/GST exempt in Canada when purchased with a valid prescription from a healthcare provider. The exemption applies to medical devices prescribed for personal use. Consult the Canada Revenue Agency or your healthcare provider for detailed eligibility.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eCan I claim the 3G Platinum Folding Electric Wheelchair as a medical expense on my taxes?\u003c\/summary\u003e\u003cp\u003eYes, this product may be claimed as a medical expense for tax purposes in Canada. Consult with a tax professional for guidance on claiming eligible medical expenses.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs the 3G Platinum Folding Electric Wheelchair covered by provincial health plans in Canada?\u003c\/summary\u003e\u003cp\u003eCoverage eligibility varies by province. Contact your provincial health plan or private insurer to determine if your purchase is covered.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhere can I buy the 3G Platinum Folding Electric Wheelchair in Canada?\u003c\/summary\u003e\u003cp\u003eThis wheelchair is available from Canadian medical equipment suppliers. Ensure the supplier offers Canadian warranty coverage and provides expert guidance on selecting the right model for your needs.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat safety features does the 3G Platinum Folding Electric Wheelchair have?\u003c\/summary\u003e\u003cp\u003eThis wheelchair includes a seat belt, electromagnetic braking system, and frog leg suspension for enhanced safety and control on Canadian terrains.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes the 3G Platinum Folding Electric Wheelchair meet Canadian safety standards?\u003c\/summary\u003e\u003cp\u003eYes, it meets Canadian safety standards and is CSA certified, ensuring compliance with national safety regulations.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs the 3G Platinum Folding Electric Wheelchair suitable for Canadian winters?\u003c\/summary\u003e\u003cp\u003eYes, the wheelchair's maintenance-free tires and advanced suspension are designed to handle various Canadian terrains, including winter conditions. However, exercise caution on icy or snowy surfaces.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003ch2\u003eSummary\u003c\/h2\u003e\n\u003cdiv class=\"summary-box\"\u003e\u003cp\u003eThe 3G Platinum Folding Electric Wheelchair CH4085 offers a perfect blend of portability, durability, and advanced features tailored for Canadian users. With eligibility for HST\/GST rebates and potential tax deductions, it's an excellent choice for those seeking reliable, everyday mobility solutions in Canada. Ideal for seniors and individuals with mobility challenges, this wheelchair supports independence and enhances quality of life. Choose the CH4085 for it's high-quality construction and comprehensive features, backed by Canadian standards and certifications.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"disclaimer-box\"\u003e\u003cp\u003e\u003cstrong\u003eImportant Notice:\u003c\/strong\u003e This electric wheelchair is designed to provide mobility assistance for users with limited mobility. It is not a substitute for professional medical advice, diagnosis, or treatment. Always consult with a qualified healthcare provider to ensure this mobility aid is appropriate for your specific needs. Strictly adhere to the 150 kg (330 lb) weight capacity for safe use. Proper handle height adjustment is essential for correct posture and safe operation. Individual results may vary. This product may qualify for HST\/GST exemption with a prescription and may be claimed as a medical expense for tax purposes in Canada.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Factory Direct Medical","offers":[{"title":"One Piece Footboard \/ No Accessories","offer_id":47417670762665,"sku":"sku-46614680535290","price":4350.0,"currency_code":"CAD","in_stock":true},{"title":"One Piece Footboard \/ Cup Holder","offer_id":47417670795433,"sku":"CH4085","price":4400.0,"currency_code":"CAD","in_stock":true},{"title":"One Piece Footboard \/ Cane Holder","offer_id":47417670828201,"sku":"CH4085","price":4400.0,"currency_code":"CAD","in_stock":true},{"title":"One Piece Footboard \/ Cell Phone Holder","offer_id":47417670860969,"sku":"CH4085","price":4400.0,"currency_code":"CAD","in_stock":true},{"title":"Removable Elevating Legrests \/ No Accessories","offer_id":47417670893737,"sku":"sku-46614680568058","price":4350.0,"currency_code":"CAD","in_stock":true},{"title":"Removable Elevating Legrests \/ Cup Holder","offer_id":47417670926505,"sku":"CH4085","price":4400.0,"currency_code":"CAD","in_stock":true},{"title":"Removable Elevating Legrests \/ Cane Holder","offer_id":47417670959273,"sku":"CH4085","price":4400.0,"currency_code":"CAD","in_stock":true},{"title":"Removable Elevating Legrests \/ Cell Phone Holder","offer_id":47417670992041,"sku":"CH4085","price":4400.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/files\/3g-platinum-folding-electric-wheelchair-w-12-rear-wheels-ch4085-ezee-life-9040158.webp?v=1788530769"},{"product_id":"4-in-1-multifunctional-electric-lift-transfer-chair-for-shower-commode-use-in-canada","title":"4-In-1 Multifunctional Electric Lift Transfer Chair for Shower \u0026 Commode Use in Canada","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');.pdp-content{font-family:'Open Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#333;line-height:1.75;max-width:100%;margin:0;padding:0;font-size:15px}.pdp-content *{box-sizing:border-box}.pdp-content h2{font-family:'Open Sans',sans-serif;color:#1a365d;font-size:24px;font-weight:700;margin:32px 0 16px 0;padding-bottom:10px;border-bottom:3px solid #2b6cb0}.pdp-content h2:first-of-type{margin-top:0}.pdp-content h3{font-family:'Open Sans',sans-serif;color:#2c5282;font-size:18.8px;font-weight:600;margin:24px 0 12px 0}.pdp-content p{margin:0 0 16px 0;font-size:16px;color:#4a5568}.pdp-content .intro-box{font-size:16.8px;color:#2d3748;background:linear-gradient(135deg,#f7fafc 0%,#edf2f7 100%);padding:20px 24px;border-radius:8px;border-left:4px solid #2b6cb0;margin-bottom:24px}.pdp-content .intro-box p{margin:0;color:#2d3748}.pdp-content ul{margin:0 0 24px 0;padding:0;list-style:none}.pdp-content ul li{position:relative;padding:8px 0 8px 32px;margin:0;font-size:15.6px;color:#4a5568}.pdp-content ul li::before{content:\"\\2713\";position:absolute;left:4px;color:#38a169;font-weight:700;font-size:16px}.pdp-content .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin:20px 0 28px 0}.pdp-content .feature-card{background:#f8fafc;padding:16px 20px;border-radius:8px;border:1px solid #e2e8f0;transition:all 0.2s ease}.pdp-content .feature-card:hover{border-color:#cbd5e0;box-shadow:0 2px 8px rgba(0,0,0,0.06)}.pdp-content .feature-card strong{font-family:'Open Sans',sans-serif;color:#1a365d;display:block;margin-bottom:8px;font-size:15.6px;font-weight:600}.pdp-content .feature-card span{color:#4a5568;font-size:14.8px;line-height:1.5;display:block}.pdp-content table{width:100%;border-collapse:collapse;font-size:15.2px;margin:24px 0;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.pdp-content thead tr{background:#f8fafc;border-bottom:2px solid #e2e8f0}.pdp-content thead th{font-family:'Open Sans',sans-serif;color:#4a5568;padding:16px 24px;text-align:left;font-weight:600;font-size:14.4px;text-transform:uppercase;letter-spacing:0.05em}.pdp-content tbody td{font-family:'Open Sans',sans-serif;padding:16px 24px;border-bottom:1px solid #e2e8f0;color:#4a5568;font-size:15.2px}.pdp-content tbody td:first-child{font-weight:600;color:#2d3748;width:50%}.pdp-content tbody tr:last-child td{border-bottom:none}.pdp-content tbody tr:hover{background:#f7fafc}.pdp-content .best-for-box{background:linear-gradient(135deg,#f0fff4 0%,#c6f6d5 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #9ae6b4}.pdp-content .best-for-box ul{margin:0}.pdp-content .best-for-box ul li::before{content:\"\\2192\";color:#276749}.pdp-content .why-buy-box{background:linear-gradient(135deg,#ebf8ff 0%,#bee3f8 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #90cdf4}.pdp-content .why-buy-box ul{margin:0}.pdp-content .why-buy-box ul li::before{content:\"\\2605\";color:#d69e2e}.pdp-content .faq-container{margin:16px 0 28px 0}.pdp-content details{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:10px;overflow:hidden}.pdp-content details:hover{border-color:#cbd5e0}.pdp-content details[open]{box-shadow:0 4px 12px rgba(0,0,0,0.08);border-color:#2b6cb0}.pdp-content summary{font-family:'Open Sans',sans-serif;padding:16px 20px;cursor:pointer;font-weight:600;color:#2d3748;background:#f7fafc;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:15.6px}.pdp-content summary:hover{background:#edf2f7}.pdp-content summary::-webkit-details-marker{display:none}.pdp-content summary::marker{display:none}.pdp-content summary::after{content:\"+\";font-size:22px;color:#2b6cb0;font-weight:600;width:24px;text-align:center}.pdp-content details[open] summary{background:#ebf8ff;border-bottom:1px solid #bee3f8}.pdp-content details[open] summary::after{content:\"-\"}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:16px 20px;margin:0;color:#4a5568;background:#fff;font-size:15.2px;line-height:1.7}.pdp-content .summary-box{background:linear-gradient(135deg,#faf5ff 0%,#e9d8fd 100%);padding:20px 24px;border-radius:8px;margin:28px 0;border:1px solid #d6bcfa}.pdp-content .summary-box p{margin:0;color:#553c9a;font-size:16px}.pdp-content .disclaimer-box{background:#fffaf0;padding:16px 20px;border-radius:8px;margin:28px 0 16px 0;border:1px solid #f6ad55;border-left:4px solid #dd6b20}.pdp-content .disclaimer-box p{margin:0;color:#744210;font-size:14px;line-height:1.6}.pdp-content .disclaimer-box strong{color:#c05621}@media(max-width:768px){.pdp-content{font-size:14px}.pdp-content h2{font-size:20.8px;margin-top:24px}.pdp-content .features-grid{grid-template-columns:1fr;gap:12px}.pdp-content .feature-card{padding:14px 16px}.pdp-content thead th,.pdp-content tbody td{padding:12px 16px;font-size:14px}.pdp-content tbody td:first-child{width:45%}.pdp-content summary{padding:14px 16px;font-size:14.8px}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:14px 16px}.pdp-content .intro-box,.pdp-content .best-for-box,.pdp-content .why-buy-box,.pdp-content .summary-box,.pdp-content .disclaimer-box{padding:16px}}@media(max-width:480px){.pdp-content h2{font-size:19.2px}.pdp-content thead th,.pdp-content tbody td{padding:10px 12px;font-size:12.8px}}\u003c\/style\u003e\u003cdiv class=\"pdp-content\"\u003e\n\u003ch2\u003eProduct Description\u003c\/h2\u003e\n\u003cdiv class=\"intro-box\"\u003e\u003cp\u003eThe CH3075 4-in-1 Multifunctional Electric Lift Transfer Chair is a premium mobility aid designed for Canadian users, offering a versatile solution for showering, toileting, and patient transfers. This powered chair functions as a shower chair, commode chair, transport wheelchair, and transfer chair, eliminating manual lifting and reducing caregiver strain. Ideal for home care and institutional use, it promotes dignity and safety during daily routines.\u003c\/p\u003e\u003c\/div\u003e\n\u003cp\u003eUnlike traditional sling lifts, the CH3075 allows clients to remain seated upright during transfers, promoting comfort and respectful interaction. The electric height adjustment mechanism provides smooth transitions between beds, toilets, and other surfaces, ensuring safe transfers. The chair's waterproof construction makes it suitable for wet environments, such as showers.\u003c\/p\u003e\n\u003cp\u003eThe CH3075 is engineered with a water-resistant frame and a 180-degree split seat opening for simplified hygiene care. The adjustable seat height enhances accessibility and caregiver ergonomics.\u003c\/p\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eSoft to Touch Padded Seat, Arms, and Backrest\u003c\/strong\u003e \u003cspan\u003eProvides enhanced comfort for extended use.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eSupportable Backrest\u003c\/strong\u003e \u003cspan\u003eEnsures proper posture and support during transfers.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eSoft to Touch Coated Frame\u003c\/strong\u003e \u003cspan\u003eWater-resistant and easy to clean for use in showers.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eWaterproof Electric Push\/Pull Lever\u003c\/strong\u003e \u003cspan\u003eReliable performance in wet environments.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eSoft Padded Footplates\u003c\/strong\u003e \u003cspan\u003eEnhance user comfort and stability.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eEasy to Access Charging Box\u003c\/strong\u003e \u003cspan\u003eConvenient battery management for frequent use.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eSafety Lock with Coated Plastic Cover\u003c\/strong\u003e \u003cspan\u003eEnsures secure operation during transfers.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003e2 Locking Institutional Casters and 2 Non-locking Casters\u003c\/strong\u003e \u003cspan\u003eProvide stability and maneuverability.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003ePadded Black Removable Cushion\u003c\/strong\u003e \u003cspan\u003eOffers additional comfort and is easy to clean.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eSeat Height Range\u003c\/strong\u003e \u003cspan\u003eApproximately 16\"-20\" (42 cm-75 cm) for adaptable use.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eDesigned for Comfort \u0026amp; Safety\u003c\/h2\u003e\n\u003cp\u003eThe chair's padded seat, backrest, and armrests enhance user comfort, while locking medical-grade casters provide stability. The secure front safety bar adds protection during transfers. it's heavy-duty steel frame supports up to 135 kg (300 lbs), making it suitable for a wide range of users.\u003c\/p\u003e\n\u003cp\u003eLightweight and maneuverable, the CH3075 is ideal for tight spaces and offers easy-access charging for convenient battery management. This design ensures reliable performance for both professional and home care environments.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e Strictly adhere to the weight capacity limit's and ensure proper height adjustments for safe operation. Consult with a healthcare provider to confirm suitability for individual needs. Meets Canadian safety standards.\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eSteel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight Capacity\u003c\/td\u003e\n\u003ctd\u003e135 kg (300 lbs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimensions\u003c\/td\u003e\n\u003ctd\u003e131 cm x 54.5 cm x 72.5 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChair weight\u003c\/td\u003e\n\u003ctd\u003e28.5 kg (63 lbs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeat height\u003c\/td\u003e\n\u003ctd\u003e16.5\"- 29.5\" (42 cm-75 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInternal width\u003c\/td\u003e\n\u003ctd\u003e18\"x 13.5\" (45.5 cm-48 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeat width\u003c\/td\u003e\n\u003ctd\u003e18\"x 13.5\" (45.5 cm-34 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eArm height\u003c\/td\u003e\n\u003ctd\u003e13\" (34 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBack height\u003c\/td\u003e\n\u003ctd\u003e16\" (42 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePadded arm length\u003c\/td\u003e\n\u003ctd\u003e13\" (34 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eArm length\u003c\/td\u003e\n\u003ctd\u003e15\" (38 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch2\u003eBest For\u003c\/h2\u003e\n\u003cdiv class=\"best-for-box\"\u003e\u003cul\u003e\n\u003cli\u003eCanadian seniors requiring mobility support\u003c\/li\u003e\n\u003cli\u003eHome care and institutional settings\u003c\/li\u003e\n\u003cli\u003eUsers needing a versatile transfer and shower solution\u003c\/li\u003e\n\u003cli\u003eIndividuals with private extended health benefit's\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\n\u003ch2\u003eWhy Choose This Multifunctional Electric Lift Chair\u003c\/h2\u003e\n\u003cdiv class=\"why-buy-box\"\u003e\u003cul\u003e\n\u003cli\u003eHigh-quality construction and comprehensive features for Canadian users\u003c\/li\u003e\n\u003cli\u003eMeets Canadian safety standards and CSA certification requirements\u003c\/li\u003e\n\u003cli\u003eExcellent value for Canadian consumers seeking a reliable mobility aid\u003c\/li\u003e\n\u003cli\u003eCanadian warranty and Health Canada approval ensure trust and reliability\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdetails\u003e\u003csummary\u003eIs the 4-In-1 Multifunctional Electric Lift Chair HST\/GST exempt in Canada?\u003c\/summary\u003e\u003cp\u003eYes, this product may qualify for HST\/GST exemption with a valid prescription. Consult the Canada Revenue Agency for eligibility details.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eCan I claim the 4-In-1 Multifunctional Electric Lift Chair as a medical expense on my taxes?\u003c\/summary\u003e\u003cp\u003eYes, it may be claimed as a medical expense for tax purposes in Canada. Consult a tax professional for guidance.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs the 4-In-1 Multifunctional Electric Lift Chair covered by provincial health plans in Canada?\u003c\/summary\u003e\u003cp\u003eCoverage eligibility varies by province and insurance provider. Contact your provincial health plan or private insurer for coverage details.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhere can I buy the 4-In-1 Multifunctional Electric Lift Chair in Canada?\u003c\/summary\u003e\u003cp\u003eAvailable from Canadian medical equipment suppliers, both online and in physical locations. Ensure the supplier offers Canadian warranty coverage and product support.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes the 4-In-1 Multifunctional Electric Lift Chair meet Canadian safety standards?\u003c\/summary\u003e\u003cp\u003eYes, it meets Canadian safety standards and CSA certification requirements, ensuring reliable use.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat safety features does the 4-In-1 Multifunctional Electric Lift Chair have?\u003c\/summary\u003e\u003cp\u003eFeatures include a secure front safety bar, locking medical-grade casters, and a padded seat, backrest, and armrests for enhanced comfort and protection.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs the 4-In-1 Multifunctional Electric Lift Chair suitable for use across Canada?\u003c\/summary\u003e\u003cp\u003eYes, it is designed for use in Canadian home care and institutional environments, offering reliable performance in various settings.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003ch2\u003eSummary\u003c\/h2\u003e\n\u003cdiv class=\"summary-box\"\u003e\u003cp\u003eThe CH3075 4-in-1 Multifunctional Electric Lift Transfer Chair provides a versatile and reliable solution for Canadian users requiring mobility support. With features designed for comfort and safety, this chair meets Canadian standards and offers excellent value for consumers. Consider this chair for it's high-quality construction and comprehensive benefit's in the Canadian healthcare context.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"disclaimer-box\"\u003e\u003cp\u003e\u003cstrong\u003eImportant Notice:\u003c\/strong\u003e This multifunctional electric lift chair is designed to assist with transfers, showering, and toileting. It is not a substitute for professional medical advice, diagnosis, or treatment. Always consult with a qualified healthcare provider to ensure this product is appropriate for your specific needs. Strictly adhere to the 135 kg (300 lbs) weight capacity for safe use. Proper height adjustment is essential for correct posture and safe operation. Individual results may vary. This product may qualify for HST\/GST exemption with a prescription and may be claimed as a medical expense for tax purposes in Canada.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Factory Direct Medical","offers":[{"title":"Default Title","offer_id":47417670697129,"sku":"CH3075","price":2100.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/files\/4-in-1-multifunctional-electric-lift-transfer-shower-commode-chair-ezee-life-6384660.jpg?v=1788530768"},{"product_id":"ezee-life-ch4077-folding-electric-rollator-with-seat-4-in-1-power-assist-walker-canada","title":"EZee Life CH4077 Folding Electric Rollator with Seat | 4-in-1 Power Assist Walker Canada","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');.pdp-content{font-family:'Open Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#333;line-height:1.75;max-width:100%;margin:0;padding:0;font-size:15px}.pdp-content *{box-sizing:border-box}.pdp-content h2{font-family:'Open Sans',sans-serif;color:#1a365d;font-size:24px;font-weight:700;margin:32px 0 16px 0;padding-bottom:10px;border-bottom:3px solid #2b6cb0}.pdp-content h2:first-of-type{margin-top:0}.pdp-content h3{font-family:'Open Sans',sans-serif;color:#2c5282;font-size:18.8px;font-weight:600;margin:24px 0 12px 0}.pdp-content p{margin:0 0 16px 0;font-size:16px;color:#4a5568}.pdp-content .intro-box{font-size:16.8px;color:#2d3748;background:linear-gradient(135deg,#f7fafc 0%,#edf2f7 100%);padding:20px 24px;border-radius:8px;border-left:4px solid #2b6cb0;margin-bottom:24px}.pdp-content .intro-box p{margin:0;color:#2d3748}.pdp-content ul{margin:0 0 24px 0;padding:0;list-style:none}.pdp-content ul li{position:relative;padding:8px 0 8px 32px;margin:0;font-size:15.6px;color:#4a5568}.pdp-content ul li::before{content:'\\2713';position:absolute;left:4px;color:#38a169;font-weight:700;font-size:16px}.pdp-content .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin:20px 0 28px 0}.pdp-content .feature-card{background:#f8fafc;padding:16px 20px;border-radius:8px;border:1px solid #e2e8f0;transition:all 0.2s ease}.pdp-content .feature-card:hover{border-color:#cbd5e0;box-shadow:0 2px 8px rgba(0,0,0,0.06)}.pdp-content .feature-card strong{font-family:'Open Sans',sans-serif;color:#1a365d;display:block;margin-bottom:8px;font-size:15.6px;font-weight:600}.pdp-content .feature-card span{color:#4a5568;font-size:14.8px;line-height:1.5;display:block}.pdp-content table{width:100%;border-collapse:collapse;font-size:15.2px;margin:24px 0;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.pdp-content thead tr{background:#f8fafc;border-bottom:2px solid #e2e8f0}.pdp-content thead th{font-family:'Open Sans',sans-serif;color:#4a5568;padding:16px 24px;text-align:left;font-weight:600;font-size:14.4px;text-transform:uppercase;letter-spacing:0.05em}.pdp-content tbody td{font-family:'Open Sans',sans-serif;padding:16px 24px;border-bottom:1px solid #e2e8f0;color:#4a5568;font-size:15.2px}.pdp-content tbody td:first-child{font-weight:600;color:#2d3748;width:50%}.pdp-content tbody tr:last-child td{border-bottom:none}.pdp-content tbody tr:hover{background:#f7fafc}.pdp-content .best-for-box{background:linear-gradient(135deg,#f0fff4 0%,#c6f6d5 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #9ae6b4}.pdp-content .best-for-box ul{margin:0}.pdp-content .best-for-box ul li::before{content:'\\2192';color:#276749}.pdp-content .why-buy-box{background:linear-gradient(135deg,#ebf8ff 0%,#bee3f8 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #90cdf4}.pdp-content .why-buy-box ul{margin:0}.pdp-content .why-buy-box ul li::before{content:'\\2605';color:#d69e2e}.pdp-content .faq-container{margin:16px 0 28px 0}.pdp-content details{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:10px;overflow:hidden}.pdp-content details:hover{border-color:#cbd5e0}.pdp-content details[open]{box-shadow:0 4px 12px rgba(0,0,0,0.08);border-color:#2b6cb0}.pdp-content summary{font-family:'Open Sans',sans-serif;padding:16px 20px;cursor:pointer;font-weight:600;color:#2d3748;background:#f7fafc;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:15.6px}.pdp-content summary:hover{background:#edf2f7}.pdp-content summary::-webkit-details-marker{display:none}.pdp-content summary::marker{display:none}.pdp-content summary::after{content:'+';font-size:22px;color:#2b6cb0;font-weight:600;width:24px;text-align:center}.pdp-content details[open] summary{background:#ebf8ff;border-bottom:1px solid #bee3f8}.pdp-content details[open] summary::after{content:'-'}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:16px 20px;margin:0;color:#4a5568;background:#fff;font-size:15.2px;line-height:1.7}.pdp-content .summary-box{background:linear-gradient(135deg,#faf5ff 0%,#e9d8fd 100%);padding:20px 24px;border-radius:8px;margin:28px 0;border:1px solid #d6bcfa}.pdp-content .summary-box p{margin:0;color:#553c9a;font-size:16px}.pdp-content .disclaimer-box{background:#fffaf0;padding:16px 20px;border-radius:8px;margin:28px 0 16px 0;border:1px solid #f6ad55;border-left:4px solid #dd6b20}.pdp-content .disclaimer-box p{margin:0;color:#744210;font-size:14px;line-height:1.6}.pdp-content .disclaimer-box strong{color:#c05621}@media(max-width:768px){.pdp-content{font-size:14px}.pdp-content h2{font-size:20.8px;margin-top:24px}.pdp-content .features-grid{grid-template-columns:1fr;gap:12px}.pdp-content .feature-card{padding:14px 16px}.pdp-content thead th,.pdp-content tbody td{padding:12px 16px;font-size:14px}.pdp-content tbody td:first-child{width:45%}.pdp-content summary{padding:14px 16px;font-size:14.8px}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:14px 16px}.pdp-content .intro-box,.pdp-content .best-for-box,.pdp-content .why-buy-box,.pdp-content .summary-box,.pdp-content .disclaimer-box{padding:16px}}@media(max-width:480px){.pdp-content h2{font-size:19.2px}.pdp-content thead th,.pdp-content tbody td{padding:10px 12px;font-size:12.8px}}\u003c\/style\u003e\n\u003cdiv class=\"pdp-content\"\u003e\n\u003ch2\u003eProduct Description\u003c\/h2\u003e\n\u003cdiv class=\"intro-box\"\u003e\u003cp\u003eThe EZee Life CH4077 Folding Electric Rollator with Seat is Canada’s most versatile 4-in-1 power-assist mobility solution—combining a rollator walker, power-assisted walker, transport chair, and electric wheelchair into a single foldable aluminium alloy frame. Designed for seniors and individuals with limited mobility, it delivers independence and safety across a wide range of indoor and outdoor Canadian environments.\u003c\/p\u003e\u003c\/div\u003e\n\u003cp\u003ePowered by dual 250W brushless motors and a 24V 10Ah lithium battery, the CH4077 electric rollator walker delivers a maximum range of 15–20 km per charge at speeds up to 6 km\/h—ideal for errands, physiotherapy sessions, and everyday outings. The Power Assist Mode reduces walking effort on inclines and uneven terrain, while the unique Power Resist Mode turns the walker into a rehabilitation tool that builds strength and endurance during recovery.\u003c\/p\u003e\n\u003cp\u003eAvailable at Factory Direct Medical with free shipping across Canada, the CH4077 is currently on sale at 43% off, priced at $1,695 (regularly $2,995). As a trusted Canadian medical and mobility equipment retailer, Factory Direct Medical provides expert support, local pickup in Concord, Ontario, and a nationwide delivery network for orders coast to coast.\u003c\/p\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eDual Joystick Control\u003c\/strong\u003e \u003cspan\u003eFront-mounted joystick for independent user control and rear-mounted joystick for attendant control—giving both user and caregiver full operational flexibility.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003e4-in-1 Functionality\u003c\/strong\u003e \u003cspan\u003eOperates as a rollator walker, power-assisted walker, transport chair, and electric wheelchair—adapting seamlessly to changing mobility needs without requiring separate equipment.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003ePower Assist \u0026amp; Resist Modes\u003c\/strong\u003e \u003cspan\u003ePower Assist Mode provides motorised support on slopes up to 15°; Power Resist Mode creates gentle resistance for rehabilitation exercises and muscle reconditioning.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eCurb \u0026amp; Obstacle Climber\u003c\/strong\u003e \u003cspan\u003eBuilt-in curb power assist helps navigate obstacles up to 30 cm, reducing risk of stops or stumbles on kerbs, doorway thresholds, and uneven pavement.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eLong-Range Lithium Battery\u003c\/strong\u003e \u003cspan\u003e24V 10Ah lithium battery (144Wh) provides up to 15–20 km range per charge with a 5–6 hour charge time, supporting full-day outings with confidence.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eFoldable Compact Frame\u003c\/strong\u003e \u003cspan\u003eAluminium alloy frame folds to 29 × 77 × 90 cm for easy storage in car boots or closets. Solid 10″ front and 8″ rear wheels deliver stability on all surfaces.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eDesigned for Comfort \u0026amp; Safety\u003c\/h2\u003e\n\u003cp\u003eThe CH4077 features padded armrests, a large adjustable backrest, and a comfortable leg rest that transform it into a stable seated transport chair whenever walking becomes tiring. Flip-up armrests allow for easy transfers in and out of the seat, while the adjustable handle height accommodates a range of user statures and promotes an upright, healthy posture during walking. Hand brake locks engage the rollator mode securely, preventing unintended movement on inclines or during rest stops.\u003c\/p\u003e\n\u003cp\u003eBuilt with an anti-skid design and anti-fall assist technology, the CH4077 incorporates multiple layers of safety protection. The durable brushless motor delivers smooth, consistent performance with minimal maintenance. The maximum user weight capacity is 220 lbs (100 kg)—users must not exceed this limit. All adjustable components including handles, backrest, and armrests should be fully secured before each use. Consult a physiotherapist or occupational therapist prior to use to confirm the CH4077 is appropriate for your mobility needs.\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eSKU\u003c\/td\u003e\n\u003ctd\u003eCH4077\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eEZee Life\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eAluminum alloy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUnfolded Size\u003c\/td\u003e\n\u003ctd\u003e39″ × 26″ × 32″ (100 × 66 × 80 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFolded Size\u003c\/td\u003e\n\u003ctd\u003e12″ × 30″ × 36″ (29 × 77 × 90 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaximum User Weight\u003c\/td\u003e\n\u003ctd\u003e220 lbs (100 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotors\u003c\/td\u003e\n\u003ctd\u003e250W brushless × 2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery\u003c\/td\u003e\n\u003ctd\u003eLithium 24V 10Ah (144Wh); 6Ah standard also available\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaximum Speed\u003c\/td\u003e\n\u003ctd\u003e3.75 mph (6 km\/h)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaximum Range\u003c\/td\u003e\n\u003ctd\u003e9–12 mi (15–20 km) per charge\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFront Wheels\u003c\/td\u003e\n\u003ctd\u003eSolid 10″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRear Wheels\u003c\/td\u003e\n\u003ctd\u003eSolid 8″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Climbing Slope\u003c\/td\u003e\n\u003ctd\u003e10°–15°\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCharging Time\u003c\/td\u003e\n\u003ctd\u003e5–6 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeat Depth\u003c\/td\u003e\n\u003ctd\u003e12″ (29 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeat Height\u003c\/td\u003e\n\u003ctd\u003e20″ (50 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch2\u003eBest For\u003c\/h2\u003e\n\u003cdiv class=\"best-for-box\"\u003e\u003cul\u003e\n\u003cli\u003eSeniors who walk independently but need occasional seated rest or attendant transport support during longer outings\u003c\/li\u003e\n\u003cli\u003eIndividuals recovering from surgery, stroke, or orthopaedic injury who require both walking assistance and rehabilitation resistance training\u003c\/li\u003e\n\u003cli\u003eUsers navigating mixed environments—including outdoor kerbs, ramps, and longer distances—where a standard rollator would be insufficient\u003c\/li\u003e\n\u003cli\u003eCaregivers and family members who need attendant-control capability via the rear joystick for safe transport\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\n\u003ch2\u003eWhy Choose This Product\u003c\/h2\u003e\n\u003cdiv class=\"why-buy-box\"\u003e\u003cul\u003e\n\u003cli\u003eCurrently 43% off at $1,695 (reg. $2,995)—one of the most competitively priced 4-in-1 electric rollator walkers available in Canada today\u003c\/li\u003e\n\u003cli\u003eUnique dual-joystick design gives both user and caregiver independent control—a feature absent in most single-joystick competitors at this price point\u003c\/li\u003e\n\u003cli\u003eBacked by Factory Direct Medical’s free Canada-wide shipping, local Concord, Ontario pickup, and dedicated bilingual support at 1-855-235-2400\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdetails\u003e\u003csummary\u003eWhat is the difference between a rolling walker and a rollator?\u003c\/summary\u003e\u003cp\u003eA standard rolling walker typically has two front wheels and two fixed rear legs, requiring the user to partially lift it to move forward. A rollator has four wheels with hand brakes, a built-in seat, and a backrest, allowing continuous rolling movement without lifting. The EZee Life CH4077 goes a step further—it is a powered electric rollator with dual 250W motors and Power Assist Mode, meaning it actively supports the user’s movement rather than simply rolling passively.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eWhat is the best walker for someone with Parkinson’s disease?\u003c\/summary\u003e\u003cp\u003eFor individuals with Parkinson’s disease, a four-wheel rollator with hand brakes, a seat, and a stable base is generally recommended by physiotherapists. The CH4077’s Power Assist Mode can be particularly beneficial as it provides consistent forward momentum to help counteract freezing episodes, while the anti-fall assist and anti-skid design add important safety layers. Always consult a physiotherapist or occupational therapist to determine the most appropriate mobility aid for your specific condition and stage of mobility.\u003c\/p\u003e\u003c\/details\u003e\n\u003cdetails\u003e\u003csummary\u003eHow far can the CH4077 electric rollator travel on a single charge?\u003c\/summary\u003e\u003cp\u003eThe CH4077 is equipped with a 24V 10Ah lithium battery that provides a maximum range of 15–20 km (9–12 miles) per charge, depending on terrain, user weight, and usage mode. A full charge takes approximately 5–6 hours using the included charger. An optional 6Ah standard battery version is also available for lighter daily use.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003ch2\u003eSummary\u003c\/h2\u003e\n\u003cdiv class=\"summary-box\"\u003e\u003cp\u003eThe EZee Life CH4077 Folding Electric Rollator with Seat is a premium 4-in-1 electric rollator walker that delivers unmatched versatility for Canadian seniors and individuals with mobility challenges—combining power-assist walking, transport chair, and electric wheelchair functions in one foldable, aluminium alloy frame. Available now at Factory Direct Medical for $1,695 with free shipping across Canada, the CH4077 represents exceptional value in the powered mobility aid category.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"disclaimer-box\"\u003e\u003cp\u003e\u003cstrong\u003eImportant Notice:\u003c\/strong\u003e The EZee Life CH4077 is a powered mobility aid intended to assist individuals with limited mobility. It is not a substitute for professional medical advice, diagnosis, or treatment. Consult a physiotherapist or occupational therapist before use to confirm suitability for your specific condition and mobility requirements. Do not exceed the maximum user weight capacity of 220 lbs (100 kg). Ensure all adjustable components—including handle height, backrest, and armrests—are properly secured before operating the device. Always follow the manufacturer’s operating instructions and Health Canada guidelines for powered mobility devices.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Factory Direct Medical","offers":[{"title":"Black","offer_id":47417670729897,"sku":"CH4077","price":1995.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/files\/ch4077-folding-electric-rollator-with-seat-and-footrest-ezee-life-6963011.jpg?v=1788530768"},{"product_id":"ezee-life-compact-red-4-wheel-mobility-scooter-foldable-40-km-range-electric-scooter-canada","title":"EZee Life Compact Red 4-Wheel Mobility Scooter | Foldable 40 km Range Electric Scooter Canada","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');.pdp-content{font-family:'Open Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#333;line-height:1.75;max-width:100%;margin:0;padding:0;font-size:15px}.pdp-content *{box-sizing:border-box}.pdp-content h2{font-family:'Open Sans',sans-serif;color:#1a365d;font-size:24px;font-weight:700;margin:32px 0 16px 0;padding-bottom:10px;border-bottom:3px solid #2b6cb0}.pdp-content h2:first-of-type{margin-top:0}.pdp-content h3{font-family:'Open Sans',sans-serif;color:#2c5282;font-size:18.8px;font-weight:600;margin:24px 0 12px 0}.pdp-content p{margin:0 0 16px 0;font-size:16px;color:#4a5568}.pdp-content .intro-box{font-size:16.8px;color:#2d3748;background:linear-gradient(135deg,#f7fafc 0%,#edf2f7 100%);padding:20px 24px;border-radius:8px;border-left:4px solid #2b6cb0;margin-bottom:24px}.pdp-content .intro-box p{margin:0;color:#2d3748}.pdp-content ul{margin:0 0 24px 0;padding:0;list-style:none}.pdp-content ul li{position:relative;padding:8px 0 8px 32px;margin:0;font-size:15.6px;color:#4a5568}.pdp-content ul li::before{content:'\\2713';position:absolute;left:4px;color:#38a169;font-weight:700;font-size:16px}.pdp-content .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin:20px 0 28px 0}.pdp-content .feature-card{background:#f8fafc;padding:16px 20px;border-radius:8px;border:1px solid #e2e8f0;transition:all 0.2s ease}.pdp-content .feature-card:hover{border-color:#cbd5e0;box-shadow:0 2px 8px rgba(0,0,0,0.06)}.pdp-content .feature-card strong{font-family:'Open Sans',sans-serif;color:#1a365d;display:block;margin-bottom:8px;font-size:15.6px;font-weight:600}.pdp-content .feature-card span{color:#4a5568;font-size:14.8px;line-height:1.5;display:block}.pdp-content table{width:100%;border-collapse:collapse;font-size:15.2px;margin:24px 0;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.pdp-content thead tr{background:#f8fafc;border-bottom:2px solid #e2e8f0}.pdp-content thead th{font-family:'Open Sans',sans-serif;color:#4a5568;padding:16px 24px;text-align:left;font-weight:600;font-size:14.4px;text-transform:uppercase;letter-spacing:0.05em}.pdp-content tbody td{font-family:'Open Sans',sans-serif;padding:16px 24px;border-bottom:1px solid #e2e8f0;color:#4a5568;font-size:15.2px}.pdp-content tbody td:first-child{font-weight:600;color:#2d3748;width:50%}.pdp-content tbody tr:last-child td{border-bottom:none}.pdp-content tbody tr:hover{background:#f7fafc}.pdp-content .best-for-box{background:linear-gradient(135deg,#f0fff4 0%,#c6f6d5 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #9ae6b4}.pdp-content .best-for-box ul{margin:0}.pdp-content .best-for-box ul li::before{content:'\\2192';color:#276749}.pdp-content .why-buy-box{background:linear-gradient(135deg,#ebf8ff 0%,#bee3f8 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #90cdf4}.pdp-content .why-buy-box ul{margin:0}.pdp-content .why-buy-box ul li::before{content:'\\2605';color:#d69e2e}.pdp-content .faq-container{margin:16px 0 28px 0}.pdp-content details{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:10px;overflow:hidden}.pdp-content details:hover{border-color:#cbd5e0}.pdp-content details[open]{box-shadow:0 4px 12px rgba(0,0,0,0.08);border-color:#2b6cb0}.pdp-content summary{font-family:'Open Sans',sans-serif;padding:16px 20px;cursor:pointer;font-weight:600;color:#2d3748;background:#f7fafc;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:15.6px}.pdp-content summary:hover{background:#edf2f7}.pdp-content summary::-webkit-details-marker{display:none}.pdp-content summary::marker{display:none}.pdp-content summary::after{content:'+';font-size:22px;color:#2b6cb0;font-weight:600;width:24px;text-align:center}.pdp-content details[open] summary{background:#ebf8ff;border-bottom:1px solid #bee3f8}.pdp-content details[open] summary::after{content:'-'}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:16px 20px;margin:0;color:#4a5568;background:#fff;font-size:15.2px;line-height:1.7}.pdp-content .summary-box{background:linear-gradient(135deg,#faf5ff 0%,#e9d8fd 100%);padding:20px 24px;border-radius:8px;margin:28px 0;border:1px solid #d6bcfa}.pdp-content .summary-box p{margin:0;color:#553c9a;font-size:16px}.pdp-content .disclaimer-box{background:#fffaf0;padding:16px 20px;border-radius:8px;margin:28px 0 16px 0;border:1px solid #f6ad55;border-left:4px solid #dd6b20}.pdp-content .disclaimer-box p{margin:0;color:#744210;font-size:14px;line-height:1.6}.pdp-content .disclaimer-box strong{color:#c05621}@media(max-width:768px){.pdp-content{font-size:14px}.pdp-content h2{font-size:20.8px;margin-top:24px}.pdp-content .features-grid{grid-template-columns:1fr;gap:12px}.pdp-content .feature-card{padding:14px 16px}.pdp-content thead th,.pdp-content tbody td{padding:12px 16px;font-size:14px}.pdp-content tbody td:first-child{width:45%}.pdp-content summary{padding:14px 16px;font-size:14.8px}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:14px 16px}.pdp-content .intro-box,.pdp-content .best-for-box,.pdp-content .why-buy-box,.pdp-content .summary-box,.pdp-content .disclaimer-box{padding:16px}}@media(max-width:480px){.pdp-content h2{font-size:19.2px}.pdp-content thead th,.pdp-content tbody td{padding:10px 12px;font-size:12.8px}}\u003c\/style\u003e \u003cdiv class=\"pdp-content\"\u003e \u003ch2\u003eProduct Description\u003c\/h2\u003e \u003cdiv class=\"intro-box\"\u003e\u003cp\u003eThe EZee Life Compact Red 4-Wheel Mobility Scooter is one of Canada’s most versatile and stylish foldable mobility scooters—combining a lightweight 32 kg (71 lbs) frame with an impressive 40 km range per charge and a striking red design. Whether navigating city sidewalks, shopping centre aisles, or weekend park visits, this compact 4-wheel mobility scooter delivers reliable, comfortable, and convenient mobility for daily use across Canada.\u003c\/p\u003e\u003c\/div\u003e \u003cp\u003ePowered by a 36V 250W motor and a 36V 12Ah lithium-ion battery, the EZee Life Red Scooter reaches speeds of 3–10 km\/h and handles inclines of up to 15°—equally capable on flat urban surfaces and gentle ramps. Its pneumatic tyres—9″ (22.86 cm) front and 10″ (25.4 cm) rear—provide a noticeably smoother, more comfortable ride than solid-tyre alternatives, absorbing vibrations and reducing fatigue on longer outings. When the ride is over, it folds flat in seconds to compact dimensions of 990 × 550 × 430 mm for effortless storage at home or in any vehicle.\u003c\/p\u003e \u003cp\u003eAvailable exclusively at Factory Direct Medical with free shipping across Canada, the EZee Life Compact Red 4-Wheel Mobility Scooter is backed by professional pre- and post-sale support. For Canadians seeking a lightweight, foldable electric mobility scooter that balances portability, range, and style, this model delivers outstanding value.\u003c\/p\u003e \u003ch2\u003eKey Features\u003c\/h2\u003e \u003cdiv class=\"features-grid\"\u003e \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eFolds Flat in Seconds\u003c\/strong\u003e \u003cspan\u003eCollapses to 990 × 550 × 430 mm (39″ × 21.6″ × 16.9″) for effortless storage in a car boot, closet, or entryway—no tools required, making it ideal for travel and everyday Canadian lifestyles.\u003c\/span\u003e\n\u003c\/div\u003e \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003e40 km Range Per Charge\u003c\/strong\u003e \u003cspan\u003eThe 36V 12Ah lithium-ion battery delivers up to 40 km (25 miles) per charge, giving you the freedom to run errands, attend appointments, and explore your community without range anxiety.\u003c\/span\u003e\n\u003c\/div\u003e \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eLightweight at 32 kg (71 lbs)\u003c\/strong\u003e \u003cspan\u003eAt just 32 kg with the battery included, this is one of the lightest folding 4-wheel mobility scooters available in Canada—easy to handle, load, and transport for independent users and caregivers alike.\u003c\/span\u003e\n\u003c\/div\u003e \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003ePneumatic Tyres for Superior Comfort\u003c\/strong\u003e \u003cspan\u003e9″ front and 10″ rear pneumatic tyres absorb bumps, surface cracks, and pathway irregularities—delivering a noticeably smoother ride than solid-tyre scooters and reducing fatigue on extended outings.\u003c\/span\u003e\n\u003c\/div\u003e \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eErgonomic Padded Seating\u003c\/strong\u003e \u003cspan\u003eExtra-padded seat with supportive backrest and ergonomic armrests ensures comfort on short trips and longer outings alike, reducing pressure and encouraging proper posture during daily use.\u003c\/span\u003e\n\u003c\/div\u003e \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eSpacious Front Storage Basket\u003c\/strong\u003e \u003cspan\u003eThe large front basket provides practical, easily accessible storage for personal items, groceries, shopping bags, and accessories—keeping your essentials within reach throughout the day.\u003c\/span\u003e\n\u003c\/div\u003e \u003c\/div\u003e \u003ch2\u003eDesigned for Comfort \u0026amp; Safety\u003c\/h2\u003e \u003cp\u003eThe EZee Life Compact Red 4-Wheel Mobility Scooter is built around a stable, balanced 4-wheel platform measuring 990 × 550 × 880 mm when open—providing enhanced lateral stability compared to 3-wheel scooters, which is particularly important on busier urban pathways or slightly uneven surfaces. The ergonomic padded seat and adjustable armrests reduce rider fatigue, while the variable speed range of 3–10 km\/h allows users to set a comfortable pace suited to indoor corridors, busy pedestrian areas, or open park pathways.\u003c\/p\u003e \u003cp\u003ePlease note: this scooter has a maximum weight capacity of 120 kg (265 lbs). This limit must not be exceeded during operation. The maximum climbing angle is 15°—suitable for standard kerb ramps and gentle inclines, but not steep hills. Always ensure the 36V 12Ah lithium-ion battery is fully charged before extended use, and consult a healthcare professional if you are unsure whether this product is appropriate for your individual mobility needs.\u003c\/p\u003e \u003ch2\u003eSpecifications\u003c\/h2\u003e \u003ctable\u003e \u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e \u003ctbody\u003e \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eEZee Life\u003c\/td\u003e\n\u003c\/tr\u003e \u003ctr\u003e\n\u003ctd\u003eSKU\u003c\/td\u003e\n\u003ctd\u003eRed scooter\u003c\/td\u003e\n\u003c\/tr\u003e \u003ctr\u003e\n\u003ctd\u003eOpen Dimensions (L × W × H)\u003c\/td\u003e\n\u003ctd\u003e990 × 550 × 880 mm (39″ × 21.6″ × 34.6″)\u003c\/td\u003e\n\u003c\/tr\u003e \u003ctr\u003e\n\u003ctd\u003eFolded Dimensions (L × W × H)\u003c\/td\u003e\n\u003ctd\u003e990 × 550 × 430 mm (39″ × 21.6″ × 16.9″)\u003c\/td\u003e\n\u003c\/tr\u003e \u003ctr\u003e\n\u003ctd\u003eTotal Weight (with battery)\u003c\/td\u003e\n\u003ctd\u003e32 kg (71 lbs)\u003c\/td\u003e\n\u003c\/tr\u003e \u003ctr\u003e\n\u003ctd\u003eWeight Capacity\u003c\/td\u003e\n\u003ctd\u003e120 kg (265 lbs)\u003c\/td\u003e\n\u003c\/tr\u003e \u003ctr\u003e\n\u003ctd\u003eMotor\u003c\/td\u003e\n\u003ctd\u003e36V 250W\u003c\/td\u003e\n\u003c\/tr\u003e \u003ctr\u003e\n\u003ctd\u003eBattery\u003c\/td\u003e\n\u003ctd\u003e36V 12Ah lithium-ion\u003c\/td\u003e\n\u003c\/tr\u003e \u003ctr\u003e\n\u003ctd\u003eTop Speed\u003c\/td\u003e\n\u003ctd\u003e3–10 km\/h\u003c\/td\u003e\n\u003c\/tr\u003e \u003ctr\u003e\n\u003ctd\u003eRange\u003c\/td\u003e\n\u003ctd\u003eUp to 40 km (25 miles) per charge\u003c\/td\u003e\n\u003c\/tr\u003e \u003ctr\u003e\n\u003ctd\u003eMax Climbing Angle\u003c\/td\u003e\n\u003ctd\u003e15°\u003c\/td\u003e\n\u003c\/tr\u003e \u003ctr\u003e\n\u003ctd\u003eFront Tyres\u003c\/td\u003e\n\u003ctd\u003e9″ (22.86 cm) pneumatic\u003c\/td\u003e\n\u003c\/tr\u003e \u003ctr\u003e\n\u003ctd\u003eRear Tyres\u003c\/td\u003e\n\u003ctd\u003e10″ (25.4 cm) pneumatic\u003c\/td\u003e\n\u003c\/tr\u003e \u003ctr\u003e\n\u003ctd\u003eColour\u003c\/td\u003e\n\u003ctd\u003eRed\u003c\/td\u003e\n\u003c\/tr\u003e \u003ctr\u003e\n\u003ctd\u003eWheel Configuration\u003c\/td\u003e\n\u003ctd\u003e4-wheel\u003c\/td\u003e\n\u003c\/tr\u003e \u003c\/tbody\u003e \u003c\/table\u003e \u003ch2\u003eBest For\u003c\/h2\u003e \u003cdiv class=\"best-for-box\"\u003e\u003cul\u003e \u003cli\u003eSeniors, active adults, and urban commuters within the 120 kg (265 lbs) weight capacity who want a lightweight, foldable 4-wheel mobility scooter for daily use in Canadian cities, parks, and shopping centres\u003c\/li\u003e \u003cli\u003eTravellers and on-the-go users who need a scooter that folds flat in seconds for easy transport in car boots, buses, or storage in smaller living spaces\u003c\/li\u003e \u003cli\u003eUsers prioritising range—40 km per charge means a full day of errands, appointments, and outings on a single battery cycle without stopping to recharge\u003c\/li\u003e \u003cli\u003eAnyone seeking a stylish, visually distinctive mobility aid—the bold red frame stands out in a sea of grey and black scooters, offering personal expression alongside reliable daily functionality\u003c\/li\u003e \u003c\/ul\u003e\u003c\/div\u003e \u003ch2\u003eWhy Choose This Product\u003c\/h2\u003e \u003cdiv class=\"why-buy-box\"\u003e\u003cul\u003e \u003cli\u003eA compelling combination of lightweight portability (32 kg), long range (40 km per charge), and 4-wheel stability in a single compact foldable scooter—rare at this price in the Canadian market\u003c\/li\u003e \u003cli\u003ePneumatic tyres front and rear deliver a genuine ride comfort advantage over solid-tyre competitors in the same category, reducing vibration and absorbing surface irregularities on Canadian pathways and sidewalks\u003c\/li\u003e \u003cli\u003eAvailable at Factory Direct Medical with free shipping Canada-wide and professional pre- and post-sale support—your trusted direct-to-consumer Canadian mobility specialist\u003c\/li\u003e \u003c\/ul\u003e\u003c\/div\u003e \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e \u003cdiv class=\"faq-container\"\u003e \u003cdetails\u003e\u003csummary\u003eHow far can a mobility scooter go on one charge?\u003c\/summary\u003e\u003cp\u003eThe EZee Life Compact Red 4-Wheel Mobility Scooter can travel up to 40 km (25 miles) on a single charge of its 36V 12Ah lithium-ion battery—enough for a full day of errands, outings, and appointments. Actual range will vary based on rider weight (max 120 kg \/ 265 lbs), terrain, speed setting, and ambient temperature. To maintain optimal battery life, charge fully after each use and store in a cool, dry location away from extreme cold, which is common across Canada in winter months.\u003c\/p\u003e\u003c\/details\u003e \u003cdetails\u003e\u003csummary\u003eCan you drive a mobility scooter on the road in Canada?\u003c\/summary\u003e\u003cp\u003eIn Canada, mobility scooters are classified as mobility aids rather than motor vehicles. They are generally required to be operated on sidewalks wherever available. Where no sidewalk is present, operators should travel on the far left side of the road facing oncoming traffic. Regulations vary by province and municipality—always check your local rules before operating on public pathways or roads. The EZee Life Red Scooter operates at 3–10 km\/h, which is appropriate for pedestrian environments and compliant with typical Canadian mobility aid guidelines.\u003c\/p\u003e\u003c\/details\u003e \u003cdetails\u003e\u003csummary\u003eDoes the Compact Red 4-Wheel Mobility Scooter fold flat for car storage?\u003c\/summary\u003e\u003cp\u003eYes—this scooter folds flat in seconds to compact dimensions of 990 × 550 × 430 mm (39″ × 21.6″ × 16.9″), making it suitable for car boot storage, public transit, and home storage. The total weight with battery is 32 kg (71 lbs). We recommend having a second person assist with lifting the folded scooter into a vehicle if needed, to avoid strain. Contact Factory Direct Medical’s team if you have any questions about compatibility with your specific vehicle.\u003c\/p\u003e\u003c\/details\u003e \u003c\/div\u003e \u003ch2\u003eSummary\u003c\/h2\u003e \u003cdiv class=\"summary-box\"\u003e\u003cp\u003eThe EZee Life Compact Red 4-Wheel Mobility Scooter offers Canadians seeking a lightweight foldable mobility scooter an outstanding combination of portability (32 kg \/ 71 lbs), range (40 km per charge), and 4-wheel stability—all in a head-turning red design. Powered by a 36V 250W motor with a 120 kg (265 lbs) capacity, it’s an ideal daily-use compact mobility scooter available with free shipping across Canada, exclusively at Factory Direct Medical.\u003c\/p\u003e\u003c\/div\u003e \u003cdiv class=\"disclaimer-box\"\u003e\u003cp\u003e\u003cstrong\u003eImportant Notice:\u003c\/strong\u003e This mobility scooter has a maximum weight capacity of 120 kg (265 lbs). Do not exceed this limit, as doing so may compromise safe operation, stability, and structural integrity. This product is not a substitute for professional medical advice. Consult a physiotherapist, occupational therapist, or qualified healthcare professional before use to confirm suitability for your specific mobility needs and physical condition. Do not use on inclines exceeding 15°. Always operate in compliance with applicable Canadian provincial and municipal regulations governing mobility aids. The manufacturer and retailer accept no liability for injuries or damage resulting from misuse or operation beyond stated specifications.\u003c\/p\u003e\u003c\/div\u003e \u003c\/div\u003e","brand":"Factory Direct Medical","offers":[{"title":"Default Title","offer_id":47417671024809,"sku":"Red scooter","price":2500.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/files\/compact-stylish-red-4-wheel-mobility-scooter-ezee-life-5422817.jpg?v=1788530768"},{"product_id":"heartway-monster-x-s12-heavy-duty-mobility-scooter-900w-all-terrain-scooter-canada","title":"Heartway Monster X S12 Heavy-Duty Mobility Scooter | 900W All-Terrain Scooter Canada","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');.pdp-content{font-family:'Open Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#333;line-height:1.75;max-width:100%;margin:0;padding:0;font-size:15px}.pdp-content *{box-sizing:border-box}.pdp-content h2{font-family:'Open Sans',sans-serif;color:#1a365d;font-size:24px;font-weight:700;margin:32px 0 16px 0;padding-bottom:10px;border-bottom:3px solid #2b6cb0}.pdp-content h2:first-of-type{margin-top:0}.pdp-content h3{font-family:'Open Sans',sans-serif;color:#2c5282;font-size:18.8px;font-weight:600;margin:24px 0 12px 0}.pdp-content p{margin:0 0 16px 0;font-size:16px;color:#4a5568}.pdp-content .intro-box{font-size:16.8px;color:#2d3748;background:linear-gradient(135deg,#f7fafc 0%,#edf2f7 100%);padding:20px 24px;border-radius:8px;border-left:4px solid #2b6cb0;margin-bottom:24px}.pdp-content .intro-box p{margin:0;color:#2d3748}.pdp-content ul{margin:0 0 24px 0;padding:0;list-style:none}.pdp-content ul li{position:relative;padding:8px 0 8px 32px;margin:0;font-size:15.6px;color:#4a5568}.pdp-content ul li::before{content:'\\2713';position:absolute;left:4px;color:#38a169;font-weight:700;font-size:16px}.pdp-content .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin:20px 0 28px 0}.pdp-content .feature-card{background:#f8fafc;padding:16px 20px;border-radius:8px;border:1px solid #e2e8f0;transition:all 0.2s ease}.pdp-content .feature-card:hover{border-color:#cbd5e0;box-shadow:0 2px 8px rgba(0,0,0,0.06)}.pdp-content .feature-card strong{font-family:'Open Sans',sans-serif;color:#1a365d;display:block;margin-bottom:8px;font-size:15.6px;font-weight:600}.pdp-content .feature-card span{color:#4a5568;font-size:14.8px;line-height:1.5;display:block}.pdp-content table{width:100%;border-collapse:collapse;font-size:15.2px;margin:24px 0;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.pdp-content thead tr{background:#f8fafc;border-bottom:2px solid #e2e8f0}.pdp-content thead th{font-family:'Open Sans',sans-serif;color:#4a5568;padding:16px 24px;text-align:left;font-weight:600;font-size:14.4px;text-transform:uppercase;letter-spacing:0.05em}.pdp-content tbody td{font-family:'Open Sans',sans-serif;padding:16px 24px;border-bottom:1px solid #e2e8f0;color:#4a5568;font-size:15.2px}.pdp-content tbody td:first-child{font-weight:600;color:#2d3748;width:50%}.pdp-content tbody tr:last-child td{border-bottom:none}.pdp-content tbody tr:hover{background:#f7fafc}.pdp-content .best-for-box{background:linear-gradient(135deg,#f0fff4 0%,#c6f6d5 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #9ae6b4}.pdp-content .best-for-box ul{margin:0}.pdp-content .best-for-box ul li::before{content:'\\2192';color:#276749}.pdp-content .why-buy-box{background:linear-gradient(135deg,#ebf8ff 0%,#bee3f8 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #90cdf4}.pdp-content .why-buy-box ul{margin:0}.pdp-content .why-buy-box ul li::before{content:'\\2605';color:#d69e2e}.pdp-content .faq-container{margin:16px 0 28px 0}.pdp-content details{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:10px;overflow:hidden}.pdp-content details:hover{border-color:#cbd5e0}.pdp-content details[open]{box-shadow:0 4px 12px rgba(0,0,0,0.08);border-color:#2b6cb0}.pdp-content summary{font-family:'Open Sans',sans-serif;padding:16px 20px;cursor:pointer;font-weight:600;color:#2d3748;background:#f7fafc;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:15.6px}.pdp-content summary:hover{background:#edf2f7}.pdp-content summary::-webkit-details-marker{display:none}.pdp-content summary::marker{display:none}.pdp-content summary::after{content:'+';font-size:22px;color:#2b6cb0;font-weight:600;width:24px;text-align:center}.pdp-content details[open] summary{background:#ebf8ff;border-bottom:1px solid #bee3f8}.pdp-content details[open] summary::after{content:'-'}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:16px 20px;margin:0;color:#4a5568;background:#fff;font-size:15.2px;line-height:1.7}.pdp-content .summary-box{background:linear-gradient(135deg,#faf5ff 0%,#e9d8fd 100%);padding:20px 24px;border-radius:8px;margin:28px 0;border:1px solid #d6bcfa}.pdp-content .summary-box p{margin:0;color:#553c9a;font-size:16px}.pdp-content .disclaimer-box{background:#fffaf0;padding:16px 20px;border-radius:8px;margin:28px 0 16px 0;border:1px solid #f6ad55;border-left:4px solid #dd6b20}.pdp-content .disclaimer-box p{margin:0;color:#744210;font-size:14px;line-height:1.6}.pdp-content .disclaimer-box strong{color:#c05621}@media(max-width:768px){.pdp-content{font-size:14px}.pdp-content h2{font-size:20.8px;margin-top:24px}.pdp-content .features-grid{grid-template-columns:1fr;gap:12px}.pdp-content .feature-card{padding:14px 16px}.pdp-content thead th,.pdp-content tbody td{padding:12px 16px;font-size:14px}.pdp-content tbody td:first-child{width:45%}.pdp-content summary{padding:14px 16px;font-size:14.8px}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:14px 16px}.pdp-content .intro-box,.pdp-content .best-for-box,.pdp-content .why-buy-box,.pdp-content .summary-box,.pdp-content .disclaimer-box{padding:16px}}@media(max-width:480px){.pdp-content h2{font-size:19.2px}.pdp-content thead th,.pdp-content tbody td{padding:10px 12px;font-size:12.8px}}\u003c\/style\u003e \u003cdiv class=\"pdp-content\"\u003e   \u003ch2\u003eProduct Description\u003c\/h2\u003e   \u003cdiv class=\"intro-box\"\u003e\u003cp\u003eThe Heartway Monster X S12 heavy-duty mobility scooter Canada is engineered for riders who refuse to let terrain dictate their independence. Powered by a 900W 4-pole motor with a top speed of 18 km\/h and a range of up to 40 km per charge, this all-terrain scooter conquers city streets, park trails, uneven pavement, and rugged outdoor paths with equal confidence—delivering unmatched power in a heavy-duty 4-wheel platform.\u003c\/p\u003e\u003c\/div\u003e   \u003cp\u003eBuilt to carry up to 350 lb (160 kg) with a reinforced frame, full front and rear suspension, and massive 15″ × 6.3″ rear pneumatic tyres, the Heartway Monster X was designed for outdoor mobility scooter users who need more range, more stability, and more performance than standard recreational scooters can provide. The luxury captain’s seat with headrest, adjustable armrests, and ergonomic tiller ensure all-day riding comfort on any surface across Canada.\u003c\/p\u003e   \u003cp\u003eAvailable at Factory Direct Medical with free shipping across Canada, the Monster X is backed by Heartway Medical Products’ global reputation for engineering excellence—the same manufacturer trusted by mobility specialists and rehabilitation professionals worldwide. Whether you’re navigating Toronto’s diverse urban landscape or exploring Canada’s outdoor trails, the Monster X delivers the performance to match your lifestyle.\u003c\/p\u003e    \u003ch2\u003eKey Features\u003c\/h2\u003e   \u003cdiv class=\"features-grid\"\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003e900W 4-Pole High-Torque Motor\u003c\/strong\u003e \u003cspan\u003eA powerful 4-pole 900W motor delivers strong, consistent torque for climbing inclines, navigating rough terrain, and sustaining 18 km\/h on open pathways—far exceeding the performance of standard leisure scooters.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eUp to 40 km Range per Charge\u003c\/strong\u003e \u003cspan\u003eThe high-capacity up-to-80 Ah battery system provides up to 40 km of range on a single charge—enough for extended outdoor outings, community errands, and full-day adventures without range anxiety.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eFull Front \u0026amp; Rear Suspension\u003c\/strong\u003e \u003cspan\u003eIndependent front and rear suspension absorbs shocks from bumps, kerbs, and uneven terrain, delivering a smooth, stable ride whether you’re on pavement, gravel, or light trails.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eOversized Pneumatic Tyres\u003c\/strong\u003e \u003cspan\u003eMassive 15″ × 6.3″ rear and 13″ × 4.8″ front pneumatic tyres grip a wide variety of surfaces with superior traction—providing the stability and control needed for confident all-terrain mobility.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eLuxury Captain’s Seat with Headrest\u003c\/strong\u003e \u003cspan\u003eThe fully adjustable captain’s seat features a padded headrest, adjustable armrests, and ergonomic lumbar support—designed for riders who spend extended periods on their scooter and require premium comfort.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eLED Lighting \u0026amp; Safety Systems\u003c\/strong\u003e \u003cspan\u003eFront LED headlight, rear brake lights, and turn signals enhance visibility in low-light conditions and during dawn or dusk riding. Electromagnetic braking provides automatic, reliable stopping power across all terrain types.\u003c\/span\u003e\n\u003c\/div\u003e   \u003c\/div\u003e    \u003ch2\u003eDesigned for Comfort \u0026amp; Safety\u003c\/h2\u003e   \u003cp\u003eThe Heartway Monster X was designed with serious outdoor riders in mind. The full independent suspension system—front and rear—isolates the rider from vibration and impact on rough surfaces, dramatically reducing fatigue during longer outings. The 53″ (1,350 mm) turning radius provides manageable manoeuvrability for a large-platform scooter, while the 62″ × 30″ (157.5 × 76.2 cm) wheelbase delivers the inherent stability needed when navigating uneven outdoor ground. The electromagnetic braking system engages automatically upon throttle release, holding the scooter firmly on inclines and preventing unintended rolling—a critical safety feature for outdoor use.\u003c\/p\u003e   \u003cp\u003eThe luxury captain’s seat with full headrest and padded armrests reduces upper-body strain on extended rides, while the intuitive digital control panel provides clear speed, battery, and diagnostic readouts at a glance. With a 350 lb (160 kg) weight capacity and robust reinforced chassis, the Monster X is engineered for durability and long-term reliability. As with all heavy-duty mobility equipment, always consult a physiotherapist or occupational therapist to confirm the Monster X suits your physical needs and intended operating environment before use.\u003c\/p\u003e    \u003ch2\u003eSpecifications\u003c\/h2\u003e   \u003ctable\u003e     \u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e     \u003ctbody\u003e       \u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eHeartway S12 Monster X\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eWeight Capacity\u003c\/td\u003e\n\u003ctd\u003e350 lb (160 kg)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eOverall Size\u003c\/td\u003e\n\u003ctd\u003e62″ × 30″ (157.5 × 76.2 cm)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eWeight with Battery\u003c\/td\u003e\n\u003ctd\u003e330 lbs (150 kg)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eMotor Type\u003c\/td\u003e\n\u003ctd\u003e4-Pole 900W\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eMax Speed\u003c\/td\u003e\n\u003ctd\u003eUp to 18 km\/h\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eBattery Capacity\u003c\/td\u003e\n\u003ctd\u003eUp to 80 Ah\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eRange per Charge\u003c\/td\u003e\n\u003ctd\u003eUp to 40 km\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eCharger Type\u003c\/td\u003e\n\u003ctd\u003e8 Amp off-board, 120\/240V, 50\/60 Hz\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eFront Wheels\u003c\/td\u003e\n\u003ctd\u003e13″ × 4.8″ pneumatic\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eRear Wheels\u003c\/td\u003e\n\u003ctd\u003e15″ × 6.3″ pneumatic\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eTurning Radius\u003c\/td\u003e\n\u003ctd\u003e53″ (1,350 mm)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eDrive Configuration\u003c\/td\u003e\n\u003ctd\u003e4-wheel, rear-wheel drive\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eSuspension\u003c\/td\u003e\n\u003ctd\u003eFull front and rear independent suspension\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eBraking System\u003c\/td\u003e\n\u003ctd\u003eElectromagnetic automatic braking\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eSeat Type\u003c\/td\u003e\n\u003ctd\u003eAdjustable captain’s seat with headrest and armrests\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eLighting\u003c\/td\u003e\n\u003ctd\u003eLED headlight, brake lights, turn signals\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eManufacturer\u003c\/td\u003e\n\u003ctd\u003eHeartway Medical Products (Taiwan)\u003c\/td\u003e\n\u003c\/tr\u003e     \u003c\/tbody\u003e   \u003c\/table\u003e    \u003ch2\u003eBest For\u003c\/h2\u003e   \u003cdiv class=\"best-for-box\"\u003e\u003cul\u003e     \u003cli\u003eOutdoor enthusiasts and active seniors across Canada who require a high-performance all-terrain scooter capable of handling parks, trails, and uneven surfaces\u003c\/li\u003e     \u003cli\u003eRiders who need extended range—up to 40 km per charge—for full-day community outings, recreational use, or longer commutes without recharging\u003c\/li\u003e     \u003cli\u003eIndividuals requiring a high weight capacity (350 lb \/ 160 kg) heavy-duty platform with full suspension for maximum riding comfort and stability\u003c\/li\u003e     \u003cli\u003eUsers seeking a top-speed scooter (18 km\/h) with robust safety features including electromagnetic braking and full LED lighting for confident outdoor travel\u003c\/li\u003e   \u003c\/ul\u003e\u003c\/div\u003e    \u003ch2\u003eWhy Choose This Product\u003c\/h2\u003e   \u003cdiv class=\"why-buy-box\"\u003e\u003cul\u003e     \u003cli\u003eThe 900W motor, 40 km range, and 15″ × 6.3″ rear tyres put the Monster X in a class above standard heavy-duty scooters—designed for Canadian outdoor conditions where terrain variability demands real off-road capability\u003c\/li\u003e     \u003cli\u003eFull independent front and rear suspension combined with the oversized pneumatic tyre system delivers a riding comfort level that flat-frame, solid-tyre scooters simply cannot match on real-world Canadian terrain\u003c\/li\u003e     \u003cli\u003eAvailable at Factory Direct Medical—Canada’s trusted source for factory-direct mobility equipment—with free shipping Canada-wide, professional support, and no middleman pricing on a Heartway product backed by decades of global manufacturing excellence\u003c\/li\u003e   \u003c\/ul\u003e\u003c\/div\u003e    \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e   \u003cdiv class=\"faq-container\"\u003e     \u003cdetails\u003e\u003csummary\u003eWhat is the range of the Heartway Monster X?\u003c\/summary\u003e\u003cp\u003eThe Heartway Monster X S12 provides a range of up to 40 km per charge on its high-capacity up-to-80 Ah battery system. Actual range will vary based on rider weight, terrain type, incline, speed, and ambient temperature. Riding on flat, smooth pavement at moderate speed will yield maximum range, while climbing hills or riding on rough outdoor terrain will reduce it. The 8 Amp off-board charger fully replenishes the battery overnight.\u003c\/p\u003e\u003c\/details\u003e     \u003cdetails\u003e\u003csummary\u003eCan the Heartway Monster X be used on trails and outdoor terrain?\u003c\/summary\u003e\u003cp\u003eYes. The Monster X S12 is specifically engineered for all-terrain use, including parks, gravel pathways, uneven pavement, and light outdoor trails. Its 900W rear-wheel drive motor, full independent suspension, and large pneumatic tyres (15″ × 6.3″ rear, 13″ × 4.8″ front) provide the traction, ground clearance, and stability required for outdoor terrain. However, it is not designed for deep mud, water crossings, or steep mountainous grades. Always ride within your abilities and the scooter’s rated specifications.\u003c\/p\u003e\u003c\/details\u003e     \u003cdetails\u003e\u003csummary\u003eWhat is the weight capacity of the Heartway Monster X scooter?\u003c\/summary\u003e\u003cp\u003eThe Heartway Monster X S12 has a maximum weight capacity of 350 lb (160 kg). This capacity applies to the rider and any items being carried on the scooter. Do not exceed this rating, as overloading can compromise handling, braking performance, battery range, and structural integrity. If you require a higher weight capacity, consult a Factory Direct Medical mobility specialist for guidance on suitable alternatives.\u003c\/p\u003e\u003c\/details\u003e   \u003c\/div\u003e    \u003ch2\u003eSummary\u003c\/h2\u003e   \u003cdiv class=\"summary-box\"\u003e\u003cp\u003eThe Heartway Monster X S12 heavy-duty mobility scooter Canada is the premium choice for riders who demand real outdoor performance—delivering a 900W motor, 18 km\/h top speed, up to 40 km range, full suspension, and oversized pneumatic tyres in a rugged 4-wheel platform rated to 350 lb (160 kg). Available now at Factory Direct Medical with free shipping across Canada.\u003c\/p\u003e\u003c\/div\u003e    \u003cdiv class=\"disclaimer-box\"\u003e\u003cp\u003e\u003cstrong\u003eImportant Notice:\u003c\/strong\u003e The Heartway Monster X S12 is a heavy-duty mobility aid intended to assist individuals with reduced mobility in daily and recreational activities. It is not a substitute for professional medical advice, diagnosis, or treatment. Consult a physiotherapist or occupational therapist before use to confirm this scooter is appropriate for your specific physical condition and intended environment. Always adhere to the 350 lb (160 kg) maximum weight capacity. Do not operate on terrain exceeding the scooter’s rated incline specifications. Ensure tyres are properly inflated and the scooter is maintained in accordance with manufacturer guidelines. Not intended for use on public roads unless specifically permitted by local Canadian provincial and municipal regulations.\u003c\/p\u003e\u003c\/div\u003e \u003c\/div\u003e","brand":"Factory Direct Medical","offers":[{"title":"Yes","offer_id":47417676005545,"sku":"S12 - Yes","price":9500.0,"currency_code":"CAD","in_stock":true},{"title":"No","offer_id":47417676038313,"sku":"S12 - No","price":8400.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/files\/heartway-monster-x-ultimate-large-mobility-scooter-for-unmatched-power-and-exploration-heartway-1048106.png?v=1788530822"},{"product_id":"matrix-swift-s600-high-performance-mobility-scooter-500w-ip-rated-water-dust-protection-canada","title":"Matrix Swift S600 High-Performance Mobility Scooter | 500W IP-Rated Water \u0026 Dust Protection Canada","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');.pdp-content{font-family:'Open Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#333;line-height:1.75;max-width:100%;margin:0;padding:0;font-size:15px}.pdp-content *{box-sizing:border-box}.pdp-content h2{font-family:'Open Sans',sans-serif;color:#1a365d;font-size:24px;font-weight:700;margin:32px 0 16px 0;padding-bottom:10px;border-bottom:3px solid #2b6cb0}.pdp-content h2:first-of-type{margin-top:0}.pdp-content h3{font-family:'Open Sans',sans-serif;color:#2c5282;font-size:18.8px;font-weight:600;margin:24px 0 12px 0}.pdp-content p{margin:0 0 16px 0;font-size:16px;color:#4a5568}.pdp-content .intro-box{font-size:16.8px;color:#2d3748;background:linear-gradient(135deg,#f7fafc 0%,#edf2f7 100%);padding:20px 24px;border-radius:8px;border-left:4px solid #2b6cb0;margin-bottom:24px}.pdp-content .intro-box p{margin:0;color:#2d3748}.pdp-content ul{margin:0 0 24px 0;padding:0;list-style:none}.pdp-content ul li{position:relative;padding:8px 0 8px 32px;margin:0;font-size:15.6px;color:#4a5568}.pdp-content ul li::before{content:'\\2713';position:absolute;left:4px;color:#38a169;font-weight:700;font-size:16px}.pdp-content .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin:20px 0 28px 0}.pdp-content .feature-card{background:#f8fafc;padding:16px 20px;border-radius:8px;border:1px solid #e2e8f0;transition:all 0.2s ease}.pdp-content .feature-card:hover{border-color:#cbd5e0;box-shadow:0 2px 8px rgba(0,0,0,0.06)}.pdp-content .feature-card strong{font-family:'Open Sans',sans-serif;color:#1a365d;display:block;margin-bottom:8px;font-size:15.6px;font-weight:600}.pdp-content .feature-card span{color:#4a5568;font-size:14.8px;line-height:1.5;display:block}.pdp-content table{width:100%;border-collapse:collapse;font-size:15.2px;margin:24px 0;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.pdp-content thead tr{background:#f8fafc;border-bottom:2px solid #e2e8f0}.pdp-content thead th{font-family:'Open Sans',sans-serif;color:#4a5568;padding:16px 24px;text-align:left;font-weight:600;font-size:14.4px;text-transform:uppercase;letter-spacing:0.05em}.pdp-content tbody td{font-family:'Open Sans',sans-serif;padding:16px 24px;border-bottom:1px solid #e2e8f0;color:#4a5568;font-size:15.2px}.pdp-content tbody td:first-child{font-weight:600;color:#2d3748;width:50%}.pdp-content tbody tr:last-child td{border-bottom:none}.pdp-content tbody tr:hover{background:#f7fafc}.pdp-content .best-for-box{background:linear-gradient(135deg,#f0fff4 0%,#c6f6d5 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #9ae6b4}.pdp-content .best-for-box ul{margin:0}.pdp-content .best-for-box ul li::before{content:'\\2192';color:#276749}.pdp-content .why-buy-box{background:linear-gradient(135deg,#ebf8ff 0%,#bee3f8 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #90cdf4}.pdp-content .why-buy-box ul{margin:0}.pdp-content .why-buy-box ul li::before{content:'\\2605';color:#d69e2e}.pdp-content .faq-container{margin:16px 0 28px 0}.pdp-content details{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:10px;overflow:hidden}.pdp-content details:hover{border-color:#cbd5e0}.pdp-content details[open]{box-shadow:0 4px 12px rgba(0,0,0,0.08);border-color:#2b6cb0}.pdp-content summary{font-family:'Open Sans',sans-serif;padding:16px 20px;cursor:pointer;font-weight:600;color:#2d3748;background:#f7fafc;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:15.6px}.pdp-content summary:hover{background:#edf2f7}.pdp-content summary::-webkit-details-marker{display:none}.pdp-content summary::marker{display:none}.pdp-content summary::after{content:'+';font-size:22px;color:#2b6cb0;font-weight:600;width:24px;text-align:center}.pdp-content details[open] summary{background:#ebf8ff;border-bottom:1px solid #bee3f8}.pdp-content details[open] summary::after{content:'-'}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:16px 20px;margin:0;color:#4a5568;background:#fff;font-size:15.2px;line-height:1.7}.pdp-content .summary-box{background:linear-gradient(135deg,#faf5ff 0%,#e9d8fd 100%);padding:20px 24px;border-radius:8px;margin:28px 0;border:1px solid #d6bcfa}.pdp-content .summary-box p{margin:0;color:#553c9a;font-size:16px}.pdp-content .disclaimer-box{background:#fffaf0;padding:16px 20px;border-radius:8px;margin:28px 0 16px 0;border:1px solid #f6ad55;border-left:4px solid #dd6b20}.pdp-content .disclaimer-box p{margin:0;color:#744210;font-size:14px;line-height:1.6}.pdp-content .disclaimer-box strong{color:#c05621}@media(max-width:768px){.pdp-content{font-size:14px}.pdp-content h2{font-size:20.8px;margin-top:24px}.pdp-content .features-grid{grid-template-columns:1fr;gap:12px}.pdp-content .feature-card{padding:14px 16px}.pdp-content thead th,.pdp-content tbody td{padding:12px 16px;font-size:14px}.pdp-content tbody td:first-child{width:45%}.pdp-content summary{padding:14px 16px;font-size:14.8px}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:14px 16px}.pdp-content .intro-box,.pdp-content .best-for-box,.pdp-content .why-buy-box,.pdp-content .summary-box,.pdp-content .disclaimer-box{padding:16px}}@media(max-width:480px){.pdp-content h2{font-size:19.2px}.pdp-content thead th,.pdp-content tbody td{padding:10px 12px;font-size:12.8px}}\u003c\/style\u003e \u003cdiv class=\"pdp-content\"\u003e   \u003ch2\u003eProduct Description\u003c\/h2\u003e   \u003cdiv class=\"intro-box\"\u003e\u003cp\u003eThe Matrix Swift high performance mobility scooter Canada (Model S600) is engineered for riders who demand real power, genuine all-weather durability, and confident outdoor performance. Built with IP-rated water and dust protection, a 500W electric motor running at 60V\/48V, and large-profile pneumatic tyres, the Matrix Swift delivers a maximum speed of 22 km\/h and a range of 30+ km on a single charge—making it one of the most capable high-performance mobility scooters available in Canada today.\u003c\/p\u003e\u003c\/div\u003e   \u003cp\u003eUnlike lightweight travel scooters, the Matrix Swift S600 is a robust, full-size mobility vehicle designed for extended outdoor use on sidewalks, community pathways, and park trails. The responsive foot brake delivers precise stopping power within 3 metres on dry surfaces, while the 110 mm (4.3″) of ground clearance handles kerbs and uneven terrain confidently. A built-in MP3 player and facility hook add everyday convenience, and five vibrant colour options—Green, Light Blue, Orange, Red, and White—let you express your personal style.\u003c\/p\u003e   \u003cp\u003eAvailable exclusively at Factory Direct Medical with free shipping across Canada, the Matrix Swift is backed by professional pre- and post-sale support. For Canadians seeking a high-performance electric mobility scooter that combines outdoor capability with water and dust protection, the Matrix Swift S600 stands in a category of its own.\u003c\/p\u003e    \u003ch2\u003eKey Features\u003c\/h2\u003e   \u003cdiv class=\"features-grid\"\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eIP-Rated Water \u0026amp; Dust Protection\u003c\/strong\u003e \u003cspan\u003eEngineered to withstand light rain, puddles, and dusty conditions—the Matrix Swift’s IP-rated sealing protects its electrical components during outdoor use and ensures safe charging regardless of the weather.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003e500W Electric Motor, 22 km\/h Top Speed\u003c\/strong\u003e \u003cspan\u003eThe powerful 500W motor (60V\/48V rated voltage) delivers smooth, responsive acceleration to a maximum speed of 22 km\/h—providing confident, high-performance mobility for extended outdoor journeys of 30+ km per charge.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eResponsive Foot Brake System\u003c\/strong\u003e \u003cspan\u003eThe dedicated foot brake provides quick, reliable stopping power with a braking distance of 3 metres or less on dry surfaces—giving riders precise control and confidence on slopes of up to 15°.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eLarge-Profile Pneumatic Tyres\u003c\/strong\u003e \u003cspan\u003eFront 90\/65-8 and rear 120\/50-9 pneumatic tyres deliver superior traction, shock absorption, and stability on paved paths, compacted gravel, and light outdoor terrain—far beyond what solid tyres can offer.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eMP3 Player \u0026amp; Facility Hook\u003c\/strong\u003e \u003cspan\u003eAn integrated MP3 audio system adds entertainment on longer rides, while the built-in facility hook provides a convenient hands-free solution for carrying bags, groceries, or accessories during daily outings.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003e5 Vibrant Colour Options\u003c\/strong\u003e \u003cspan\u003eChoose from Green, Light Blue, Orange, Red, or White—five bold, contemporary finishes that allow the Matrix Swift to reflect your personal style while standing out for enhanced visibility in outdoor environments.\u003c\/span\u003e\n\u003c\/div\u003e   \u003c\/div\u003e    \u003ch2\u003eDesigned for Comfort \u0026amp; Safety\u003c\/h2\u003e   \u003cp\u003eThe Matrix Swift S600 is built around a sturdy, full-size frame (1650 × 690 × 1070 mm) with a 650 mm seat height and ergonomic padded seating with armrests and back support—designed for comfortable operation during extended outdoor rides. The 110 mm ground clearance navigates kerbs and pathway transitions that would stop lower-clearance scooters, while the 350 mm pedals gap ensures a natural, relaxed foot position. The foot brake system engages firmly and predictably, stopping the vehicle within 3 metres at speed, and the 60V\/48V electrical system powers the scooter efficiently across its 20Ah battery capacity.\u003c\/p\u003e   \u003cp\u003ePlease note: the Matrix Swift S600 has a maximum load capacity of 75 kg (165 lbs). This capacity must not be exceeded for safe operation. The scooter weighs 104 kg without the battery and is a full-size, high-performance vehicle—always operate it in accordance with applicable Canadian provincial and municipal regulations, on appropriate surfaces, and within the stated weight limit. Consult a healthcare or mobility professional before use if you are unsure whether this product is appropriate for your needs.\u003c\/p\u003e    \u003ch2\u003eSpecifications\u003c\/h2\u003e   \u003ctable\u003e     \u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e     \u003ctbody\u003e       \u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eS600\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eMatrix\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eDimensions (L × W × H)\u003c\/td\u003e\n\u003ctd\u003e1650 × 690 × 1070 mm\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eSeat Height\u003c\/td\u003e\n\u003ctd\u003e650 mm (65 cm \/ 25.6″)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eGround Clearance\u003c\/td\u003e\n\u003ctd\u003e110 mm (11 cm \/ 4.3″)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003ePedals Gap\u003c\/td\u003e\n\u003ctd\u003e350 mm (35 cm)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eClimbing Angle\u003c\/td\u003e\n\u003ctd\u003e≤ 15°\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eWeight (without battery)\u003c\/td\u003e\n\u003ctd\u003e104 kg (229 lbs)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eLoad Capacity\u003c\/td\u003e\n\u003ctd\u003e75 kg (165 lbs)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eBrake\u003c\/td\u003e\n\u003ctd\u003eFoot brake\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eBraking Distance\u003c\/td\u003e\n\u003ctd\u003e≤ 3 m (dry surface)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eMaximum Speed\u003c\/td\u003e\n\u003ctd\u003e22 km\/h (13.7 mph)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eRange\u003c\/td\u003e\n\u003ctd\u003e≥ 30 km per charge\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eBattery\u003c\/td\u003e\n\u003ctd\u003e20Ah\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eRated Voltage\u003c\/td\u003e\n\u003ctd\u003e60V\/48V\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eMotor Power\u003c\/td\u003e\n\u003ctd\u003e500W\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eCharging Time\u003c\/td\u003e\n\u003ctd\u003e4–8 hours\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eHeadlight\u003c\/td\u003e\n\u003ctd\u003eHalogen\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eFront Tyres\u003c\/td\u003e\n\u003ctd\u003e90\/65-8 pneumatic\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eRear Tyres\u003c\/td\u003e\n\u003ctd\u003e120\/50-9 pneumatic\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eWater \u0026amp; Dust Protection\u003c\/td\u003e\n\u003ctd\u003eIP-rated\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eColour Options\u003c\/td\u003e\n\u003ctd\u003eGreen, Light Blue, Orange, Red, White\u003c\/td\u003e\n\u003c\/tr\u003e     \u003c\/tbody\u003e   \u003c\/table\u003e    \u003ch2\u003eBest For\u003c\/h2\u003e   \u003cdiv class=\"best-for-box\"\u003e\u003cul\u003e     \u003cli\u003eActive adults and seniors within the 75 kg (165 lbs) weight limit who want a powerful, high-performance outdoor mobility scooter for extended daily use across Canadian parks, pathways, and community spaces\u003c\/li\u003e     \u003cli\u003eOutdoor mobility users who frequently encounter light rain, dust, or wet conditions and need a water and dust-resistant scooter that won’t be sidelined by Canadian weather\u003c\/li\u003e     \u003cli\u003eRiders who prioritize real power and top speed—the 500W motor and 22 km\/h capability make the Matrix Swift ideal for longer commutes on dedicated pathways and community routes\u003c\/li\u003e     \u003cli\u003eStyle-conscious buyers seeking a high-performance scooter with a choice of five bold colour finishes that stand out in urban and suburban Canadian environments.\u003c\/li\u003e   \u003c\/ul\u003e\u003c\/div\u003e    \u003ch2\u003eWhy Choose This Product\u003c\/h2\u003e   \u003cdiv class=\"why-buy-box\"\u003e\u003cul\u003e     \u003cli\u003eThe combination of IP-rated water and dust protection, a 500W motor, 22 km\/h top speed, and 30+ km range makes the Matrix Swift one of the most capable high-performance outdoor mobility scooters available in Canada at this price point\u003c\/li\u003e     \u003cli\u003eLarge-profile 90\/65-8 front and 120\/50-9 rear pneumatic tyres—paired with 110 mm ground clearance and a 15° climbing angle—deliver the kind of outdoor traction and terrain-handling that compact scooters simply cannot match\u003c\/li\u003e     \u003cli\u003eAvailable exclusively at Factory Direct Medical with free shipping Canada-wide and professional pre- and post-sale support—your trusted direct-to-consumer Canadian mobility specialist\u003c\/li\u003e   \u003c\/ul\u003e\u003c\/div\u003e    \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e   \u003cdiv class=\"faq-container\"\u003e     \u003cdetails\u003e\u003csummary\u003eCan you drive a mobility scooter on the road in Canada?\u003c\/summary\u003e\u003cp\u003eIn Canada, mobility scooters are classified as “pedestrians” rather than motor vehicles by law. This means operators must generally use sidewalks wherever available. If sidewalks are not accessible, operators should travel on the far left side of the road facing traffic. Rules vary by province and municipality—always check your local Canadian provincial and municipal regulations before operating the Matrix Swift on public pathways or roads. The RCMP recommends treating your mobility scooter as a pedestrian device and obeying all pedestrian traffic rules.\u003c\/p\u003e\u003c\/details\u003e     \u003cdetails\u003e\u003csummary\u003eWhat is the most common problem with mobility scooters?\u003c\/summary\u003e\u003cp\u003eBattery degradation is the most frequently reported issue with electric mobility scooters over time—leading to reduced range, slower performance, and shorter ride duration. To maintain the Matrix Swift’s 20Ah battery performance, charge it fully after each use and avoid storing it in extreme temperatures. Tyre pressure maintenance is also important for pneumatic-tyred scooters like the Swift—check tyre condition regularly to ensure safe braking and optimal performance. Routine care of the braking system and electrical connections will help ensure long-term reliability.\u003c\/p\u003e\u003c\/details\u003e     \u003cdetails\u003e\u003csummary\u003eWhat is the load capacity of the Matrix Swift S600?\u003c\/summary\u003e\u003cp\u003eThe Matrix Swift S600 has a maximum load capacity of 75 kg (165 lbs). This is a firm safety limit that must not be exceeded during operation. Exceeding the stated capacity can compromise braking distance, steering control, and structural integrity. If you are unsure whether this capacity is suitable for your needs, please consult a mobility specialist or contact Factory Direct Medical’s team before purchase.\u003c\/p\u003e\u003c\/details\u003e   \u003c\/div\u003e    \u003ch2\u003eSummary\u003c\/h2\u003e   \u003cdiv class=\"summary-box\"\u003e\u003cp\u003eThe Matrix Swift S600 high performance mobility scooter Canada delivers 500W of electric power, a 22 km\/h top speed, ≥30 km range, and IP-rated water and dust protection—all on large pneumatic tyres with 110 mm ground clearance—making it an exceptional outdoor mobility solution for eligible riders. Available in five colours with free shipping across Canada, exclusively at Factory Direct Medical. Maximum load capacity: 75 kg (165 lbs).\u003c\/p\u003e\u003c\/div\u003e    \u003cdiv class=\"disclaimer-box\"\u003e\u003cp\u003e\u003cstrong\u003eImportant Notice:\u003c\/strong\u003e The Matrix Swift S600 has a maximum load capacity of 75 kg (165 lbs). Do not exceed this limit under any circumstances, as doing so may compromise safe operation, braking performance, and structural integrity. This product is not a substitute for professional medical advice. Consult a physiotherapist, occupational therapist, or healthcare professional before use to confirm suitability for your specific mobility needs and physical condition. Always operate the Matrix Swift in compliance with applicable Canadian provincial and municipal regulations governing mobility aids and personal electric vehicles. Use on appropriate surfaces only. The manufacturer and retailer accept no liability for injuries or damage resulting from misuse or operation beyond stated specifications.\u003c\/p\u003e\u003c\/div\u003e \u003c\/div\u003e","brand":"Factory Direct Medical","offers":[{"title":"Green","offer_id":47417676071081,"sku":"sku-47076607066362","price":3699.99,"currency_code":"CAD","in_stock":true},{"title":"Light Blue","offer_id":47417676103849,"sku":"sku-47076607099130","price":3699.99,"currency_code":"CAD","in_stock":true},{"title":"Orange","offer_id":47417676136617,"sku":"sku-47076607131898","price":3699.99,"currency_code":"CAD","in_stock":true},{"title":"Red","offer_id":47417676169385,"sku":"sku-47076607164666","price":3699.99,"currency_code":"CAD","in_stock":true},{"title":"White","offer_id":47417676202153,"sku":"sku-47076607197434","price":3699.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/files\/matrix-swift-high-performance-mobility-scooter-with-water-and-dust-protection-matrix-8213142.jpg?v=1788530821"},{"product_id":"heartway-zen-s11-compact-mobility-scooter-lightweight-urban-scooter-canada","title":"Heartway Zen S11 Compact Mobility Scooter | Lightweight Urban Scooter Canada","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');.pdp-content{font-family:'Open Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#333;line-height:1.75;max-width:100%;margin:0;padding:0;font-size:15px}.pdp-content *{box-sizing:border-box}.pdp-content h2{font-family:'Open Sans',sans-serif;color:#1a365d;font-size:24px;font-weight:700;margin:32px 0 16px 0;padding-bottom:10px;border-bottom:3px solid #2b6cb0}.pdp-content h2:first-of-type{margin-top:0}.pdp-content h3{font-family:'Open Sans',sans-serif;color:#2c5282;font-size:18.8px;font-weight:600;margin:24px 0 12px 0}.pdp-content p{margin:0 0 16px 0;font-size:16px;color:#4a5568}.pdp-content .intro-box{font-size:16.8px;color:#2d3748;background:linear-gradient(135deg,#f7fafc 0%,#edf2f7 100%);padding:20px 24px;border-radius:8px;border-left:4px solid #2b6cb0;margin-bottom:24px}.pdp-content .intro-box p{margin:0;color:#2d3748}.pdp-content ul{margin:0 0 24px 0;padding:0;list-style:none}.pdp-content ul li{position:relative;padding:8px 0 8px 32px;margin:0;font-size:15.6px;color:#4a5568}.pdp-content ul li::before{content:'\\2713';position:absolute;left:4px;color:#38a169;font-weight:700;font-size:16px}.pdp-content .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin:20px 0 28px 0}.pdp-content .feature-card{background:#f8fafc;padding:16px 20px;border-radius:8px;border:1px solid #e2e8f0;transition:all 0.2s ease}.pdp-content .feature-card:hover{border-color:#cbd5e0;box-shadow:0 2px 8px rgba(0,0,0,0.06)}.pdp-content .feature-card strong{font-family:'Open Sans',sans-serif;color:#1a365d;display:block;margin-bottom:8px;font-size:15.6px;font-weight:600}.pdp-content .feature-card span{color:#4a5568;font-size:14.8px;line-height:1.5;display:block}.pdp-content table{width:100%;border-collapse:collapse;font-size:15.2px;margin:24px 0;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.pdp-content thead tr{background:#f8fafc;border-bottom:2px solid #e2e8f0}.pdp-content thead th{font-family:'Open Sans',sans-serif;color:#4a5568;padding:16px 24px;text-align:left;font-weight:600;font-size:14.4px;text-transform:uppercase;letter-spacing:0.05em}.pdp-content tbody td{font-family:'Open Sans',sans-serif;padding:16px 24px;border-bottom:1px solid #e2e8f0;color:#4a5568;font-size:15.2px}.pdp-content tbody td:first-child{font-weight:600;color:#2d3748;width:50%}.pdp-content tbody tr:last-child td{border-bottom:none}.pdp-content tbody tr:hover{background:#f7fafc}.pdp-content .best-for-box{background:linear-gradient(135deg,#f0fff4 0%,#c6f6d5 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #9ae6b4}.pdp-content .best-for-box ul{margin:0}.pdp-content .best-for-box ul li::before{content:'\\2192';color:#276749}.pdp-content .why-buy-box{background:linear-gradient(135deg,#ebf8ff 0%,#bee3f8 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #90cdf4}.pdp-content .why-buy-box ul{margin:0}.pdp-content .why-buy-box ul li::before{content:'\\2605';color:#d69e2e}.pdp-content .faq-container{margin:16px 0 28px 0}.pdp-content details{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:10px;overflow:hidden}.pdp-content details:hover{border-color:#cbd5e0}.pdp-content details[open]{box-shadow:0 4px 12px rgba(0,0,0,0.08);border-color:#2b6cb0}.pdp-content summary{font-family:'Open Sans',sans-serif;padding:16px 20px;cursor:pointer;font-weight:600;color:#2d3748;background:#f7fafc;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:15.6px}.pdp-content summary:hover{background:#edf2f7}.pdp-content summary::-webkit-details-marker{display:none}.pdp-content summary::marker{display:none}.pdp-content summary::after{content:'+';font-size:22px;color:#2b6cb0;font-weight:600;width:24px;text-align:center}.pdp-content details[open] summary{background:#ebf8ff;border-bottom:1px solid #bee3f8}.pdp-content details[open] summary::after{content:'-'}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:16px 20px;margin:0;color:#4a5568;background:#fff;font-size:15.2px;line-height:1.7}.pdp-content .summary-box{background:linear-gradient(135deg,#faf5ff 0%,#e9d8fd 100%);padding:20px 24px;border-radius:8px;margin:28px 0;border:1px solid #d6bcfa}.pdp-content .summary-box p{margin:0;color:#553c9a;font-size:16px}.pdp-content .disclaimer-box{background:#fffaf0;padding:16px 20px;border-radius:8px;margin:28px 0 16px 0;border:1px solid #f6ad55;border-left:4px solid #dd6b20}.pdp-content .disclaimer-box p{margin:0;color:#744210;font-size:14px;line-height:1.6}.pdp-content .disclaimer-box strong{color:#c05621}@media(max-width:768px){.pdp-content{font-size:14px}.pdp-content h2{font-size:20.8px;margin-top:24px}.pdp-content .features-grid{grid-template-columns:1fr;gap:12px}.pdp-content .feature-card{padding:14px 16px}.pdp-content thead th,.pdp-content tbody td{padding:12px 16px;font-size:14px}.pdp-content tbody td:first-child{width:45%}.pdp-content summary{padding:14px 16px;font-size:14.8px}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:14px 16px}.pdp-content .intro-box,.pdp-content .best-for-box,.pdp-content .why-buy-box,.pdp-content .summary-box,.pdp-content .disclaimer-box{padding:16px}}@media(max-width:480px){.pdp-content h2{font-size:19.2px}.pdp-content thead th,.pdp-content tbody td{padding:10px 12px;font-size:12.8px}}\u003c\/style\u003e \u003cdiv class=\"pdp-content\"\u003e   \u003ch2\u003eProduct Description\u003c\/h2\u003e   \u003cdiv class=\"intro-box\"\u003e\u003cp\u003eThe Heartway Zen S11 compact mobility scooter Canada is the ideal urban companion for those who need a manoeuvrable, reliable electric scooter that fits through doorways, navigates tight spaces, and handles everyday errands with ease. Weighing 58 kg (128 lbs) with its battery and featuring a compact 109.2 × 58.4 cm footprint, the Zen is engineered specifically for indoor and urban use where space is at a premium.\u003c\/p\u003e\u003c\/div\u003e   \u003cp\u003eDesigned for small mobility scooter users who demand both practicality and comfort, the Heartway Zen delivers a 300 lb (135 kg) weight capacity, a top speed of 8 km\/h, and up to 20 km of range per charge—enough for a full day of errands, clinic visits, or shopping trips across Canada. Its padded swivel seat, rear suspension, and electromagnetic braking system work together to keep every journey smooth and safe.\u003c\/p\u003e   \u003cp\u003eAvailable at Factory Direct Medical with fast shipping across Canada, the Heartway Zen is backed by Heartway Medical Products’ reputation for precision engineering and quality craftsmanship. Distributed in Canada by Movo Evolution, the Zen represents the best of compact mobility technology for Canadian seniors and individuals with reduced mobility.\u003c\/p\u003e    \u003ch2\u003eKey Features\u003c\/h2\u003e   \u003cdiv class=\"features-grid\"\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eUltra-Compact Urban Design\u003c\/strong\u003e \u003cspan\u003eAt just 109.2 × 58.4 cm with a tight 970 mm (38″) turning radius, the Zen fits through standard doorways and navigates narrow indoor corridors with ease—perfect for apartments, shopping centres, and clinics.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003e400W Brushed Motor\u003c\/strong\u003e \u003cspan\u003eA powerful 400W 4-brush motor delivers smooth, responsive acceleration up to 8 km\/h, providing confident performance whether you’re indoors or navigating urban sidewalks and pathways.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003ePadded Swivel Seat\u003c\/strong\u003e \u003cspan\u003eThe rotating padded seat allows effortless entry and exit without awkward twisting—a critical safety feature for users with limited hip or knee mobility who transfer independently.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eRear Suspension System\u003c\/strong\u003e \u003cspan\u003eBuilt-in rear suspension absorbs bumps, uneven pavement, and kerb edges, delivering a noticeably smoother ride compared to rigid-frame scooters—reducing joint fatigue on longer outings.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eElectromagnetic Braking\u003c\/strong\u003e \u003cspan\u003eAn automatic electromagnetic braking system engages instantly when the throttle is released, holding the scooter firmly on inclines and flat surfaces—no hand braking required for everyday stopping.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eSolid PU Tyres \u0026amp; Anti-Tip Wheels\u003c\/strong\u003e \u003cspan\u003e9.5″ × 3″ solid polyurethane rear tyres never go flat, while rear anti-tip wheels provide an added layer of stability on uneven terrain—delivering puncture-free, maintenance-free peace of mind.\u003c\/span\u003e\n\u003c\/div\u003e   \u003c\/div\u003e    \u003ch2\u003eDesigned for Comfort \u0026amp; Safety\u003c\/h2\u003e   \u003cp\u003eThe Heartway Zen is built for daily urban use with safety woven into every component. The electromagnetic braking system activates automatically when you release the tiller controls, bringing the scooter to a smooth, controlled stop without requiring manual effort—especially reassuring on sloped driveways, ramps, or shopping centre entrances. The rear suspension cushions the ride over cracked pavement and minor obstacles, while the anti-tip wheels prevent rearward tipping during manoeuvres. LED lighting improves visibility in dim indoor environments and during early morning or evening outings.\u003c\/p\u003e   \u003cp\u003eThe swivel seat and ergonomic tiller controls are designed for users who may have limited upper-body range of motion. The intuitive battery indicator panel keeps you informed of remaining charge at all times, so you’re never caught off guard on a trip. With a 300 lb (135 kg) weight capacity and tool-free disassembly into smaller components, the Zen balances robust structural integrity with practical portability for loading into vehicles or storing in compact spaces. Always consult your occupational therapist or physiotherapist to confirm this scooter suits your specific mobility needs.\u003c\/p\u003e    \u003ch2\u003eSpecifications\u003c\/h2\u003e   \u003ctable\u003e     \u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e     \u003ctbody\u003e       \u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eHeartway S11 Zen (Zen+)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eWeight Capacity\u003c\/td\u003e\n\u003ctd\u003e300 lb (135 kg)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eOverall Size\u003c\/td\u003e\n\u003ctd\u003e43″ × 23″ (109.2 × 58.4 cm)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eWeight with Battery\u003c\/td\u003e\n\u003ctd\u003e128 lbs (58 kg)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eMotor Type\u003c\/td\u003e\n\u003ctd\u003e400W 4-brush\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eMax Speed\u003c\/td\u003e\n\u003ctd\u003eUp to 8 km\/h\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eBattery Capacity\u003c\/td\u003e\n\u003ctd\u003eUp to 22 Ah\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eRange per Charge\u003c\/td\u003e\n\u003ctd\u003eUp to 20 km*\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eCharger Type\u003c\/td\u003e\n\u003ctd\u003e2 Amp off-board, 120\/240V, 50\/60 Hz\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eRear Wheels\u003c\/td\u003e\n\u003ctd\u003e9.5″ × 3″ solid polyurethane (PU)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eTurning Radius\u003c\/td\u003e\n\u003ctd\u003e38″ (970 mm)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eDrive Configuration\u003c\/td\u003e\n\u003ctd\u003e4-wheel\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eSeat Type\u003c\/td\u003e\n\u003ctd\u003ePadded rotating\/swivel seat\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eSuspension\u003c\/td\u003e\n\u003ctd\u003eRear suspension\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eBraking System\u003c\/td\u003e\n\u003ctd\u003eElectromagnetic automatic braking\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eSafety Features\u003c\/td\u003e\n\u003ctd\u003eAnti-tip wheels, LED lighting, battery indicator\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eDisassembly\u003c\/td\u003e\n\u003ctd\u003eTool-free, into smaller components for transport\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eManufacturer\u003c\/td\u003e\n\u003ctd\u003eHeartway Medical Products (Taiwan)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eCanadian Distributor\u003c\/td\u003e\n\u003ctd\u003eMovo Evolution\u003c\/td\u003e\n\u003c\/tr\u003e     \u003c\/tbody\u003e   \u003c\/table\u003e    \u003ch2\u003eBest For\u003c\/h2\u003e   \u003cdiv class=\"best-for-box\"\u003e\u003cul\u003e     \u003cli\u003eSeniors and individuals with limited mobility who primarily travel indoors, in shopping centres, and on urban sidewalks across Canada\u003c\/li\u003e     \u003cli\u003eUsers living in apartments, condos, or assisted living facilities who need a scooter that fits through standard doorways and into elevators\u003c\/li\u003e     \u003cli\u003eThose who prefer a compact, lightweight scooter that disassembles for easy loading into cars and taxis without a ramp\u003c\/li\u003e     \u003cli\u003eIndividuals who require a comfortable swivel-seat design for easy independent transfers without caregiver assistance\u003c\/li\u003e   \u003c\/ul\u003e\u003c\/div\u003e    \u003ch2\u003eWhy Choose This Product\u003c\/h2\u003e   \u003cdiv class=\"why-buy-box\"\u003e\u003cul\u003e     \u003cli\u003eThe 970 mm turning radius and 58.4 cm width make the Zen one of the most manoeuvrable 4-wheel scooters available in Canada—navigating spaces that larger scooters simply cannot enter\u003c\/li\u003e     \u003cli\u003eHeartway Medical Products’ precision engineering from Taiwan brings hospital-grade build quality to a consumer compact scooter, with electromagnetic auto-braking and rear suspension features typically found only on higher-priced models\u003c\/li\u003e     \u003cli\u003eAvailable at Factory Direct Medical with fast shipping across Canada and full customer support—no middleman markup, just factory-direct pricing on a trusted brand distributed by Movo Evolution\u003c\/li\u003e   \u003c\/ul\u003e\u003c\/div\u003e    \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e   \u003cdiv class=\"faq-container\"\u003e     \u003cdetails\u003e\u003csummary\u003eWhere are Heartway scooters made?\u003c\/summary\u003e\u003cp\u003eHeartway scooters, including the Zen S11, are manufactured by Heartway Medical Products Co., Ltd., based in Taiwan. Heartway is a well-established medical mobility manufacturer with decades of experience producing scooters, wheelchairs, and rehabilitation equipment. In Canada, Heartway products are distributed by Movo Evolution and are available through Factory Direct Medical.\u003c\/p\u003e\u003c\/details\u003e     \u003cdetails\u003e\u003csummary\u003eCan you drive a mobility scooter on the road in Canada?\u003c\/summary\u003e\u003cp\u003eIn most Canadian provinces, mobility scooters are classified as mobility aids rather than motor vehicles and are generally permitted on sidewalks and pedestrian pathways. Road use regulations vary by province and municipality—in some areas, scooters may travel on low-speed roads if no sidewalk is available. Always check your local provincial highway traffic act and municipal bylaws before driving on public roads. The Heartway Zen is designed primarily for indoor and urban pedestrian environments.\u003c\/p\u003e\u003c\/details\u003e     \u003cdetails\u003e\u003csummary\u003eCan the Heartway Zen be disassembled for transport?\u003c\/summary\u003e\u003cp\u003eYes. The Heartway Zen features tool-free disassembly, allowing it to be broken down into smaller, more manageable components for loading into a car boot, taxi, or storage space. The heaviest single component weighs significantly less than the fully assembled 58 kg unit, making it practical for users and caregivers to transport without a vehicle ramp or lift. Consult your dealer for exact component weights.\u003c\/p\u003e\u003c\/details\u003e   \u003c\/div\u003e    \u003ch2\u003eSummary\u003c\/h2\u003e   \u003cdiv class=\"summary-box\"\u003e\u003cp\u003eThe Heartway Zen S11 compact mobility scooter Canada is the definitive choice for urban seniors and individuals seeking a manoeuvrable, safe, and comfortable 4-wheel electric scooter for indoor and everyday outdoor use. With its 300 lb capacity, electromagnetic braking, rear suspension, swivel seat, and tool-free disassembly, the Zen delivers premium features in a compact package—available now at Factory Direct Medical with shipping across Canada.\u003c\/p\u003e\u003c\/div\u003e    \u003cdiv class=\"disclaimer-box\"\u003e\u003cp\u003e\u003cstrong\u003eImportant Notice:\u003c\/strong\u003e The Heartway Zen S11 is a mobility aid intended to assist individuals with reduced mobility in daily activities. It is not a substitute for professional medical advice, diagnosis, or treatment. Consult a physiotherapist or occupational therapist before use to confirm this scooter is appropriate for your specific condition and environment. Always adhere to the 300 lb (135 kg) maximum weight capacity. Do not exceed the rated speed or incline specifications. Ensure the scooter is properly adjusted for your body dimensions before operation. Keep the battery charged and inspect the scooter regularly for wear. Not intended for use on public roads unless specifically permitted by local regulations.\u003c\/p\u003e\u003c\/div\u003e \u003c\/div\u003e","brand":"Factory Direct Medical","offers":[{"title":"Default Title","offer_id":47417676497065,"sku":"sku-45780090388730","price":2600.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/files\/heartway-zen-small-mobility-scooter-for-urban-explorers-heartway-2888593.png?v=1788530828"},{"product_id":"heartway-pf7s-4-wheel-large-mobility-scooter-with-canopy-50-km-range-1500w-motor-canada","title":"Heartway PF7S 4-Wheel Large Mobility Scooter with Canopy | 50 km Range, 1500W Motor Canada","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');.pdp-content{font-family:'Open Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#333;line-height:1.75;max-width:100%;margin:0;padding:0;font-size:15px}.pdp-content *{box-sizing:border-box}.pdp-content h2{font-family:'Open Sans',sans-serif;color:#1a365d;font-size:24px;font-weight:700;margin:32px 0 16px 0;padding-bottom:10px;border-bottom:3px solid #2b6cb0}.pdp-content h2:first-of-type{margin-top:0}.pdp-content h3{font-family:'Open Sans',sans-serif;color:#2c5282;font-size:18.8px;font-weight:600;margin:24px 0 12px 0}.pdp-content p{margin:0 0 16px 0;font-size:16px;color:#4a5568}.pdp-content .intro-box{font-size:16.8px;color:#2d3748;background:linear-gradient(135deg,#f7fafc 0%,#edf2f7 100%);padding:20px 24px;border-radius:8px;border-left:4px solid #2b6cb0;margin-bottom:24px}.pdp-content .intro-box p{margin:0;color:#2d3748}.pdp-content ul{margin:0 0 24px 0;padding:0;list-style:none}.pdp-content ul li{position:relative;padding:8px 0 8px 32px;margin:0;font-size:15.6px;color:#4a5568}.pdp-content ul li::before{content:'\\2713';position:absolute;left:4px;color:#38a169;font-weight:700;font-size:16px}.pdp-content .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin:20px 0 28px 0}.pdp-content .feature-card{background:#f8fafc;padding:16px 20px;border-radius:8px;border:1px solid #e2e8f0;transition:all 0.2s ease}.pdp-content .feature-card:hover{border-color:#cbd5e0;box-shadow:0 2px 8px rgba(0,0,0,0.06)}.pdp-content .feature-card strong{font-family:'Open Sans',sans-serif;color:#1a365d;display:block;margin-bottom:8px;font-size:15.6px;font-weight:600}.pdp-content .feature-card span{color:#4a5568;font-size:14.8px;line-height:1.5;display:block}.pdp-content table{width:100%;border-collapse:collapse;font-size:15.2px;margin:24px 0;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.pdp-content thead tr{background:#f8fafc;border-bottom:2px solid #e2e8f0}.pdp-content thead th{font-family:'Open Sans',sans-serif;color:#4a5568;padding:16px 24px;text-align:left;font-weight:600;font-size:14.4px;text-transform:uppercase;letter-spacing:0.05em}.pdp-content tbody td{font-family:'Open Sans',sans-serif;padding:16px 24px;border-bottom:1px solid #e2e8f0;color:#4a5568;font-size:15.2px}.pdp-content tbody td:first-child{font-weight:600;color:#2d3748;width:50%}.pdp-content tbody tr:last-child td{border-bottom:none}.pdp-content tbody tr:hover{background:#f7fafc}.pdp-content .best-for-box{background:linear-gradient(135deg,#f0fff4 0%,#c6f6d5 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #9ae6b4}.pdp-content .best-for-box ul{margin:0}.pdp-content .best-for-box ul li::before{content:'\\2192';color:#276749}.pdp-content .why-buy-box{background:linear-gradient(135deg,#ebf8ff 0%,#bee3f8 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #90cdf4}.pdp-content .why-buy-box ul{margin:0}.pdp-content .why-buy-box ul li::before{content:'\\2605';color:#d69e2e}.pdp-content .faq-container{margin:16px 0 28px 0}.pdp-content details{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:10px;overflow:hidden}.pdp-content details:hover{border-color:#cbd5e0}.pdp-content details[open]{box-shadow:0 4px 12px rgba(0,0,0,0.08);border-color:#2b6cb0}.pdp-content summary{font-family:'Open Sans',sans-serif;padding:16px 20px;cursor:pointer;font-weight:600;color:#2d3748;background:#f7fafc;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:15.6px}.pdp-content summary:hover{background:#edf2f7}.pdp-content summary::-webkit-details-marker{display:none}.pdp-content summary::marker{display:none}.pdp-content summary::after{content:'+';font-size:22px;color:#2b6cb0;font-weight:600;width:24px;text-align:center}.pdp-content details[open] summary{background:#ebf8ff;border-bottom:1px solid #bee3f8}.pdp-content details[open] summary::after{content:'-'}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:16px 20px;margin:0;color:#4a5568;background:#fff;font-size:15.2px;line-height:1.7}.pdp-content .summary-box{background:linear-gradient(135deg,#faf5ff 0%,#e9d8fd 100%);padding:20px 24px;border-radius:8px;margin:28px 0;border:1px solid #d6bcfa}.pdp-content .summary-box p{margin:0;color:#553c9a;font-size:16px}.pdp-content .disclaimer-box{background:#fffaf0;padding:16px 20px;border-radius:8px;margin:28px 0 16px 0;border:1px solid #f6ad55;border-left:4px solid #dd6b20}.pdp-content .disclaimer-box p{margin:0;color:#744210;font-size:14px;line-height:1.6}.pdp-content .disclaimer-box strong{color:#c05621}@media(max-width:768px){.pdp-content{font-size:14px}.pdp-content h2{font-size:20.8px;margin-top:24px}.pdp-content .features-grid{grid-template-columns:1fr;gap:12px}.pdp-content .feature-card{padding:14px 16px}.pdp-content thead th,.pdp-content tbody td{padding:12px 16px;font-size:14px}.pdp-content tbody td:first-child{width:45%}.pdp-content summary{padding:14px 16px;font-size:14.8px}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:14px 16px}.pdp-content .intro-box,.pdp-content .best-for-box,.pdp-content .why-buy-box,.pdp-content .summary-box,.pdp-content .disclaimer-box{padding:16px}}@media(max-width:480px){.pdp-content h2{font-size:19.2px}.pdp-content thead th,.pdp-content tbody td{padding:10px 12px;font-size:12.8px}}\u003c\/style\u003e \u003cdiv class=\"pdp-content\"\u003e   \u003ch2\u003eProduct Description\u003c\/h2\u003e   \u003cdiv class=\"intro-box\"\u003e\u003cp\u003eThe Heartway PF7S large mobility scooter Canada is the ultimate heavy-duty, all-terrain outdoor scooter — engineered by Heartway Medical Products and distributed across Canada by Movo Evolution — delivering a class-leading 50 km range, a powerful 1,500-watt 4-pole motor, 18 km\/h top speed, and an included removable protective canopy that sets it apart as the premium choice for year-round independent mobility in Canada.\u003c\/p\u003e\u003c\/div\u003e   \u003cp\u003eBuilt to handle the full spectrum of Canadian terrain and weather conditions, the PF7S combines a 100 Ah battery system with 14″ front and 18″ rear pneumatic tyres, full front-and-rear suspension, and electromagnetic braking to deliver smooth, controlled performance on everything from urban sidewalks and park pathways to uneven outdoor terrain. A 350 lb (160 kg) weight capacity and an assembled weight of 330 lbs (150 kg) reflect the PF7S’s reinforced heavy-duty construction — providing a stable, confidence-inspiring ride for users who need maximum performance from their mobility scooter. The 63″ (1,600 mm) turning radius and a maximum incline capability of 10° further confirm its outdoor versatility.\u003c\/p\u003e   \u003cp\u003eThe Heartway PF7S is available from Factory Direct Medical with free shipping across Canada, supported by dedicated Canadian customer service. As the successor to the beloved PF7 Royale 4 and also known as the Royale 4S, this scooter represents the pinnacle of the Heartway large scooter lineup — backed by Heartway™’s manufacturer’s limited warranty for long-term reliability and peace of mind.\u003c\/p\u003e    \u003ch2\u003eKey Features\u003c\/h2\u003e   \u003cdiv class=\"features-grid\"\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eIncluded Protective Canopy\u003c\/strong\u003e \u003cspan\u003eThe PF7S comes standard with a removable overhead canopy that shields the rider from sun exposure and light rain — enabling year-round outdoor use across Canada’s varied seasons without purchasing a separate accessory.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003e1,500W 4-Pole Motor \u0026amp; 50 km Range\u003c\/strong\u003e \u003cspan\u003eThe 4-pole 1,500-watt motor paired with the 100 Ah battery system delivers up to 50 km of range per charge — Canada’s largest-capacity battery range in the Heartway lineup — ideal for full-day outings, extended errands, and community events.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003e18 km\/h Top Speed\u003c\/strong\u003e \u003cspan\u003eWith a top speed of up to 18 km\/h, the PF7S moves briskly and confidently across open paths, recreational trails, and neighbourhood routes — reducing travel time without sacrificing stability.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003e350 lb Weight Capacity\u003c\/strong\u003e \u003cspan\u003eThe reinforced heavy-duty steel chassis accommodates users up to 350 lbs (160 kg) — providing a broad weight range without compromising the scooter’s performance, stability, or suspension effectiveness.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eFull Suspension \u0026amp; 18″ Rear Tyres\u003c\/strong\u003e \u003cspan\u003eFront-and-rear suspension combined with large 18″ rear and 14″ front pneumatic tyres absorb terrain irregularities and provide exceptional traction and stability across pavement, gravel, and grass surfaces.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eLuxury Captain’s Seat with Headrest\u003c\/strong\u003e \u003cspan\u003eThe adjustable captain’s seat features deep cushioning, supportive armrests, and a headrest — providing a premium, fatigue-reducing seating experience during extended daily use or longer recreational outings.\u003c\/span\u003e\n\u003c\/div\u003e   \u003c\/div\u003e    \u003ch2\u003eDesigned for Comfort \u0026amp; Safety\u003c\/h2\u003e   \u003cp\u003eThe Heartway PF7S is engineered for users who spend extended time outdoors and demand both comfort and safety performance from their scooter. The full front-and-rear suspension system is central to the riding experience: 14″ front and 18″ rear pneumatic tyres work in tandem with the suspension to absorb the vibrations and impacts of uneven surfaces — protecting the rider’s spine, joints, and posture on longer outings. The adjustable captain’s seat with armrests and headrest provides ergonomic support that many smaller scooters cannot match, while the 8 Amp 120\/240 Volt off-board charger makes overnight recharging simple and convenient from any standard Canadian household outlet.\u003c\/p\u003e   \u003cp\u003eThe electromagnetic braking system delivers smooth, reliable, and automatic deceleration — activating when the rider releases the tiller controls to safely reduce speed without sudden stops. Integrated LED headlights, rear lights, and turn signals maintain visibility and safety during low-light use. The PF7S also supports a 10° maximum incline — appropriate for ramps, kerb cuts, and the gentle slopes common in Canadian urban and suburban environments. Always operate within the rated weight capacity of 350 lbs (160 kg) and consult a physiotherapist or occupational therapist before use to confirm the PF7S is appropriate for your specific mobility needs.\u003c\/p\u003e    \u003ch2\u003eSpecifications\u003c\/h2\u003e   \u003ctable\u003e     \u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e     \u003ctbody\u003e       \u003ctr\u003e\n\u003ctd\u003eWeight Capacity\u003c\/td\u003e\n\u003ctd\u003e350 lb (160 kg)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eMaximum Speed\u003c\/td\u003e\n\u003ctd\u003eUp to 18 km\/h\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eBattery Range\u003c\/td\u003e\n\u003ctd\u003eUp to 50 km per charge\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eMotor\u003c\/td\u003e\n\u003ctd\u003e4-Pole 1,500W\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eBattery\u003c\/td\u003e\n\u003ctd\u003eUp to 100 Ah\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eMaximum Incline\u003c\/td\u003e\n\u003ctd\u003e10°\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eTurning Radius\u003c\/td\u003e\n\u003ctd\u003e63″ (1,600 mm)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eOverall Size (L × W)\u003c\/td\u003e\n\u003ctd\u003e64″ × 29″ (162.6 × 73.7 cm)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eWeight with Battery\u003c\/td\u003e\n\u003ctd\u003e330 lbs (150 kg)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eFront Wheels\u003c\/td\u003e\n\u003ctd\u003e14″ pneumatic\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eRear Wheels\u003c\/td\u003e\n\u003ctd\u003e18″ pneumatic\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eSuspension\u003c\/td\u003e\n\u003ctd\u003eFull front and rear\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eBrakes\u003c\/td\u003e\n\u003ctd\u003eElectromagnetic\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eLighting\u003c\/td\u003e\n\u003ctd\u003eLED headlight, rear lights, turn signals\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eSeat\u003c\/td\u003e\n\u003ctd\u003eAdjustable captain’s seat with armrests and headrest\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eCharger\u003c\/td\u003e\n\u003ctd\u003e8 Amp, 120\/240 Volt, 50\/60 Hz off-board\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eCanopy\u003c\/td\u003e\n\u003ctd\u003eIncluded — removable protective canopy\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eSKU\u003c\/td\u003e\n\u003ctd\u003ePF7\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eAlso Known As\u003c\/td\u003e\n\u003ctd\u003eHeartway PF7S Royale 4S\u003c\/td\u003e\n\u003c\/tr\u003e     \u003c\/tbody\u003e   \u003c\/table\u003e    \u003ch2\u003eBest For\u003c\/h2\u003e   \u003cdiv class=\"best-for-box\"\u003e\u003cul\u003e     \u003cli\u003eSeniors and adults across Canada seeking a heavy-duty daily-use outdoor scooter with maximum range (50 km), all-weather canopy protection, and premium comfort for extended independent living\u003c\/li\u003e     \u003cli\u003eRiders requiring a high-weight-capacity scooter (up to 350 lbs \/ 160 kg) with full suspension and large pneumatic tyres capable of handling varied Canadian urban and suburban terrain\u003c\/li\u003e     \u003cli\u003eOutdoor enthusiasts, golfers, and recreational users who need a powerful 1,500W scooter that performs confidently across park paths, recreational trails, and light off-road surfaces\u003c\/li\u003e     \u003cli\u003eUsers who spend extended time outdoors and want built-in canopy protection against sun exposure and light rain — without the extra cost of purchasing an aftermarket canopy separately\u003c\/li\u003e   \u003c\/ul\u003e\u003c\/div\u003e    \u003ch2\u003eWhy Choose This Product\u003c\/h2\u003e   \u003cdiv class=\"why-buy-box\"\u003e\u003cul\u003e     \u003cli\u003eOnly large mobility scooter in its class that comes standard with an included removable canopy — providing all-weather outdoor protection at no additional cost, a feature most competitors charge extra for\u003c\/li\u003e     \u003cli\u003eCanada’s highest-performance large scooter at this price point: 1,500W 4-pole motor, 100 Ah battery, 50 km range, and 18 km\/h top speed exceed the typical specs of competing heavy-duty models available across Canada\u003c\/li\u003e     \u003cli\u003eFactory Direct Medical advantage — free shipping across Canada, competitive pricing at $8,900 CAD, and dedicated Canadian customer service to ensure your Heartway PF7S investment is supported with expert guidance after delivery\u003c\/li\u003e   \u003c\/ul\u003e\u003c\/div\u003e    \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e   \u003cdiv class=\"faq-container\"\u003e     \u003cdetails\u003e\u003csummary\u003eCan you drive a mobility scooter on the road in Canada?\u003c\/summary\u003e\u003cp\u003eIn Canada, mobility scooters are legally classified as “pedestrians” under most provincial regulations — meaning riders must follow pedestrian rules, not vehicle rules. The RCMP guidelines state that scooter users should use sidewalks wherever possible. If no sidewalk is available or accessible, travel on the far left side of the road facing oncoming traffic. Scooters are generally not permitted on highways or high-speed roads. Always check your specific province’s regulations, as rules can vary by province and municipality. The Heartway PF7S’s 18 km\/h top speed and stable 4-wheel platform make it well-suited for sidewalk and pathway travel across Canadian communities.\u003c\/p\u003e\u003c\/details\u003e     \u003cdetails\u003e\u003csummary\u003eWhat is the most common problem with mobility scooters?\u003c\/summary\u003e\u003cp\u003eBattery degradation is the most common issue — symptoms include reduced range, difficulty holding a charge, or failure to recognise the charger. To protect the PF7S’s 100 Ah battery, follow the manufacturer’s charging guidelines: use the included 8 Amp off-board charger, avoid fully depleting the battery before recharging, store the scooter indoors during cold Canadian winters, and recharge after each use. Tyre pressure in the pneumatic 14″ front and 18″ rear tyres should also be checked regularly, as under-inflation affects range, handling, and ride quality. Factory Direct Medical’s Canadian support team can advise on warranty coverage and servicing.\u003c\/p\u003e\u003c\/details\u003e     \u003cdetails\u003e\u003csummary\u003eDoes the Heartway PF7S come with a canopy included?\u003c\/summary\u003e\u003cp\u003eYes — the Heartway PF7S as sold at Factory Direct Medical comes with an included removable protective canopy at no extra charge. The canopy provides overhead protection from sun exposure and light rain, significantly extending the practical use of the scooter in Canada’s varied weather conditions. The canopy is removable, allowing riders to choose between an open-air configuration and full overhead protection based on conditions or preference. This makes the PF7S exceptional value compared to competing large scooters that require a separately purchased canopy accessory.\u003c\/p\u003e\u003c\/details\u003e   \u003c\/div\u003e    \u003ch2\u003eSummary\u003c\/h2\u003e   \u003cdiv class=\"summary-box\"\u003e\u003cp\u003eThe Heartway PF7S large mobility scooter Canada is the definitive premium outdoor heavy-duty scooter — featuring a 1,500W 4-pole motor, 100 Ah battery, 50 km range, 350 lb capacity, full suspension, 18″ rear pneumatic tyres, and an included removable canopy — available from Factory Direct Medical with free shipping across Canada and full manufacturer’s warranty support.\u003c\/p\u003e\u003c\/div\u003e    \u003cdiv class=\"disclaimer-box\"\u003e\u003cp\u003e\u003cstrong\u003eImportant Notice:\u003c\/strong\u003e The Heartway PF7S is a mobility aid designed to assist individuals with limited mobility during daily activities and is not a substitute for professional medical advice or treatment. Consult a physiotherapist or occupational therapist before use to confirm this product is appropriate for your specific mobility needs and physical condition. Do not exceed the maximum weight capacity of 350 lbs (160 kg). Always operate within the rated maximum incline of 10° and follow all applicable pedestrian regulations in your province and municipality. Battery range of up to 50 km may vary based on user weight, terrain, incline, temperature, and operating conditions. Maintain proper tyre pressure as specified in the owner’s manual.\u003c\/p\u003e\u003c\/div\u003e \u003c\/div\u003e","brand":"Factory Direct Medical","offers":[{"title":"Default Title","offer_id":47417676529833,"sku":"PF7","price":8900.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/files\/heartway-pf7s-your-ideal-large-mobility-scooter-comes-with-canopy-heartway-8639848.png?v=1788530828"},{"product_id":"heartway-pf7-royal-4-large-mobility-scooter-1300w-40-km-range-canada","title":"Heartway PF7 Royal 4 Large Mobility Scooter | 1300W 40 km Range Canada","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');.pdp-content{font-family:'Open Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#333;line-height:1.75;max-width:100%;margin:0;padding:0;font-size:15px}.pdp-content *{box-sizing:border-box}.pdp-content h2{font-family:'Open Sans',sans-serif;color:#1a365d;font-size:24px;font-weight:700;margin:32px 0 16px 0;padding-bottom:10px;border-bottom:3px solid #2b6cb0}.pdp-content h2:first-of-type{margin-top:0}.pdp-content h3{font-family:'Open Sans',sans-serif;color:#2c5282;font-size:18.8px;font-weight:600;margin:24px 0 12px 0}.pdp-content p{margin:0 0 16px 0;font-size:16px;color:#4a5568}.pdp-content .intro-box{font-size:16.8px;color:#2d3748;background:linear-gradient(135deg,#f7fafc 0%,#edf2f7 100%);padding:20px 24px;border-radius:8px;border-left:4px solid #2b6cb0;margin-bottom:24px}.pdp-content .intro-box p{margin:0;color:#2d3748}.pdp-content ul{margin:0 0 24px 0;padding:0;list-style:none}.pdp-content ul li{position:relative;padding:8px 0 8px 32px;margin:0;font-size:15.6px;color:#4a5568}.pdp-content ul li::before{content:\"\\2713\";position:absolute;left:4px;color:#38a169;font-weight:700;font-size:16px}.pdp-content .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin:20px 0 28px 0}.pdp-content .feature-card{background:#f8fafc;padding:16px 20px;border-radius:8px;border:1px solid #e2e8f0;transition:all 0.2s ease}.pdp-content .feature-card:hover{border-color:#cbd5e0;box-shadow:0 2px 8px rgba(0,0,0,0.06)}.pdp-content .feature-card strong{font-family:'Open Sans',sans-serif;color:#1a365d;display:block;margin-bottom:8px;font-size:15.6px;font-weight:600}.pdp-content .feature-card span{color:#4a5568;font-size:14.8px;line-height:1.5;display:block}.pdp-content table{width:100%;border-collapse:collapse;font-size:15.2px;margin:24px 0;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.pdp-content thead tr{background:#f8fafc;border-bottom:2px solid #e2e8f0}.pdp-content thead th{font-family:'Open Sans',sans-serif;color:#4a5568;padding:16px 24px;text-align:left;font-weight:600;font-size:14.4px;text-transform:uppercase;letter-spacing:0.05em}.pdp-content tbody td{font-family:'Open Sans',sans-serif;padding:16px 24px;border-bottom:1px solid #e2e8f0;color:#4a5568;font-size:15.2px}.pdp-content tbody td:first-child{font-weight:600;color:#2d3748;width:50%}.pdp-content tbody tr:last-child td{border-bottom:none}.pdp-content tbody tr:hover{background:#f7fafc}.pdp-content .best-for-box{background:linear-gradient(135deg,#f0fff4 0%,#c6f6d5 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #9ae6b4}.pdp-content .best-for-box ul{margin:0}.pdp-content .best-for-box ul li::before{content:\"\\2192\";color:#276749}.pdp-content .why-buy-box{background:linear-gradient(135deg,#ebf8ff 0%,#bee3f8 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #90cdf4}.pdp-content .why-buy-box ul{margin:0}.pdp-content .why-buy-box ul li::before{content:\"\\2605\";color:#d69e2e}.pdp-content .faq-container{margin:16px 0 28px 0}.pdp-content details{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:10px;overflow:hidden}.pdp-content details:hover{border-color:#cbd5e0}.pdp-content details[open]{box-shadow:0 4px 12px rgba(0,0,0,0.08);border-color:#2b6cb0}.pdp-content summary{font-family:'Open Sans',sans-serif;padding:16px 20px;cursor:pointer;font-weight:600;color:#2d3748;background:#f7fafc;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:15.6px}.pdp-content summary:hover{background:#edf2f7}.pdp-content summary::-webkit-details-marker{display:none}.pdp-content summary::marker{display:none}.pdp-content summary::after{content:\"+\";font-size:22px;color:#2b6cb0;font-weight:600;width:24px;text-align:center}.pdp-content details[open] summary{background:#ebf8ff;border-bottom:1px solid #bee3f8}.pdp-content details[open] summary::after{content:\"-\"}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:16px 20px;margin:0;color:#4a5568;background:#fff;font-size:15.2px;line-height:1.7}.pdp-content .summary-box{background:linear-gradient(135deg,#faf5ff 0%,#e9d8fd 100%);padding:20px 24px;border-radius:8px;margin:28px 0;border:1px solid #d6bcfa}.pdp-content .summary-box p{margin:0;color:#553c9a;font-size:16px}.pdp-content .disclaimer-box{background:#fffaf0;padding:16px 20px;border-radius:8px;margin:28px 0 16px 0;border:1px solid #f6ad55;border-left:4px solid #dd6b20}.pdp-content .disclaimer-box p{margin:0;color:#744210;font-size:14px;line-height:1.6}.pdp-content .disclaimer-box strong{color:#c05621}@media(max-width:768px){.pdp-content{font-size:14px}.pdp-content h2{font-size:20.8px;margin-top:24px}.pdp-content .features-grid{grid-template-columns:1fr;gap:12px}.pdp-content .feature-card{padding:14px 16px}.pdp-content thead th,.pdp-content tbody td{padding:12px 16px;font-size:14px}.pdp-content tbody td:first-child{width:45%}.pdp-content summary{padding:14px 16px;font-size:14.8px}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:14px 16px}.pdp-content .intro-box,.pdp-content .best-for-box,.pdp-content .why-buy-box,.pdp-content .summary-box,.pdp-content .disclaimer-box{padding:16px}}@media(max-width:480px){.pdp-content h2{font-size:19.2px}.pdp-content thead th,.pdp-content tbody td{padding:10px 12px;font-size:12.8px}}\u003c\/style\u003e\u003cdiv class=\"pdp-content\"\u003e\n\u003ch2\u003eProduct Description\u003c\/h2\u003e\n\u003cdiv class=\"intro-box\"\u003e\u003cp\u003eThe Heartway PF7 Royal 4 Large Mobility Scooter is a Heartway PF7 Royal 4 for customers maintaining compatible mobility equipment in Canada. It is designed for supporting everyday mobility, access, or equipment-maintenance routines while keeping day-to-day use straightforward.\u003c\/p\u003e\u003c\/div\u003e\n\u003cp\u003eWith Full-Size 4 Wheel Scooter, 1300W Motor and 80 Ah Battery product, and Up to 40 km Listed Range, this mobility accessory fits naturally into homes, clinics, facilities, and travel. The accessory design adds a focused function without complicating everyday equipment use.\u003c\/p\u003e\n\u003cp\u003eKey details include SKU: PF7 Royal 4; Battery Range: Up to 40 km; Listed Capacity: 450 lb. These specifications make it easier to choose a product that fits compatible equipment and everyday routines.\u003c\/p\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eFull-Size 4 Wheel Scooter\u003c\/strong\u003e \u003cspan\u003eLarge 62 x 29 in platform with 14 in front wheels and 16 in rear wheels for full-size scooter planning.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003e1300W Motor and 80 Ah Battery product\u003c\/strong\u003e \u003cspan\u003eSupports compatible powered mobility equipment as part of the charging or power setup.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eUp to 40 km Listed Range\u003c\/strong\u003e \u003cspan\u003ePublished range is up to 40 km, with real-world range affected by rider weight, terrain, slope, speed, battery condition, and weather.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eDesigned for Comfort \u0026amp; Safety\u003c\/h2\u003e\n\u003cp\u003eUse with compatible equipment, follow the product instructions, and inspect the item regularly for secure fit and visible wear.\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eSKU\u003c\/td\u003e\n\u003ctd\u003ePF7 Royal 4\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eHeartway PF7 Royal 4\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Range\u003c\/td\u003e\n\u003ctd\u003eUp to 40 km\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eListed Capacity\u003c\/td\u003e\n\u003ctd\u003e450 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOverall Size\u003c\/td\u003e\n\u003ctd\u003e62 in x 29 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight With Battery\u003c\/td\u003e\n\u003ctd\u003e332 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotor Type\u003c\/td\u003e\n\u003ctd\u003e4000 rpm 1300W 21:1\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaximum Speed\u003c\/td\u003e\n\u003ctd\u003eUp to 18 km\/h\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery\u003c\/td\u003e\n\u003ctd\u003eUp to 80 Ah\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFront Wheels\u003c\/td\u003e\n\u003ctd\u003e14 in x 4 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRear Wheels\u003c\/td\u003e\n\u003ctd\u003e16 in x 4 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCharger Type\u003c\/td\u003e\n\u003ctd\u003e8 Amp independent\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTurning Radius\u003c\/td\u003e\n\u003ctd\u003e63 in \/ 1600 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eHeartway\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch2\u003eBest For\u003c\/h2\u003e\n\u003cdiv class=\"best-for-box\"\u003e\u003cul\u003e\n\u003cli\u003eCustomers maintaining compatible mobility equipment looking for supporting everyday mobility, access, or equipment-maintenance routines.\u003c\/li\u003e\n\u003cli\u003eHome, clinic, facility, or travel routines where a practical mobility accessory is useful.\u003c\/li\u003e\n\u003cli\u003eCustomers updating compatible equipment with a clean, purpose-built product.\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\n\u003ch2\u003eWhy Choose This Product\u003c\/h2\u003e\n\u003cdiv class=\"why-buy-box\"\u003e\u003cul\u003e\n\u003cli\u003eFull-Size 4 Wheel Scooter supports day-to-day use without unnecessary complexity.\u003c\/li\u003e\n\u003cli\u003e1300W Motor and 80 Ah Battery product helps the product work naturally in homes, clinics, facilities, and travel.\u003c\/li\u003e\n\u003cli\u003eUp to 40 km Listed Range gives customers clear value from a focused, purpose-built design.\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdetails\u003e\u003csummary\u003eWhat is the Heartway PF7 Royal 4 Large Mobility Scooter used for?\u003c\/summary\u003e\u003cp\u003eThe Heartway PF7 Royal 4 Large Mobility Scooter is designed for supporting everyday mobility, access, or equipment-maintenance routines in homes, clinics, facilities, and travel.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWho is the Heartway PF7 Royal 4 Large Mobility Scooter best for?\u003c\/summary\u003e\u003cp\u003eIt is a good fit for customers maintaining compatible mobility equipment who want a practical mobility accessory for daily routines.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat are the key features of the Heartway PF7 Royal 4 Large Mobility Scooter?\u003c\/summary\u003e\u003cp\u003eKey features include Full-Size 4 Wheel Scooter, 1300W Motor and 80 Ah Battery product, Up to 40 km Listed Range.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat product details are included?\u003c\/summary\u003e\u003cp\u003eImportant details include SKU: PF7 Royal 4; Battery Range: Up to 40 km; Listed Capacity: 450 lb; Weight With Battery: 332 lb.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eCan the Heartway PF7 Royal 4 Large Mobility Scooter be used at home?\u003c\/summary\u003e\u003cp\u003eYes. It works well for home use when the setup, space, and product specifications suit the user's equipment or routine.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow do I care for the Heartway PF7 Royal 4 Large Mobility Scooter?\u003c\/summary\u003e\u003cp\u003eKeep the product clean and dry where applicable, and replace worn or damaged parts promptly.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow do I use the Heartway PF7 Royal 4 Large Mobility Scooter safely?\u003c\/summary\u003e\u003cp\u003eUse with compatible equipment, follow the product instructions, and inspect the item regularly for secure fit and visible wear.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003ch2\u003eSummary\u003c\/h2\u003e\n\u003cdiv class=\"summary-box\"\u003e\u003cp\u003eThe Heartway PF7 Royal 4 Large Mobility Scooter is a clear, practical Heartway PF7 Royal 4 Canada for Canadian customers. It combines focused product details with everyday usability for supporting everyday mobility, access, or equipment-maintenance routines.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"disclaimer-box\"\u003e\u003cp\u003e\u003cstrong\u003eImportant Notice:\u003c\/strong\u003e Use with compatible equipment, follow the product instructions, and inspect the item regularly for secure fit and visible wear.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Factory Direct Medical","offers":[{"title":"Default Title","offer_id":47417676562601,"sku":"sku-45780080754938","price":8900.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/files\/heartway-pf7-royal-4-torontos-ultimate-large-mobility-scooter-for-unrivaled-independence-heartway-1946352.png?v=1788530827"},{"product_id":"ezee-life-classic-portable-mobility-scooter-ch4028-dual-front-wheel-foldable-scooter-canada","title":"EZee Life Classic Portable Mobility Scooter CH4028 | Dual Front Wheel Foldable Scooter Canada","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');.pdp-content{font-family:'Open Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#333;line-height:1.75;max-width:100%;margin:0;padding:0;font-size:15px}.pdp-content *{box-sizing:border-box}.pdp-content h2{font-family:'Open Sans',sans-serif;color:#1a365d;font-size:24px;font-weight:700;margin:32px 0 16px 0;padding-bottom:10px;border-bottom:3px solid #2b6cb0}.pdp-content h2:first-of-type{margin-top:0}.pdp-content h3{font-family:'Open Sans',sans-serif;color:#2c5282;font-size:18.8px;font-weight:600;margin:24px 0 12px 0}.pdp-content p{margin:0 0 16px 0;font-size:16px;color:#4a5568}.pdp-content .intro-box{font-size:16.8px;color:#2d3748;background:linear-gradient(135deg,#f7fafc 0%,#edf2f7 100%);padding:20px 24px;border-radius:8px;border-left:4px solid #2b6cb0;margin-bottom:24px}.pdp-content .intro-box p{margin:0;color:#2d3748}.pdp-content ul{margin:0 0 24px 0;padding:0;list-style:none}.pdp-content ul li{position:relative;padding:8px 0 8px 32px;margin:0;font-size:15.6px;color:#4a5568}.pdp-content ul li::before{content:'\\2713';position:absolute;left:4px;color:#38a169;font-weight:700;font-size:16px}.pdp-content .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin:20px 0 28px 0}.pdp-content .feature-card{background:#f8fafc;padding:16px 20px;border-radius:8px;border:1px solid #e2e8f0;transition:all 0.2s ease}.pdp-content .feature-card:hover{border-color:#cbd5e0;box-shadow:0 2px 8px rgba(0,0,0,0.06)}.pdp-content .feature-card strong{font-family:'Open Sans',sans-serif;color:#1a365d;display:block;margin-bottom:8px;font-size:15.6px;font-weight:600}.pdp-content .feature-card span{color:#4a5568;font-size:14.8px;line-height:1.5;display:block}.pdp-content table{width:100%;border-collapse:collapse;font-size:15.2px;margin:24px 0;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.pdp-content thead tr{background:#f8fafc;border-bottom:2px solid #e2e8f0}.pdp-content thead th{font-family:'Open Sans',sans-serif;color:#4a5568;padding:16px 24px;text-align:left;font-weight:600;font-size:14.4px;text-transform:uppercase;letter-spacing:0.05em}.pdp-content tbody td{font-family:'Open Sans',sans-serif;padding:16px 24px;border-bottom:1px solid #e2e8f0;color:#4a5568;font-size:15.2px}.pdp-content tbody td:first-child{font-weight:600;color:#2d3748;width:50%}.pdp-content tbody tr:last-child td{border-bottom:none}.pdp-content tbody tr:hover{background:#f7fafc}.pdp-content .best-for-box{background:linear-gradient(135deg,#f0fff4 0%,#c6f6d5 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #9ae6b4}.pdp-content .best-for-box ul{margin:0}.pdp-content .best-for-box ul li::before{content:'\\2192';color:#276749}.pdp-content .why-buy-box{background:linear-gradient(135deg,#ebf8ff 0%,#bee3f8 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #90cdf4}.pdp-content .why-buy-box ul{margin:0}.pdp-content .why-buy-box ul li::before{content:'\\2605';color:#d69e2e}.pdp-content .faq-container{margin:16px 0 28px 0}.pdp-content details{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:10px;overflow:hidden}.pdp-content details:hover{border-color:#cbd5e0}.pdp-content details[open]{box-shadow:0 4px 12px rgba(0,0,0,0.08);border-color:#2b6cb0}.pdp-content summary{font-family:'Open Sans',sans-serif;padding:16px 20px;cursor:pointer;font-weight:600;color:#2d3748;background:#f7fafc;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:15.6px}.pdp-content summary:hover{background:#edf2f7}.pdp-content summary::-webkit-details-marker{display:none}.pdp-content summary::marker{display:none}.pdp-content summary::after{content:'+';font-size:22px;color:#2b6cb0;font-weight:600;width:24px;text-align:center}.pdp-content details[open] summary{background:#ebf8ff;border-bottom:1px solid #bee3f8}.pdp-content details[open] summary::after{content:'-'}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:16px 20px;margin:0;color:#4a5568;background:#fff;font-size:15.2px;line-height:1.7}.pdp-content .summary-box{background:linear-gradient(135deg,#faf5ff 0%,#e9d8fd 100%);padding:20px 24px;border-radius:8px;margin:28px 0;border:1px solid #d6bcfa}.pdp-content .summary-box p{margin:0;color:#553c9a;font-size:16px}.pdp-content .disclaimer-box{background:#fffaf0;padding:16px 20px;border-radius:8px;margin:28px 0 16px 0;border:1px solid #f6ad55;border-left:4px solid #dd6b20}.pdp-content .disclaimer-box p{margin:0;color:#744210;font-size:14px;line-height:1.6}.pdp-content .disclaimer-box strong{color:#c05621}@media(max-width:768px){.pdp-content{font-size:14px}.pdp-content h2{font-size:20.8px;margin-top:24px}.pdp-content .features-grid{grid-template-columns:1fr;gap:12px}.pdp-content .feature-card{padding:14px 16px}.pdp-content thead th,.pdp-content tbody td{padding:12px 16px;font-size:14px}.pdp-content tbody td:first-child{width:45%}.pdp-content summary{padding:14px 16px;font-size:14.8px}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:14px 16px}.pdp-content .intro-box,.pdp-content .best-for-box,.pdp-content .why-buy-box,.pdp-content .summary-box,.pdp-content .disclaimer-box{padding:16px}}@media(max-width:480px){.pdp-content h2{font-size:19.2px}.pdp-content thead th,.pdp-content tbody td{padding:10px 12px;font-size:12.8px}}\u003c\/style\u003e\u003cdiv class=\"pdp-content\"\u003e\n\u003ch2\u003eProduct Description\u003c\/h2\u003e\n\u003cdiv class=\"intro-box\"\u003e\u003cp\u003eThe EZee Life Classic Portable Mobility Scooter (CH4028) is Canada’s most versatile everyday travel scooter — a full-featured 4-wheel, dual front wheel drive unit that carries up to 115 kg (250 lbs), travels up to 13 km per charge, and disassembles completely without tools for stress-free transport anywhere across Canada.\u003c\/p\u003e\u003c\/div\u003e\n\u003cp\u003eEngineered for both indoor and outdoor use, the Ezee Classic delivers a stable, comfortable ride with an ergonomic adjustable seat, armrests, and tiller steering — making it a reliable foldable mobility scooter for seniors, active adults, and anyone seeking freedom of movement at home, at the shopping centre, or while travelling. Its airline-approved 12 A\/h detachable battery means you can check this scooter on your next flight without hassle.\u003c\/p\u003e\n\u003cp\u003eAvailable from Factory Direct Medical with free shipping across Canada, the Ezee Classic is backed by EZee Life™’s 1-year limited manufacturer’s warranty against manufacturing defects — giving Canadians the confidence of a trusted brand at a competitive direct price.\u003c\/p\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eTool-Free Full Disassembly\u003c\/strong\u003e \u003cspan\u003eSeparates into 4 lightweight parts without any tools — the front column detaches from the base without bending, and the battery lifts off via a handle positioned at hip height for easy handling.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eDual Front Wheel Drive\u003c\/strong\u003e \u003cspan\u003e4-wheel design with dual front wheel drive delivers enhanced stability and confident maneuverability across indoor floors, sidewalks, shopping centres, and paved outdoor surfaces.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eAirline-Approved Detachable Battery\u003c\/strong\u003e \u003cspan\u003eThe 12 A\/h battery pack is airline-approved and removable — simply notify your airline at ticket purchase, carry the battery certification documents, and travel with complete peace of mind.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eLeave-in-Trunk Charging\u003c\/strong\u003e \u003cspan\u003eLeave the scooter in your vehicle’s boot and carry only the lightweight battery indoors for overnight charging — no heavy lifting, no awkward storage setup required.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eFull Accessory Package Included\u003c\/strong\u003e \u003cspan\u003eFront basket, rear storage compartment, built-in light, drink holder, and a protective cover all come standard — no extra accessories to purchase for daily use.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eAdjustable Comfort System\u003c\/strong\u003e \u003cspan\u003eAdjustable seat height, padded armrests, and tiller steering column let each user dial in their ideal ergonomic riding position for comfortable extended journeys.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eDesigned for Comfort \u0026amp; Safety\u003c\/h2\u003e\n\u003cp\u003eThe Ezee Classic is purpose-built for everyday independence. Its compact dimensions — 104 cm long, 57 cm wide, 91.5 cm tall — make it easy to navigate home corridors, retail aisles, and tight turns, while the 4-wheel dual front wheel drive configuration provides the stability needed for users up to 115 kg (250 lbs). The scooter’s total assembled weight of just 28 kg (62 lbs) means it fits in the boot of any standard family car, and because there are no heavy ground-level components to lift, loading and unloading is genuinely manageable for most users.\u003c\/p\u003e\n\u003cp\u003eThe Ezee Classic’s maximum rated incline is 6 degrees (10%) — do not use on steeper gradients. The carrying capacity must not be exceeded (250 lbs \/ 115 kg). Always operate on appropriate surfaces as recommended in the owner’s manual. Consult a physiotherapist or occupational therapist before use to confirm this scooter is appropriate for your specific mobility needs.\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eCarrying Capacity\u003c\/td\u003e\n\u003ctd\u003e250 lbs (115 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLength\u003c\/td\u003e\n\u003ctd\u003e104 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWidth\u003c\/td\u003e\n\u003ctd\u003e57 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeight\u003c\/td\u003e\n\u003ctd\u003e91.5 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTotal Weight (assembled)\u003c\/td\u003e\n\u003ctd\u003e62 lbs (28 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRear Frame Weight\u003c\/td\u003e\n\u003ctd\u003e28 lbs (12.9 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFront Column Weight\u003c\/td\u003e\n\u003ctd\u003e22 lbs (10 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Pack Weight\u003c\/td\u003e\n\u003ctd\u003e20 lbs (9 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Capacity\u003c\/td\u003e\n\u003ctd\u003e12 A\/h\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRange\u003c\/td\u003e\n\u003ctd\u003eUp to 13 km (8 miles) per charge\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaximum Incline\u003c\/td\u003e\n\u003ctd\u003e6 degrees (10%)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDrive System\u003c\/td\u003e\n\u003ctd\u003eDual front wheel drive, 4-wheel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDisassembly\u003c\/td\u003e\n\u003ctd\u003eTool-free, separates into 4 parts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery\u003c\/td\u003e\n\u003ctd\u003eDetachable, airline-approved\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIncluded Accessories\u003c\/td\u003e\n\u003ctd\u003eFront basket, rear storage, light, drink holder, cover\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeat\u003c\/td\u003e\n\u003ctd\u003ePadded, adjustable height\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eArmrests\u003c\/td\u003e\n\u003ctd\u003eAdjustable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTiller\u003c\/td\u003e\n\u003ctd\u003eAdjustable steering column\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColours Available\u003c\/td\u003e\n\u003ctd\u003eBlue, Black, Red, Silver\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e1-year limited (manufacturing defects); battery 3 months\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch2\u003eBest For\u003c\/h2\u003e\n\u003cdiv class=\"best-for-box\"\u003e\u003cul\u003e\n\u003cli\u003eSeniors and active adults across Canada seeking a reliable, foldable everyday mobility scooter for indoor and outdoor use\u003c\/li\u003e\n\u003cli\u003eFrequent travellers who need an airline-approved scooter with a detachable battery that meets check-in requirements\u003c\/li\u003e\n\u003cli\u003eUsers who transport their scooter regularly in a family car and need a fully tool-free disassembly system\u003c\/li\u003e\n\u003cli\u003eAnyone looking for a fully equipped scooter with all accessories included at a direct-from-manufacturer price\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\n\u003ch2\u003eWhy Choose This Product\u003c\/h2\u003e\n\u003cdiv class=\"why-buy-box\"\u003e\u003cul\u003e\n\u003cli\u003eTruly complete out-of-the-box — front basket, rear storage, light, drink holder, and cover all included as standard, unlike competitors that charge extra for basic accessories\u003c\/li\u003e\n\u003cli\u003eAirline-approved \u0026amp; car-boot friendly — the detachable 12 A\/h battery meets airline check-in policies, and the full scooter fits in any standard family car boot at just 28 kg (62 lbs) assembled\u003c\/li\u003e\n\u003cli\u003eFactory Direct Medical advantage — available with free shipping across Canada, backed by EZee Life™’s manufacturer warranty and dedicated Canadian support at 1-855-235-2400\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdetails\u003e\u003csummary\u003eCan the Ezee Classic mobility scooter be taken on a plane?\u003c\/summary\u003e\u003cp\u003eYes — the Ezee Classic comes with an airline-approved 12 A\/h battery that meets standard airline carry-on and check-in regulations for mobility scooter batteries. To travel by air, notify your airline at the time of ticket purchase, and carry the battery certification documents provided with the scooter. The scooter itself can be checked as oversized baggage on most major Canadian and international carriers. Always verify your specific airline’s current mobility device policy before travelling.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow far can the Ezee Classic scooter travel on one charge?\u003c\/summary\u003e\u003cp\u003eThe Ezee Classic travels up to 13 km (8 miles) per charge under normal conditions. Actual range may vary depending on user weight, terrain, incline, ambient temperature, and the age and condition of the battery. For best results, charge the battery fully before each outing and avoid storing it in a fully discharged state. The 12 A\/h battery pack can be detached and brought indoors for charging without moving the scooter itself.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow do you disassemble the Ezee Classic scooter for transport?\u003c\/summary\u003e\u003cp\u003eThe Ezee Classic disassembles completely into 4 parts without any tools. The front column detaches from the base without requiring any bending, and the battery pack lifts off via a handle conveniently positioned at hip height — eliminating the need to bend down to the ground. The rear frame (12.9 kg \/ 28 lbs), front column (10 kg \/ 22 lbs), and battery (9 kg \/ 20 lbs) are all manageable individually. The full assembled scooter fits in the boot of any standard family car, and the battery can remain in the vehicle or be brought indoors to charge.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003ch2\u003eSummary\u003c\/h2\u003e\n\u003cdiv class=\"summary-box\"\u003e\u003cp\u003eThe EZee Life Classic Portable Mobility Scooter (CH4028) is a fully equipped, airline-approved 4-wheel scooter with dual front wheel drive, tool-free disassembly into 4 parts, and a 13 km range per charge — all at a weight of just 28 kg (62 lbs). Available from Factory Direct Medical with free shipping across Canada and a 1-year limited manufacturer’s warranty, the Ezee Classic gives Canadian seniors and active adults the independence to go wherever life takes them.\u003c\/p\u003e\u003c\/div\u003e\n\u003cdiv class=\"disclaimer-box\"\u003e\u003cp\u003e\u003cstrong\u003eImportant Notice:\u003c\/strong\u003e The EZee Life Classic Mobility Scooter is a mobility aid designed to assist individuals with limited mobility during daily activities. It is not a substitute for professional medical advice or treatment. Consult a physiotherapist or occupational therapist before use to confirm this product is appropriate for your specific mobility needs and physical condition. Do not exceed the maximum carrying capacity of 250 lbs (115 kg). Do not use on inclines exceeding 6 degrees (10%). Always follow the manufacturer’s operating guidelines provided in the owner’s manual and inspect the scooter before each use. For air travel, verify compliance with your specific airline’s battery and mobility device policies prior to travel.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Factory Direct Medical","offers":[{"title":"Blue","offer_id":47417676628137,"sku":"CH4028-Blue","price":3595.0,"currency_code":"CAD","in_stock":true},{"title":"Black","offer_id":47417676660905,"sku":"CH4032-Black","price":3595.0,"currency_code":"CAD","in_stock":true},{"title":"Red","offer_id":47417676693673,"sku":"Ch4025-Red","price":3595.0,"currency_code":"CAD","in_stock":true},{"title":"Silver","offer_id":47417676726441,"sku":"Ch4030-Silver","price":3595.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/files\/ezee-classic-portable-scooter-dual-front-wheel-drive-ezee-life-5314604.jpg?v=1788530827"},{"product_id":"movo-brome-4-wheel-mobility-scooter-40-km-range-700w-engine-canada","title":"Movo Brome 4-Wheel Mobility Scooter | 40 km Range \u0026 700W Engine | Canada","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');.pdp-content{font-family:'Open Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#333;line-height:1.75;max-width:100%;margin:0;padding:0;font-size:15px}.pdp-content *{box-sizing:border-box}.pdp-content h2{font-family:'Open Sans',sans-serif;color:#1a365d;font-size:24px;font-weight:700;margin:32px 0 16px 0;padding-bottom:10px;border-bottom:3px solid #2b6cb0}.pdp-content h2:first-of-type{margin-top:0}.pdp-content h3{font-family:'Open Sans',sans-serif;color:#2c5282;font-size:18.8px;font-weight:600;margin:24px 0 12px 0}.pdp-content p{margin:0 0 16px 0;font-size:16px;color:#4a5568}.pdp-content .intro-box{font-size:16.8px;color:#2d3748;background:linear-gradient(135deg,#f7fafc 0%,#edf2f7 100%);padding:20px 24px;border-radius:8px;border-left:4px solid #2b6cb0;margin-bottom:24px}.pdp-content .intro-box p{margin:0;color:#2d3748}.pdp-content ul{margin:0 0 24px 0;padding:0;list-style:none}.pdp-content ul li{position:relative;padding:8px 0 8px 32px;margin:0;font-size:15.6px;color:#4a5568}.pdp-content ul li::before{content:'\\2713';position:absolute;left:4px;color:#38a169;font-weight:700;font-size:16px}.pdp-content .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin:20px 0 28px 0}.pdp-content .feature-card{background:#f8fafc;padding:16px 20px;border-radius:8px;border:1px solid #e2e8f0;transition:all 0.2s ease}.pdp-content .feature-card:hover{border-color:#cbd5e0;box-shadow:0 2px 8px rgba(0,0,0,0.06)}.pdp-content .feature-card strong{font-family:'Open Sans',sans-serif;color:#1a365d;display:block;margin-bottom:8px;font-size:15.6px;font-weight:600}.pdp-content .feature-card span{color:#4a5568;font-size:14.8px;line-height:1.5;display:block}.pdp-content table{width:100%;border-collapse:collapse;font-size:15.2px;margin:24px 0;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.pdp-content thead tr{background:#f8fafc;border-bottom:2px solid #e2e8f0}.pdp-content thead th{font-family:'Open Sans',sans-serif;color:#4a5568;padding:16px 24px;text-align:left;font-weight:600;font-size:14.4px;text-transform:uppercase;letter-spacing:0.05em}.pdp-content tbody td{font-family:'Open Sans',sans-serif;padding:16px 24px;border-bottom:1px solid #e2e8f0;color:#4a5568;font-size:15.2px}.pdp-content tbody td:first-child{font-weight:600;color:#2d3748;width:50%}.pdp-content tbody tr:last-child td{border-bottom:none}.pdp-content tbody tr:hover{background:#f7fafc}.pdp-content .best-for-box{background:linear-gradient(135deg,#f0fff4 0%,#c6f6d5 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #9ae6b4}.pdp-content .best-for-box ul{margin:0}.pdp-content .best-for-box ul li::before{content:'\\2192';color:#276749}.pdp-content .why-buy-box{background:linear-gradient(135deg,#ebf8ff 0%,#bee3f8 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #90cdf4}.pdp-content .why-buy-box ul{margin:0}.pdp-content .why-buy-box ul li::before{content:'\\2605';color:#d69e2e}.pdp-content .faq-container{margin:16px 0 28px 0}.pdp-content details{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:10px;overflow:hidden}.pdp-content details:hover{border-color:#cbd5e0}.pdp-content details[open]{box-shadow:0 4px 12px rgba(0,0,0,0.08);border-color:#2b6cb0}.pdp-content summary{font-family:'Open Sans',sans-serif;padding:16px 20px;cursor:pointer;font-weight:600;color:#2d3748;background:#f7fafc;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:15.6px}.pdp-content summary:hover{background:#edf2f7}.pdp-content summary::-webkit-details-marker{display:none}.pdp-content summary::marker{display:none}.pdp-content summary::after{content:'+';font-size:22px;color:#2b6cb0;font-weight:600;width:24px;text-align:center}.pdp-content details[open] summary{background:#ebf8ff;border-bottom:1px solid #bee3f8}.pdp-content details[open] summary::after{content:'-'}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:16px 20px;margin:0;color:#4a5568;background:#fff;font-size:15.2px;line-height:1.7}.pdp-content .summary-box{background:linear-gradient(135deg,#faf5ff 0%,#e9d8fd 100%);padding:20px 24px;border-radius:8px;margin:28px 0;border:1px solid #d6bcfa}.pdp-content .summary-box p{margin:0;color:#553c9a;font-size:16px}.pdp-content .disclaimer-box{background:#fffaf0;padding:16px 20px;border-radius:8px;margin:28px 0 16px 0;border:1px solid #f6ad55;border-left:4px solid #dd6b20}.pdp-content .disclaimer-box p{margin:0;color:#744210;font-size:14px;line-height:1.6}.pdp-content .disclaimer-box strong{color:#c05621}@media(max-width:768px){.pdp-content{font-size:14px}.pdp-content h2{font-size:20.8px;margin-top:24px}.pdp-content .features-grid{grid-template-columns:1fr;gap:12px}.pdp-content .feature-card{padding:14px 16px}.pdp-content thead th,.pdp-content tbody td{padding:12px 16px;font-size:14px}.pdp-content tbody td:first-child{width:45%}.pdp-content summary{padding:14px 16px;font-size:14.8px}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:14px 16px}.pdp-content .intro-box,.pdp-content .best-for-box,.pdp-content .why-buy-box,.pdp-content .summary-box,.pdp-content .disclaimer-box{padding:16px}}@media(max-width:480px){.pdp-content h2{font-size:19.2px}.pdp-content thead th,.pdp-content tbody td{padding:10px 12px;font-size:12.8px}}\u003c\/style\u003e \u003cdiv class=\"pdp-content\"\u003e   \u003ch2\u003eProduct Description\u003c\/h2\u003e   \u003cdiv class=\"intro-box\"\u003e\u003cp\u003eThe Movo Brome Scooter Canada is a premium 4-wheel medium-size mobility scooter engineered by Movo Evolution — a Canadian manufacturer with over 15 years of industry expertise — delivering an impressive 40 km range per charge, a powerful 700-watt engine, and full front-and-rear suspension in a stylish, urban-ready chassis built for confident everyday independence across Canada.\u003c\/p\u003e\u003c\/div\u003e   \u003cp\u003eDesigned for Canadians who demand performance without compromise, the Brome combines a 50 Amp battery with a 700-watt (4,500 rpm) motor to reach speeds of up to 13 km\/h — enough to comfortably navigate busy city streets, park pathways, and neighbourhood routes. A 300 lb (136 kg) weight capacity, a maximum incline angle of 10°, and a compact 119.9 × 62.5 cm (47.2″ × 24.6″) footprint make the Brome equally capable in tight urban spaces and open outdoor environments. Ergonomic, adjustable swivel seating with plush cushioning ensures comfort on longer outings, while LED headlights and rear safety lights keep riders visible and protected at all times.\u003c\/p\u003e   \u003cp\u003eAvailable from Factory Direct Medical with free shipping across Canada, the Movo Brome is backed by Movo Evolution™’s manufacturer’s limited warranty, with dedicated Canadian customer service to support your mobility investment. Factory Direct Medical is your trusted Canadian source for high-end mobility scooters — delivering competitive pricing, expert guidance, and reliable after-sales support from coast to coast.\u003c\/p\u003e    \u003ch2\u003eKey Features\u003c\/h2\u003e   \u003cdiv class=\"features-grid\"\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003e700-Watt Engine \u0026amp; 40 km Range\u003c\/strong\u003e \u003cspan\u003eThe Brome’s 700-watt (4,500 rpm) motor paired with its 50 Amp battery delivers up to 40 km of travel on a single charge — enough for a full day of errands, sightseeing, or community outings without range anxiety.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eFull Front \u0026amp; Rear Suspension\u003c\/strong\u003e \u003cspan\u003eA complete front-and-rear suspension system absorbs vibrations from uneven surfaces, cracks, and kerbs — delivering a smooth, stable, and comfortable ride whether you’re on sidewalks, paved paths, or light off-road terrain.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003e300 lb Weight Capacity\u003c\/strong\u003e \u003cspan\u003eEngineered to safely support users up to 300 lbs (136 kg), the Brome’s robust alloy frame provides a solid, secure foundation for riders of a wide range of body types without sacrificing manoeuvrability.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eErgonomic Adjustable Swivel Seat\u003c\/strong\u003e \u003cspan\u003eThe plush, cushioned swivel seat adjusts to suit individual riders, supporting proper posture and reducing fatigue on extended trips — an important comfort consideration for daily mobility users across Canada.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eLED Headlight \u0026amp; Rear Safety Lighting\u003c\/strong\u003e \u003cspan\u003eIntegrated LED headlights and rear safety lights maximise visibility during early morning or evening outings, keeping riders safe in low-light conditions — a standard feature that many lower-cost scooters omit.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eCompact Urban Footprint\u003c\/strong\u003e \u003cspan\u003eAt 119.9 × 62.5 cm (47.2″ × 24.6″), the Brome is sized to navigate shopping centre aisles, elevators, and busy city pavements with ease — delivering the confidence of a full-size scooter in a manoeuvrable medium-size package.\u003c\/span\u003e\n\u003c\/div\u003e   \u003c\/div\u003e    \u003ch2\u003eDesigned for Comfort \u0026amp; Safety\u003c\/h2\u003e   \u003cp\u003eThe Movo Brome is built around the daily realities of Canadian urban life — where varying pavement quality, changing seasons, and the need for effortless manoeuvrability demand a scooter that performs consistently in real-world conditions. The full front-and-rear suspension system is central to this, actively smoothing out imperfections in pavement and reducing the physical strain of bumpy surfaces on the rider’s back, hips, and joints. The adjustable swivel seat accommodates a range of user heights and preferences, while the ergonomic tiller design and responsive controls provide intuitive operation for both new and experienced scooter users.\u003c\/p\u003e   \u003cp\u003eThe Brome’s electronic braking system — combined with disc\/regenerative braking technology — ensures smooth, predictable stops even on inclines up to 10°. The corrosion-resistant alloy frame provides long-term durability in Canada’s varied climate conditions. Always operate the Brome within its rated weight capacity of 300 lbs (136 kg) and consult a physiotherapist or occupational therapist prior to use to confirm this scooter is appropriate for your specific mobility requirements.\u003c\/p\u003e    \u003ch2\u003eSpecifications\u003c\/h2\u003e   \u003ctable\u003e     \u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e     \u003ctbody\u003e       \u003ctr\u003e\n\u003ctd\u003eWeight Capacity\u003c\/td\u003e\n\u003ctd\u003e300 lb (136 kg)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eMaximum Speed\u003c\/td\u003e\n\u003ctd\u003eUp to 13 km\/h\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eBattery Range\u003c\/td\u003e\n\u003ctd\u003eUp to 40 km per charge\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eEngine\u003c\/td\u003e\n\u003ctd\u003e700-watt (4,500 rpm)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eBattery\u003c\/td\u003e\n\u003ctd\u003e50 Amp\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eSuspension\u003c\/td\u003e\n\u003ctd\u003eFront and rear\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eMaximum Incline\u003c\/td\u003e\n\u003ctd\u003e10°\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eOverall Dimensions (L × W)\u003c\/td\u003e\n\u003ctd\u003e47.2″ × 24.6″ (119.9 × 62.5 cm)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eWheel Configuration\u003c\/td\u003e\n\u003ctd\u003e4-wheel\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eSeat Type\u003c\/td\u003e\n\u003ctd\u003eAdjustable, swivel, cushioned\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eLighting\u003c\/td\u003e\n\u003ctd\u003eFront LED headlight + rear safety lights\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eBrakes\u003c\/td\u003e\n\u003ctd\u003eElectronic + disc\/regenerative braking\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eFrame\u003c\/td\u003e\n\u003ctd\u003eLightweight, corrosion-resistant alloy\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eSKU\u003c\/td\u003e\n\u003ctd\u003eBrome\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eManufacturer\u003c\/td\u003e\n\u003ctd\u003eMovo Evolution (Granby, Quebec, Canada)\u003c\/td\u003e\n\u003c\/tr\u003e     \u003c\/tbody\u003e   \u003c\/table\u003e    \u003ch2\u003eBest For\u003c\/h2\u003e   \u003cdiv class=\"best-for-box\"\u003e\u003cul\u003e     \u003cli\u003eSeniors and adults with mobility limitations who need a reliable, comfortable daily-use scooter for errands, community outings, and neighbourhood travel across Canada\u003c\/li\u003e     \u003cli\u003eUrban dwellers navigating sidewalks, shopping centres, plazas, and parks who need a manoeuvrable medium-size scooter with a compact footprint and strong range\u003c\/li\u003e     \u003cli\u003eRiders seeking a Canadian-made brand with premium build quality — the Movo Brome is designed and manufactured by Movo Evolution in Granby, Quebec, with Canadian market support\u003c\/li\u003e     \u003cli\u003eUsers weighing up to 300 lbs (136 kg) who require a full-suspension 4-wheel scooter with a 700-watt motor capable of handling varied terrain and inclines up to 10°\u003c\/li\u003e   \u003c\/ul\u003e\u003c\/div\u003e    \u003ch2\u003eWhy Choose This Product\u003c\/h2\u003e   \u003cdiv class=\"why-buy-box\"\u003e\u003cul\u003e     \u003cli\u003eCanadian-engineered performance: Movo Evolution™ is a Canadian mobility brand with 15+ years of expertise — the Brome is purpose-built for Canadian urban environments, climate conditions, and rider expectations\u003c\/li\u003e     \u003cli\u003eBest-in-class range and power for the mid-size category: a 700-watt engine and 50 Amp battery delivering up to 40 km per charge sets the Brome above most competitors in its price and size class in Canada\u003c\/li\u003e     \u003cli\u003eFactory Direct Medical advantage — free shipping across Canada, competitive pricing at $3,900 CAD, and dedicated Canadian customer service ensuring your Movo Brome investment is supported long after delivery\u003c\/li\u003e   \u003c\/ul\u003e\u003c\/div\u003e    \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e   \u003cdiv class=\"faq-container\"\u003e     \u003cdetails\u003e\u003csummary\u003eWhat is the most common problem with mobility scooters?\u003c\/summary\u003e\u003cp\u003eThe most common issue with mobility scooters is battery degradation over time — reduced range, difficulty holding a charge, or failure to recognise the charger are frequent symptoms in aging batteries. To maximise battery life on the Movo Brome, follow the manufacturer’s charging guidelines in the owner’s manual: avoid fully depleting the 50 Amp battery before recharging, store the scooter indoors during cold Canadian winters, and recharge after each use. Tyre condition and motor brush wear are also worth monitoring with regular servicing. Factory Direct Medical’s Canadian customer service team can advise on maintenance and warranty support.\u003c\/p\u003e\u003c\/details\u003e     \u003cdetails\u003e\u003csummary\u003eWhat is the best mobility scooter for rough terrain?\u003c\/summary\u003e\u003cp\u003eFor mixed urban-and-outdoor terrain, the key features to look for are robust suspension, higher ground clearance, a powerful motor, and a stable 4-wheel configuration. The Movo Brome addresses all of these: full front-and-rear suspension absorbs uneven surfaces, the 700-watt (4,500 rpm) engine handles inclines up to 10°, and the 4-wheel design provides stable footing across a variety of surfaces — from city sidewalks and park paths to lightly uneven terrain. For dedicated off-road or very rugged terrain, a heavy-duty all-terrain scooter with larger tyres may be more appropriate — consult the Factory Direct Medical team for personalised recommendations.\u003c\/p\u003e\u003c\/details\u003e     \u003cdetails\u003e\u003csummary\u003eWhat is the difference between the Movo Brome and the Movo Brome Lite?\u003c\/summary\u003e\u003cp\u003eThe Movo Brome is the full-spec model in the Brome lineup, featuring a 700-watt (4,500 rpm) engine, a 50 Amp battery, up to 40 km range, full front-and-rear suspension, and a top speed of 13 km\/h. The Movo Brome Lite is a lighter, more entry-level variant with a reduced battery range (approximately 32 km per competitor listings), a lower-output motor configuration, and a slightly lower price point. Both share the Brome platform’s distinctive design and 4-wheel stability. If you need maximum daily range, full suspension, and the most powerful motor in the Brome family, the standard Movo Brome available at Factory Direct Medical is the recommended choice.\u003c\/p\u003e\u003c\/details\u003e   \u003c\/div\u003e    \u003ch2\u003eSummary\u003c\/h2\u003e   \u003cdiv class=\"summary-box\"\u003e\u003cp\u003eThe Movo Brome Scooter Canada is a premium medium-size 4-wheel mobility scooter from Movo Evolution — a trusted Canadian manufacturer — combining a 700-watt engine, 50 Amp battery, 40 km range, full suspension, and a 300 lb weight capacity into a stylish, urban-ready package available from Factory Direct Medical with free shipping across Canada.\u003c\/p\u003e\u003c\/div\u003e    \u003cdiv class=\"disclaimer-box\"\u003e\u003cp\u003e\u003cstrong\u003eImportant Notice:\u003c\/strong\u003e The Movo Brome is a mobility aid designed to assist individuals with limited mobility during daily activities and is not a substitute for professional medical advice or treatment. Consult a physiotherapist or occupational therapist before use to confirm this product is appropriate for your specific mobility needs and physical condition. Do not exceed the maximum weight capacity of 300 lbs (136 kg). Always operate within the rated maximum incline of 10° and adhere to the manufacturer’s operating guidelines provided in the owner’s manual. Battery range of up to 40 km may vary based on user weight, terrain, incline, and environmental conditions.\u003c\/p\u003e\u003c\/div\u003e \u003c\/div\u003e","brand":"Factory Direct Medical","offers":[{"title":"Default Title","offer_id":47417676595369,"sku":"Brome","price":3900.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/files\/movo-brome-medium-size-scooter-explore-with-ease-and-style-movo-8814030.png?v=1788530827"},{"product_id":"brio-small-mobility-scooter-compact-and-convenient-mobility-solution","title":"Brio Small Mobility Scooter - Compact and Convenient Mobility Solution","description":"Discover the Brio Small Mobility Scooter, your ticket to hassle-free and independent mobility. This exceptional compact scooter is designed to bring convenience to your everyday life.\u003cbr\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003cbr\u003e\u003col\u003e\n\u003cbr\u003e \u003cli\u003e\n\u003cstrong\u003eSpace-Saving Design:\u003c\/strong\u003e The Brio Small Mobility Scooter boasts a sleek and compact design, making it perfect for navigating tight spaces and crowded areas. Say goodbye to mobility challenges in narrow hallways or busy streets.\u003c\/li\u003e \u003cli\u003e\n\u003cstrong\u003eLightweight and Portable:\u003c\/strong\u003e With its lightweight construction, this scooter is easy to transport and store. You can quickly disassemble it for travel or storage, allowing you to stay active wherever you go.\u003c\/li\u003e \u003cli\u003e\n\u003cstrong\u003eImpressive Range:\u003c\/strong\u003e Despite its size, the Brio doesn't compromise on performance. Enjoy an impressive range on a single charge, ensuring you can complete your daily activities without worry.\u003c\/li\u003e \u003cli\u003e\n\u003cstrong\u003eComfortable Seating:\u003c\/strong\u003e Relax into the comfortable seat, which provides support during longer rides. The scooter's ergonomic design ensures a pleasant and pain-free experience.\u003c\/li\u003e \u003cli\u003e\n\u003cstrong\u003eUser-Friendly Controls:\u003c\/strong\u003e The intuitive controls make operating the Brio a breeze. Effortlessly maneuver through your day with the easy-to-use interface.\u003c\/li\u003e \u003cli\u003e\n\u003cstrong\u003eSafety Features:\u003c\/strong\u003e Your safety is paramount. The Brio Small Mobility Scooter comes equipped with reliable safety features, including anti-tip wheels and a secure seatbelt.\u003c\/li\u003e \u003cli\u003e\n\u003cstrong\u003eCustomizable Options:\u003c\/strong\u003e Tailor your scooter to your preferences with customizable features and accessories. Personalize it to meet your specific mobility needs.\u003c\/li\u003e\n\u003c\/ol\u003e\u003cbr\u003eRediscover your independence and enjoy the freedom to move around with ease. The Brio Small Mobility Scooter is your reliable companion for convenient and stress-free mobility. Say yes to a more active lifestyle today!","brand":"Factory Direct Medical","offers":[{"title":"Default Title","offer_id":47417676759209,"sku":"S19F+","price":3750.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/files\/brio-small-mobility-scooter-compact-and-convenient-mobility-solution-movo-6114915.png?v=1788530828"},{"product_id":"moving-life-atto-sport-mobility-scooter-foldable-travel-scooter-with-sabbath-control-canada","title":"Moving Life ATTO Sport Mobility Scooter | Foldable Travel Scooter with Sabbath Control Canada","description":"\u003cstyle\u003e@import url('https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026display=swap');.pdp-content{font-family:'Open Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#333;line-height:1.75;max-width:100%;margin:0;padding:0;font-size:15px}.pdp-content *{box-sizing:border-box}.pdp-content h2{font-family:'Open Sans',sans-serif;color:#1a365d;font-size:24px;font-weight:700;margin:32px 0 16px 0;padding-bottom:10px;border-bottom:3px solid #2b6cb0}.pdp-content h2:first-of-type{margin-top:0}.pdp-content h3{font-family:'Open Sans',sans-serif;color:#2c5282;font-size:18.8px;font-weight:600;margin:24px 0 12px 0}.pdp-content p{margin:0 0 16px 0;font-size:16px;color:#4a5568}.pdp-content .intro-box{font-size:16.8px;color:#2d3748;background:linear-gradient(135deg,#f7fafc 0%,#edf2f7 100%);padding:20px 24px;border-radius:8px;border-left:4px solid #2b6cb0;margin-bottom:24px}.pdp-content .intro-box p{margin:0;color:#2d3748}.pdp-content ul{margin:0 0 24px 0;padding:0;list-style:none}.pdp-content ul li{position:relative;padding:8px 0 8px 32px;margin:0;font-size:15.6px;color:#4a5568}.pdp-content ul li::before{content:'\\2713';position:absolute;left:4px;color:#38a169;font-weight:700;font-size:16px}.pdp-content .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin:20px 0 28px 0}.pdp-content .feature-card{background:#f8fafc;padding:16px 20px;border-radius:8px;border:1px solid #e2e8f0;transition:all 0.2s ease}.pdp-content .feature-card:hover{border-color:#cbd5e0;box-shadow:0 2px 8px rgba(0,0,0,0.06)}.pdp-content .feature-card strong{font-family:'Open Sans',sans-serif;color:#1a365d;display:block;margin-bottom:8px;font-size:15.6px;font-weight:600}.pdp-content .feature-card span{color:#4a5568;font-size:14.8px;line-height:1.5;display:block}.pdp-content table{width:100%;border-collapse:collapse;font-size:15.2px;margin:24px 0;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.pdp-content thead tr{background:#f8fafc;border-bottom:2px solid #e2e8f0}.pdp-content thead th{font-family:'Open Sans',sans-serif;color:#4a5568;padding:16px 24px;text-align:left;font-weight:600;font-size:14.4px;text-transform:uppercase;letter-spacing:0.05em}.pdp-content tbody td{font-family:'Open Sans',sans-serif;padding:16px 24px;border-bottom:1px solid #e2e8f0;color:#4a5568;font-size:15.2px}.pdp-content tbody td:first-child{font-weight:600;color:#2d3748;width:50%}.pdp-content tbody tr:last-child td{border-bottom:none}.pdp-content tbody tr:hover{background:#f7fafc}.pdp-content .best-for-box{background:linear-gradient(135deg,#f0fff4 0%,#c6f6d5 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #9ae6b4}.pdp-content .best-for-box ul{margin:0}.pdp-content .best-for-box ul li::before{content:'\\2192';color:#276749}.pdp-content .why-buy-box{background:linear-gradient(135deg,#ebf8ff 0%,#bee3f8 100%);padding:20px 24px;border-radius:8px;margin:16px 0 28px 0;border:1px solid #90cdf4}.pdp-content .why-buy-box ul{margin:0}.pdp-content .why-buy-box ul li::before{content:'\\2605';color:#d69e2e}.pdp-content .faq-container{margin:16px 0 28px 0}.pdp-content details{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:10px;overflow:hidden}.pdp-content details:hover{border-color:#cbd5e0}.pdp-content details[open]{box-shadow:0 4px 12px rgba(0,0,0,0.08);border-color:#2b6cb0}.pdp-content summary{font-family:'Open Sans',sans-serif;padding:16px 20px;cursor:pointer;font-weight:600;color:#2d3748;background:#f7fafc;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:15.6px}.pdp-content summary:hover{background:#edf2f7}.pdp-content summary::-webkit-details-marker{display:none}.pdp-content summary::marker{display:none}.pdp-content summary::after{content:'+';font-size:22px;color:#2b6cb0;font-weight:600;width:24px;text-align:center}.pdp-content details[open] summary{background:#ebf8ff;border-bottom:1px solid #bee3f8}.pdp-content details[open] summary::after{content:'-'}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:16px 20px;margin:0;color:#4a5568;background:#fff;font-size:15.2px;line-height:1.7}.pdp-content .summary-box{background:linear-gradient(135deg,#faf5ff 0%,#e9d8fd 100%);padding:20px 24px;border-radius:8px;margin:28px 0;border:1px solid #d6bcfa}.pdp-content .summary-box p{margin:0;color:#553c9a;font-size:16px}.pdp-content .disclaimer-box{background:#fffaf0;padding:16px 20px;border-radius:8px;margin:28px 0 16px 0;border:1px solid #f6ad55;border-left:4px solid #dd6b20}.pdp-content .disclaimer-box p{margin:0;color:#744210;font-size:14px;line-height:1.6}.pdp-content .disclaimer-box strong{color:#c05621}@media(max-width:768px){.pdp-content{font-size:14py}.pdp-content h2{font-size:20.8px;margin-top:24px}.pdp-content .features-grid{grid-template-columns:1fr;gap:12px}.pdp-content .feature-card{padding:14px 16px}.pdp-content thead th,.pdp-content tbody td{padding:12px 16px;font-size:14px}.pdp-content tbody td:first-child{width:45%}.pdp-content summary{padding:14px 16px;font-size:14.8px}.pdp-content details\u003ep,.pdp-content details\u003ediv{padding:14px 16px}.pdp-content .intro-box,.pdp-content .best-for-box,.pdp-content .why-buy-box,.pdp-content .summary-box,.pdp-content .disclaimer-box{padding:16px}}@media(max-width:480px){.pdp-content h2{font-size:19.2px}.pdp-content thead th,.pdp-content tbody td{padding:10px 12px;font-size:12.8px}}\u003c\/style\u003e \u003cdiv class=\"pdp-content\"\u003e   \u003ch2\u003eProduct Description\u003c\/h2\u003e   \u003cdiv class=\"intro-box\"\u003e\u003cp\u003eThe Moving Life ATTO Sport Mobility Scooter is a foldable travel mobility scooter engineered for Canadians who refuse to let limited mobility slow them down — combining a bold grey-and-red aluminium frame, a flight-approved 48V lithium battery, and the world’s first proprietary Sabbath Control technology into one ultra-portable package that weighs just 30 kg (66 lbs) assembled and splits into two compact halves for effortless transport and storage.\u003c\/p\u003e\u003c\/div\u003e   \u003cp\u003eDesigned for active lifestyles, the ATTO Sport delivers a 17.5 km range per charge at up to 8 km\/h across 6 programmable speed settings, with an economy mode to extend range and automatic speed reduction on slopes for confident, predictable handling. Features including cruise control, auto-slowdown on turns, a front disc brake, wireless antitheft locking, a USB charging port, horn, and back-up alarm make this one of the most fully equipped portable electric scooters for seniors available in Canada. The optional MAX Upgrade configuration increases weight capacity to 300 lbs (136 kg) for users requiring additional support.\u003c\/p\u003e   \u003cp\u003eAvailable from Factory Direct Medical with free shipping across Canada, the ATTO Sport is backed by Moving Life™’s two-year limited warranty on the frame, electronics, and drivetrain, plus a one-year warranty on the battery — with full Canadian customer support to ensure your mobility investment is protected for years to come.\u003c\/p\u003e    \u003ch2\u003eKey Features\u003c\/h2\u003e   \u003cdiv class=\"features-grid\"\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eSabbath Control Technology\u003c\/strong\u003e \u003cspan\u003eThe ATTO Sport includes proprietary Sabbath Control mode — certified by the Zomet Institute — allowing users to switch between standard and Sabbath-compliant operation. This is the only mobility scooter in its class with this capability.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eFlight-Approved 48V Lithium Battery\u003c\/strong\u003e \u003cspan\u003eThe 1.85 kg (4.1 lb) lithium battery meets airline regulations for air travel, with a 4–5 hour recharge time and a 17.5 km range per charge. An economy mode further reduces speed to maximise range on longer outings.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eSplit-Frame \u0026amp; Trolley Transport Design\u003c\/strong\u003e \u003cspan\u003eThe ATTO Sport divides into a front half (12.5 kg \/ 27.5 lbs) and rear half (17.5 kg \/ 38.5 lbs) for easy lifting into cars and overhead storage. In trolley mode, it folds to 71 × 38.9 × 41.9 cm — manageable as carry-on luggage.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eAdvanced Safety \u0026amp; Control Systems\u003c\/strong\u003e \u003cspan\u003eCruise control, automatic speed reduction on slopes, auto-slowdown on turns, a front disc brake, and an automatic braking system combine to deliver precise, responsive control across all terrain types.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eSporty Aluminium Build with Airless Tyres\u003c\/strong\u003e \u003cspan\u003eThe brushless DC motor powers through a lightweight aluminium chassis in a distinctive grey frame with red accents. Shock-reducing airless tyres eliminate flat-tyre risk and maintain consistent ride quality on urban surfaces.\u003c\/span\u003e\n\u003c\/div\u003e     \u003cdiv class=\"feature-card\"\u003e\n\u003cstrong\u003eProgrammable LCD Display \u0026amp; Accessories\u003c\/strong\u003e \u003cspan\u003eA programmable LCD display with integrated headlights, a USB charging port, wireless antitheft locking, a horn, and a back-up alarm provide both practical utility and peace of mind in daily and travel use.\u003c\/span\u003e\n\u003c\/div\u003e   \u003c\/div\u003e    \u003ch2\u003eDesigned for Comfort \u0026amp; Safety\u003c\/h2\u003e   \u003cp\u003eThe ATTO Sport is built for users who want a scooter that performs in real-world travel and daily living scenarios. Its adjustable seat offers four height settings so riders of varying statures can find a comfortable, ergonomically correct riding position, while the adjustable tiller height and angle allows further customisation to reduce shoulder and wrist fatigue on longer trips. The 12 cm ground clearance and 52″ (132 cm) turning radius ensure the scooter handles comfortably across standard indoor and outdoor environments — from shopping centres and airports to neighbourhood pavements.\u003c\/p\u003e   \u003cp\u003eThe contractible rear wheels, free-wheel mode (allowing manual movement when the scooter is off), left-hand drive capability, and under-seat storage area round out an impressive suite of practical features. The MAX Upgrade option is available for users requiring a higher weight capacity of up to 300 lbs (136 kg) — note that performance characteristics including speed and battery range may vary slightly under higher load conditions. Always consult a physiotherapist or occupational therapist before use to confirm the ATTO Sport is appropriate for your specific mobility needs.\u003c\/p\u003e    \u003ch2\u003eSpecifications\u003c\/h2\u003e   \u003ctable\u003e     \u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e     \u003ctbody\u003e       \u003ctr\u003e\n\u003ctd\u003eWeight Capacity (Standard)\u003c\/td\u003e\n\u003ctd\u003e265 lbs (120 kg)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eWeight Capacity (MAX Upgrade)\u003c\/td\u003e\n\u003ctd\u003e300 lbs (136 kg)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eMaximum Speed\u003c\/td\u003e\n\u003ctd\u003e8 km\/h\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eEstimated Range\u003c\/td\u003e\n\u003ctd\u003e17.5 km per charge\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eSpeed Settings\u003c\/td\u003e\n\u003ctd\u003e6 speeds + Economy Mode\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eBattery\u003c\/td\u003e\n\u003ctd\u003e48V lithium — flight-approved\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eCharge Time\u003c\/td\u003e\n\u003ctd\u003e4–5 hours\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eBattery Weight\u003c\/td\u003e\n\u003ctd\u003e1.85 kg (4.1 lbs)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eAssembled Weight (battery excl.)\u003c\/td\u003e\n\u003ctd\u003e30 kg (66 lbs)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eFront Half Weight\u003c\/td\u003e\n\u003ctd\u003e12.5 kg (27.5 lbs)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eRear Half Weight\u003c\/td\u003e\n\u003ctd\u003e17.5 kg (38.5 lbs)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eDrive Mode Dimensions (H × L × W)\u003c\/td\u003e\n\u003ctd\u003e89 × 120 × 56 cm (35″ × 47″ × 22″)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eTrolley Mode Dimensions (H × L × W)\u003c\/td\u003e\n\u003ctd\u003e71 × 38.9 × 41.9 cm (28″ × 15.3″ × 16.5″)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eTurning Radius\u003c\/td\u003e\n\u003ctd\u003e52″ (132 cm)\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eGround Clearance\u003c\/td\u003e\n\u003ctd\u003e12 cm\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eSeat Height\u003c\/td\u003e\n\u003ctd\u003eAdjustable — 4 height settings\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eFrame Material\u003c\/td\u003e\n\u003ctd\u003eAluminium — grey with red accents\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eMotor\u003c\/td\u003e\n\u003ctd\u003eBrushless DC\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eTyres\u003c\/td\u003e\n\u003ctd\u003eShock-reducing airless\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eBrakes\u003c\/td\u003e\n\u003ctd\u003eAutomatic braking system + front disc brake\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eSpecial Modes\u003c\/td\u003e\n\u003ctd\u003eSabbath Control (Zomet Institute), Economy Mode, Free-Wheel Mode, Left-Hand Drive\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eIncluded Accessories\u003c\/td\u003e\n\u003ctd\u003eProgrammable LCD display, LCD headlights, USB charging port, horn, back-up alarm, wireless antitheft locking, under-seat storage, rear lifting handle\u003c\/td\u003e\n\u003c\/tr\u003e       \u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e2-year limited (frame, electronics, drivetrain); 1-year (battery)\u003c\/td\u003e\n\u003c\/tr\u003e     \u003c\/tbody\u003e   \u003c\/table\u003e    \u003ch2\u003eBest For\u003c\/h2\u003e   \u003cdiv class=\"best-for-box\"\u003e\u003cul\u003e     \u003cli\u003eFrequent travellers in Canada needing a lightweight folding mobility scooter that meets airline carry-on requirements — the flight-approved 48V battery and trolley fold make it the ideal travel companion\u003c\/li\u003e     \u003cli\u003eUsers observing Sabbath who require Zomet Institute–certified Sabbath Control mode — a unique feature only available on the Moving Life ATTO Sport\u003c\/li\u003e     \u003cli\u003eSeniors and active adults who want a portable electric scooter for daily independence in shopping centres, airports, community spaces, and neighbourhood outings\u003c\/li\u003e     \u003cli\u003eUsers requiring a higher weight capacity: the optional MAX Upgrade increases support to 300 lbs (136 kg) without compromising the scooter’s compact, foldable design\u003c\/li\u003e   \u003c\/ul\u003e\u003c\/div\u003e    \u003ch2\u003eWhy Choose This Product\u003c\/h2\u003e   \u003cdiv class=\"why-buy-box\"\u003e\u003cul\u003e     \u003cli\u003eThe only foldable mobility scooter in its class with Zomet Institute–certified Sabbath Control — a critical feature for observant users that no other travel scooter in Canada currently offers\u003c\/li\u003e     \u003cli\u003eIndustry-leading portability: 30 kg assembled, splits into two halves under 18 kg each, folds into trolley mode, and carries a flight-approved battery — ready for planes, trains, cruise ships, and compact cars\u003c\/li\u003e     \u003cli\u003eFactory Direct Medical advantage — available with free shipping across Canada, backed by Moving Life™’s two-year limited manufacturer’s warranty, with dedicated Canadian customer service at 1-855-235-2400\u003c\/li\u003e   \u003c\/ul\u003e\u003c\/div\u003e    \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e   \u003cdiv class=\"faq-container\"\u003e     \u003cdetails\u003e\u003csummary\u003eWhat is the difference between ATTO and atto sport?\u003c\/summary\u003e\u003cp\u003eThe ATTO Classic is Moving Life’s entry-level foldable scooter — lightweight, ultra-portable, and ideal for straightforward daily travel. The ATTO Sport adds several meaningful upgrades: a higher maximum speed of 8 km\/h (vs. the Classic’s lower speed), cruise control, auto-slowdown on turns, a front disc brake, wireless antitheft locking, programmable settings, and the proprietary Sabbath Control mode certified by the Zomet Institute. The Sport also offers an optional MAX Upgrade for increased weight capacity up to 300 lbs. Choose the ATTO Sport if you want advanced control features, security, and Sabbath operation capability.\u003c\/p\u003e\u003c\/details\u003e     \u003cdetails\u003e\u003csummary\u003eWho makes ATTO mobility scooters?\u003c\/summary\u003e\u003cp\u003eATTO mobility scooters are designed and manufactured by Moving Life — an Israeli company specialising in ultra-portable, foldable electric mobility solutions. Moving Life operates in Canada through movinglife.ca and authorised Canadian retailers including Factory Direct Medical. All Moving Life ATTO products sold at Factory Direct Medical are covered under the manufacturer’s warranty provided directly by Moving Life, with a two-year limited warranty on frame, electronics, and drivetrain components.\u003c\/p\u003e\u003c\/details\u003e     \u003cdetails\u003e\u003csummary\u003eIs the ATTO Sport mobility scooter approved for air travel in Canada?\u003c\/summary\u003e\u003cp\u003eYes — the ATTO Sport’s 48V lithium battery is flight-approved and meets airline regulations for travel by air. This makes the ATTO Sport one of the very few mobility scooters cleared for in-cabin airline travel. A flight certificate (ATTO-flight-Certificate.pdf) is available for download from the product page. Travellers are advised to confirm battery approval with their specific airline in advance, as individual airline policies may vary. The scooter’s compact trolley mode (71 × 38.9 × 41.9 cm) allows it to be transported as carry-on or checked baggage on most carriers.\u003c\/p\u003e\u003c\/details\u003e   \u003c\/div\u003e    \u003ch2\u003eSummary\u003c\/h2\u003e   \u003cdiv class=\"summary-box\"\u003e\u003cp\u003eThe Moving Life ATTO Sport Mobility Scooter is Canada’s premier foldable travel scooter — combining a 17.5 km flight-approved range, exclusive Zomet Institute–certified Sabbath Control, and a split-frame design weighing just 30 kg into a premium, fully featured package available from Factory Direct Medical with free shipping across Canada and a two-year limited manufacturer’s warranty.\u003c\/p\u003e\u003c\/div\u003e    \u003cdiv class=\"disclaimer-box\"\u003e\u003cp\u003e\u003cstrong\u003eImportant Notice:\u003c\/strong\u003e The Moving Life ATTO Sport Mobility Scooter is a mobility aid designed to assist individuals with limited mobility during daily activities. It is not a substitute for professional medical advice or treatment. Consult a physiotherapist or occupational therapist before use to confirm this product is appropriate for your specific mobility needs and physical condition. Do not exceed the maximum weight capacity of 265 lbs (120 kg) in standard configuration, or 300 lbs (136 kg) with the MAX Upgrade installed. Performance characteristics including speed and range may vary based on user weight, terrain, and operating conditions. Always follow the manufacturer’s operating guidelines provided in the owner’s manual.\u003c\/p\u003e\u003c\/div\u003e \u003c\/div\u003e","brand":"Factory Direct Medical","offers":[{"title":"No \/ No Version Upgrade","offer_id":47417676791977,"sku":"sku-46146461466874","price":5699.0,"currency_code":"CAD","in_stock":true},{"title":"No \/ Add Sabbath Adaptation (Sabbath Model )","offer_id":47417676824745,"sku":"sku-46146461827322","price":6099.0,"currency_code":"CAD","in_stock":true},{"title":"No \/ Add ATTO Max Upgrade (ATTO Max Upgrade)","offer_id":47417676857513,"sku":"sku-46146461860090","price":6299.0,"currency_code":"CAD","in_stock":true},{"title":"Yes \/ No Version Upgrade","offer_id":47417676890281,"sku":"sku-46146461892858","price":6149.0,"currency_code":"CAD","in_stock":true},{"title":"Yes \/ Add Sabbath Adaptation (Sabbath Model )","offer_id":47417676923049,"sku":"sku-46146462220538","price":6549.0,"currency_code":"CAD","in_stock":true},{"title":"Yes \/ Add ATTO Max Upgrade (ATTO Max Upgrade)","offer_id":47417676955817,"sku":"sku-46146462253306","price":6749.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/files\/atto-sport-mobility-scooter-moving-life-7682862.webp?v=1788530827"},{"product_id":"gotrax-electric-scooter-for-adults-8-5-tire-max-15km-range-25km-h-speed-🍁-all-in-one-marketplace-canada","title":"Gotrax Electric Scooter for Adults, 8.5\" Tire, Max 15Km Range, 25Km\/h Speed 🍁 All In One Marketplace Canada","description":"\u003cp\u003e\u003cb\u003eBrand:\u003c\/b\u003e Gotrax\u003c\/p\u003e\u003cp\u003e\u003cb\u003eColor:\u003c\/b\u003e Oilblack\u003c\/p\u003e\u003cp\u003e\u003cb\u003eFeatures:\u003c\/b\u003e \u003c\/p\u003e\u003cul\u003e\n\u003cli\u003eMost Classic and Reliable: The GXL V2 is the Gotrax's most classic, mature, and reliable model. The GXL V2 has a large console, long battery life, All-aluminum alloy frame, front headlight, and UL2272 certification, safe and smooth to ride\u003c\/li\u003e\n\u003cli\u003eLong Range Battery: High capacity 36V\/5.2 AH battery with a maximum travel range of up to 10-15 km UNDER OPTIMUM CONDITIONS. Our smart battery management system ensures battery safety\u003c\/li\u003e\n\u003cli\u003ePortable Folding Frame: The Gotrax GXL V2 Commuting Scooter is equipped with a One-step folding system for portability. Aluminum material to enhance the stability, and a special Red Safety Button to protect the handlebar from folding while riding\u003c\/li\u003e\n\u003cli\u003eStrong Power E Scooter: The Gotrax adult electric-powered scooter features a quiet Rated 250 W(Peak 350 W) motor, boasting a top speed of 25km\/h (15.5mph) and a max load of 100kg\/220lbs, making it a great commuting scooter\u003c\/li\u003e\n\u003cli\u003eMultifunctional Console: The LED display shows current speed, speed modes, battery life, and headlight. The headlight has been upgraded to 8. 5 degrees irradiation angle and 26 ft irradiation distance, keeping riders safe while riding in the dark\u003c\/li\u003e\n\u003c\/ul\u003e\u003cp\u003e\u003cb\u003emodel number:\u003c\/b\u003e GXL V2\u003c\/p\u003e\u003cp\u003e\u003cb\u003ePart Number:\u003c\/b\u003e GXL V2\u003c\/p\u003e\u003cp\u003e\u003cb\u003eEAN:\u003c\/b\u003e 0810066083158\u003c\/p\u003e\u003cp\u003e\u003cb\u003ePackage Dimensions:\u003c\/b\u003e 39.0 x 14.2 x 8.1 inches\u003c\/p\u003e","brand":"All In One Marketplace Canada","offers":[{"title":"Default Title","offer_id":47417711460521,"sku":"B09K3GR452","price":607.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/files\/51pEfq6DK7L.jpg?v=1788531530"},{"product_id":"gotrax-edge-hoverboard-with-6-5-led-wheels-6-4km-self-balancing-scooter-🍁-all-in-one-marketplace-canada","title":"Gotrax Edge Hoverboard with 6.5\" LED Wheels, 6.4km Self Balancing Scooter 🍁 All In One Marketplace Canada","description":"\u003cp\u003e\u003cb\u003eBrand:\u003c\/b\u003e Gotrax\u003c\/p\u003e\u003cp\u003e\u003cb\u003eColor:\u003c\/b\u003e Edge-black-new\u003c\/p\u003e\u003cp\u003e\u003cb\u003eFeatures:\u003c\/b\u003e \u003c\/p\u003e\u003cul\u003e\n\u003cli\u003ePOWERFUL JOYRIDE – Gotrax EDGE hoverboard with dual 200W brushless motors, you can take your riding to a fun and safe top speed of 6.2mph. Equipped with 50.4Wh low self-discharge rate battery pack offers up to 6.4 km of continuous riding on a single charge (travel distance depends on rider's weight, terrain and so on).\u003c\/li\u003e\n\u003cli\u003eRIDING WITH CONFIDENCE - 6.5\" solid high-quality tires provide comfortable and smooth riding on most of the road. A durable and thick non-slip footpad allows all level riders to feel safe. This hover board includes LED indicator light, which shows the battery and hoverboard status to make it easy to stay in the know.\u003c\/li\u003e\n\u003cli\u003eSAFETY ELECTRIC HOVERBOARDS - Gotrax self-balancing scooter with UL-2272 standards to ensure safety. Each Gotrax hoverboard back is affixed with a UL certification label. The bright front LED light which illuminates the area and keeps riders visible ensures night safety riding.\u003c\/li\u003e\n\u003cli\u003eEASY LEARN AND CONTROL - The self-balancing control system makes the electric hoverboards easy to learn and control, put one foot on the board pedal, then put the other foot, once staying straight in a comfortable posture, you can ready to go(tips: the feet closer to the wheel, the more stability). Go straight, fast turns, 360° rotation to show your skills.\u003c\/li\u003e\n\u003cli\u003eA ONE Of A KIND PRESENT- This electric hoverboard isn’t just for kids! It’s for riders of all sizes and able to carry anyone up to 44-176 lbs. It can be an affordable and unique present for your friends and family. If you have any questions, please feel free to contact us, we provide professional online customer service and 180 days assurance.\u003c\/li\u003e\n\u003c\/ul\u003e\u003cp\u003e\u003cb\u003emodel number:\u003c\/b\u003e PB-655\u003c\/p\u003e\u003cp\u003e\u003cb\u003ePart Number:\u003c\/b\u003e PB-655\u003c\/p\u003e\u003cp\u003e\u003cb\u003eEAN:\u003c\/b\u003e 0810132397844\u003c\/p\u003e\u003cp\u003e\u003cb\u003ePackage Dimensions:\u003c\/b\u003e 23.5 x 8.8 x 8.0 inches\u003c\/p\u003e","brand":"All In One Marketplace Canada","offers":[{"title":"Default Title","offer_id":47417713459369,"sku":"B0CPJB8KH5","price":0.0,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/files\/61zDS7UUzEL.jpg?v=1788531556"},{"product_id":"hiboy-s2-pro-electric-scooter-500w-powerful-motor-10-solid-tires-25miles-40km-range-19mph-30-kph-folding-commuter-electric-scooter-for-adults-🍁-all-in-one-marketplace-canada","title":"Hiboy S2 Pro Electric Scooter, 500W Powerful Motor, 10\" Solid Tires, 25Miles\/40KM Range \u0026 19Mph\/30 KPH Folding Commuter Electric Scooter for Adults 🍁 All In One Marketplace Canada","description":"\u003cp\u003e\u003cb\u003eBrand:\u003c\/b\u003e Hiboy\u003c\/p\u003e\u003cp\u003e\u003cb\u003eColor:\u003c\/b\u003e Black\u003c\/p\u003e\u003cp\u003e\u003cb\u003eFeatures:\u003c\/b\u003e \u003c\/p\u003e\u003cul\u003e\n\u003cli\u003ePowerful Motor \u0026amp; Long Battery Life - The 500W powerful brushless hub motor reaches speeds up to 30km\/h. The high-capacity 36V\/11.6Ah battery delivers a maximum range of up to 40km under ideal conditions, supporting a max load of 220 lbs. This scooter has also passed strict UL 2272 safety testing (Testing lab: UL).\u003c\/li\u003e\n\u003cli\u003eUpgrade Your Daily Commute - The Hiboy S2 Pro electric scooter comes with 10-inch solid tires on both front and rear wheels, plus dual rear shock absorbers, for exceptional comfort even on rough roads and speed bumps.\u003c\/li\u003e\n\u003cli\u003eSafety Designed for Urban Riding - The ultra-bright headlight illuminates up to 15 meters for enhanced visibility and safety. The dual braking system combines a responsive disc brake with EABS regenerative anti-lock braking for reliable stopping power.\u003c\/li\u003e\n\u003cli\u003eCompact \u0026amp; Portable for Commuting \u0026amp; Travel - The Hiboy electric scooter folds easily for convenient storage in car trunks and tight spaces. A detachable seat is available separately for added riding comfort (Seat Not Included).\u003c\/li\u003e\n\u003cli\u003eSmart Hiboy S2 App - Pair your scooter with the official Hiboy app to lock\/unlock your device, and customize acceleration and braking sensitivity to match your riding style.\u003c\/li\u003e\n\u003cli\u003eQuality You Can Trust - With enhanced performance and durable construction, the Hiboy S2 Pro is your ideal daily commuter and outdoor travel companion. We offer 12-month and 6-month warranty coverage for different components; please see product details for full warranty information.\u003c\/li\u003e\n\u003c\/ul\u003e\u003cp\u003e\u003cb\u003emodel number:\u003c\/b\u003e S2 Pro\u003c\/p\u003e\u003cp\u003e\u003cb\u003ePart Number:\u003c\/b\u003e S2 Pro\u003c\/p\u003e\u003cp\u003e\u003cb\u003eEAN:\u003c\/b\u003e 0617201874936\u003c\/p\u003e\u003cp\u003e\u003cb\u003ePackage Dimensions:\u003c\/b\u003e 45.5 x 21.6 x 6.8 inches\u003c\/p\u003e","brand":"All In One Marketplace Canada","offers":[{"title":"Default Title","offer_id":47417713721513,"sku":"B086N23QBD","price":747.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/files\/61gggOqhLXL.jpg?v=1788531562"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/6955\/6393\/collections\/Ebike.jpg?v=1788530475","url":"https:\/\/unclemikesoutdoors.ca\/collections\/e-bikes.oembed?page=3","provider":"Uncle Mike's Outdoors and More!","version":"1.0","type":"link"}