Absorbency:15ml or 2-3 tampons
Get all the protection, with none of the VPL in our Seamfree Bikini. Crafted from smooth recycled fabric, this invisible underwear combines our award-winning Modibodi technology, with fabric that makes it feel like you’re wearing... nothing at all.
- A reusable alternative to disposable pads, liners or tampons.
- Our Seamfree range will feel snug when you first try it on as it's designed to contour to your body.
- We recommend washing and wearing at least twice to experience the true fit.
- This style sits on the hip with a high-cut leg for a smooth, comfortable fit, with no VPL.
- Our Seamfree range is made from 73% recycled nylon from pre-consumer fibres.
- 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.
- Proudly designed in Australia.
CARE: Rinse first, gentle cold machine wash, hang to dry, reuse, and repeat.Read our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1145063",
"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:'1145063',
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:'1145063'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});