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

Exercise Bands

Strength Training Band Combo

{{ variant.sku }}
{% assign compared = false %} {% for item in data.items %} {% if item.handle == 'sunny-health-fitness-strength-training-band-no-088-combo'%} {% 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

Manufacturer Warranty

In Domestic US Markets

30-Day Money Back

Guarantee

Elevate your strength training exercises by including resistance bands in your fitness routine. Elastic resistance bands offer effective full-body training when working out muscles in your upper and lower body. These workout fitness bands are low-impact and safe for users of all age groups. Incorporate these bands into your yoga stretching session or for added resistance when strength training.  Set includes 4 bands of different tensions: 10 LB, 25 LB, 50 LB, and 75 LB.

NATURAL LATEX | Sunny Health & Fitness resistance bands are made of over natural latex which means they’re stronger, more durable, and more elastic than rubber, TPE and most other materials commonly used in resistance bands.

NATURAL LATEX

Sunny Health & Fitness resistance bands are made of over natural latex which means they’re stronger, more durable, and more elastic than rubber, TPE and most other materials commonly used in resistance bands.
ODOR FREE | Avoid any unpleasant, industrial, or synthetic aromas that may get on your clothes or distract you from your workouts; These resistance bands are odor free.

ODOR FREE

Avoid any unpleasant, industrial, or synthetic aromas that may get on your clothes or distract you from your workouts; These resistance bands are odor free.
COMPLETE SET | Comes with a set of 4 resistance bands to progressively improve your training and results.  When used and elongated to 3x its length, it will produce resistance weights up to of 10 LB, 25 LB, 50 LB, 75 LB respectively. When used and elongated to 3x its length, it will a produce resistance weight of up to 100 LB, 140 LB, 160 LB, 180 LB

COMPLETE SET

Comes with a set of 4 resistance bands to progressively improve your training and results. When used and elongated to 3x its length, it will produce resistance weights up to of 10 LB, 25 LB, 50 LB, 75 LB respectively. When used and elongated to 3x its length, it will a produce resistance weight of up to 100 LB, 140 LB, 160 LB, 180 LB
ECO-FRIENDLY |  In addition, natural latex is a non-synthetic organic material which may be completely broken down and biodegrade which attribute to its eco-friendliness.

ECO-FRIENDLY

In addition, natural latex is a non-synthetic organic material which may be completely broken down and biodegrade which attribute to its eco-friendliness.
VERSATILE | Resistance training improves muscles strength and resistance bands are an effective and cost-efficient way to add resistance training to any workout.

VERSATILE

Resistance training improves muscles strength and resistance bands are an effective and cost-efficient way to add resistance training to any workout.
STRENGTH TRAINING | Use in conjunction with strength training equipment such as squat racks and power racks to add a whole new dimension to your lifts and reps.

STRENGTH TRAINING

Use in conjunction with strength training equipment such as squat racks and power racks to add a whole new dimension to your lifts and reps.

FAQS

Specifications

Technology

  • design
    color coded
  • ergonomic
    Lightweight and compact
  • suggested use
    strength training, yoga, pilates, and more

Comfort

  • Cleaning Instructions
    wipe w/ damp cloth
  • colors & resistance
    White (10 lb), Purple (25 lb), Blue (50 lb), Green (75 lb)
  • size & fit
    one size fits all
  • skill level
    Suitable for beginners to advanced

Engineering

  • materials
    Natural Latex
  • max resistance
    10 - 75 lbs. of resistance
  • what's included
    4 PC resistance band set

Convenience

  • product dimensions
    81.9L x 1.5W x 0.2H in
  • product weight
    1.7 lb
  • ship dimensions
    5.2L x 2.6W x 10.6H in
  • ship weight
    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


Strength Training Band Combo has a rating of 4.2 stars based on 9 reviews.
truck

Free Shipping

shield

Manufacturer Warranty

dollar-sign

30-Day Money Back