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

Rowing Machines

Ventus Air Magnetic Rower

{{ variant.sku }}
{% assign compared = false %} {% for item in data.items %} {% if item.handle == 'ventus-air-magnetic-rower'%} {% 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 10 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 %}

Manufacturer Warranty

In Domestic US Markets

30-Day Money Back

Guarantee

Discover new ways to challenge yourself with the ASUNA 8580 Ventus Air Magnetic Rower. Produce powerful strokes along the 45-inch aluminum slide rail inseam while seated on the ergonomic seat pad. Strap your feet onto the adjustable footplates that sport sliding heel pads, which can accommodate any shoe size. Engage the smooth belt-drive system to pull against dynamic air resistance and the 12 levels of magnetic tension. The performance display tracks time, distance, stroke rate, wattage output, calories burned, heart rate, and real-time exercise data. Intensify your exercise routine with 3 preloaded workout modes. Fold the aluminum slide rail upright for easy storage. Use the transportation wheels to transport this machine from room to room. This rower supports up to 330lb. Maximize your rowing potential with the ASUNA 8580 Windmill Air Magnetic Rower.

POWERFUL AIR RESISTANCE | Air Rower provides additional resistance from the integrated fan creating a dynamic response with every pull. Plus it feels great to row and have a burst of cool air on your face with every pull!

POWERFUL AIR RESISTANCE

Air Rower provides additional resistance from the integrated fan creating a dynamic response with every pull. Plus it feels great to row and have a burst of cool air on your face with every pull!
Adjustable Performance Monitor | The performance display tracks time, distance, stroke rate, wattage output, calories burned, heart rate, and real-time exercise data. Easily adjust the angle of your monitor for a better view!

Adjustable Performance Monitor

The performance display tracks time, distance, stroke rate, wattage output, calories burned, heart rate, and real-time exercise data. Easily adjust the angle of your monitor for a better view!
12-Level Adjustable Resistance | Reap the performance benefits of an air rower and magnetic rower with dual adjustable air and magnetic resistance system.

12-Level Adjustable Resistance

Reap the performance benefits of an air rower and magnetic rower with dual adjustable air and magnetic resistance system.
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.
2-Way Adjustable Pedal | Strap your feet in using the adjustable straps and fit the pedal length to your desired height. 2-way adjustable non-slip foot pedals help to ensure your safety during workouts.

2-Way Adjustable Pedal

Strap your feet in using the adjustable straps and fit the pedal length to your desired height. 2-way adjustable non-slip foot pedals help to ensure your safety during workouts.
Wide Cushioned Seat | Extra padding helps relieve pressure in the tail bone due to sitting, helping prevent circulation from being cut off.

Wide Cushioned Seat

Extra padding helps relieve pressure in the tail bone due to sitting, helping prevent circulation from being cut off.
Transportation Wheels | Transportation wheels for easy portability. Simply tilt & roll out for use & away for storage, no need for heavy lifting.

Transportation Wheels

Transportation wheels for easy portability. Simply tilt & roll out for use & away for storage, no need for heavy lifting.
Floor Stabilizers | Stabilizers help create balance, even on uneven floors! Exercise more intensely without worrying about rocking/tilting.

Floor Stabilizers

Stabilizers help create balance, even on uneven floors! Exercise more intensely without worrying about rocking/tilting.

FAQS

Specifications

Technology

  • built-in programs
    3
  • digital monitor
    Calories, Distance, Heart Rate, Level, Race, Resistance, Speed, Stroke, Stroke Rate, Time, Time/500, Watt
  • resistance levels
    12

Comfort

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

Engineering

  • floor stabilizers
    yes
  • max user weight
    330 lb
  • slide rail inseam
    45 in
  • slide rail length
    50 in
  • slide rail material
    Aluminum
  • tension system
    magnetic/fan

Convenience

  • foldable
    yes
  • folded product dimensions
    52L x 21W x 68H in
  • product dimensions
    104L x 21W x 50H in
  • product weight
    119 lb
  • ship dimensions
    Box 1 - 45L x 15W x 39H In, Box 2 - 54L x 5.5W x 6.25H In
  • ship weight
    Box 1 - 137 lb, Box 2 - 13.2 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


Ventus Air Magnetic Rower has a rating of 4.9 stars based on 10 reviews.
truck

Free Shipping

shield

Manufacturer Warranty

dollar-sign

30-Day Money Back