Absorbency:15ml = 2-3 tampons or 3 teaspoons
The signature Classic Bikini is our go-to style for everyday comfort. Made from breathable bamboo and featuring our patented absorbent lining to keep you dry and fresh, isn't it time you tried our life-changing protection for yourself?
- This Classic Bikini is one of our most-loved styles, and the perfect way to start your Modibodi journey.
- This style sits on the hip with a high-cut leg for a smooth, comfortable fit.
- A reusable alternative to disposable pads, liners or tampons.
- 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":"1159610",
"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:'1159610'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});