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

Recumbent Bikes

Stationary Cross Trainer Recumbent Bike

With arms exerciserArms Exerciser

{{ variant.sku }}
{% 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 %}

{% 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: Thu, Mar 21 - Mon, Mar 25

Free Shipping

Exclusions Apply

Manufacturer Warranty

In Domestic US Markets

30-Day Money Back

Guarantee

Achieve a hassle-free cardiovascular workout with the Magnetic Recumbent Exercise Bike model number SF-RB4936 by Sunny Health & Fitness. Easily mount and dismount the stationary bike with the step-through design with minimal leg movement. The wide, adjustable exercise seat has lumbar support that can help you work out comfortably for longer duration. 8 levels of magnetic resistance for challenging workout sessions. Move the adjustable seat with the easy-to-use lever to accommodate leg inseams between 24 in Min - 32 in Max inches. Maintain stability on the home use cardio machine with the built-in levelers. Grab onto the full motion arms to work out your arms and upper body. Easily track your heart rate when you hold the pulse sensors.
FULL MOTION ARM EXERCISERS | The arm exercisers allow you to get in a full body workout and work synchronously with the legs to achieve an intense calorie burn in rhythm. You may also use the arm exercisers independently of the pedals if you prefer.

FULL MOTION ARM EXERCISERS

The arm exercisers allow you to get in a full body workout and work synchronously with the legs to achieve an intense calorie burn in rhythm. You may also use the arm exercisers independently of the pedals if you prefer.
DIGITAL MONITOR | Measure your speed, distance, time, calories, odometer, pulse and scan on the easy to read digital monitor.

DIGITAL MONITOR

Measure your speed, distance, time, calories, odometer, pulse and scan on the easy to read digital monitor.
8-LEVEL ADJUSTABLE RESISTANCE | 8-levels of magnetic resistance easily adjust the intensity of your workout with precise control.

8-LEVEL ADJUSTABLE RESISTANCE

8-levels of magnetic resistance easily adjust the intensity of your workout with precise control.
PULSE SENSORS | Getting your heart rate up to the proper beats per minute allows you to measure the effectiveness of your workout. Use the included Heart Rate Zone chart to help you gauge your BPM.

PULSE SENSORS

Getting your heart rate up to the proper beats per minute allows you to measure the effectiveness of your workout. Use the included Heart Rate Zone chart to help you gauge your BPM.
DURABLE FRAME | 265 lb max user weight with a solid sturdy frame.

DURABLE FRAME

265 lb max user weight with a solid sturdy frame.
DEVICE HOLDER | Place your mobile device above the digital monitor and start your exercise routine watching your favorite Sunny Health & Fitness online training videos.

DEVICE HOLDER

Place your mobile device above the digital monitor and start your exercise routine watching your favorite Sunny Health & Fitness online training videos.
EASY SEAT ADJUSTMENT | The padded comfortable seat with easy seat adjustment allows the user to simply pull a lever to change seating positions without having to interrupt your workout or get up off the bike.

EASY SEAT ADJUSTMENT

The padded comfortable seat with easy seat adjustment allows the user to simply pull a lever to change seating positions without having to interrupt your workout or get up off the bike.
STEP THROUGH DESIGN | Safe and easy mounting and dismounting of exercise bike.

STEP THROUGH DESIGN

Safe and easy mounting and dismounting of exercise bike.
SELF LEVELING PEDAL W/ ADJUSTABLE STRAP | Loaded with a weight underneath to keep the pedals always level for easy access.

SELF LEVELING PEDAL W/ ADJUSTABLE STRAP

Loaded with a weight underneath to keep the pedals always level for easy access.

FAQS

Specifications

Technology

  • device holder
    yes
  • digital monitor
    Calorie, Distance, Odometer, Pulse, Speed, Time, Scan
  • pulse sensor
    yes
  • resistance levels
    8

Comfort

  • inseam adjustment
    Min 24 in/Max 32 in
  • pedal type
    non-slip w/ adjustable strap
  • seat adjustment
    forward/back
  • seat dimensions
    12L x 16.5 x 2H in
  • seat type
    ergonomic
  • transportation wheels
    yes

Engineering

  • arm exercisers
    yes
  • floor stabilizers
    yes
  • max user weight
    265 lb
  • seat height
    Min 19.5 in/21 in
  • tension system
    magnetic

Convenience

  • product dimensions
    60L x 26.5W x 46.5H in
  • product weight
    69 lb
  • ship dimensions
    55.2L x 11.2W x 22.8H in
  • ship weight
    83.3 lb
  • warranty
    3 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


Stationary Cross Trainer Recumbent Bike with Arms Exerciser has a rating of 4.5 stars based on 395 reviews.
truck

Free Shipping

shield

Manufacturer Warranty

dollar-sign

30-Day Money Back