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

Recumbent Bikes

Magnetic Recumbent Bike

With featherSoft Support Seat

{{ 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

Manufacturer Warranty

In Domestic US Markets

30-Day Money Back

Guarantee

Keep pushing, stay focused and increase your intensity with The Sunny Health & Fitness Magnetic Recumbent Exercise Bike model SF-RB4876. The quiet belt drive system and low impact pedaling provides comfortable training and fitness sessions for extended performance. The digital monitor allows you to track your speed, distance, time, calories, odometer, pulse, and scan. 8 levels of magnetic resistance allow you to alter the tension on demand and customize workout sessions. The perfect fitness equipment for any home gym, this recumbent stationary exercise bike will help you burn calories efficiently, comfortably and effectively.
DIGITAL MONITOR | Utilize the built-in monitor to track speed, distance, time, calories, odometer, and pulse while you work out! Scan mode previews all stats continuously.

DIGITAL MONITOR

Utilize the built-in monitor to track speed, distance, time, calories, odometer, and pulse while you work out! Scan mode previews all stats continuously.
MAGNETIC RESISTANCE | Personal training with 8-levels of adjustable magnetic resistance to easily modify the intensity of your home workout sessions.

MAGNETIC RESISTANCE

Personal training with 8-levels of adjustable magnetic resistance to easily modify the intensity of your home workout sessions.
DEVICE HOLDER | Place your mobile device on the holder and follow along to your favorite Sunny Health & Fitness online training workout videos.

DEVICE HOLDER

Place your mobile device on the holder and follow along to your favorite Sunny Health & Fitness online training workout videos.
DURABLE FRAME | 220 lb max user weight with sturdy frame that is built to last.

DURABLE FRAME

220 lb max user weight with sturdy frame that is built to last.
ADJUSTABLE FOOT PEDALS | Never lose your footing with the self-leveling pedals with adjustable strap.

ADJUSTABLE FOOT PEDALS

Never lose your footing with the self-leveling pedals with adjustable strap.
ADJUSTABLE SEAT | 2-way adjustable seat for a comfortable fit and form. Simple seat knob allows you to adjust on the fly without hassle.

ADJUSTABLE SEAT

2-way adjustable seat for a comfortable fit and form. Simple seat knob allows you to adjust on the fly without hassle.
PULSE SENSORS | Grab the pulse-sensing handlebars to monitor your heart rate as you work out.

PULSE SENSORS

Grab the pulse-sensing handlebars to monitor your heart rate as you work out.
COMFORTABLE SEAT | Alleviate any pressure sores and ride in plush yet supportive comfort.

COMFORTABLE SEAT

Alleviate any pressure sores and ride in plush yet supportive comfort.
TRANSPORTATION WHEELS | In tight spaces you can tilt and roll for use or away for easy storage with convenient transport wheels allowing easy movement of equipment.

TRANSPORTATION WHEELS

In tight spaces you can tilt and roll for use or away for easy storage with convenient transport wheels allowing easy movement of equipment.
FLOOR STABILIZERS | Having a stable and solid base when your ride is essential to your balance and focus. Simply twist until level with the floor.

FLOOR STABILIZERS

Having a stable and solid base when your ride is essential to your balance and focus. Simply twist until level with the floor.

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 26 in/Max 35 in
  • pedal type
    non-slip w/ adjustable strap
  • seat adjustment
    forward/back
  • seat dimensions
    11.8L x 16.9W x 1.8H in
  • seat type
    ergonomic
  • transportation wheels
    yes

Engineering

  • floor stabilizers
    yes
  • max user weight
    220 lb
  • seat height
    Min 19 in/21.26 in

Convenience

  • product dimensions
    56.7L x 26.6W x 42.9H in
  • product weight
    51.9 lb
  • ship dimensions
    51.8L x 9.8W x 23.2H in
  • ship weight
    61.2 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


Magnetic Recumbent Bike with Soft Support Seat has a rating of 4.5 stars based on 55 reviews.
truck

Free Shipping

shield

Manufacturer Warranty

dollar-sign

30-Day Money Back