Unique four-sided design provides extra strength and support and helps prevent slipping and deformation of aluminum nipples. Uses the same world famous design and high quality materials as our three-sided spoke wrenches.
The design and dimensions of UNIOR tools are adapted to the new standards and models of bicycles. The cone wrench has an extreme hardness and durability. The cone wrench allows the assembly and release of hub cones and the maintenance of the upper headset
A small, handy tool designed to remove and install Schrader and Presta valve cores and to remove and install Presta valve extenders with 5mm wrench flats.
The Pedro's Downhill Tire Lever is a steel tire lever with an ergonomic screwdriver handle that has a heat-treated tool steel construction for unmatched strength.
The SW-11 is a forged double-ended spoke wrench designed to fit select Campagnolo® wheels. Precision machined, plated and vinyl dipped for comfort and long life.
// 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";
}
}