With a tread design that deftly balances rolling speed with braking and cornering traction, it’s no wonder why the Minion DHF is one of the most imitated tires in mountain biking.
All new MegaNorris™ Toast is Huck Norris’s tire insert for xc, trail, and enduro riding. The toast-model consists of one layer of material, protecting the rim and tire.
With a tread design that deftly balances rolling speed with braking and cornering traction, it’s no wonder why the Minion DHF is one of the most imitated tires in mountain biking.
MegaNorris™ Sandwich is Huck Norris’s tire insert for trail and enduro riding. The sandwich-model consists of two different layers of material, protecting the rim and tire better than the original Huck Norris inserts.
With a tread design that deftly balances rolling speed with braking and cornering traction, it’s no wonder why the Minion DHF is one of the most imitated tires in mountain biking.
MegaNorris™ Sandwich is Huck Norris’s tire insert for trail and enduro riding. The sandwich-model consists of two different layers of material, protecting the rim and tire better than the original Huck Norris inserts.
The Maxxis Aggressor is designed for high-speed, hard-packed, rocky trails. It works especially well as a rear tire paired with a Minion DHF or Assegai in the front.
// Get the modal
var modal = document.getElementById("myModal");
// Get the button that opens the modal
var btn = document.getElementById("myBtn");
// Get the element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks on the button, open the modal
btn.onclick = function() {
modal.style.display = "block";
}
// When the user clicks on (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}