{"product_id":"triumph-mountain-500w-ebike-e1h-32-km-hr-top-speed-120-km-range","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":52370442223892,"sku":"210000001550","price":5099.15,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0200\/0951\/7110\/files\/E1H1_78c644b0-55b6-4898-901b-a5059b6b4d75.webp?v=1778621691","url":"https:\/\/www.torontotoys.ca\/products\/triumph-mountain-500w-ebike-e1h-32-km-hr-top-speed-120-km-range","provider":"Toronto Toys","version":"1.0","type":"link"}