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

Under Desk Elliptical

Magnetic Under Desk Elliptical Peddler Exerciser

{{ variant.sku }}
{% assign compared = false %} {% for item in data.items %} {% if item.handle == 'magnetic-under-desk-elliptical-peddler-exerciser-sf-e3872'%} {% 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

Free Shipping

Exclusions Apply

Manufacturer Warranty

In Domestic US Markets

30-Day Money Back

Guarantee

Fight against a sedentary lifestyle with the easily transportable and fully assembled SF-E3872 Magnetic Under Desk Elliptical by Sunny Health & Fitness. This space saving exercise machine can help get your legs moving in a forward motion. Large textured foot pedals prevent slippage while in use. This magnetic elliptical is excellent for increasing blood circulation, joint range of motion, and improved lower body muscular endurance. Use the tension knob to select 8 levels of belt drive magnetic resistance paired with low maintenance design to provide a wide variety of exercise intensities to fit your specific needs. Use the central digital monitor to track speed, time, calories, and distance, or choose the scan function to cycle through all workout variables. The 7-inch stride length moves smoothly with integrated wheels along the stable frame. Use the floor stabilizers for an even placement on floor surfaces.
DIGITAL MONITOR | Use the central digital monitor to track speed, time, calories, and distance, or choose the scan function to cycle through all workout variables.

DIGITAL MONITOR

Use the central digital monitor to track speed, time, calories, and distance, or choose the scan function to cycle through all workout variables.
ADJUSTABLE RESISTANCE | Use the tension knob to select 8-levels of belt drive magnetic resistance paired with low maintenance design to provide a wide variety of exercise intensities to fit your specific needs.

ADJUSTABLE RESISTANCE

Use the tension knob to select 8-levels of belt drive magnetic resistance paired with low maintenance design to provide a wide variety of exercise intensities to fit your specific needs.
3.52 LB FLYWHEEL | With a 3.52 lb flywheel this elliptical is excellent for increasing blood circulation, joint range of motion, and improved lower body muscular endurance.

3.52 LB FLYWHEEL

With a 3.52 lb flywheel this elliptical is excellent for increasing blood circulation, joint range of motion, and improved lower body muscular endurance.
CARRY HANDLE | Measuring at 24L x 19W x 11H inches this low profile and compact exercise machine can be placed anywhere you choose to sit. Weighing only 24.2 pounds and equipped with a conveniently centered transportation handlebar.

CARRY HANDLE

Measuring at 24L x 19W x 11H inches this low profile and compact exercise machine can be placed anywhere you choose to sit. Weighing only 24.2 pounds and equipped with a conveniently centered transportation handlebar.
NON-SLIP FOOT PEDALS | Keep your momentum up and your feet moving safely with the Sunny Health and Fitness non-slip foot pedals. Textured non-slip foot pedals will accommodate all sizes, while the remaining grip will ensure safe footing.

NON-SLIP FOOT PEDALS

Keep your momentum up and your feet moving safely with the Sunny Health and Fitness non-slip foot pedals. Textured non-slip foot pedals will accommodate all sizes, while the remaining grip will ensure safe footing.
SMOOTH GLIDE WHEELS | Designed for low impact workouts, pedal along the smooth rolling glide rails while working every muscle in your lower body. 7-inch stride length.

SMOOTH GLIDE WHEELS

Designed for low impact workouts, pedal along the smooth rolling glide rails while working every muscle in your lower body. 7-inch stride length.

FAQS

Specifications

Technology

  • digital monitor
    Calories, Distance, Speed, Time, Scan
  • flywheel weight
    3.52 lb
  • resistance levels
    8

Comfort

  • carry handle
    yes
  • dual function
    feet only
  • pedal type
    non-slip

Engineering

  • pedal step height
    Min 3.46 in/Max 7.4 in
  • stride length
    7 in
  • tension system
    magnetic

Convenience

  • product dimensions
    24L x 19W x 11H in
  • product weight
    25 lb
  • ship dimensions
    25L x 20.3W x 12.4H In
  • ship weight
    29.8 lb
  • warranty
    1 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


Magnetic Under Desk Elliptical Peddler Exerciser has a rating of 4.5 stars based on 161 reviews.
truck

Free Shipping

shield

Manufacturer Warranty

dollar-sign

30-Day Money Back