A kit complete with every essential needed to join the tubeless revolution. Five different kits for all kinds of bikes. Our Ultimate Tubeless Setup Kit is a one-stop shop for everything you need to make the switch with your tubeless-ready wheelset.
Read more..
Price Matching
Easy Returns
Fast Shipping
Information
Description :
XC / Gravel
2x No Puncture Hassle Tubeless Sealant 140ml pouch
2x CNC machined black 44mm valves
1x Rim tape 25mm x 10m roll
DH / Trail / Enduro
2x No Puncture Hassle Tubeless Sealant 140ml pouch
2x CNC machined black 44mm valves
1x Rim tape 30mm x 10m roll
DH / Plus
2x No Puncture Hassle Tubeless Sealant 140ml pouch
2x CNC machined black 44mm valves
1x Rim tape 35mm x 10m roll
Road 44mm
2x No Puncture Hassle Tubeless Sealant 140ml pouch
2x CNC machined black 44mm valves
1x Rim tape 21mm x 10m roll
Built for shallow rims
Road 60mm
2x No Puncture Hassle Tubeless Sealant 140ml pouch
// 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";
}
}