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

Elliptical Trainers

Carbon Premium Magnetic Elliptical Programmable Machine

{{ variant.sku }}
{% assign compared = false %} {% for item in data.items %} {% if item.handle == 'carbon-premium-programmable-magnetic-elliptical-sf-e3982'%} {% 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 1 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

The Carbon Premium Elliptical Machine SF-E3982 is an excellent belt driven elliptical machines for home use that lets you take fitness to the next level. Switching between 4 different user profiles allows the entire family to share in the fitness experience. 21 pre-set programs, and 16 different levels of resistance allows for further customization that caters to each user’s fitness levels and goals. Push your cardio fitness and overall total body workouts to new heights with this premium elliptical trainer by Sunny Health & Fitness.
PERFORMANCE MONITOR | Use the advance digital monitor to track time, distance, calorie, pulse, speed, watt, scan, body fat calculator, RPM, BMR and BMI.

PERFORMANCE MONITOR

Use the advance digital monitor to track time, distance, calorie, pulse, speed, watt, scan, body fat calculator, RPM, BMR and BMI.
DEVICE HOLDER | Prop up your smart device on the holder to watch movies, workout videos or play your favorite music while you ride.

DEVICE HOLDER

Prop up your smart device on the holder to watch movies, workout videos or play your favorite music while you ride.
15 IN STRIDE LENGTH | 15" Stride allows you to propel your legs forward and back. Stride length is the distance pedals move back and forth with your body.

15 IN STRIDE LENGTH

15" Stride allows you to propel your legs forward and back. Stride length is the distance pedals move back and forth with your body.
NON-SLIP HANDLEBARS | Help prevent calluses w/ Sunny Health & Fitness handlebars. Non-slip handlebars offer comfort while enduring long rides.

NON-SLIP HANDLEBARS

Help prevent calluses w/ Sunny Health & Fitness handlebars. Non-slip handlebars offer comfort while enduring long rides.
PULSE SENSORS | Keep the intensity going and your heart rate up. The pulse sensors keep you informed on the efficacy of your workouts.

PULSE SENSORS

Keep the intensity going and your heart rate up. The pulse sensors keep you informed on the efficacy of your workouts.
FULL MOTION ARM EXERCISERS | Get a complete and total body workout using the upper body swing arms.

FULL MOTION ARM EXERCISERS

Get a complete and total body workout using the upper body swing arms.
13 LB FLYWHEEL | Flywheel located in the rear of the elliptical helps you balance toward the center of the machine, making it a smoother position for the user.

13 LB FLYWHEEL

Flywheel located in the rear of the elliptical helps you balance toward the center of the machine, making it a smoother position for the user.
NON-SLIP FOOT PEDALS | Keep your feet moving safely with the Sunny Health & Fitness foot pedals. Textured non-slip pedals accommodate all sizes.

NON-SLIP FOOT PEDALS

Keep your feet moving safely with the Sunny Health & Fitness foot pedals. Textured non-slip pedals accommodate all sizes.
TRANSPORTATION WHEELS | Tilt and roll for use or away for easy storage with convenient transport wheels.

TRANSPORTATION WHEELS

Tilt and roll for use or away for easy storage with convenient transport wheels.
FLOOR STABILIZERS | Never have a wobbly or shaky elliptical workout again with the Carbon Elliptical’s floor stabilizers.

FLOOR STABILIZERS

Never have a wobbly or shaky elliptical workout again with the Carbon Elliptical’s floor stabilizers.

FAQS

Specifications

Technology

  • built-in programs
    21
  • device holder
    yes
  • digital monitor
    Calories, Distance, Mode, Program, Pulse, RPM, Speed, Time, WATT
  • flywheel weight
    13 lb
  • pulse sensor
    yes
  • resistance levels
    16

Comfort

  • pedal type
    non-slip
  • transportation wheels
    yes

Engineering

  • floor stabilizers
    yes
  • max user weight
    265 lb
  • motorized
    yes
  • pedal step height
    Min 10 in/Max 15.9 in
  • stride length
    15 in
  • tension system
    electro-magnetic

Convenience

  • product dimensions
    67.3L x 31.5W x 65.75H in
  • product weight
    103 lb
  • ship dimensions
    60.2L x 18.1W x 25.2H In
  • ship weight
    122.6 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


Carbon Premium Magnetic Elliptical Programmable Machine has a rating of 4.1 stars based on 16 reviews.
truck

Free Shipping

shield

Manufacturer Warranty

dollar-sign

30-Day Money Back