Maxima's Pro Dry chain lube was specifically designed for use in dry and dusty conditions. Specifically formulated for bike chains, it extends your chain life while ensuring smooth shifting and reduced noise.
The Super B TBA 2000 comes with 36 of the most important bike tools needed to start working on your bike. It offers great value for its prices in allowing anyone to begin fixing their bike.
Pedro's Fixed Torque Drivers are shop quality preset torque wrenches designed with an infinite torque-limiting clutch design to eliminate over-torquing of critical parts.
A clean bike is a happy bike! The BCB-4.2 is a four-piece brush set made specifically to clean bicycles. Ergonomically designed with dual density, sure grip handles.
Fully synthetic, universal lubricating and corrosion protection spray. Leaves behind a highly effective protective film. Creeps under water, protects against corrosion, takes effect dielectrically and cleans and maintains metals and plastics.
Stop rust, lubricate parts, add a long-lasting protective film – you name it, MO-94 does it. It’s the perfect protective spray for all things two or four wheeled.
The hex wrench is the most common tool needed for the modern bicycle. Choosing the right set can make the difference between good day and a bad day working on bikes. Pedro's L Hex Wrench Set is up to the challenge.
Dirt Bike Wash is designed for those occasions when water and soap are really needed to tackle stuck-on mud and dirt. It’s ideal for off-road biking in extreme conditions.
The combination of air-drying liquid wax and Tungsten Disulfide would quickly prove to beat all currently available hot melt waxes in friction testing while being much faster and easier to apply.
The Torx-style fastener is quickly becoming standard fare on the modern bicycle. Having the right Torx wrenches in the right sizes is essential for the modern mechanic.
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.
The Cyclone™ uses a large solvent reservoir, hundreds of rotating bristles, and a two-step cleaning process to get chains really clean, improve shifting performance, and extend the life of the chain and other expensive drivetrain parts.
Over time fork stanchions can become dry and less responsive. This can result in loss of travel, slow rebound, and cause the fork to feel very stiff over bumps.
// 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";
}
}