Un jeu de boîtiers de pédalier filetés pour une interface de manivelle à tête carré. Disponible en : 107mm, 110mm, 113mm, 115mm, 117.5mm, 118mm, 122.5mm, 127.5mm
Le jeu de pédalier Shimano Dura-Ace BB-R9100 est un système d'ingénierie à son apogée. Chacun des composants magnifie les qualités des autres pour un niveau de performance inégalé. Optimiser l'entrée pour maximiser la sortie. C'est ainsi qu'il atteint la
Shimano BB-UN26 Carré Taper BB Italien Fileté 70mm x 113mm
C$19.99
// 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";
}
}