Modern Fit Sommerhemden fürs Büro | luftige Business-Hemden | hemdenwelt
(function() { const productElements = document.querySelectorAll('.cmp-product-thumb'); const products = []; productElements.forEach(el => { // Bild + Name const picture = el.querySelector('picture'); const img = picture?.querySelector('img'); const image = picture?.getAttribute('data-iesrc') || img?.getAttribute('src') || ''; const name = img?.getAttribute('alt')?.trim() || ''; // Link const linkEl = el.querySelector('.thumb-title'); const url = linkEl?.getAttribute('href') || ''; const title = linkEl?.innerText?.trim() || name; // Preise const priceRaw = el.querySelector('.price')?.innerText || ''; const price = priceRaw.replace(/[^\d,]/g, '').replace(',', '.'); // z. B. "ab 67,95 EUR" → "67.95" const oldPriceRaw = el.querySelector('.crossprice')?.innerText || ''; const oldPrice = oldPriceRaw.replace(/[^\d,]/g, '').replace(',', '.'); // z. B. "UVP 69,95 EUR" // Verfügbarkeit – aktuell nicht im DOM sichtbar, daher Default const availability = "http://schema.org/InStock"; // Marke erkennen (du verkaufst nur Olymp & Marvelis) const brand = title.toUpperCase().includes("OLYMP") ? "OLYMP" : title.toUpperCase().includes("MARVELIS") ? "MARVELIS" : "Unbekannt"; if (title && image && price) { const product = { "@context": "https://schema.org/", "@type": "Product", "name": title, "image": image, "brand": { "@type": "Brand", "name": brand }, "offers": { "@type": "Offer", "priceCurrency": "EUR", "price": price, "availability": availability, "url": url } }; // Optional: Alte UVP einfügen, falls vorhanden if (oldPrice) { product.offers["priceSpecification"] = { "@type": "UnitPriceSpecification", "priceCurrency": "EUR", "price": oldPrice }; } products.push(product); } }); // JSON-LD generieren if (products.length) { const script = document.createElement('script'); script.type = 'application/ld+json'; script.textContent = JSON.stringify(products.length === 1 ? products[0] : products); document.head.appendChild(script); } })();

Modern Fit Hemden für den Sommer – bürotauglich & luftig

Ob im Meeting oder auf dem Weg ins Büro: Ein Modern Fit Hemd für den Sommer verbindet Stil, Komfort und Atmungsaktivität. Ideal für Männer, die auch an heißen Tagen gepflegt auftreten wollen.

  • ✔ Leichte, atmungsaktive Stoffe – wie Popeline oder Chambray
  • ✔ Dezente Farben – perfekt für Business und Sommer
  • ✔ Modern Fit – leicht tailliert, angenehm zu tragen

Unsere Sommer-Hemden sind bürotauglich und temperaturausgleichend. Dank bügelleichter Verarbeitung und perfekter Passform bleiben Sie auch an warmen Tagen stilvoll und souverän. Ideal für den Business-Alltag mit Anspruch an Qualität und Komfort.

document.addEventListener("DOMContentLoaded", function () { const block = document.getElementById("categoryBlock"); const toggle = document.getElementById("toggleText"); toggle.addEventListener("click", function () { const expanded = block.classList.toggle("expanded"); toggle.textContent = expanded ? "– weniger anzeigen" : "+ mehr lesen"; }); });
Größe
XGröße