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

Under Desk Elliptical

Smart Electric Motorized Under Desk Elliptical

{{ variant.sku }}
{% assign compared = false %} {% for item in data.items %} {% if item.handle == 'smart-electric-motorized-under-desk-elliptical-sf-e3959smartg'%} {% 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: Tue, Apr 30 - Sat, May 04

Free Shipping

Exclusions Apply

Manufacturer Warranty

In Domestic US Markets

30-Day Money Back

Guarantee

The low-impact under-desk elliptical trainer by Sunny Health & Fitness is designed for recovery or trying to stay active with a busy schedule. It offers a fully automated workout experience with various speed levels and preset programs, providing flexibility for users. The smart performance fitness feature allows users to connect to the SunnyFit App via Bluetooth, track real-time metrics, and explore World Tour routes with expert trainers.

The digital monitor conveniently displays current performance, keeping users on track with their fitness goals. The preassembled design ensures stability and durability, while the remote control allows users to adapt and regulate workouts easily. Automated safety measures, such as tilt detection and overheating protection, prioritize user safety.

Ergonomically designed with bi-directional and large anti-slip pedals, the compact elliptical's dimensions enable easy storage. Backed by the reliability and quality of Sunny Health & Fitness, a trusted fitness brand for over 20 years, this under-desk elliptical offers a convenient and efficient exercise solution.

CONNECTED FITNESS | Take your home workouts to the next level with smart fitness equipment. Simply connect your equipment to the free SunnyFit App via Bluetooth and immerse yourself in data tracking, 1000+ workouts, 10,000+ global routes, community challenges, and a suite of other smart features to maximize your fitness journey.

CONNECTED FITNESS

Take your home workouts to the next level with smart fitness equipment. Simply connect your equipment to the free SunnyFit App via Bluetooth and immerse yourself in data tracking, 1000+ workouts, 10,000+ global routes, community challenges, and a suite of other smart features to maximize your fitness journey.
Handle for Portability | Effortlessly carry this under-desk bike wherever you go, seamlessly transitioning from home to the office and any destination in between.

Handle for Portability

Effortlessly carry this under-desk bike wherever you go, seamlessly transitioning from home to the office and any destination in between.
Adjustable Speed Levels | Achieve your desired intesity with the 18 adjustable speed levels.

Adjustable Speed Levels

Achieve your desired intesity with the 18 adjustable speed levels.
Advanced Digital Monitor | Effortlessly monitor scans, timing, counts, and overall progress to stay informed and motivated.

Advanced Digital Monitor

Effortlessly monitor scans, timing, counts, and overall progress to stay informed and motivated.
Automated Safety Features | Work out with peace of mind thanks to our automated safety features, designed to shutoff when detecting potential safety hazards to ensure safe operation.

Automated Safety Features

Work out with peace of mind thanks to our automated safety features, designed to shutoff when detecting potential safety hazards to ensure safe operation.
Remote Control | Take control of your fitness routine with the convenience of a remote control.

Remote Control

Take control of your fitness routine with the convenience of a remote control.
Space-Saving Compact Design | Perfect for apartments or any environment where you need to maximize your living space.

Space-Saving Compact Design

Perfect for apartments or any environment where you need to maximize your living space.

FAQS

Specifications

Technology

  • additional connections
    Connects to SunnyFit® App
  • bluetooth
    yes
  • digital monitor
    Power, Manual, Auto, Time, Speed
  • remote control option
    yes
  • speed levels
    18

Comfort

  • carry handle
    yes
  • pedal type
    non-slip

Engineering

  • drive mechanism
    belt drive
  • max user weight
    no limit
  • motorized
    yes
  • pedal step height
    Min 3.35 in/Max 10.9 in
  • stride length
    6.9 in
  • tension system
    electric

Convenience

  • product dimensions
    22.83L x 18.31W x 11.02H in
  • product weight
    21.4 lb
  • ship dimensions
    25L x 20.3W x 12.4H In
  • ship weight
    26.2 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


Smart Electric Motorized Under Desk Elliptical has a rating of 4.6 stars based on 7 reviews.
truck

Free Shipping

shield

Manufacturer Warranty

dollar-sign

30-Day Money Back