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

Rowing Machines

Smart Magnetic Rower

With dual slide railDual Slide Rail

{{ variant.sku }}
{% assign compared = false %} {% for item in data.items %} {% if item.handle == 'smart-magnetic-rower-with-dual-slide-rail-sf-rw523021'%} {% 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 %}

{% 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, Sep 22 - Thu, Sep 26

Free Shipping

Exclusions Apply

Manufacturer Warranty

In Domestic US Markets

30-Day Money Back

Guarantee

The Sunny Health & Fitness smart magnetic rower - SF-RW523021 offers a full-body workout with an extra-long 50-inch rail, targeting legs, arms, back, and core. The whisper-quiet dual rail system with aluminum protection ensures durability and quiet operation. With 16 levels of ultra-quiet magnetic resistance, it provides customizable intensity. The machine features connected fitness via the free SunnyFit app, offering thousands of on-demand videos and world tours. It supports up to 300 LB with its heavy-duty construction, and provides ergonomic comfort with a padded seat, semi-pivoting pedals, and a curved handlebar. The adjustable digital monitor tracks key metrics like time, distance, calories, and pulse. Easy to assemble, the rower includes instructions and a video tutorial. Its compact and convenient design, complete with transportation wheels and upright storage, makes it perfect for home use.

CONNECTED FITNESS | Take your home workouts to the next level with smart fitness equipment. Simply connect your equipment to the free SunnyFit App via Bluetooth and immerse yourself in data tracking, 1000+ workouts, 10,000+ global routes, community challenges, and a suite of other smart features to maximize your fitness journey.

CONNECTED FITNESS

Take your home workouts to the next level with smart fitness equipment. Simply connect your equipment to the free SunnyFit App via Bluetooth and immerse yourself in data tracking, 1000+ workouts, 10,000+ global routes, community challenges, and a suite of other smart features to maximize your fitness journey.
Whisper-Quiet Dual Rails | The silent dual rail design, crafted with high-quality aluminum alloy, ensures a nearly noiseless workout, making it ideal for home use.

Whisper-Quiet Dual Rails

The silent dual rail design, crafted with high-quality aluminum alloy, ensures a nearly noiseless workout, making it ideal for home use.
Smooth Magnetic Resistance | Featuring 16 levels of ultra-quiet magnetic resistance, this rowing machine allows for customizable workout intensity to match your fitness goals.

Smooth Magnetic Resistance

Featuring 16 levels of ultra-quiet magnetic resistance, this rowing machine allows for customizable workout intensity to match your fitness goals.
Durable Construction | Built with heavy-duty materials, this rowing machine supports users up to 300 LB, ensuring exceptional stability and long-lasting use.

Durable Construction

Built with heavy-duty materials, this rowing machine supports users up to 300 LB, ensuring exceptional stability and long-lasting use.
Ergonomic Padded Seat | The ergonomic contouring reduces pressure on your tailbone and hips, promoting proper posture and preventing discomfort during workouts.

Ergonomic Padded Seat

The ergonomic contouring reduces pressure on your tailbone and hips, promoting proper posture and preventing discomfort during workouts.

FAQS

Specifications

Technology

  • additional connections
    Connects to SunnyFit® App
  • bluetooth
    yes
  • device holder
    Yes
  • digital monitor
    Time, Count, Total Count, Time/500M, SPM, Distance, Calories, Pulse
  • resistance levels
    16
  • wireless heart rate function
    yes

Comfort

  • bottle holder
    yes
  • pedal type
    non-slip w/ adjustable strap
  • seat dimensions
    11L x 14.2W x 2H in
  • seat height
    12.6 in
  • transportation wheels
    yes

Engineering

  • drive mechanism
    belt drive
  • floor stabilizers
    yes
  • max user weight
    300 lb
  • slide rail inseam
    42.7 in
  • slide rail length
    49 in
  • tension system
    magnetic

Convenience

  • ship weight
    76.7 lb
  • product dimensions
    79.3L x 19.7W x 36.4H in
  • product weight
    67.6 lb
  • ship dimensions
    50.6L x 9.8W x 26H In
  • 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


truck

Free Shipping

shield

Manufacturer Warranty

dollar-sign

30-Day Money Back