{"product_id":"inspire-mini-500w-ebike-n2h-top-speed-32-km-hr-range-120-km","title":"Inspire Mini 500W eBike (N2H) | 32 Km\/hr Top Speed | 120 Km Range","description":"\u003c!-- Paste inside \u003cbody\u003e. Layout uses this root’s width (container queries). Parent flex item: use min-width: 0 on the slot so this can shrink in narrow columns. --\u003e\n\u003cdiv class=\"inmini-fragment\" data-inmini-product-embed\u003e\n  \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\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\n  \u003cdiv class=\"section-divider\" aria-hidden=\"true\"\u003e\u003c\/div\u003e\n\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\n          \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\n          \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\n          \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\n          \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\n          \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\n          \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\n          \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\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\n          \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\n        \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\n            Learn more\n            \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\n          \u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\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 UL-certified battery cells and Teslica's SafeVolt™ system, featuring UL and 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\n      \u003cdiv class=\"media-row\"\u003e\n        \u003cdiv class=\"media-visual contain\"\u003e\n          \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\n        \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\n      \u003cdiv class=\"media-row reverse\"\u003e\n        \u003cdiv class=\"media-visual contain\"\u003e\n          \u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/n2h.webp?v=1769784056\u0026amp;width=1200\" alt=\"Fat tires\" width=\"2048\" height=\"1717\"\u003e\n        \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\n      \u003cdiv class=\"media-row\"\u003e\n        \u003cdiv class=\"media-visual\"\u003e\n          \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\n        \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\n      \u003cdiv class=\"media-row reverse\"\u003e\n        \u003cdiv class=\"media-visual\"\u003e\n          \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\n        \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\u003eUL and CE 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\n      \u003cdiv class=\"media-row\"\u003e\n        \u003cdiv class=\"media-visual\"\u003e\n          \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\n        \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\n      \u003cdiv class=\"media-row reverse\"\u003e\n        \u003cdiv class=\"media-visual\"\u003e\n          \u003cimg src=\"https:\/\/www.teslica.com\/cdn\/shop\/files\/n2h-2.webp?v=1769784234\u0026amp;width=1200\" alt=\"Throttle\" width=\"2048\" height=\"1717\"\u003e\n        \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\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\"\u003e\n        \u003carticle class=\"spec-card bonus\"\u003e\n          \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\n          \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 rack included\u003c\/h3\u003e\n        \u003c\/article\u003e\n        \u003carticle class=\"spec-card bonus\"\u003e\n          \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\n          \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\n          \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\n          \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\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\n          \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\" allowfullscreen\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n\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\n","brand":"Teslica eBikes","offers":[{"title":"Misty Blue","offer_id":52956468347177,"sku":"210000001486","price":2549.15,"currency_code":"CAD","in_stock":false},{"title":"Red","offer_id":52956468379945,"sku":"210000001487","price":2549.15,"currency_code":"CAD","in_stock":false},{"title":"Blue","offer_id":52987537391913,"sku":"210000001082","price":2549.15,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0747\/6225\/6681\/files\/n2h1.webp?v=1775766479","url":"https:\/\/konnichiwa.ca\/en\/products\/inspire-mini-500w-ebike-n2h-top-speed-32-km-hr-range-120-km","provider":"こんにちはマート | KON NICHIWA MART","version":"1.0","type":"link"}