The CN-10 Cable and Housing Cutter is a shop quality cutter designed specifically for use on all bicycle cables and housing, including hard-to-cut index housing.
A complete tool set to work on both Campagnolo® and Fulcrum® Ultra-Torque™ and Power Torque™ crank and bottom bracket systems. The CBP-8 includes a beefed up bearing and crank puller and all the fittings necessary to remove and install both systems.
The BBT-30.3 Bottom Bracket Bearing Tool Set is designed for installation and removal of the bearings used in BB30, PressFit 30 (PF30), 386EVO, and BBright™ bottom bracket systems.
The PEDRO'S chain keeper is designed with a quick release mechanism, and ensures that the chain stays out of the frame to prevent damage and keep the transmission free to rotate, as is usually required during cleaning.
The basic screw-type chain tool is intended for home users. The simple tightening of the spindle fits the chain pin perfectly. The ergonomic design makes it precise and easy to use.
The IR-1.2 speeds the internal frame routing of electric wires, shift cable / housing, brake cable / housing and hydraulic tubing on carbon fiber, titanium, and aluminum frames.
All the awesomeness of the dual sided tool but in a single Shimano or Campagnolo version. Updated in 2020, the single sided tool now has the same size handle (1/2 inch) as the dual sided tool.
Our very own double-ended bottom bracket wrench designed to fit 16-notch bearing cups with an outside diameter of 44mm as well as 16-notch bearing cups with an outside diameter of 48.5mm. Machined aluminum, anodized red.
Designed for 12 spline 23.4mm diameter tool fittings - the most common tool fitting found on 7-12 speed cassette lockrings, and can also be found on some disc brake lockrings and Rock Shox® suspension fork top caps. Made from heat treated alloy tool steel
Patent and award-winning design, the 2 in 1 master link pliers allows master links installation and removal by single hand. Bold and simple is our philosophy.
If you're trying to keep your square taper, Shimano Octalink, ISIS, or other internal bottom bracket spinning consider our 1671.1/4 bottom bracket tool.
// 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";
}
}