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

Ab Wheels & Rollers

Core Glider Ab Trainer Machine

{{ variant.sku }}
{% assign compared = false %} {% for item in data.items %} {% if item.handle == 'core-glider-ab-trainer-machine-sf-a022005'%} {% 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 %}

Free Shipping

Exclusions Apply

Manufacturer Warranty

In Domestic US Markets

30-Day Money Back

Guarantee

Ergonomically designed and built to engage multiple muscle groups, the Sunny Health & Fitness Core Glider Ab Waist Trainer Machine helps you focus and shape your core and body. Featuring a sturdy design and construction that can carry a max user weight of 220 LB, it is durable enough for any core workout. Connect with the Sunny Health & Fitness community with the free SunnyFit® APP to get tips, advice, and view training videos from our Sunny fitness trainers.

ADJUSTABLE SLOPE | Switch up the intensity of your core and ab exercises by simply replacing the sliding tube pin to get an even more challenging workout.

ADJUSTABLE SLOPE

Switch up the intensity of your core and ab exercises by simply replacing the sliding tube pin to get an even more challenging workout.
DIGITAL MONITOR | Keep an eye on your progress with the help of the digital monitor. It measures and logs: Calories, Count, Time, Total Count and Scan.

DIGITAL MONITOR

Keep an eye on your progress with the help of the digital monitor. It measures and logs: Calories, Count, Time, Total Count and Scan.
FOAM ROLLERS |Thick and supportive yet comfortable foam rollers help you maintain a solid grip and position as you crunch and glide.

FOAM ROLLERS

Thick and supportive yet comfortable foam rollers help you maintain a solid grip and position as you crunch and glide.
SLIP-RESISTANCE HANDLES | Get a firm grip and utilize the contoured slip resistance handlebars as you shape your sides, abdominals, and waist.

SLIP-RESISTANCE HANDLES

Get a firm grip and utilize the contoured slip resistance handlebars as you shape your sides, abdominals, and waist.
DEVICE HOLDER | Secure your smartphone, tablet, or other smart device before you start your exercise session. Download the free SunnyFit® App and work out along with our trainers.

DEVICE HOLDER

Secure your smartphone, tablet, or other smart device before you start your exercise session. Download the free SunnyFit® App and work out along with our trainers.
SPACE-EFFICIENT | Versatile compact form factor allows for easy and convenient storage when not in use. Simply fold and carry away! Folded dimensions measures: 9.84L x 22.6W x 53.1H in.

SPACE-EFFICIENT

Versatile compact form factor allows for easy and convenient storage when not in use. Simply fold and carry away! Folded dimensions measures: 9.84L x 22.6W x 53.1H in.
FLOOR PROTECTORS | Stabilize your workouts while also preventing your floors from scuffing with rubber end caps on each foot of your ab glider waist trainer machine.

FLOOR PROTECTORS

Stabilize your workouts while also preventing your floors from scuffing with rubber end caps on each foot of your ab glider waist trainer machine.
MULTI-USE | Flexible and multi-functional the Core Glider helps you tone various muscle groups such as your abdominals, obliques, glutes, hamstrings and much more.

MULTI-USE

Flexible and multi-functional the Core Glider helps you tone various muscle groups such as your abdominals, obliques, glutes, hamstrings and much more.

FAQS

Specifications

Technology

  • device holder
    Yes
  • digital monitor
    Calories, Count, Time, Total Count, Scan

Comfort

  • Adjustability Levels
    2 Level Slope Adjustment
  • foam rollers
    Yes
  • security
    Pull-Pin Security Lock

Engineering

  • construction
    durable steel frame
  • floor protectors
    Yes
  • max user weight
    220 lb
  • tension system
    Body Weight

Convenience

  • foldable
    yes
  • folded product dimensions
    9.84L x 22.6W x 53.1H in
  • product dimensions
    56.1L x 22.6W x 36H in
  • product weight
    22.7 lb
  • ship dimensions
    43.3L x 8.1W x 9.3H in
  • ship weight
    26 lb

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


Core Glider Ab Trainer Machine has a rating of 4.7 stars based on 11 reviews.
truck

Free Shipping

shield

Manufacturer Warranty

dollar-sign

30-Day Money Back