
Shim Ft Der,105,Dbl,Braze Fd-R7000-F,Braze-On,11Spd 105 R7000 Series 11-Speed Derailleur
Cage is optimized for disc brake road bikes -Integrated cable tension adjustment for precise and easy adjustments -Braze-On -46-53T -Braze-on -The new toggle construction on the SHIMANO 105 R7000 front derailleur incorporates an integrated cable tensioner and an optimized cage design that is compatible with disc brake road bikes. -Available for Pickup within 2 to 1 businesses days body { font-family: 'Arial', sans-serif; } .tabs-container { display: flex; justify-content: space-between; background-color: #333; color: #fff; padding: 10px; } .tab { cursor: pointer; padding: 10px; border: 2px solid #fff; border-radius: 5px; } .tab-content { display: none; padding: 20px; border: 2px solid #333; border-radius: 5px; background-color: #fff; } function toggleTab(tabId) { var tabContents = document.getElementsByClassName('tab-content'); for (var