8 spd 116l alivio altus 8 speed Shimano chains
Optimized chain for HG sprocket -Can be used with IG (Interactive Glide) cassette but not IG chainrings -324 -Designed for precise HYPERDRIVE SIS and DUAL SIS INDEX shifting, the SHIMANO HG71 chain is also rated for E-BIKE use. -Available for Pickup within 2 to 1 businesses days10 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 tabContent = document.getElementById(tabId); tabContent.style.display = (tabContent.style.display === 'none' || tabContent.style.display === '') ? 'block' : 'none'; }