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

Rugged power meets all-terrain foldable convenience
The 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.
Force fat tire dual suspension 500W eBike (X1H) — Key specs
Your needs make every spec matter. Here are the numbers that make the difference.
50-100 Km
Max range
32 Km/hr
Max speed
500W
Motor power
Torque sensor
Pedal assist
Fat tire
Tire type
20″ × 4″
Tire size
330 lb
Max weight

Force fat tire dual suspension 500W eBike (X1H) — Features
The 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.

Folding frame
Folds into smaller spaces, under the desk, or in your car for transportation.

Fat tire
Wider tires mean a more comfortable ride.

Options for cadence or torque sensor
Choose your preferred system.

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

Dual suspension
For maximum comfort.
Bonus features
Exclusive features for the Force fat tire dual suspension 500W eBike (X1H).
Full fenders included
Rear racks included
Front and rear lights included
Adjustable suspension fork
Puncture resistant tires
Specifications
| Battery | PAS: Lithium ion, Samsung cells, 48V 14.4Ah | Torque: Lithium ion, Samsung cells, 48V 15Ah |
| Battery charger | Smart charger, 120 V input, 54.6 V output, 2.0 A charge rate |
| Motor | Teslica 500W rear mounted geared hub motor (85 Nm of torque) |
| Controller | Sensored 48 V controller, 22 A maximum current capacity |
| LCD | Key-Disp 218 colored LCD display with USB charge |
| Throttle | Twist throttle |
| Sensor | Torque sensor or cadence sensor |
| Frame material | 6061 aluminum frame |
| Frame size | 17.5″ |
| Fork | Suspension fork with 100 mm of travel and a lockout function |
| Tires | CST 20″ × 4.0″ |
| Maximum weight capacity | 330 lbs |
| Rear rack weight capacity | 40 lbs (18 kg) |
| Brake system | 160 mm Tektro F/R hydraulic disc brake |
| Gears | 13–32 tooth 8 speed freewheel |
| Rear derailleur | Shimano Altus 8 speed, protected by derailleur cage |
| Fenders | Front and back fenders with reach adjustment |
| Kickstand | Adjustable forged aluminium kickstand |
| Lights | Integrated front and rear lights powered by the battery |
| Approximate range | 50 km – 100 km |
| Approximate weight | 68 lbs |
| Color | Black, Crimson |
|---|---|
| Sensor/throttle | Torque(15Ah), Twist Throttle |
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 Force Fat Tire Dual Suspension eBike (X1H)? 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.