Purity Hybrid Elite eBike (H3H)
$3,059.15
Flexible financing available at checkout. See if you qualify
Guaranteed Safe Checkout
Purity Hybrid Elite eBike (H3H)
.purhy-fragment {
container: purhy / inline-size;
width: 100%;
max-width: 100%;
min-width: 0;
–pur-bg: #ffffff;
–pur-surface: #f6f7f9;
–pur-surface-2: #eef0f4;
–pur-text: #14181f;
–pur-text-muted: #4b5563;
–pur-accent: #b8860b;
–pur-accent-hover: #9a7209;
–pur-border: rgba(15, 23, 42, 0.1);
–pur-radius: 12px;
–pur-radius-lg: 20px;
–pur-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
–pur-max: 1120px;
–pur-gap: clamp(0.75rem, 3vw, 1.75rem);
font-family: system-ui, -apple-system, “Segoe UI”, Roboto, Ubuntu, Cantarell, sans-serif;
font-size: 1rem;
line-height: 1.6;
color: var(–pur-text);
background: var(–pur-bg);
-webkit-font-smoothing: antialiased;
}
@supports (width: 1cqw) {
.purhy-fragment {
–pur-gap: clamp(0.75rem, 2.5cqw, 1.75rem);
}
}
.purhy-fragment *,
.purhy-fragment *::before,
.purhy-fragment *::after {
box-sizing: border-box;
}
.purhy-fragment img {
max-width: 100%;
height: auto;
display: block;
}
.purhy-fragment a {
color: var(–pur-accent);
text-decoration: none;
}
.purhy-fragment a:hover {
color: var(–pur-accent-hover);
text-decoration: underline;
}
.purhy-fragment .wrap {
max-width: var(–pur-max);
margin-inline: auto;
padding-inline: clamp(1rem, 4vw, 2rem);
}
.purhy-fragment .intro-hero {
position: relative;
border-radius: var(–pur-radius-lg);
overflow: hidden;
min-height: clamp(240px, 52vw, 440px);
box-shadow: var(–pur-shadow);
border-bottom: 1px solid var(–pur-border);
}
.purhy-fragment .intro-hero-bg {
position: absolute;
inset: 0;
z-index: 0;
}
.purhy-fragment .intro-hero-bg img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.purhy-fragment .intro-hero-overlay {
position: absolute;
inset: 0;
z-index: 1;
background: linear-gradient(180deg, rgba(15, 20, 28, 0.35) 0%, rgba(15, 20, 28, 0.78) 100%);
pointer-events: none;
}
.purhy-fragment .intro-hero-inner {
position: relative;
z-index: 2;
padding: clamp(2rem, 6vw, 4.5rem) 2rem;
}
.purhy-fragment .intro-hero-inner h1 {
margin: 0 0 1rem;
font-size: clamp(1.5rem, 4vw, 2.125rem);
font-weight: 700;
letter-spacing: -0.02em;
line-height: 1.2;
color: #fff;
max-width: 42rem;
}
.purhy-fragment .intro-hero-inner p {
margin: 0;
color: rgba(255, 255, 255, 0.92);
max-width: 52ch;
font-size: clamp(1rem, 2.4vw, 1.125rem);
}
.purhy-fragment section.block {
padding: clamp(2.5rem, 5vw, 3.5rem) 0;
border-bottom: 1px solid var(–pur-border);
}
.purhy-fragment section.block:last-of-type {
border-bottom: 0;
}
.purhy-fragment .section-title {
margin: 0 0 0.5rem;
font-size: clamp(1.35rem, 3vw, 1.75rem);
font-weight: 700;
letter-spacing: -0.02em;
}
.purhy-fragment .section-lead {
margin: 0 0 1.75rem;
color: var(–pur-text-muted);
max-width: 70ch;
}
.purhy-fragment .spec-grid,
.purhy-fragment .bonus-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: var(–pur-gap);
align-items: stretch;
}
@container purhy (min-width: 40rem) {
.purhy-fragment .spec-grid.key-features {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.purhy-fragment .bonus-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
@container purhy (min-width: 56.25rem) {
.purhy-fragment .spec-grid.key-features {
grid-template-columns: repeat(7, minmax(0, 1fr));
}
.purhy-fragment .bonus-grid {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
}
.purhy-fragment .spec-card {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
min-height: 10.5rem;
background: var(–pur-surface);
border: 1px solid var(–pur-border);
border-radius: var(–pur-radius);
padding: 1.25rem 0.75rem;
text-align: center;
transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.purhy-fragment .spec-card:hover {
border-color: rgba(184, 134, 11, 0.45);
box-shadow: var(–pur-shadow);
transform: translateY(-2px);
}
.purhy-fragment .spec-card .icon {
width: 60px;
height: 60px;
margin: 0 auto 0.75rem;
object-fit: contain;
}
.purhy-fragment .spec-card.bonus .icon {
width: 72px;
height: 72px;
}
.purhy-fragment .spec-card h3 {
margin: 0 0 0.35rem;
font-size: 1rem;
font-weight: 700;
line-height: 1.25;
max-width: 100%;
overflow-wrap: anywhere;
}
.purhy-fragment .spec-card.bonus h3 {
font-size: clamp(0.8125rem, 2.1vw, 0.9375rem);
line-height: 1.3;
}
.purhy-fragment .spec-card p {
margin: 0;
font-size: 0.875rem;
color: var(–pur-text-muted);
line-height: 1.35;
max-width: 100%;
}
.purhy-fragment .warranty {
position: relative;
border-radius: var(–pur-radius-lg);
overflow: hidden;
min-height: 280px;
box-shadow: var(–pur-shadow);
}
.purhy-fragment .warranty-bg {
position: absolute;
inset: 0;
z-index: 0;
}
.purhy-fragment .warranty-bg img {
width: 100%;
height: 100%;
object-fit: cover;
}
.purhy-fragment .warranty::after {
content: “”;
position: absolute;
inset: 0;
z-index: 0;
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%);
}
.purhy-fragment .warranty-inner {
position: relative;
z-index: 1;
padding: clamp(2rem, 5vw, 3rem);
max-width: 32rem;
}
.purhy-fragment .warranty-eyebrow {
font-size: 0.7rem;
font-weight: 700;
letter-spacing: 0.14em;
color: var(–pur-accent);
margin-bottom: 0.5rem;
}
.purhy-fragment .warranty h2 {
margin: 0 0 0.5rem;
font-size: clamp(1.75rem, 4vw, 2.25rem);
font-weight: 800;
letter-spacing: -0.02em;
}
.purhy-fragment .warranty-sub {
margin: 0 0 1.25rem;
color: var(–pur-text-muted);
font-size: 1.05rem;
}
.purhy-fragment .warranty-link {
display: inline-flex;
align-items: center;
gap: 0.35rem;
font-weight: 600;
color: var(–pur-accent);
}
.purhy-fragment .warranty-link svg {
width: 1.1em;
height: 1.1em;
flex-shrink: 0;
}
.purhy-fragment .features-intro {
margin-bottom: 2rem;
}
.purhy-fragment .features-intro p {
margin: 0;
color: var(–pur-text-muted);
}
.purhy-fragment .media-row {
display: grid;
gap: var(–pur-gap);
align-items: center;
margin-bottom: clamp(2rem, 4vw, 3rem);
}
.purhy-fragment .media-row:last-child {
margin-bottom: 0;
}
@container purhy (min-width: 48rem) {
.purhy-fragment .media-row {
grid-template-columns: 1fr 1fr;
margin-bottom: clamp(2.5rem, 4vw, 3.5rem);
}
.purhy-fragment .media-row.reverse .media-visual {
order: 2;
}
.purhy-fragment .media-row.reverse .media-copy {
order: 1;
}
}
.purhy-fragment .media-visual {
background: var(–pur-surface);
border-radius: var(–pur-radius-lg);
border: 1px solid var(–pur-border);
overflow: hidden;
aspect-ratio: 16 / 10;
}
.purhy-fragment .media-visual.contain {
aspect-ratio: auto;
}
.purhy-fragment .media-visual img {
width: 100%;
height: 100%;
object-fit: cover;
}
.purhy-fragment .media-visual.contain img {
object-fit: contain;
height: auto;
}
.purhy-fragment .media-copy {
padding: 0.25rem 0;
}
.purhy-fragment .media-copy h2 {
margin: 0 0 0.5rem;
font-size: clamp(1.2rem, 2.5vw, 1.4rem);
font-weight: 700;
}
.purhy-fragment .media-copy p,
.purhy-fragment .media-copy li {
color: var(–pur-text-muted);
}
.purhy-fragment .media-copy ol,
.purhy-fragment .media-copy ul {
margin: 0.75rem 0 0;
padding-left: 1.25rem;
}
.purhy-fragment .media-copy li {
margin-bottom: 0.35rem;
}
.purhy-fragment .embed-block {
background: var(–pur-surface);
border: 1px solid var(–pur-border);
border-radius: var(–pur-radius-lg);
padding: clamp(1.25rem, 3vw, 1.75rem);
}
.purhy-fragment .embed-ratio {
position: relative;
width: 100%;
padding-bottom: 56.25%;
margin-top: 1rem;
border-radius: var(–pur-radius);
overflow: hidden;
background: var(–pur-surface-2);
border: 1px solid var(–pur-border);
}
.purhy-fragment .embed-ratio iframe {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
border: 0;
}
.purhy-fragment .embed-block .section-title {
margin-bottom: 0.5rem;
}
.purhy-fragment .embed-block .section-lead {
margin-bottom: 0;
}
.purhy-fragment .specs-panel {
background: var(–pur-surface);
border: 1px solid var(–pur-border);
border-radius: var(–pur-radius-lg);
padding: clamp(1.25rem, 3vw, 1.75rem);
}
.purhy-fragment .specs-panel .section-title {
margin-bottom: 1rem;
}
.purhy-fragment .specs-scroll {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
margin: 0 -0.25rem;
padding: 0 0.25rem;
}
.purhy-fragment .specs-table {
width: 100%;
min-width: min(100%, 36rem);
border-collapse: collapse;
font-size: 0.9375rem;
}
.purhy-fragment .specs-table tbody tr {
border-bottom: 1px solid var(–pur-border);
}
.purhy-fragment .specs-table tbody tr:last-child {
border-bottom: 0;
}
.purhy-fragment .specs-table td {
padding: 0.65rem 0.75rem;
vertical-align: top;
}
.purhy-fragment .specs-table td:first-child {
width: 38%;
max-width: 12rem;
font-weight: 600;
color: var(–pur-text);
text-transform: capitalize;
}
.purhy-fragment .specs-table td:last-child {
color: var(–pur-text-muted);
}
.purhy-fragment .specs-table tbody tr:nth-child(even) {
background: rgba(255, 255, 255, 0.6);
}
.purhy-fragment .section-divider {
display: block;
width: 100%;
height: 0;
margin: clamp(1.25rem, 3vw, 2rem) 0;
border: 0;
border-top: 1px solid var(–pur-border);
}
/* When pasted inside Shopify rich text (.rte), neutralize theme `.rte img { margin: 10px 0 }` on embed images */
.rte .purhy-fragment img {
margin: 0;
}

Sleek, Fast, and Agile High-Performance Hybrid
The 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.
Purity Hybrid Elite 750W eBike (H3H) — Key specs
Your needs make every spec matter. Here are the numbers that make the difference.
80-160 Km
Max range
32 Km/hr
Max speed
750W
Motor power
Torque sensor
Pedal assist
Traditional
Tire type
27″ × 2.4″
Tire size
330 lb
Max weight

Purity Hybrid Elite 750W eBike (H3H) — Features
The 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.

Extended range
Up to 120 km with aggressive tires.
Up to 160 km with smoother tires.

Torque sensor
Provides a safer and more natural ride.

Samsung battery cells
Equipped with the Teslica SafeVolt™ battery safety system.
Teslica SafeVolt™
- CE certified Samsung 50E battery cells
- CE certified motor
- Smart battery management system (BMS)
- IP66 water and dust resistance
- Smart charger

Sleek looks
Integrated battery and Discrete Design.

203 mm Tektro hydraulic brakes
With brake sensors.
Bonus features
Exclusive features for the Purity Hybrid Elite 750W eBike (H3H).
Off road mode — access up to 1200 watts of power
Full aluminum fenders included
Front and rear racks included
Front and rear lights included
Adjustable suspension fork
Puncture resistant tires
Specifications
| Frame material | 6063 aluminum alloy |
| Motor | 750W rear hub geared motor |
| Battery | Lithium ion, Samsung cells, 48V 20Ah |
| Sensor | Torque sensor bottom bracket |
| LCD | BC 300 colored LCD with USB charge |
| Throttle | Thumb throttle (on the left side) |
| Top speed | In off road mode: up to 50 km/h |
| Approximate range | 80 km – 160 km |
| Lights | Integrated front and rear lights powered by the battery |
| Chain | KMC 7/8 speed |
| Brake set | Tektro HD disc brake 203 mm w/ semi metallic pads |
| Rear derailleur | Shimano Altus 7 speed |
| Gears | Shimano 7 speed freewheel 14–34T |
| Handlebar grips | Ergonomic comfort |
| Saddle | Selle Royal |
| Tires | 27.5 × 2.4″ Kenda Kwick Seven.5 w/ K-Shield puncture protection and reflective sidewalls |
| Fenders | Full aluminum fenders included |
| Fork | Suspension front fork |
| Maximum weight capacity | 330 lbs |
| Color | Green, Grey |
|---|
Items that are in stock at our US warehouse are generally delivered within 3–7 business days. Larger vehicles (enclosed mobility scooters, ATVs and UTVs) ship by freight carrier and are delivered curbside; we will contact you to schedule delivery. Special-order items take longer — we will confirm the estimated lead time after you order. Delivery estimates are our best guess based on manufacturer availability and do not imply a guaranteed delivery window.
All shipments are tracked and insured. Please inspect your delivery and note any damage on the carrier's paperwork before signing.
We keep pricing simple and clear: no hidden fees or surcharges. Every price you see includes all import duties, taxes and the shipping cost to our US facility. The only shipping you ever pay is from our facility to your door.
Found the same product cheaper elsewhere? Contact us before you order — we will do our best to match it under our Price Match Guarantee.
0.00
Average of 0 reviews
Have a question about Purity Hybrid Elite eBike (H3H)? Contact our team and we will get back to you within one business day.
We use cookies to improve your experience. By continuing, you agree to our cookie policy.
I AcceptYour Cart
Add $500.00 more to get free shipping!
EMMO Hi Vis Rain Suit
$55.00E-Wild X
Price range: $3,099.00 through $4,799.00ADO
Price range: $1,999.00 through $3,999.00Product Size Guide
Please refer to the general size reference below to better understand how this product may fit into your space. Dimensions may vary slightly depending on the design and materials.
| Category | Small | Medium | Large |
|---|---|---|---|
| Decor & Accessories | Up to 10″ | 10″ – 20″ | 20″+ |
| Tables | Up to 30″ | 30″ – 60″ | 60″+ |
| Seating | 1 Seater | 2–3 Seater | 4+ Seater |
| Storage Units | Compact | Standard | Large Capacity |
| Lighting | Small Fixture | Standard Fixture | Large Fixture |
Note: For exact product dimensions, please refer to the specifications section above. This guide is intended as a general reference only.

















Reviews
There are no reviews yet.