Designed in partnership with multiple Downhill World Championship Greg Minnaar, this all-conditions tire has tall, sharp knobs to punch through dust and loam to find grip. Hard-packed or muddy, dry or wet and rooty, the Assegai provides the grip and cornering support required by riders at the top of the sport.
Tubeless ready tire means lower air pressure, improved traction, lower rolling resistance and less chance of flatting.
Intermediate (not too soft, not too hard) rubber compound is designed offer a balance of traction, speed and durability.
EXO protection increases sidewall durability, abrasion and cut resistance.
Wide trail spacing is optimized for 30-35mm inner width rims.
// 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";
}
}