Absorbency:15ml = 2-3 tampons or 3 teaspoons
Feel confident, comfy and fresh in our ultra-soft Seamfree Bikini. Crafted from smooth recycled fabric (the planet thanks you) with built-in protection from periods, this invisible underwear combines tech with a light feel that’s like...wearing nothing at all.
- A reusable alternative to disposable pads, liners or tampons.
- The Seamfree Bikini sits on the hip with a high-cut leg for a smooth, comfy fit backed up by superior protection – and sustainability.
- We recommsend washing and wearing at least twice to experience the true fit. Perfect to wear under form-fitting outfits to minimise VPL.
- Modibodi fits and feels like regular underwear, but has a slim patented hi-tech lining to absorb period blood, discharge and odour.
- Made from 73% recycled nylon from pre-consumer fibres = less waste, less energy use.
- To activate your Modibodi’s magic powers, wash before use. Proudly designed in Australia.
CARE: Rinse first, gentle cold machine wash, hang to dry, reuse, and repeat.Read our '
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"1011476",
"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:'1011476'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});