$44.98


For over 25 years, Gaiam has been the #1 innovator of premium yoga mats, yoga props, yoga clothing, and yoga accessories, inspiring fitness and yoga DVDs.
Top Keywords
- yoga accessories
- yoga mat
- strength training
- exercise guide
- lifetime guarantee
- reversible yoga mat
- resistance bands
- fitness equipment
- durable yoga mat
- exercise equipment
All | 208 |
Health & Beauty | 83 |
Personal Care | 50 |
Health Care | 33 |
Sporting Goods | 81 |
Exercise & Fitness | 80 |
Athletics | 1 |
Home & Garden | 10 |
Linens & Bedding | 5 |
Decor | 4 |
Household Appliances | 1 |
Apparel & Accessories | 9 |
Clothing | 5 |
Clothing Accessories | 4 |
Furniture | 4 |
Chairs | 2 |
Office Furniture | 1 |
Chair Accessories | 1 |
Toys & Games | 3 |
Toys | 3 |
Luggage & Bags | 2 |
Fanny Packs | 1 |
Duffel Bags | 1 |
Hardware | 2 |
Hardware Accessories | 2 |
Electronics | 1 |
Electronics Accessories | 1 |
Office Supplies | 1 |
Office Equipment | 1 |
Baby & Toddler | 1 |
Baby Toys & Activity Equipment | 1 |
Show More
$14.98
$24.98
$24.98
$34.98
$19.98
$19.98
$14.98
$99.98
$14.98
$12.98
$14.98
$19.98
$7.98
$9.98
$24.98
$19.98
$14.98
Balance Balls
<script>// <![CDATA[
/*
* jQuery Shorten plugin 1.1.0
*
* Copyright (c) 2014 Viral Patel
* http://viralpatel.net
*
* Licensed under the MIT license:
* http://www.opensource.org/licenses/mit-license.php
*/
/*
** updated by Jeff Richardson
** Updated to use strict,
** IE 7 has a "bug" It is returning underfined when trying to reference string characters in this format
** content[i]. IE 7 allows content.charAt(i) This works fine in all modern browsers.
** I've also added brackets where they werent added just for readability (mostly for me).
*/
(function($) {
$.fn.shorten = function(settings) {
"use strict";
var config = {
showChars: 0,
ellipsesText: "",
moreText: "LEARN MORE + ",
lessText: "Read Less",
errMsg: null,
force: false
};
if (settings) {
$.extend(config, settings);
}
if ($(this).data('jquery.shorten') && !config.force) {
return false;
}
$(this).data('jquery.shorten', true);
$(document).off("click", '.morelink');
$(document).on({
click: function() {
var $this = $(this);
if ($this.hasClass('less')) {
$this.removeClass('less');
$this.html(config.moreText);
$this.parent().prev().prev().show(); // shortcontent
$this.parent().prev().hide(); // allcontent
} else {
$this.addClass('less');
$this.html(config.lessText);
$this.parent().prev().prev().hide(); // shortcontent
$this.parent().prev().show(); // allcontent
}
return false;
}
}, '.morelink');
return this.each(function() {
var $this = $(this);
var content = $this.html();
var contentlen = $this.text().length;
if (contentlen > config.showChars) {
var c = content.substr(0, config.showChars);
if (c.indexOf('<') >= 0) // If there's HTML don't want to cut it
{
var inTag = false; // I'm in a tag?
var bag = ''; // Put the characters to be shown here
var countChars = 0; // Current bag size
var openTags = []; // Stack for opened tags, so I can close them later
var tagName = null;
for (var i = 0, r = 0; r <= config.showChars; i++) {
if (content[i] == '<' && !inTag) {
inTag = true;
// This could be "tag" or "/tag"
tagName = content.substring(i + 1, content.indexOf('>', i));
// If its a closing tag
if (tagName[0] == '/') {
if (tagName != '/' + openTags[0]) {
config.errMsg = 'ERROR en HTML: the top of the stack should be the tag that closes';
} else {
openTags.shift(); // Pops the last tag from the open tag stack (the tag is closed in the retult HTML!)
}
} else {
// There are some nasty tags that don't have a close tag like <br/>
if (tagName.toLowerCase() != 'br') {
openTags.unshift(tagName); // Add to start the name of the tag that opens
}
}
}
if (inTag && content[i] == '>') {
inTag = false;
}
if (inTag) { bag += content.charAt(i); } // Add tag name chars to the result
else {
r++;
if (countChars <= config.showChars) {
bag += content.charAt(i); // Fix to ie 7 not allowing you to reference string characters using the []
countChars++;
} else // Now I have the characters needed
{
if (openTags.length > 0) // I have unclosed tags
{
//console.log('They were open tags');
//console.log(openTags);
for (j = 0; j < openTags.length; j++) {
//console.log('Cierro tag ' + openTags[j]);
bag += '</' + openTags[j] + '>'; // Close all tags that were opened
// You could shift the tag from the stack to check if you end with an empty stack, that means you have closed all open tags
}
break;
}
}
}
}
c = $('<div/>').html(bag + '<span class="ellip">' + config.ellipsesText + '</span>').html();
}else{
c+=config.ellipsesText;
}
var html = '<div class="shortcontent">' + c +
'</div><div class="allcontent">' + content +
'</div><span><a href="javascript://nop/" class="morelink">' + config.moreText + '</a></span>';
$this.html(html);
$this.find(".allcontent").hide(); // Hide all text
$('.shortcontent p:last', $this).css('margin-bottom', 0); //Remove bottom margin on last paragraph as it's likely shortened
}
});
};
})(jQuery);
$(document).ready(function() {
$(".text-collapse").shorten();
});
// ]]></script>
<div class="text-collapse">
<h2>Exercise and Yoga Balls - Great Balance & Stability Balls for Workouts </h2>
<p>You’ve seen it at the gym: a row of exercise yoga balls lined up against the mirrored wall. So what’s up with those big, springy things? Are they just for sitting on and bouncing? Not quite. Balance and stability balls are great for gaining strength, improving balance, and increasing your cardio endurance. By completing basic workout moves—like planks, squats, sit-ups and push-ups—on an unstable surface, you and your muscles are working extra hard to maintain your balance.</p>
<p>In addition to increasing the difficulty of your workout, exercise and yoga balls can also do the trick when you’re recovering from an injury. Known for their gentle support, Balance Balls help to reduce spinal strain and muscle strain when performing certain physical therapy movements, protecting injured areas and easing the body into progress—and ultimately, recovery. Easy does it, tiger.</p>
<p>It’s important to know which size of balance and stability ball you need in order to get the most out of your moves. At Gaiam, we’ve covered the bases, offering 45 cm, 55 cm, 65 cm, and 75 cm exercise and yoga ball sizes. When looking for the ball that best suits your body, a good way to find the right fit: While seated on the ball with your feet flat on the floor, be sure your knees and hips are at right angles.</p>
<p>Now, which ball is for you? Need a yoga ball for your home practice? We’ve got you covered. Want to up your game with an exercise ball and DVD combo? Our Total Body Balance Ball Kit will do just the thing. Featuring a full-length workout from leading fitness instructor Tanja Djelevic, this kit brings you the low-impact, challenging Pilates ball workout you’ve been looking for. Looking for a stability and balance ball chair for the office? Our 65 cm Balance Ball doubles as a great alternative to your office chair. Ready to try something different? Our asymmetrical, peanut-shaped fitness ball was designed for quicker results to flatten and tone your core. Lastly, we haven’t forgotten the kiddos: We offer several mini-me options, including the classic Kids 45 cm Balance Ball, the Stay-N-Play Ball, and the Peanut Ball, to give kiddos the same bouncy fun you’re giving yourself.</p>
<p> </p>
<p>Browse our selection of exercise and yoga balls today, we promise you won't be disappointed! </p>
</div>
No products found
No lists found