Loeffler

Radhose Modell Hotbond®


Artikelnummer NEW-943
UVP 109,95 EUR
70,00 EUR *
Inhalt 1 Stück
Aktuell nicht verfügbar (siehe Artikelbeschreibung)
* inkl. ges. MwSt. zzgl. Versandkosten

Radhose Modell HOTBOND®

Fahrradhose inkl. 4D Comfort Gel Air Pad

Hochelastische und schnell trocknende Radhose mit Trägern in atmungsaktiver HotBOND® Technologie. Die Radhose hat Netzträger, schützendes transtex®-Futter im Rückenbereich, einen elastischen Bund, rutschfeste Silikonbeinabschlüsse sowie Reflektoren für mehr Sicherheit. Das Comfort-Gel-Air Sitzpolster sorgt für hohen Komfort insbesondere auf Langstrecken. Der Schnitt, Performance Slimline ausgeführt, sitzt wie eine zweite Haut.
 
Material: 55 % Polyamid/Nylon, 27 % Polyester, 18 % Elastan, 58 % Baumwolle, 42 % Polypropylen
 
Größendefinition:
 

Merken

Merken

Merken

Merken

Merken

Merken

Merken

Merken

Merken

Funktionseingenschaften: Elastisch, schnell trocknend, atmungsaktiv, Comfortbund, schützendes transtex-Futter im Nierenbereich, softer Beinabschluss, Reflektoren.
Sitzpolster: Comfort Gel Air Pad
Schnitt: Körpernah
Materialeigenschaften: 55 % Polyamid/Nylon, 27 % Polyester, 18 % Elastan, 58 % Baumwolle, 42 % Polypropylen
Größendefinition:
 

Merken

Merken

Merken

Merken

Merken

Merken

Merken

Merken

Merken

Art.-ID 420
Zustand Neu
Altersfreigabe Ohne Altersbeschränkung
Modell Radhose Modell Hotbond®
Hersteller Loeffler
Herstellungsland Österreich
Inhalt 1 Stück
document.addEventListener('DOMContentLoaded', function () { if (window.innerWidth > 991) { // Create the new desktop button var desktopNavButton = document.createElement('button'); desktopNavButton.textContent = '☰'; // Hamburger icon text desktopNavButton.className = 'desktop-nav navbar-toggler'; desktopNavButton.style.position = 'relative'; // Make button position relative // Insert the new button before the existing button and remove the old one var existingButton = document.querySelector('.navbar-toggler.d-lg-none'); if (existingButton) { existingButton.parentNode.insertBefore( desktopNavButton, existingButton ); existingButton.parentNode.removeChild(existingButton); } // Create the menu div and insert it inside the new button var navMenu = document.createElement('div'); navMenu.className = 'desktop-nav-menu'; navMenu.style.position = 'absolute'; navMenu.style.top = '127%'; // Position menu right below the button navMenu.style.display = 'none'; // Add the rest of your styles for navMenu here or in the CSS // Fetch the existing menu from the page var existingMenuHTML = document.querySelector('.main-navbar-collapsable').innerHTML; // Set the menu's HTML navMenu.innerHTML = existingMenuHTML; // Append the menu to the new button desktopNavButton.appendChild(navMenu); // Event listener to toggle the floating menu desktopNavButton.addEventListener('click', function (event) { event.stopPropagation(); // Prevent click from propagating to the document navMenu.style.display = navMenu.style.display === 'none' ? 'block' : 'none'; }); // Optionally, hide the menu when clicking outside of it document.addEventListener('click', function () { var menu = document.querySelector('.desktop-nav-menu'); if (menu && menu.style.display === 'block') { menu.style.display = 'none'; } }); } });