CYCWEAR®

Funktions Shirt Vier Hübel Tour


Artikelnummer 2106104HT-FS - 128
39,90 EUR *
Inhalt 1 Stück
Aktuell nicht verfügbar (siehe Artikelbeschreibung)
* inkl. ges. MwSt. zzgl. Versandkosten

Dieser Artikel ist nur noch per Sammelbestellung oder direkt über VierHuelbelTour bestellbar (ausgenommen das Aero Mesh Radtrikot). Alle anderen Artikelvarianten der 4HT Kollektion bitten wir zuerst dort anzufragen.

Funktions Shirt Vier Hübel Tour

Kindergrößen: 39,90€
Erwachsene:   44,90€

Funktions Shirt im T-Shirt Cut aus hochwertigem Funktionsmaterial (leichtes Mesh) für Erwachsene sowie aktive Kids sowie jede Art von Sport: In den Kindergrößen 128-164 sowie für Erwachsene in den Größen ab XS bis 2XL angebotene Sport Shirt, ist klassisch geschnitten und kann sowohl in der Freizeit, wie aber auch zu jeder Art von Sport ,getragen werden und verliert auch nach zig Wäschen weder Form noch Farbe.

Material sowie mögliche und Varianten:

  • Funktionsmaterial
  • Sportlich im Schnitt
  • Bestes Feuchtigkeitsmanagement und Tragekomfort
  • 100% Polyester mit höchster Atmungsaktivität
  • Hochwertige Funktionsfaser 
  • Design made in Germany

Schnitt und Größendefinition:

Kindergrößen
Sizes sport shirts / kids

  • 128
  • 134
  • 140
  • 146
  • 152
  • 158
  • 164

Erwachsene / Unisex
Sizes sport shirts / unisex women men

  • XS (Unisex)
  • S    (Unisex)
  • M  (Unisex)
  • L   (Unisex)
  • XL (Unisex)
  • XXL (Unisex)

Optional bieten wir je nach Verfügbarkeit zudem noch folgende Artikel aus der VierHuebelTour / 4HT Kollektion an:

Radtrikot CLASSIC
Radtrikot AERO MESH LIGHT 4P
Radhose TEAM DESIGN
Kapuzenjacke HOODIE
Funktions SHIRT
Freeride FR Langarm Shirt
Retro CAP

Die gesamte Kollektion auf einen Blick findet Ihr hier, um sich alle Artikel zu anzusehen.

Ein Video zu unserem Top Radtrikot Modell, dem AERO MESH LIGHT 4P Schnitt, findet Ihr unter diesem Link, um sich mal ein bewegendes Bild insbesondere vom Sitz eines reinrassigen Slim Line Cut Race Trikots in Aktion zu machen.

Art.-ID 553
Zustand Neu
Altersfreigabe Ohne Altersbeschränkung
Hersteller CYCWEAR®
Herstellungsland Deutschland
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'; } }); } });