Using experience from World Tour racing, coupled with a constant desire for excellence, the Pirelli engineers have developed the best performing all-round bicycle race tire ever conceived by the iconic brand.
The P ZERO Race TLR is crafted to pack all the benefits of tubeless technology into a race-ready all-rounder which outperforms all cycling clinchers that we have created before, tubulars included.
After three years of development working with the fastest racers at the World Tour level, including man and woman 2019 UCI World Champions, Pirelli designed this new tubeless-ready tire with the new SmartEVO compound and the TechWALL+ casing technology to provide our Professional riders, as well as all cycling enthusiasts, with a superior product!
Techwall+ Road: New TLR casing technology with multiple layers of reinforcement to provide superior puncture protection within a lightweight structure
// 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";
}
}