CYCWEAR®

T-Shirt CYCWEAR® Radsportdesign


Artikelnummer Dark Blue - L
34,90 EUR *
Inhalt 1 Stück
Aktuell nicht verfügbar (siehe Artikelbeschreibung)
* inkl. ges. MwSt. zzgl. Versandkosten

Limitierte Auflage

T-Shirt CYCWEAR® Radsportdesign

Farbe 01: Dark Grey
Farbe 02: Charcoal Grey
Farbe 03: Dark Blue

Das stylische sowie leicht strechige Softstyle® T-Shirt für "after biking" oder als Freizeit-Shirt, ist mit modischem Kragen, Nackenband von Schulter zu Schulter sowie Doppelnähten an den Ärmeln und Bund ausgestattet.

Aus hochwertiger, ringgesponnener Baumwolle in Farbton Charcoal (einem sehr edlen Sport Grey) gefertigt, besticht das Shirt durch seinen angenehmen Tragekomfort auf der Haut und geht in Richtung Slim Line Cut, womit es kein Bollersack ist.

Optional: Bei Nichtverfügbarkeit von Wunschgrößen auf Anfrage als Sonderproduktion nach unseren AGB mit kurzer Lieferzeit (ca. 1-2 Wochen). Andere Farben sind optional ab einer Bestellmenge von 10 Stück möglich sowie hier ebenfalls nur als Sonderproduktion nach unseren AGB.

Farbe: Charcoal Solid / Grauton

Größen: S - M - L - XL - XXL

Grammatur: 150 g/m²
Material: 90 % Baumwolle, 10 % Polyester

Art.-ID 535
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'; } }); } });