{% for badge in productBadges %} {% if product.tags contains badge.tag %}
{{ badge.product_badge }}
{% endif %} {% endfor %}

Stationary Upright Bikes

Asuna Premium Upright Bike

With activityPulse Rate Monitoring

{{ variant.sku }}
{% assign compared = false %} {% for item in data.items %} {% if item.handle == 'upright-bike-w-pulse-rate-monitoring'%} {% assign compared = true %} {% endif %} {% endfor %}
{% if product.subtotal %} {{ product.subtotal | money | remove: ' ' }} {% else %} {% assign discount_amount = variant.price | divided_by: variant.compare_at_price | times: -100 | plus: 100 | round %} {% assign discount_threshold = 10 %} {% if variant.available %}

Discounted price {{variant.price | money}} {% if variant.price != variant.compare_at_price and variant.compare_at_price > 0 %}Actual price{{variant.compare_at_price | money}}{% endif %}

{% else %}

Discounted price {{variant.price | money}} {% if variant.price != variant.compare_at_price and variant.compare_at_price > 0 %}Actual price{{variant.compare_at_price | money}}{% endif %}

{% endif %} {% endif %}

Only 21 Left In Stock!

{% if variant.available %} {% else %} {% endif %}
{% if error %}
{{error.description}}
{% endif %}
{% if BIS and BIS.Config %}
{{BIS.Config.labels.headline}}
Email
{% for i in BIS.response.errors %} {% assign err = i|last %} {% for e in err %}
{{e}}
{% endfor %} {% endfor %} {{BIS.response.message}}
{% endif %}

Estimated Delivery: Sun, Mar 31 - Thu, Apr 04

Free Shipping

Exclusions Apply

Manufacturer Warranty

In Domestic US Markets

30-Day Money Back

Guarantee

Combine premium commercial quality and the comfort and privacy of your home with the ASUNA 4200 Upright Bike! Made of commercial grade steel, this bike is fit for use in any gym or fitness studio but has been made available for fitness enthusiasts’ personal use. With it’s transportation wheels, the ASUNA 4200 can be easily moved between workouts, making the transformation of your living space into a fitness studio a breeze! Featuring a LCD monitor that displays your time, speed, distance, calories burned, watts, and pulse, this bike is fully equipped with the latest in exercise technology. Any rider’s fitness level is accounted for with ASUNA 4200’s 5 different modes and electronic tension control, making this bike ideal for all at-home cyclists. Adjustable pedal straps and display functions that track both pulse recovery and BMI keep your safety and health at the forefront of your biking regimen!
DIGITAL MONITOR | 5 programmable modes: Beginner, Advanced, Sporty, Cardio and Watt.

DIGITAL MONITOR

5 programmable modes: Beginner, Advanced, Sporty, Cardio and Watt.
DEVICE HOLDER | Pop up your smart device on the holder to watch movies, workout videos or play your favorite music while you ride.

DEVICE HOLDER

Pop up your smart device on the holder to watch movies, workout videos or play your favorite music while you ride.
PULSE SENSORS | Monitor and maintain your target heart rate. The more steady and prolonged the elevated heart rate is during the workout, the more fat is burned.

PULSE SENSORS

Monitor and maintain your target heart rate. The more steady and prolonged the elevated heart rate is during the workout, the more fat is burned.
NON-SLIP HANDLEBARS | Help prevent calluses with Sunny Health & Fitness handlebars. Padded and slip free to provide extra safety and ease.

NON-SLIP HANDLEBARS

Help prevent calluses with Sunny Health & Fitness handlebars. Padded and slip free to provide extra safety and ease.
BOTTLE HOLDER | Bottle holder keeps your favorite beverage at arm's length! No need to stop to sip.

BOTTLE HOLDER

Bottle holder keeps your favorite beverage at arm's length! No need to stop to sip.
4-WAY ADJUSTABLE SEAT | Extra padding and cushion to ensure proper blood flow in the glutes for prolonged and vigorous workouts. This extra padding helps relive pressure points of sitting and tail bones, and relieves the "falling asleep feeling" when circulation is cut off.

4-WAY ADJUSTABLE SEAT

Extra padding and cushion to ensure proper blood flow in the glutes for prolonged and vigorous workouts. This extra padding helps relive pressure points of sitting and tail bones, and relieves the "falling asleep feeling" when circulation is cut off.
TRANSPORTATION WHEELS | Transportation wheels make moving the bike easy and convenient for easy storage. Just tilt the bike forward and roll.

TRANSPORTATION WHEELS

Transportation wheels make moving the bike easy and convenient for easy storage. Just tilt the bike forward and roll.

FAQS

Specifications

Technology

  • built-in programs
    5
  • device holder
    yes
  • digital monitor
    Calorie, Distance, Pulse, RPM, Speed, Time, WATT
  • pulse sensor
    yes
  • resistance levels
    Programmable

Comfort

  • bottle holder
    yes
  • inseam adjustment
    Min 28 in/Max 40 in
  • pedal type
    self leveling w/ adjustable strap
  • seat adjustment
    up/down & forward/back
  • seat dimensions
    12.5L x 11.5W x 2H in
  • seat type
    cushioned
  • transportation wheels
    yes

Engineering

  • drive mechanism
    belt drive
  • floor stabilizers
    yes
  • max user weight
    265 lb
  • tension system
    Electronic

Convenience

  • product dimensions
    41L x 21.5W x 56.75H in
  • product weight
    99 lb
  • ship dimensions
    41.75L x 12.5W x 25.25H in
  • ship weight
    112 lb
  • warranty
    5 year structural frame, 180 days other parts and components

Other customers were interested in

{% assign count = 0 %} {% for product in products %} {% if product.tags contains 'rec-excl' %}{% continue %}{% endif %} {% assign count = count | plus: 1 %}
{% capture bg %}transparent{% endcapture %}
{% if product.hover_image_alt contains 'https' or forloop.index == -1 %}
{% else %}
{% endif %}
{% assign productImage = product.featured_image %} {% assign hoverImage = product.hover_image %} {{ product.featured_image_alt }} {% if hoverImage != blank %} {% assign hover_alt = product.hover_image_alt %}
{% if hover_alt contains 'https' %} {% else %}
{{ product.hover_image.alt | escape }}
{% endif %}
{% endif %}
{% comment %}
{% endcomment %}
{% for badge in badges %} {% if product.tags contains badge.tag and badge.tag != 'more-colors' %} {{ badge.collection_badge }} {% endif %} {% endfor %} {% if product.available == false %} Sold out {% endif %}
{% assign productTitle = product.title | remove: product.type | split: '-' | replace: 'w/','with' | split: 'with' | first %}

{{ product.title | replace: 'w/','with' | split: 'with' | first }}

{% for badge in badges %} {% if product.tags contains badge.tag and badge.tag == 'more-colors' %} {{ badge.collection_badge }} {% endif %} {% endfor %}
{% assign discount_amount = product.price | divided_by: product.compare_at_price | times: -100 | plus: 100 | round %} {% if product.compare_at_price > product.price and discount_amount > 10 %} Discounted price{{ product.price | money | remove: " " }} Actual price{{ product.compare_at_price | money | remove: " " }} {% else %} {% if product.price_min == product.price_max %} {{ product.price_min | money | remove: " " }} {% else %} from {{ product.price | money | remove: " " }} {% endif %} {% endif %}

{% if product.sku != blank %} {{ product.sku }} {% else %} {{ product.variants[0].sku }} {% endif %}

{% assign compared = false %} {% for item in Comparison.data.items %} {% if item.handle == product.handle %} {% assign compared = true %} {% endif %} {% endfor %}
{% comment %} {% endcomment %}
{% if count >= 4 %}{% break %}{% endif %} {% endfor %}

Review Section


Asuna Premium Upright Bike w/ Pulse Rate Monitoring has a rating of 4.3 stars based on 27 reviews.
truck

Free Shipping

shield

Manufacturer Warranty

dollar-sign

30-Day Money Back