Item information
var clickElement = document.getElementById(“ratingsPopup”);
clickElement.addEventListener(“click”, function(event) {
event.stopPropagation();
if (ratingsModal.style.display == “none”) {
ratingsModal.style.display = “block”;
}
return false;
});
document.body.addEventListener(“click”, function(event) {
var el = $(“#ratingsPopup”);
var ratingsModal = document.getElementById(“ratingsModal”);
if (ratingsModal.style.display == “block”) {
ratingsModal.style.display = “none”;
}
});
This is the ultimate tool to detangle the wildest of beards without damage. Detangle, shape and smooth your beard with our detangling brush. Available in black or grey.





Reviews
There are no reviews yet.