Notes: Brand New Item. Not shipped to AK, HI, APO, FPO, AE.
Colgate MaxFresh® Spicy Fresh is infused with cooling crystals (in strips) which dissolve completely as you brush for a while new dimension of freshness – freshness that you can see.
BENEFITS:
Contains menthol for fresh breath
Whiter teeth
Fights cavities
Also AVAILABLE IN:
showChar2) {
var c = content.substr(0, showChar2);
var h = content.substr(showChar2, content.length - showChar2);
var html = c + '' + ellipsestext2+ ' ' + h + '' + more2text + '';
$(this).html(html);
}
});
$(".more2link").click(function(){
if($(this).hasClass("less")) {
$(this).removeClass("less");
$(this).html(more2text);
} else {
$(this).addClass("less");
$(this).html(lesstext2);
}
$(this).parent().prev().toggle();
$(this).prev().toggle();
return false;
});
});