Stay sharp in the '80s b-ball icon cleaned up for the streets. Its side fade motif and classic red, white, and blue piping celebrate those trusted barbershops that keep you looking good. The padded, low-cut collar lets you take your signature style anywhere—in comfort. Finishing the look is the mismatching red and blue lace aglets and a set of metallic hair clipper guard lace dubraes.
- Please register on our website to join the online raffle (www.atmos.co.id)
- The online raffle is open now and closes on March 27th, 2022 at 23:59 (GMP+7).
- Winners will be drawn and notified by email on March 29th, 2022.
- Follow @atmos_id and mention three friends in the comment below.
- Please make sure your Instagram account is not private.
- Any double entry will be disqualified.
- Your account payment must be under the same name with your registered account at our atmos website.
- Winners will have one hour to complete their purchase. Otherwise your order will be automatically cancelled, redrawn and offered to other participants.
- atmos Indonesia reserves all rights to amend the terms and conditions without prior notice.
- If you have any queries please contact our customer service team who will be happy to help.
'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"103951",
"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:'103951'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});