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

Cardio Climber

Pro Cardio Climber Elliptical Machine

{{ variant.sku }}
{% assign compared = false %} {% for item in data.items %} {% if item.handle == 'pro-cardio-climber-sf-e3914'%} {% 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, Mar 31 - Thu, Apr 04

Manufacturer Warranty

In Domestic US Markets

30-Day Money Back

Guarantee

The Sunny Health & Fitness SF-E3914 Climbing Cross Trainer Elliptical Stepper Machine combines all the benefits and advantages of a traditional home elliptical machine with the small footprint and intense workout potential of a stair stepper. The smooth motion of the SF-E3914 puts users in a rhythmic full body calorie burning workout. Isolate and target your lower body muscles by cranking up the resistance to focus on your hamstrings, glutes, quads and more!
ADVANCED MONITOR | Stay on track of your exercise sessions and measure time, speed, distance, calorie, odometer and pulse.

ADVANCED MONITOR

Stay on track of your exercise sessions and measure time, speed, distance, calorie, odometer and pulse.
CLIMBING STRIDE MOTION | 5 inch horizontal climb, 8.5 inch vertical climb and 9.5 inch overall stride length creates a unique climbing motion that maximizes workout efficiency.

CLIMBING STRIDE MOTION

5 inch horizontal climb, 8.5 inch vertical climb and 9.5 inch overall stride length creates a unique climbing motion that maximizes workout efficiency.
FULL BODY WORKOUT | Engage your upper body for a full body exercise experience with the upper body motion arms.

FULL BODY WORKOUT

Engage your upper body for a full body exercise experience with the upper body motion arms.
MAGNETIC RESISTANCE | With up to 8-levels of magnetic resistance, you can bring the gym home and cater it your fitness and intensity level.

MAGNETIC RESISTANCE

With up to 8-levels of magnetic resistance, you can bring the gym home and cater it your fitness and intensity level.
DEVICE HOLDER | Secure your mobile device onto the holder and follow along to your favorite Sunny Health & Fitness workout videos.

DEVICE HOLDER

Secure your mobile device onto the holder and follow along to your favorite Sunny Health & Fitness workout videos.
BOTTLE HOLDER | Always stay hydrated with the conveniently placed bottle holder which lets you refuel and recharge at only an arm’s length away.

BOTTLE HOLDER

Always stay hydrated with the conveniently placed bottle holder which lets you refuel and recharge at only an arm’s length away.
PULSE SENSORS | Pump up the cardio and pump up your heart rate. More calories are burned with a faster pulse.

PULSE SENSORS

Pump up the cardio and pump up your heart rate. More calories are burned with a faster pulse.
FLOOR STABILIZERS | Say goodbye to wobbly and shaky workouts. Use the floor stabilizers to balance and level your SF-E3914 Elliptical Stepper Machine.

FLOOR STABILIZERS

Say goodbye to wobbly and shaky workouts. Use the floor stabilizers to balance and level your SF-E3914 Elliptical Stepper Machine.
TRANSPORTATION WHEELS | Tilt and roll for use or away for easy storage with transport wheels allowing easy movement of equipment.

TRANSPORTATION WHEELS

Tilt and roll for use or away for easy storage with transport wheels allowing easy movement of equipment.

FAQS

Specifications

Technology

  • device holder
    yes
  • digital monitor
    Calories, Distance, Odometer, Pulse, Speed, Time, Scan
  • flywheel weight
    8.8 lb
  • pulse sensor
    yes
  • resistance levels
    8

Comfort

  • bottle holder
    yes
  • pedal type
    non-slip
  • transportation wheels
    yes

Engineering

  • climb height
    Horizontal Climb 5 in/Vertical Climb 8.5 in
  • floor stabilizers
    yes
  • max user weight
    230 lb
  • pedal step height
    Min 8.74 in/Max 17.43 in
  • stride length
    9.5 in
  • tension system
    magnetic

Convenience

  • product dimensions
    46L x 26W x 62.5H in
  • product weight
    88.2 lb
  • ship dimensions
    46.3L x 13W x 33.7H In
  • ship weight
    99.9 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


Pro Cardio Climber Elliptical Machine has a rating of 4.6 stars based on 81 reviews.
truck

Free Shipping

shield

Manufacturer Warranty

dollar-sign

30-Day Money Back