The Core 2 Floor Pump is built for folks operating on a tighter budget, but doesn't sacrifice any of the functionality of the Core 3 or Core Pro models.
The Geiszler is a stepped adapter designed to work with every thru-axle fitment currently on the market: 12X142, 12X150, 15X100, 20X110, Lefty and 24 Maverick. The tool will allow precision dishing without removal, a notable time saver when wheel building
The world’s most popular wheel truing stand and the standard of the bicycle industry for 35 years is now, more than ever, the stand to choose for daily shop use. The new TS-2.2 combines time-tested functions from the legendary TS-2 with new features to ma
A great shop accessory made to hold securely in your vice a wide variety of axles, spindles and Freewheel Removers/Lockring Tools. Made from precision extruded aluminum.
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.
With extra-tall uprights and wide calipers, the TS-2.3 is capable of accepting most wheels commonly found on road, mountain, BMX, and hybrid bicycles, including wheels with disc brakes, aero rims and oversized MTB tires.
This stand is intended especially for the enthusiast. It is very easy to use, light (2.3 kg) and does not take up much space. The left bracket is fixed and welded to the lower profile, while the right bracket is flexible to different all axle widths.
If you've got a tire that just won't seat don't risk blowing up the rim or tire by pumping it higher and higher, just reach for the handy Unior 1601 Tire Seating Pliers and give that tire a little pull in the right direction.
BBT-100 set allows you to pull bearings that are pressed into a housing as found in all hubs and pivots. It works with any bearing with an inside diameter between 8-40mm.
The standard of the industry, Park Tool Shop Cone Wrenches are unmatched in quality and performance. The special "Y" head design puts more material where it's needed for strength and durability.
The TM-1 Tension Meter accurately and reliably measures the absolute tension of each of the spokes in a wheel, as well as the relative tension between all the spokes in a wheel.
Floor pump efficiency in a super compact, hand pump size. Lightweight CNC machined aluminum barrel, piston, base, and T-handle optimized for high volume applications. Long, versatile hose improves pumping convenience. Stainless steel foot peg stabilizes p
// 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";
}
}