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

Rowing Machines

Fan Ergometer Rowing Machine Air Rower

{{ variant.sku }}
{% assign compared = false %} {% for item in data.items %} {% if item.handle == 'air-resistance-rowing-machine-sf-rw520050'%} {% 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 5 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

Be blown away by the effectiveness and dynamic resistance flexibility of the Sunny Health & Fitness Air Fan Rowing Machine Ergometer SF-RW520050. This unique piece of workout equipment helps to achieve a total body exercise experience. Keep up the stamina as cool gust of wind exhales through the machine. Get a fully dynamic resistance ergometer rowing machine in the Sunny Health & Fitness SF-RW520050.
DIGITAL MONITOR | Stay on top of your workouts and performance. Track your time, stroke count, calories burned and repetitions per minute.

DIGITAL MONITOR

Stay on top of your workouts and performance. Track your time, stroke count, calories burned and repetitions per minute.
AIR RESISTANCE | The large 8 bladed fan produces dynamic resistance with every stroke. Easily adjust the resistance on the fly. The quicker and faster you row, the more resistance is generated.

AIR RESISTANCE

The large 8 bladed fan produces dynamic resistance with every stroke. Easily adjust the resistance on the fly. The quicker and faster you row, the more resistance is generated.
AIR VENTS | Control the flow of the air as well as your workouts. The air outlet vent blows cool wind with each row.

AIR VENTS

Control the flow of the air as well as your workouts. The air outlet vent blows cool wind with each row.
CONVENIENT ROWING | With a peak slide rail clearance of 12.5 inches off the ground, the user may mount or dismount the rower with ease.

CONVENIENT ROWING

With a peak slide rail clearance of 12.5 inches off the ground, the user may mount or dismount the rower with ease.
NON-SLIP HANDLEBAR | Slip resistant handlebars with soft padded foam grip provide comfort and stability.

NON-SLIP HANDLEBAR

Slip resistant handlebars with soft padded foam grip provide comfort and stability.
CUSHIONED SEAT | The cushioned seat gives users a comfortable rowing experience without sacrificing support.

CUSHIONED SEAT

The cushioned seat gives users a comfortable rowing experience without sacrificing support.
FOLDABLE | Easily foldable to conveniently store in small spaces.

FOLDABLE

Easily foldable to conveniently store in small spaces.
FLOOR STABILIZERS | Prevent any wobbling during your workout sessions. Simply adjust so that the rowing machine is correctly leveled with your floors.

FLOOR STABILIZERS

Prevent any wobbling during your workout sessions. Simply adjust so that the rowing machine is correctly leveled with your floors.
TRANSPORTATION WHEELS | The wheels at the front of the unit allow the user to move their rower around with ease.

TRANSPORTATION WHEELS

The wheels at the front of the unit allow the user to move their rower around with ease.

Consider an upgrade

Dynamic Air Rowing Machine with Exclusive SunnyFit® App and Smart Bluetooth Connectivity

Dynamic Air Rowing Machine with Exclusive SunnyFit® App and Smart Bluetooth Connectivity

FAQS

Specifications

Technology

  • digital monitor
    Calories, Count, RPM, Time, Scan
  • resistance levels
    Progressive

Comfort

  • pedal type
    non-slip w/ adjustable strap
  • seat dimensions
    15L x 11W x 2H in
  • transportation wheels
    yes

Engineering

  • floor stabilizers
    yes
  • max user weight
    245 lb
  • slide rail inseam
    44.7 in
  • slide rail length
    51.2 in
  • tension system
    fan/air

Convenience

  • foldable
    yes
  • folded product dimensions
    39L x 22.8W x 47.8H in
  • product dimensions
    78L x 22.8W x 22.6H in
  • product weight
    56.2 lb
  • ship dimensions
    50.8L x 9.6W x 26H In
  • ship weight
    66.5 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


Fan Ergometer Rowing Machine Air Rower has a rating of 4.4 stars based on 31 reviews.
truck

Free Shipping

shield

Manufacturer Warranty

dollar-sign

30-Day Money Back