For every purchase of any OMG Tribe product, $5 will be donated to the OB MOM Charity Group, a non-profit organization dedicated to education and advocacy for safe, dignified, and equitable work environments for ObGyns and care to those who have been subject to vocational or psychological trauma due to adverse events or inequitable work environments.
ThisOMG Tribeshorts is a custom-made product and is final sale. No returns, exchanges or credit will be offered.
- 82% Polyester, 18% Lycra
- Made withmediumcompression fabric.
- Supersoft fabric has buttery/smooth hand-feel.
- Flat-lock stitching which strengthens inseams against tears and provides comfort. Optimizes any activity movement and aides against chafing.
- 100% lined cotton gussets to improve comfort and adhere to hygienic needs
- Non-slip double gripwaistband.
- Advanced 4-Way Stretch fabric willnotbecome see-through during any activity.
- Breathable, Quick Dry, Muscle Control, UV Protection, Pilling Resistant, Chlorine Resistant - Suitable for Running, Cycling, Pilates, Yoga, SUPYoga, Surfing, Dance and more!
- Made in the USA with Imported Fabric
'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"968906",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
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);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'968906'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});