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

Treadmills

Premium Incline Decline Treadmill

{{ variant.sku }}
{% assign compared = false %} {% for item in data.items %} {% if item.handle == 'premium-incline-decline-treadmill-sf-x7200'%} {% 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: Mon, May 13 - Mon, May 20

Free Shipping

Exclusions Apply

Manufacturer Warranty

In Domestic US Markets

30-Day Money Back

Guarantee

With an impressive incline capability of up to 50%, this treadmill takes your workouts to new heights, allowing you to target different muscle groups and intensify your training for unparalleled results. The dynamic steep dual action incline decline training and 12 programs offer a diverse range of options, from challenging hill climbs to invigorating interval sessions, ensuring a workout that suits every fitness level. The responsive LED console provides real-time data on speed, distance, incline, and calories burned, putting you in control of your fitness journey. Built with premium materials, the treadmill boasts a sturdy frame and a robust motor for durability and reliability during even the most demanding workouts. The spacious running surface, whisper-quiet operation, and space-saving design make this treadmill the ultimate choice for those seeking a high-performance, versatile, and space-efficient fitness solution. Elevate your fitness experience with our High Incline Treadmill and redefine the way you train.
Quick Access Buttons | Choose from 12 preprogrammed routines, 3 user profiles, and 56 incline levels on this treadmill with speeds from 0.3 to 5 mph.

Quick Access Buttons

Choose from 12 preprogrammed routines, 3 user profiles, and 56 incline levels on this treadmill with speeds from 0.3 to 5 mph.
Advance Digital Display | Beautiful and easy to read LED digital display monitor allows easy tracking of Time, Speed, Caloric burn, & Incline levels.

Advance Digital Display

Beautiful and easy to read LED digital display monitor allows easy tracking of Time, Speed, Caloric burn, & Incline levels.
Multi-Grip Handlebars | Supportive handlebars that provide multiple options for hand placement.

Multi-Grip Handlebars

Supportive handlebars that provide multiple options for hand placement.
Device Holder | Enjoy added convenience with the practical device storage holder for easy accessibility.

Device Holder

Enjoy added convenience with the practical device storage holder for easy accessibility.
Emergency Safety Clip	 | Attach it to your clothing for an instant treadmill stop in emergencies, prioritizing accident prevention and offering peace of mind.

Emergency Safety Clip

Attach it to your clothing for an instant treadmill stop in emergencies, prioritizing accident prevention and offering peace of mind.
Double Deck Shock Absorption | Comfortable double-running deck provides added comfort and less impact during treadmill workouts.

Double Deck Shock Absorption

Comfortable double-running deck provides added comfort and less impact during treadmill workouts.

FAQS

Specifications

Technology

  • built-in programs
    12
  • device holder
    yes
  • digital monitor
    Calories, Incline, Speed, Time
  • quick incline button
    0% , 25% , 50%
  • quick speed button
    1 , 3, 5 MPH
  • user programs
    3

Comfort

  • deck to floor height
    Min 11 in / Max 26 in
  • emergency stop brake
    yes
  • running surface
    43.9L x 20.1W in
  • shock absorption
    yes
  • transportation wheels
    yes

Engineering

  • incline function
    Auto Electric
  • incline levels
    56
  • incline/decline percentage
    -5% to 50%
  • max user weight
    330 lb
  • motor type
    AC Motor
  • motorized
    yes
  • peak dc hp
    5.0 HP
  • speed range
    0.3 - 5 MPH

Convenience

  • product dimensions
    53.1L x 36.2W x 69.1H in
  • product weight
    303.8 lb
  • ship dimensions
    63.8L x 45.3W x 19.9H in
  • ship weight
    343 lb
  • shipping service
    in-home delivery
  • 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


truck

Free Shipping

shield

Manufacturer Warranty

dollar-sign

30-Day Money Back