Our performancetights in 'dusk' are perfect for girls who love gymnastics, yoga and everything in between!
Our sports leggings:
are high-waistedfor perfect fit and extra coverage
havefour way stretch for supreme comfort and ease of movement
are made with a premium quality fabric that will last the distance and feels so amazing on -you won't believe its been made from recycled water bottles!
are non-see through for added confidencefor sport or at play
can be worn fromgym-to-swim - perfect forkids and tweens who want more coverage on the beach or at the pool
are breathable and quick dry with moisture-wicking qualities - none of that sweaty feeling!
These tights pairperfectly withthe, or mix and match with the for a fun & unique look either in the gym oras part of everyday wear.
If in doubt about sizes, we recommend sizing up for longer wear. For more help with sizing, please view our'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"526889",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
if(unique){
data.uniqueId = unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
console.log(e.error);
if(e.error == 0){
$(".right-mini-cart-box").html(e.html);
$(".CartCount").html(e.data.count);
$('.drawer-toggle-cart').trigger("click");
}else{
layer.msg(e.msg);
}
}
});
}
function addto_sku(qty,skus,key){
$.ajax({
url:"?m=jqajax&act=addto_sku",
method:"POST",
dataType:"JSON",
data: {
id:'526889',
sku: key,
},
success :function(e){
if (e.unique){
let unique = e.unique.replace(/'/g, '');
addtocart(qty,"","",unique);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'526889'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});