Absorbency:10ml = 2 tampons or 1-2 teaspoons
The signature Classic Bikini is your go-to style for everyday comfort. Made from breathable bamboo and featuring our 3mm 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.
- Made to completely replace the need for disposable period products.
- This style sits on the hip with a high-cut leg for a smooth, comfortable fit.
- It features our patented Modifier Technology to absorb your period, sweat and more, while leaving you feeling fresh, dry and odour-free.
- To activate your Modibodi’s magic powers, wash before use.
CARE: Please be sure to read our '
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"1108719",
"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:'1108719'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});