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

Under Desk Elliptical

Portable Stand Up Elliptical

With git-pull-requestResistance Bands

{{ variant.sku }}
{% assign compared = false %} {% for item in data.items %} {% if item.handle == 'portable-stand-up-elliptical-with-resistance-bands-sf-e320051'%} {% 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 %}

{{variant.price | money}} {% if variant.price != variant.compare_at_price and variant.compare_at_price > 0 %}{{variant.compare_at_price | money}}{% endif %}

{% else %}

{{variant.price | money}} {% if variant.price != variant.compare_at_price and variant.compare_at_price > 0 %}{{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}}
{% for i in BIS.response.errors %} {% assign err = i|last %} {% for e in err %}
{{e}}
{% endfor %} {% endfor %} {{BIS.response.message}}
{% endif %}
truck
Free Shipping

Exclusions Apply

shield
Manufacturer Warranty

In Domestic US Markets

dollar-sign
30-Day Money Back

Guarantee

Get the type of workout that you’re looking for with the Sunny Health & Fitness Portable Stand Up Elliptical with Resistance Bands - SF-E320051. This space-saving cardio machine can be used while standing or sitting and with or without resistance bands. This under desk elliptical comes preassembled and requires minimal effort to finish the installation so you stride towards your fitness goals faster. Smooth and silent, you can look to squeeze in an exercise session just about anywhere and at any time.

TOTAL BODY WORKOUT | Featuring padded-handled resistance bands, get a comprehensive workout that targets both your upper and lower body.

TOTAL BODY WORKOUT

Featuring padded-handled resistance bands, get a comprehensive workout that targets both your upper and lower body.
DIGITAL MONITOR | Track your speed, time, distance, and calories burned on the digital monitor. The large numbers on the display make it easy to read while standing or sitting.

DIGITAL MONITOR

Track your speed, time, distance, and calories burned on the digital monitor. The large numbers on the display make it easy to read while standing or sitting.
COMPACT DESIGN | This space-saving machine (25.2L in x 16.5W in x 10.2H in) can easily be stored while not in use. Use the built-in carry handle to easily lift and move this elliptical machine (26.5lb).

COMPACT DESIGN

This space-saving machine (25.2L in x 16.5W in x 10.2H in) can easily be stored while not in use. Use the built-in carry handle to easily lift and move this elliptical machine (26.5lb).
VERSATILE DESIGN | Achieve a cardiovascular workout standing up or sitting down. We designed this machine to help you develop muscles in your lower body and improve blood circulation through consistent exercise.

VERSATILE DESIGN

Achieve a cardiovascular workout standing up or sitting down. We designed this machine to help you develop muscles in your lower body and improve blood circulation through consistent exercise.
BI-DIRECTIONAL PEDALING | Mix up your workout when you pedal backward and forward to test your balance, develop your lower body, and stimulate your neural muscular system in a brand-new way.

BI-DIRECTIONAL PEDALING

Mix up your workout when you pedal backward and forward to test your balance, develop your lower body, and stimulate your neural muscular system in a brand-new way.
MAGNETIC RESISTANCE | Control your workout intensity with the easy-to-use resistance dial. Cycle through 8 levels of magnetic resistance: Easy when you want it, and hard when you need it.

MAGNETIC RESISTANCE

Control your workout intensity with the easy-to-use resistance dial. Cycle through 8 levels of magnetic resistance: Easy when you want it, and hard when you need it.
OPTIMAL STABILITY | Feel confident standing or sitting with the 220 LB max user weight limit on the home-use cardio machine. The wide textured foot plates are designed to keep your feet steady and secure during your activity.

OPTIMAL STABILITY

Feel confident standing or sitting with the 220 LB max user weight limit on the home-use cardio machine. The wide textured foot plates are designed to keep your feet steady and secure during your activity.

FAQS

Specifications

Technology

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

Comfort

  • carry handle
    yes
  • dual function
    sit or stand
  • pedal type
    non-slip
  • resistance bands
    yes

Engineering

  • max user weight
    220 lb
  • pedal step height
    Min 4.6 in/Max 7.5 in
  • stride length
    7 in
  • tension system
    magnetic

Convenience

  • product dimensions
    25.5L x 16.5W x 10.2H in
  • product weight
    26.5 lb
  • ship dimensions
    27.8L x 20.3W x 12.6H in
  • ship weight
    32.4 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 'extend' %}{% 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 %}
{% 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 %} {{ product.price | money | remove: " " }} {{ 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 %}
{% if count >= 4 %}{% break %}{% endif %} {% endfor %}

Portable Stand Up Elliptical with Resistance Bands has a rating of 4.3 stars based on 3 reviews.
truck

Free Shipping

shield

Manufacturer Warranty

dollar-sign

30-Day Money Back