Leider ist das gewünschte Produkt nicht lieferbar
Zum Hauptinhalt wechseln
SAY "HELLO" TO FALL/WINTER 2026/27
Menü
SHOP
|| WOMEN
> WHATS NEW
> BRANDS
> SALE ||
|| MEN
> WHATS NEW
> BRANDS
> SALE ||
KONTAKT
(function () { const SEO_ID = "harders-seo-section"; const SEO_TITLE = "Harders Fashion – Designer-Mode für Damen und Herren"; const SEO_TEXT = "Entdecke bei Harders ausgewählte internationale Fashion-Brands, aktuelle Kollektionen und besondere Looks für Damen und Herren – online und in unserem Store in Duisburg."; function isHomepage() { const path = window.location.pathname.replace(/\/+$/, ""); return path === ""; } function getCover() { return document.querySelector("section.ins-tile--cover"); } function convertSliderH1() { const cover = getCover(); if (!cover) { return; } const headings = cover.querySelectorAll("h1.ins-tile__headline"); headings.forEach(function (oldH1) { const h2 = document.createElement("h2"); Array.from(oldH1.attributes).forEach(function (attr) { h2.setAttribute(attr.name, attr.value); }); h2.innerHTML = oldH1.innerHTML; oldH1.replaceWith(h2); }); } function createSEOSection() { if (!isHomepage()) { return; } if (document.getElementById(SEO_ID)) { return; } const cover = getCover(); if (!cover) { return; } const section = document.createElement("section"); section.id = SEO_ID; section.style.width = "100%"; section.style.boxSizing = "border-box"; section.style.padding = "32px 20px 30px"; section.style.textAlign = "center"; section.style.backgroundColor = "#ffffff"; const inner = document.createElement("div"); inner.style.maxWidth = "1100px"; inner.style.margin = "0 auto"; const h1 = document.createElement("h1"); h1.textContent = SEO_TITLE; h1.style.margin = "0"; h1.style.padding = "0"; h1.style.fontSize = "clamp(25px, 3vw, 38px)"; h1.style.lineHeight = "1.25"; h1.style.fontWeight = "500"; const p = document.createElement("p"); p.textContent = SEO_TEXT; p.style.maxWidth = "850px"; p.style.margin = "14px auto 0"; p.style.fontSize = "16px"; p.style.lineHeight = "1.6"; inner.appendChild(h1); inner.appendChild(p); section.appendChild(inner); cover.insertAdjacentElement("afterend", section); } function fixHomepageHeadings() { if (!isHomepage()) { return; } convertSliderH1(); createSEOSection(); } let scheduled = false; const observer = new MutationObserver(function () { if (scheduled) { return; } scheduled = true; requestAnimationFrame(function () { scheduled = false; fixHomepageHeadings(); }); }); function start() { if (!isHomepage()) { return; } fixHomepageHeadings(); observer.observe(document.body, { childList: true, subtree: true }); setTimeout(fixHomepageHeadings, 500); setTimeout(fixHomepageHeadings, 1000); setTimeout(fixHomepageHeadings, 2000); setTimeout(fixHomepageHeadings, 4000); } if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", start); } else { start(); } })();