Wow! The Girls Swimsuits will definitely turn a few heads, with its ultra-feminine, ultra-sexy cut. This two-piece swimsuit features a halter neck bikini top – with extra fabric that wraps around the waist – and a pair of super-cute bikini bottoms, complete with sweet little bows on the sides. This swimsuit is made from a combination of nylon and polyester and comes in a wide range of different color combos and sizes. This is a fun, for more cool stuff like this and see our online features a halter neck bikini top – with extra fabric that wraps around the waist – and a pair of super-cute bikini bottoms, complete with sweet little bows on the sides.
Find Your Perfect Pair
The swimsuit comes in a wide range of different color combos and sizes.Perfect for Summer Holidays
This is a fun, '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1815120",
"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:'1815120',
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:'1815120'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});