/* =====================================================================
   LÉONIE ITEMS – storefront (Cormorant, cremevit, svart, beige)
   ===================================================================== */
:root {
  --bg: #fdfdfd; --bg2: #f8f8f8; --beige: #efe9e1; --beige2: #9c8e7c; --txt: #333; --black: #000; --muted: #6d6d6d;
  --line: #000; --line2: #e6e6e6; --green: #77a464; --err: #b3261e; --ok: #2e7d32;
  --serif: "Cormorant", "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --serif2: "Cormorant Infant", "Cormorant", Georgia, serif;
  --wrap: 1140px; --r: 999px;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--txt); font-family: var(--serif); font-size: 16px; line-height: 1.5; font-weight: 400; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
/* 10.09.2026: verhindert auf dem Handy das versehentliche Hineinzoomen durch Doppeltipp auf Links/Buttons (z. B. Inspirations-Kacheln) */
a, button, .l-inspo-item, .l-card-img { touch-action: manipulation; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: 0; }
input, select, textarea { font: inherit; }
h1, h2, h3, h4 { margin: 0; font-family: var(--serif); font-weight: 300; color: var(--black); line-height: 1.25; }
p { margin: 0 0 1em; font-family: var(--serif2); font-weight: 300; }
del { color: #7a7a7a; }
ins { text-decoration: underline; font-weight: 700; }
.skip { position: absolute; left: -999px; top: 0; background: #fff; padding: 8px; z-index: 100; }
.skip:focus { left: 8px; }
.l-wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.l-wrap-narrow { max-width: 860px; }
.l-hp { position: absolute; left: -9999px; }
.l-muted { color: var(--muted); }
.linkline { background: none; border: 0; padding: 0; text-decoration: underline; cursor: pointer; font: inherit; }

/* ---------- knappar ---------- */
.l-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--black); color: #fff; border-radius: var(--r); padding: 7px 20px; font-family: var(--serif); font-size: 13px; font-weight: 300; letter-spacing: .04em; text-transform: uppercase; line-height: 1.5; border: 1px solid var(--black); transition: background .15s, color .15s, opacity .15s; }
.l-btn:hover { background: #222; }
.l-btn[disabled] { opacity: .6; cursor: default; }
.l-btn-ghost { background: transparent; color: var(--black); }
.l-btn-ghost:hover { background: #f1f1f1; }
.l-btn-out { background: #ececec; color: #777; border-color: #ececec; cursor: default; }
.l-btn-big { padding: 11px 32px; font-size: 15px; min-width: 210px; }
.l-btn-block { width: 100%; }
.l-btn-sm { padding: 6px 14px; font-size: 12px; }

/* 10.09.2026: Produktgalerie – Vorschaubilder wurden bei vielen Bildern (z. B. 9 bei Creme noir) zusammengequetscht.
   Desktop: umbrechen in mehrere Reihen. Handy: feste Größe, seitlich wischbar. */
.pg-thumbs { flex-wrap: wrap; }
.pg-thumb { flex: 0 0 auto; }
/* 10.09.2026: Produktseite auf dem Handy sprengte die Bildschirmbreite – das große Produktbild (1000 px) zog die Spalte auf seine
   Originalgröße, weil die Rasterspalte kein Mindestmaß von 0 hatte. Jetzt sind beide Spalten hart auf die Bildschirmbreite begrenzt. */
.l-pdp-in { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.l-pdp-in > * { min-width: 0; max-width: 100%; }
.pg-main { width: 100%; }
.pg-main img { max-width: 100%; }
@media (max-width: 900px) { .l-pdp-in { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 640px) {
  .pg-thumbs { flex-wrap: nowrap; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; padding-bottom: 4px; }
  .pg-thumbs::-webkit-scrollbar { display: none; }
  .pg-thumb { flex: 0 0 72px; scroll-snap-align: start; }
}

/* ---------- topbar / header ---------- */
.l-topbar { text-align: center; font-size: 12px; text-transform: uppercase; letter-spacing: .02em; padding: 6px 12px; background: var(--bg); border-bottom: 1px solid var(--line2); font-family: var(--serif); }
.l-head { position: sticky; top: 0; z-index: 50; background: #fcfcfc; }
.l-head.scrolled { box-shadow: 0 1px 0 rgba(0,0,0,.06), 0 6px 20px rgba(0,0,0,.05); }
.l-head-in { max-width: 1600px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 24px; padding: 8px 2%; min-height: 62px; }
.l-menu-btn { display: none; width: 34px; height: 34px; flex-direction: column; justify-content: center; gap: 5px; align-items: flex-start; padding: 4px; }
.l-menu-btn span { display: block; width: 22px; height: 1.3px; background: #000; }
.l-nav { display: flex; align-items: center; justify-content: space-around; gap: 24px; font-size: 12.5px; text-transform: uppercase; letter-spacing: .04em; width: 100%; max-width: 760px; }
.l-nav > a, .l-nav-dd-btn { padding: 6px 4px; border-bottom: 1px solid transparent; }
.l-nav > a:hover, .l-nav-dd-btn:hover { border-bottom-color: #000; }
.l-nav-dd { position: relative; }
.l-nav-dd-btn { text-transform: uppercase; letter-spacing: .04em; font-size: 12.5px; display: inline-flex; align-items: center; gap: 6px; }
.l-caret { width: 6px; height: 6px; border-right: 1px solid #000; border-bottom: 1px solid #000; transform: rotate(45deg) translateY(-2px); }
.l-nav-dd-menu { position: absolute; top: 100%; left: 0; min-width: 240px; background: #fff; border: 1px solid var(--line2); box-shadow: 0 10px 30px rgba(0,0,0,.08); padding: 8px 0; display: none; z-index: 60; }
.l-nav-dd:hover .l-nav-dd-menu, .l-nav-dd.open .l-nav-dd-menu { display: block; }
.l-nav-dd-menu a { display: block; padding: 8px 18px; font-size: 12.5px; letter-spacing: .02em; }
.l-nav-dd-menu a:hover { background: #f5f5f5; }
.l-logo img { width: 112px; height: auto; }
.l-head-icons { display: flex; align-items: center; gap: 18px; }
.l-icon-btn { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; }
.l-cart-count { position: absolute; top: -2px; right: -4px; min-width: 16px; height: 16px; padding: 0 4px; border-radius: 8px; background: var(--black); color: #fff; font-size: 10px; line-height: 16px; text-align: center; font-family: Arial, sans-serif; }
.l-cart-count[data-n="0"] { display: none; }
.l-tagline { text-align: center; text-transform: uppercase; letter-spacing: .12em; font-size: 15px; padding: 6px 12px 8px; border-top: 1px solid var(--line2); background: #fcfcfc; }
.l-mnav { display: none; background: #fff; border-bottom: 1px solid var(--line2); padding: 8px 20px 18px; text-transform: uppercase; font-size: 15px; letter-spacing: .04em; }
.l-mnav a, .l-mnav summary { display: block; padding: 10px 0; border-bottom: 1px solid #eee; }
.l-mnav details a { padding-left: 18px; font-size: 14px; text-transform: none; letter-spacing: 0; }
.l-mnav summary { list-style: none; cursor: pointer; }
.l-mnav-dd summary::after { content: "+"; float: right; }
.l-mnav-dd[open] summary::after { content: "–"; }
/* 10.09.2026: geöffnetes Handy-Menü liegt fest unter dem Kopfbereich (position: fixed), scrollt bei langen Menüs selbst, Seite dahinter bleibt stehen */
.l-mnav.open { display: block; position: fixed; left: 0; right: 0; top: 62px; z-index: 49; max-height: calc(100vh - 62px); max-height: calc(100dvh - 62px); overflow-y: auto; -webkit-overflow-scrolling: touch; box-shadow: 0 12px 30px rgba(0,0,0,.12); }
body.mnav-open { overflow: hidden; }
/* sök */
.l-search { position: fixed; inset: 0 0 auto 0; z-index: 70; background: #fff; box-shadow: 0 10px 40px rgba(0,0,0,.15); padding: 18px 20px 24px; }
.l-search-form { display: flex; gap: 10px; max-width: 760px; margin: 0 auto; align-items: center; }
.l-search-form input { flex: 1; border: 1px solid #ccc; padding: 11px 14px; font-size: 16px; }
.l-search-close { font-size: 26px; line-height: 1; padding: 0 6px; }
.l-search-results { max-width: 760px; margin: 12px auto 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; max-height: 60vh; overflow: auto; }
.l-search-results .l-card { padding: 0; }

/* ---------- hero ---------- */
.l-hero { position: relative; min-height: 25vw; background: #d9cfc4; overflow: hidden; }
.l-hero picture, .l-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.l-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.53) 100%); }
.l-hero-txt { position: relative; z-index: 2; min-height: 25vw; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; text-align: center; padding: 6vw 4% 2.2vw; }
.l-hero h1 { color: #fff; font-size: clamp(22px, 2vw, 34px); font-weight: 300; text-transform: uppercase; letter-spacing: 0; line-height: 1.5; background: rgba(0,0,0,.19); padding: .6em 0; width: 100%; max-width: 1400px; }
.l-hero-quote { color: #fff; font-style: italic; font-size: clamp(15px, 1.3vw, 20px); letter-spacing: .02rem; margin: .7em 0 0; font-family: var(--serif); font-weight: 400; }
.l-hero-quote span { font-size: .7em; font-style: normal; }

/* ---------- sektioner ---------- */
.l-sec { padding: 26px 0 6px; }
.l-sec-head { position: relative; text-align: center; padding: 22px 0 18px; margin: 10px 0 0; }
.l-sec-title { font-size: 21px; font-weight: 300; text-transform: uppercase; letter-spacing: .1em; display: inline-block; background: var(--bg); padding: 0 26px; position: relative; z-index: 1; }
.l-line { position: absolute; height: 1px; background: var(--line); }
.l-line-l { left: 10%; top: 12px; width: 44%; }
.l-line-r { right: 10%; bottom: 8px; width: 44%; }
.l-sec-desc { text-align: center; font-size: 15px; margin: 0 auto 18px; max-width: 900px; line-height: 1.7; }
.l-empty { text-align: center; color: var(--muted); padding: 20px; }

/* ---------- karusell ---------- */
.l-carousel { position: relative; margin: 4px auto 26px; padding: 0 40px; }
.l-track { display: flex; gap: 0; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.l-track::-webkit-scrollbar { display: none; }
.l-slide { flex: 0 0 25%; scroll-snap-align: start; aspect-ratio: 1; }
.l-slide img { width: 100%; height: 100%; object-fit: cover; }
.l-car-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 34px; height: 60px; font-size: 40px; line-height: 1; color: #999; font-family: Georgia, serif; }
.l-car-btn:hover { color: #000; }
.l-car-prev { left: 0; }
.l-car-next { right: 0; }

/* ---------- produktrutnät ---------- */
.l-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px 20px; padding: 6px 0 30px; }
.l-grid-4 { grid-template-columns: repeat(4, 1fr); max-width: 900px; }
.l-card { text-align: center; position: relative; }
.l-card-img { display: block; position: relative; aspect-ratio: 1; background: #f2f2f2; overflow: hidden; }
.l-card-img img { width: 100%; height: 100%; object-fit: cover; }
.l-badge { position: absolute; top: 8px; left: 8px; z-index: 2; background: var(--green); color: #fff; font-size: 11px; padding: 4px 6px; line-height: 1; font-family: var(--serif2); }
.l-soldout { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background: #9a9a9a; color: #fff; text-transform: uppercase; font-size: 11px; letter-spacing: .06em; padding: 8px 14px; }
.l-card-out .l-card-img img { opacity: .55; }
.l-card-name { font-size: 16px; font-weight: 400; margin: 12px 0 4px; line-height: 1.3; min-height: 1.3em; text-transform: none; letter-spacing: 0; }
.l-price { font-family: var(--serif2); font-size: 18px; font-weight: 300; color: #000; margin: 0 0 10px; line-height: 1.3; }
.l-price del { margin-right: 4px; }
.l-btn-add { min-width: 0; }
.l-noimg { display: block; width: 100%; aspect-ratio: 1; background: #f2f2f2; }

/* ---------- kategorirutor ---------- */
.l-tiles-sec { background: #fff; padding-bottom: 30px; }
.l-tiles { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.l-tile { position: relative; aspect-ratio: 1; overflow: hidden; }
.l-tile img { width: 100%; height: 100%; object-fit: cover; }
.l-tile-btn { position: absolute; left: 50%; bottom: 8%; transform: translateX(-50%); width: 88%; text-align: center; background: rgba(255,255,255,.92); border: 1px solid #000; padding: 6px 4px; font-size: 11px; text-transform: uppercase; letter-spacing: .04em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* ---------- Größenfinder ---------- */
.l-sizefinder { background: var(--bg2); padding: 36px 0 40px; margin-top: 30px; }
.l-sf-title { text-align: center; font-size: clamp(22px, 3vw, 30px); font-weight: 400; line-height: 1.3; margin: 0 auto 26px; max-width: 720px; }
/* „Artsy“-Schrift für die große Frage (Amatic SC, Wunsch Inhaberin 09.09.2026): hohe, handgezeichnete Versalien im Poster-Stil.
   Alternativen, die zur Auswahl standen: Gochi Hand, Caveat, Permanent Marker – Schriftname hier und im Font-Link (app/views.php) tauschen. */
/* 09.09.2026, später am Abend: Überschriften doch in der runden „Sale-Banner“-Schrift (Chewy) statt Amatic SC. */
/* 09.09.2026, Stand Abend: Überschriften in derselben Schrift wie der Text (Assistant) – Großbuchstaben, gesperrt, halbfett.
   Die Pop-Schriften (Luckiest Guy/Chewy) werden nicht mehr geladen. */
:root { --pop: var(--sans); }
.l-pop { font-family: var(--pop); font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }
.l-sf-title.l-pop { font-size: clamp(16px, 1.8vw, 24px); line-height: 1.4; max-width: 960px; margin-bottom: 26px; color: #000; }
@media (min-width: 900px) { .l-sf-q { white-space: nowrap; } } /* Frage auf Desktop in einer Zeile; auf dem Handy darf sie umbrechen */

/* ---------- Schriftumstellung 09.09.2026 (Wunsch Inhaberin): ALLE Texte in Assistant (wie Produktnamen/Preise im Referenz-Shop).
   Die beiden Serifenschriften (Cormorant/Cormorant Infant) werden nicht mehr geladen; ihre Variablen zeigen jetzt auf Assistant,
   damit jede bestehende Regel automatisch mitzieht. Ausnahme: die großen Bereichs-Überschriften bleiben in Amatic SC (.l-pop, .l-sec-title, .l-reviews-title).
   Rückweg: diesen Block entfernen und die Cormorant-Familien im Font-Link (app/views.php) wieder eintragen. ---------- */
:root { --serif: var(--sans); --serif2: var(--sans); }
body { font-size: 15.5px; }
h1, h2, h3, h4 { font-weight: 400; }
p { font-weight: 400; }
.l-btn { font-weight: 400; letter-spacing: .08em; }
.l-hero h1 { letter-spacing: .08em; font-weight: 400; }
.l-hero-quote { font-weight: 400; }
.l-card-name { font-size: 15px; letter-spacing: .02em; }
.l-price { font-size: 16px; }
.l-fam-color { font-size: 13px; }
.l-sec-desc, .l-sf-row, .l-quote p { font-size: 15px; }
.l-nav, .l-nav-dd-btn, .l-nav-dd-menu a { font-size: 12px; letter-spacing: .08em; }
.l-tagline { letter-spacing: .16em; font-size: 14px; }
.l-sf-row strong { font-weight: 600; }
.ko-title, .l-h1, .l-pdp-title { letter-spacing: .08em; }
@media (max-width: 640px) { .l-card-name { font-size: 15px; } .l-price { font-size: 15.5px; } }

/* ---------- Hero v2 (09.09.2026): Dreier-Banner aus den Fotos der Inhaberin – links getragen, Mitte Stillleben (Textfläche), rechts alle Farben.
   Seitenverhältnis 3:1 (quadratische Felder), Text sitzt auf dem mittleren Feld über der braunen Tischplatte. Rückweg: Klasse l-hero-v2 entfernen. */
.l-hero-v2 { min-height: 33.34vw; }
.l-hero-v2::after { background: none; }
.l-hero-v2 .l-hero-txt { min-height: 33.34vw; justify-content: flex-end; padding: 4vw 4% 3.2vw; }
.l-hero-v2 h1 { font-family: var(--pop); font-weight: 400; font-size: clamp(20px, 1.9vw, 36px); line-height: 1.2; letter-spacing: .03em; background: none; padding: 0; max-width: 30vw; text-shadow: 0 2px 6px rgba(0,0,0,.45); }
.l-hero-v2 .l-hero-quote { font-size: clamp(12px, .95vw, 17px); margin: .6em 0 0; max-width: 30vw; text-shadow: 0 1px 4px rgba(0,0,0,.5); }
.l-btn-hero { margin-top: 1.1vw; background: transparent; border-color: #fff; color: #fff; padding: 8px 26px; font-size: 13px; }
.l-btn-hero:hover { background: #fff; color: #000; }
@media (max-width: 900px) {
  .l-hero-v2, .l-hero-v2 .l-hero-txt { min-height: 30vh; }
  .l-hero-v2 .l-hero-txt { padding: 10vh 4% 4vw; }
  .l-hero-v2 h1 { max-width: none; font-size: clamp(20px, 6vw, 30px); background: rgba(0,0,0,.28); padding: .5em 3%; width: 100%; }
  .l-hero-v2 .l-hero-quote { max-width: none; font-size: clamp(13px, 3.6vw, 17px); }
  .l-hero-v2::after { background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,.45) 100%); }
  .l-btn-hero { margin-top: 10px; }
}

/* ---------- Hero v3 (09.09.2026): Textfläche auf dem hellen Haarreifen-Motiv – dunkler Text in Schreibschrift (Great Vibes)
   auf einer weichen, halbtransparenten hellen Fläche (lesbar ohne das Foto zu verdecken). Umschalten auf die Serifen-Variante:
   --hero-font auf "Cormorant Garamond" setzen und im Font-Link (app/views.php) Great+Vibes gegen Cormorant+Garamond tauschen. ---------- */
/* Schrift 1 (schlicht, Assistant – Wahl der Inhaberin): Großbuchstaben, gesperrt. */
:root { --hero-font: var(--sans); }
.l-hero-v3 .l-hero-txt { padding: 3vw 4% 2.2vw; }
.l-hero-box { display: flex; flex-direction: column; align-items: center; text-align: center; width: min(560px, 30vw); padding: 1.2vw 1.6vw 1.4vw; border-radius: 14px; background: rgba(250,248,244,.66); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); box-shadow: 0 6px 30px rgba(0,0,0,.08); }
.l-hero-v3 h1 { font-family: var(--hero-font); font-weight: 600; text-transform: uppercase; letter-spacing: .1em; font-size: clamp(16px, 1.55vw, 30px); line-height: 1.35; color: #111; text-shadow: none; max-width: none; padding: 0; }
.l-hero-v3 .l-hero-quote { color: #111; font-size: clamp(12px, .92vw, 17px); line-height: 1.4; max-width: none; margin: .8em 0 0; text-shadow: none; font-style: normal; }
.l-hero-v3 .l-hero-quote span { display: block; font-size: .9em; margin-top: 2px; }
.l-hero-v3 .l-btn-hero { border-color: #111; color: #111; margin-top: 1vw; }
.l-hero-v3 .l-btn-hero:hover { background: #111; color: #fff; }
@media (max-width: 900px) {
  .l-hero-v3::after { background: none; }
  .l-hero-v3 .l-hero-txt { padding: 9vh 4% 5vw; }
  .l-hero-box { width: 92%; padding: 14px 14px 16px; }
  .l-hero-v3 h1 { font-size: clamp(16px, 4.6vw, 22px); background: none; width: auto; }
  .l-hero-v3 .l-hero-quote { font-size: clamp(12px, 3.4vw, 15px); }
}
/* Dieselbe Schrift für die Bereichs-Überschriften im Shop (Kundenlieblinge, „Lust auf mehr?“, Kategorien, Rezensionen) – einheitlicher Stil */
/* Bereichs-Überschriften in Assistant wie der restliche Text (Stand 09.09.2026, Abend). */
.l-sec-title, .l-reviews-title { font-family: var(--pop); font-weight: 600; letter-spacing: .12em; }
.l-sec-title { font-size: 20px; line-height: 1.3; padding: 0 22px; }
.l-reviews-title { font-size: clamp(22px, 2.2vw, 30px); letter-spacing: .14em; }
@media (max-width: 640px) { .l-sec-title { font-size: 16px; padding: 0 12px; letter-spacing: .1em; } }
.l-fav-tag, .l-fav-tag-hash { font-family: var(--sans); }

/* ---------- Handy-Banner v5 (09.09.2026): Hochformat-Foto (Tisch mit Gelb/Braun) in voller Höhe, oben leicht beschnitten (2160×2460 → 27:30.75) ---------- */
.l-hero-txt-mobile { display: none; } /* wird per Media Query (Desktop + Handy, ganz am Ende der Datei) eingeblendet */
@media (max-width: 767px) {
  .l-hero-v5m, .l-hero-v5m .l-hero-txt { min-height: 0; }
  .l-hero-v5m { aspect-ratio: 2160 / 2460; }
  .l-hero-v5m::after { background: none; }
}

/* ---------- Größenfinder: Teaser auf der Startseite (nur Frage + Link) und eigene Unterseite ---------- */
.l-sizefinder-teaser { padding: 34px 0 36px; }
.l-sizefinder-teaser .l-sf-title { margin-bottom: 0; }
.l-sf-link { text-decoration: underline; text-underline-offset: 4px; color: #000; }
.l-sf-link:hover { color: #555; }
.l-sizefinder-page { background: var(--bg2); padding: 36px 0 44px; }
.l-sizefinder-page .l-h1 { margin-bottom: 18px; }
.l-sizefinder-page .l-sf-title { font-size: clamp(14px, 1.3vw, 17px); margin-bottom: 22px; }
.l-sf-cta { text-align: center; margin-top: 28px; }

/* ---------- Highlights: zwei große Bildkacheln (Signature Collection · Seidenprodukte), Name im Bild, klickbar ---------- */
.l-highlights { padding: 26px 0 6px; }
.l-hl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 1140px; margin: 0 auto; }
.l-hl-tile { position: relative; display: block; aspect-ratio: 1; border-radius: var(--rimg); overflow: hidden; background: #f2f2f2; isolation: isolate; }
.l-hl-tile img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.l-hl-tile:hover img { transform: scale(1.03); }
.l-hl-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(0,0,0,.32) 100%); }
.l-hl-label { position: absolute; left: 0; right: 0; bottom: 7%; z-index: 2; text-align: center; color: #fff; text-shadow: 0 2px 10px rgba(0,0,0,.35); }
/* Stil „site“: Assistant fett wie im Rest der Seite */
.l-hl-label-site { font-family: var(--sans); font-weight: 400; text-transform: uppercase; font-size: clamp(20px, 2.2vw, 36px); letter-spacing: .12em; }
/* Stil „hand“: krakelige Handschrift in Großbuchstaben (wie die Notizen im Jonå-Banner), leicht schräg gestellt */
.l-hl-label-hand { font-family: "Shadows Into Light Two", "Comic Sans MS", cursive; font-weight: 400; font-size: clamp(30px, 3.4vw, 58px); letter-spacing: .03em; text-transform: none; transform: rotate(-3deg); }
@media (max-width: 640px) { .l-hl-grid { grid-template-columns: 1fr; gap: 12px; } .l-hl-label-site { font-size: 26px; } .l-hl-label-hand { font-size: 32px; } }

/* ---------- Rote Sale-Leiste über dem Banner (Startseite), komplett klickbar → /sale ---------- */
.l-salebar { display: flex; align-items: center; justify-content: center; gap: 12px; background: #d42a1e; color: #fff; padding: 11px 16px; font-family: var(--sans); font-size: 14px; letter-spacing: .1em; text-transform: uppercase; line-height: 1.3; transition: background .15s; }
.l-salebar:hover { background: #b9231a; }
.l-salebar-tag { font-weight: 700; letter-spacing: .18em; }
.l-salebar-txt { font-weight: 400; }
.l-salebar-arrow { font-size: 16px; }
@media (max-width: 640px) { .l-salebar { font-size: 12px; gap: 8px; padding: 10px 12px; } }

/* ---------- Sale: Menüpunkt in Rot (Desktop-Dropdown + Handy-Menü), Titel der Sale-Seite ebenfalls rot ---------- */
.l-nav-sale, .l-nav-dd-menu a.l-nav-sale, .l-mnav a.l-nav-sale { color: #d42a1e; font-weight: 600; }
.l-nav-dd-menu a.l-nav-sale:hover { color: #b3261e; }
#sale .l-sec-title { color: #d42a1e; }

/* ---------- Größenfinder-Seite (15.09.2026, nach leonieitems.com/storleksguide) ---------- */
.l-sg { background: var(--bg); }
.l-sg .l-h1 { margin-bottom: 18px; }
.l-sg-intro { max-width: 720px; margin: 0 auto 26px; text-align: center; font-size: 15.5px; line-height: 1.65; color: #333; }
.l-sg-tablewrap { max-width: 900px; margin: 0 auto; overflow-x: auto; }
.l-sg-table { width: 100%; border-collapse: collapse; font-size: 15px; line-height: 1.5; }
.l-sg-table th, .l-sg-table td { text-align: left; padding: 12px 14px; border-bottom: 1px solid #e6e6e6; vertical-align: top; }
.l-sg-table th { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: #666; font-weight: 600; border-bottom: 1px solid #111; }
.l-sg-table td:nth-child(1) { white-space: nowrap; width: 90px; }
.l-sg-table td:nth-child(2) { white-space: nowrap; width: 90px; color: #555; }
.l-sg-help { max-width: 720px; margin: 22px auto 34px; text-align: center; font-size: 15px; color: #444; }
.l-sg-help a { text-decoration: underline; text-underline-offset: 3px; }
.l-sg-cards { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; max-width: 1040px; margin: 0 auto; }
.l-sg-card { display: flex; flex-direction: column; align-items: center; text-align: center; background: #fff; border: 1px solid #ececec; border-radius: var(--rimg); padding: 14px 12px 16px; transition: transform .2s ease, box-shadow .2s ease; }
.l-sg-card:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(0,0,0,.08); }
.l-sg-card img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; border-radius: var(--rimg-sm); margin-bottom: 12px; }
.l-sg-card strong { font-size: 16px; letter-spacing: .04em; }
.l-sg-len { font-size: 13px; color: #666; margin: 2px 0 8px; }
.l-sg-txt { font-size: 13px; line-height: 1.5; color: #444; }
@media (max-width: 900px) { .l-sg-cards { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .l-sg-cards { grid-template-columns: repeat(2, 1fr); gap: 10px; } .l-sg-table { font-size: 14px; } .l-sg-table th, .l-sg-table td { padding: 10px 8px; } .l-sg-table td:nth-child(1), .l-sg-table td:nth-child(2) { width: auto; } }

/* ---------- Instagram-Bereich (09.09.2026): vier Hochkant-Videos nebeneinander, Handy 2×2, jedes Feld verlinkt auf @leonieitems.de ---------- */
.l-ig { padding: 26px 0 10px; }
.l-ig-handle { text-align: center; margin: -6px 0 22px; font-size: 15px; letter-spacing: .06em; text-transform: uppercase; }
.l-ig-handle a { display: inline-flex; align-items: center; gap: 8px; border-bottom: 1px solid transparent; }
.l-ig-handle a:hover { border-bottom-color: #000; }
.l-ig-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 780px; margin: 0 auto; }
.l-ig-tile { position: relative; display: block; aspect-ratio: 9 / 16; border-radius: var(--rimg); overflow: hidden; background: #f2f2f2; isolation: isolate; }
.l-ig-video { width: 100%; height: 100%; object-fit: cover; display: block; }
.l-ig-badge { position: absolute; top: 10px; right: 10px; width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,.9); color: #000; display: inline-flex; align-items: center; justify-content: center; z-index: 2; }
.l-ig-tile::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,0); transition: background .2s; }
.l-ig-tile:hover::after { background: rgba(0,0,0,.08); }
@media (max-width: 640px) { .l-ig-grid { grid-template-columns: repeat(4, 1fr); gap: 6px; } .l-ig-badge { width: 20px; height: 20px; top: 6px; right: 6px; } .l-ig-badge .l-ig-icon { width: 12px; height: 12px; } }

/* ---------- Inspiration & B2B (09.09.2026) ---------- */
.l-inspo .l-h1 { margin-bottom: 26px; font-size: clamp(18px, 2vw, 26px); letter-spacing: .06em; }
.l-inspo-intro { text-align: center; max-width: 640px; margin: 0 auto 30px; font-size: 15.5px; line-height: 1.6; color: #444; }
.l-inspo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1040px; margin: 0 auto; }
.l-inspo-item { margin: 0; position: relative; display: block; border-radius: var(--rimg); overflow: hidden; aspect-ratio: 4 / 5; background: #f2f2f2; isolation: isolate; }
.l-inspo-item img, .l-inspo-video { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.l-inspo-item:hover img, .l-inspo-item:hover .l-inspo-video { transform: scale(1.03); }
/* Produktname im Bild unten + „Zum Produkt“ – jedes Motiv verlinkt aufs gezeigte Produkt */
.l-inspo-link::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 62%, rgba(0,0,0,.42) 100%); pointer-events: none; }
.l-inspo-label { position: absolute; left: 12px; right: 12px; bottom: 12px; z-index: 2; display: flex; justify-content: center; color: #fff; text-shadow: 0 1px 4px rgba(0,0,0,.4); }
.l-inspo-cta { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; border-bottom: 1px solid rgba(255,255,255,.8); padding-bottom: 2px; }
@media (max-width: 640px) { .l-inspo-cta { font-size: 10.5px; } .l-inspo-label { left: 9px; right: 9px; bottom: 9px; } }
.l-inspo-cta { text-align: center; margin: 36px 0 10px; }
@media (max-width: 640px) { .l-inspo-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } }

/* ---------- Hero v4 (Entwurf 2): keine Textfläche – weißer Text mit weichem Schatten direkt auf der braunen Tischplatte. ---------- */
.l-hero-v4 .l-hero-box { background: none; backdrop-filter: none; -webkit-backdrop-filter: none; box-shadow: none; padding: 0; width: min(660px, 34vw); }
/* Headline in einer Zeile (Desktop/Tablet); Schriftgröße so, dass sie ins mittlere Feld passt. Handy darf umbrechen. */
/* Genau wie im Entwurf zu diesem Banner: zwei Zeilen, Assistant regular, Großbuchstaben, gesperrt, ca. 22 px auf 1920 px Breite */
.l-hero-v4 h1 { font-weight: 400; font-size: clamp(15px, 1.15vw, 22px); letter-spacing: .1em; line-height: 1.4; white-space: normal; }
.l-hero-v4 .l-hero-quote { font-weight: 400; font-size: clamp(12px, .8vw, 15.5px); margin-top: 1em; }
/* Stil wie Referenz „New Arrivals / Shop now“: große, elegante Serifen-Headline in Weiß (Instrument Serif, normale Schreibweise),
   darunter ein weißer Pill-Button mit dunkler Schrift. */
.l-hero-v4 .l-hero-box { width: min(760px, 40vw); }
.l-hero-v4 h1 { font-family: var(--sans); font-weight: 700; text-transform: none; letter-spacing: -.005em; font-size: clamp(22px, 2.2vw, 42px); line-height: 1.1; color: #fff; text-shadow: 0 2px 10px rgba(0,0,0,.35); white-space: nowrap; }
.l-hero-v4 .l-hero-txt { justify-content: center; padding-top: 0; padding-bottom: 0; } /* Headline + Button mittig im Banner */
/* Button weiß, Schrift dunkel (wie Referenz „Shop now“) */
.l-hero-v4 .l-btn-hero { margin-top: 1.4vw; background: #fff; color: #111; border: 1px solid #fff; text-transform: none; letter-spacing: 0; font-size: clamp(14px, 1vw, 18px); font-weight: 400; padding: .7em 2em; text-shadow: none; box-shadow: 0 4px 18px rgba(0,0,0,.15); }
.l-hero-v4 .l-btn-hero:hover { background: #f1f1f1; color: #000; }
@media (max-width: 900px) {
  .l-hero-v4 h1 { font-size: clamp(24px, 7vw, 36px); white-space: normal; }
  .l-hero-v4 .l-btn-hero { margin-top: 14px; font-size: 15px; }
}
.l-hero-v4 .l-hero-txt { padding-bottom: 3vw; }
.l-hero-v4 h1, .l-hero-v4 .l-hero-quote { color: #fff; text-shadow: 0 1px 3px rgba(0,0,0,.55), 0 2px 12px rgba(0,0,0,.35); }
.l-hero-v4 .l-btn-hero { border-color: #fff; color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,.4); }
.l-hero-v4 .l-btn-hero:hover { background: #fff; color: #000; text-shadow: none; }
@media (max-width: 900px) {
  .l-hero-v4::after { background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.42) 100%); }
  .l-hero-v4 .l-hero-box { width: 94%; }
  .l-hero-v4 .l-hero-txt { padding-bottom: 5vw; }
}
.l-sf-a { font-weight: 400; font-size: .72em; letter-spacing: .12em; color: #666; }
.l-sf-q, .l-sf-a { display: block; }
/* Unterzeile in der Schrift der Produktnamen/Preise aus dem Referenz-Shop (Assistant): klare Sans-Serif, Großbuchstaben, gesperrt */
:root { --sans: "Assistant", "Helvetica Neue", Arial, sans-serif; }
.l-sf-a { margin-top: 10px; font-family: var(--sans); font-style: normal; font-weight: 400; text-transform: uppercase; letter-spacing: .14em; font-size: .5em; color: #333; }
.l-sf-row { font-size: 15px; margin: 0 0 14px; line-height: 1.6; }
.l-sf-row strong { font-weight: 400; text-transform: uppercase; }
.l-sf-note { font-size: 15px; margin-top: 22px; line-height: 1.6; }

/* ---------- recensioner + footer ---------- */
.l-reviews { padding: 30px 0 34px; }
.l-rule { border: 0; border-top: 1px solid #000; margin: 0 6% 18px; }
.l-reviews-title { text-align: center; font-size: clamp(30px, 3.4vw, 46px); font-weight: 400; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 20px; }
.l-quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; max-width: 1040px; margin: 0 auto; }
.l-quote { margin: 0; text-align: center; }
.l-quote p { font-style: italic; font-size: 15px; line-height: 1.6; margin: 0 0 12px; font-family: var(--serif); }
.l-quote footer { font-size: 17px; font-weight: 500; }
.l-foot { font-family: var(--serif); }
.l-foot-brand { background: var(--beige); text-align: center; padding: 34px 20px 26px; }
.l-foot-eyebrow { text-transform: uppercase; letter-spacing: .5em; font-size: 15px; margin: 0 0 14px; font-family: var(--serif); }
.l-foot-brand img { width: min(300px, 60vw); margin: 0 auto 18px; }
.l-foot-claim { text-transform: uppercase; letter-spacing: .2em; font-size: 16px; margin: 0; font-family: var(--serif); }
.l-foot-pay { background: rgba(156,142,124,.68); display: flex; justify-content: space-around; align-items: center; gap: 12px; padding: 12px 6%; }
.l-foot-pay img { height: 22px; width: auto; opacity: .95; }
.l-foot-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; max-width: var(--wrap); margin: 0 auto; padding: 44px 20px 30px; text-align: center; }
.l-foot-col h3 { text-transform: uppercase; letter-spacing: .1em; font-size: 16px; font-weight: 400; margin-bottom: 18px; }
.l-foot-col p { font-size: 14.5px; line-height: 1.6; }
.l-foot-base { text-align: center; padding: 30px 20px 34px; font-size: 13px; color: var(--muted); }
.l-foot-links { display: flex; flex-wrap: wrap; gap: 6px 18px; justify-content: center; margin-bottom: 12px; text-transform: uppercase; letter-spacing: .05em; font-size: 11.5px; color: #333; }
.foot-test { color: var(--err); }
/* nyhetsbrev */
.nl-form { text-align: left; max-width: 360px; margin: 0 auto; }
.nl-row { display: grid; gap: 10px; }
.nl-in { width: 100%; border: 1px solid #333; background: #fff; padding: 9px 12px; font-size: 14px; }
.nl-btn { background: #c1d3bd; color: #333; border-color: #c1d3bd; width: 100%; border-radius: 0; padding: 11px; font-size: 12px; letter-spacing: .1em; }
.nl-btn:hover { background: #b0c7ab; }
.nl-consent { display: flex; gap: 8px; font-size: 12px; margin-top: 10px; color: #555; align-items: flex-start; }
.nl-consent input { margin-top: 3px; }
.nl-flash { padding: 12px 14px; border: 1px solid #cfe3cd; background: #f1f8f0; }
.nl-flash.err { border-color: #f1c9c5; background: #fbf0ef; }

/* ---------- produktsida ---------- */
.l-pdp { background: var(--bg2); padding: 34px 0 20px; }
.l-pdp-in { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.pg-main { aspect-ratio: 1; background: #f2f2f2; overflow: hidden; position: relative; }
.pg-main img { width: 100%; height: 100%; object-fit: cover; cursor: zoom-in; }
.pg-thumbs { display: flex; gap: 8px; margin-top: 8px; }
.pg-thumb { width: 96px; height: 96px; padding: 0; border: 1px solid transparent; background: #f2f2f2; overflow: hidden; }
.pg-thumb.active { border-color: #000; }
.pg-thumb img { width: 100%; height: 100%; object-fit: cover; }
.l-pdp-logo { width: 210px; margin: 26px auto 0; }
.l-pdp-title { font-size: 21px; font-weight: 400; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 8px; }
.l-pdp-price { font-size: 19px; }
.l-pdp-cta { margin: 6px 0 22px; }
.l-notify { margin-top: 14px; display: grid; gap: 8px; max-width: 360px; }
.l-notify label { font-size: 14px; display: grid; gap: 6px; }
.l-notify input { border: 1px solid #ccc; padding: 9px 12px; }
.l-label { text-transform: uppercase; letter-spacing: .06em; font-size: 13px; font-family: var(--serif); margin: 0 0 10px; font-weight: 400; color: #000; }
.l-label-love { text-transform: none; letter-spacing: 0; font-size: 22px; font-style: italic; font-weight: 500; margin: 22px 0 4px; }
.l-minis { display: flex; gap: 12px; flex-wrap: wrap; }
.l-mini { width: 92px; text-align: center; font-size: 12.5px; line-height: 1.3; }
.l-mini img { width: 92px; height: 92px; object-fit: cover; background: #f2f2f2; margin-bottom: 6px; }
.l-bullets ul { margin: 0 0 14px; padding-left: 20px; font-family: var(--serif2); font-size: 15px; line-height: 1.7; }
.l-bullets-plain { margin-top: 18px; }
.l-bullets p { margin: 0 0 6px; }
.l-bullets strong { font-weight: 700; }
.l-tabs { margin-top: 20px; }
.l-tab-nav { display: inline-flex; background: #eee; }
.l-tab { padding: 8px 16px; font-size: 12px; text-transform: uppercase; letter-spacing: .05em; color: #555; }
.l-tab.active { color: #000; background: #fff; }
.l-tab-pane { display: none; padding: 16px 0 0; }
.l-tab-pane.active { display: block; }
.l-tab-pane h3 { font-size: 17px; margin-bottom: 8px; font-weight: 400; }
.l-tab-pane p { font-size: 15px; line-height: 1.7; }
.l-review { border-bottom: 1px solid #e3e3e3; padding: 12px 0; }
.l-review p { margin: 4px 0 6px; }
.l-review footer { font-size: 13px; color: var(--muted); }
.l-stars { color: #d4a017; letter-spacing: 2px; font-size: 14px; }

/* ---------- innehållssidor ---------- */
.l-page { padding: 36px 0 30px; }
.l-h1 { font-size: 30px; font-weight: 400; text-transform: uppercase; letter-spacing: .08em; text-align: center; margin-bottom: 26px; }
.l-h2 { font-size: 22px; font-weight: 400; text-transform: uppercase; letter-spacing: .06em; margin: 36px 0 14px; }
.l-page p { font-size: 15.5px; line-height: 1.7; }
.l-anchor { position: relative; top: -110px; }
.l-acc { border-top: 1px solid #ddd; }
.l-acc-item { border-bottom: 1px solid #ddd; }
.l-acc-item summary { list-style: none; cursor: pointer; padding: 14px 34px 14px 0; position: relative; font-size: 16px; font-weight: 500; text-transform: capitalize; }
.l-acc-item summary::-webkit-details-marker { display: none; }
.l-acc-x { position: absolute; right: 4px; top: 50%; width: 12px; height: 12px; transform: translateY(-50%); }
.l-acc-x::before, .l-acc-x::after { content: ""; position: absolute; background: #000; }
.l-acc-x::before { left: 0; top: 5px; width: 12px; height: 1px; }
.l-acc-x::after { left: 5px; top: 0; width: 1px; height: 12px; transition: transform .2s; }
.l-acc-item[open] .l-acc-x::after { transform: scaleY(0); }
.l-acc-body { padding: 0 0 16px; }
.l-help { background: var(--bg2); padding: 18px 20px; margin: 30px 0 10px; }
.l-help a { text-decoration: underline; }
.l-impressum p { font-size: 16px; }
.l-contact { margin-top: 36px; }
.l-form { display: grid; gap: 14px; max-width: 640px; }
.l-form label { display: grid; gap: 6px; font-size: 14px; }
.l-form input, .l-form select, .l-form textarea { border: 1px solid #bbb; background: #fff; padding: 10px 12px; font-size: 15px; width: 100%; }
.l-form .l-btn { justify-self: start; }
.l-flash { padding: 12px 14px; border: 1px solid #cfe3cd; background: #f1f8f0; }
.l-flash.err { border-color: #f1c9c5; background: #fbf0ef; }
.l-about-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 0 0 26px; }
.l-about-imgs img { width: 100%; aspect-ratio: 3/4; object-fit: cover; }
.l-sign { margin-top: 22px; }
.l-thanks { text-align: center; padding-top: 50px; }
.l-thanks-sign { text-align: center; }
.l-thanks-logo { width: 220px; margin: 20px auto 26px; }

/* ---------- kassa ---------- */
.l-checkout { padding: 30px 0 40px; }
.ko-title { text-align: left; font-size: 34px; letter-spacing: .04em; margin-bottom: 14px; }
.ko-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.ko-h2 { font-size: 26px; font-weight: 400; text-transform: uppercase; letter-spacing: .06em; margin: 8px 0 14px; }
.ko-express { text-align: center; margin-bottom: 8px; }
.ko-express-label { text-transform: uppercase; letter-spacing: .1em; font-size: 12px; text-align: left; margin: 0 0 12px; font-family: var(--serif); }
.ko-or { display: flex; align-items: center; gap: 12px; color: #777; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; margin: 16px 0 6px; font-family: var(--serif); }
.ko-or::before, .ko-or::after { content: ""; flex: 1; height: 1px; background: #ddd; }
.pp-express-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 240px; height: 42px; border: 1px solid #444; border-radius: 999px; background: #fff; font-family: Arial, sans-serif; font-weight: 700; font-style: italic; color: #003087; }
.pp-express-btn img { height: 20px; width: auto; }
.frow { margin-bottom: 12px; }
.frow-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.frow-31 { display: grid; grid-template-columns: 3fr 1fr; gap: 12px; }
.frow label { display: grid; gap: 4px; font-size: 14px; }
.frow label span { font-family: var(--serif2); font-weight: 300; font-size: 14px; }
.req { color: var(--err); font-style: normal; }
.frow input { border: 1px solid #ccc; background: #fff; padding: 9px 12px; font-size: 15px; width: 100%; }
.frow input:focus { outline: 1px solid #000; border-color: #000; }
.f-err { color: var(--err); font-size: 12px; }
.ko-newsletter { display: flex; gap: 8px; align-items: flex-start; font-size: 13px; margin: 6px 0 22px; font-family: var(--serif2); }
.ko-newsletter input { margin-top: 3px; }
.ko-mobile-summary { display: none; }
.ko-ships, .ko-pays { display: grid; gap: 8px; margin-bottom: 22px; }
.ko-ship, .ko-pay { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border: 1px solid #e2e2e2; background: #fff; cursor: pointer; font-size: 15px; }
.ko-ship:has(input:checked), .ko-pay:has(input:checked) { border-color: #000; background: #f4f6fb; }
.ko-ship-name, .ko-pay-name { flex: 1; }
.pay-logos { display: flex; gap: 6px; align-items: center; }
.pay-logos img { height: 22px; width: auto; }
.ko-pay-desc { font-size: 13px; color: var(--muted); margin: -2px 0 6px 12px; }
.ko-submit { width: 100%; margin-top: 4px; }
.ko-note { font-size: 13px; color: var(--muted); margin: 14px 0 8px; }
.ko-note a { text-decoration: underline; }
.ko-sameday { text-align: center; font-size: 17px; margin-top: 18px; font-family: var(--serif); }
.ko-summary { background: #fff; border: 1px solid #eee; padding: 22px 24px 18px; position: sticky; top: 120px; }
.ko-sum-title { text-align: center; }
.ko-sum-head { display: flex; justify-content: space-between; font-weight: 500; border-bottom: 1px solid #ddd; padding-bottom: 8px; margin-bottom: 8px; font-size: 16px; }
.ko-row { display: grid; grid-template-columns: 56px 1fr auto; gap: 12px; align-items: center; padding: 8px 0; border-bottom: 1px solid #f0f0f0; font-size: 15px; }
.ko-row img { width: 56px; height: 56px; object-fit: cover; background: #f2f2f2; }
.ko-row span { text-align: right; font-family: var(--serif2); }
.ko-row del { font-size: 13px; }
.ko-line { display: flex; justify-content: space-between; padding: 8px 0; font-size: 15px; font-family: var(--serif2); }
.ko-disc { color: var(--ok); }
.ko-shipline { background: #f4f6fb; padding: 10px 12px; margin: 8px -12px; }
.ko-total { font-size: 20px; font-weight: 500; justify-content: center; gap: 10px; padding: 16px 0 4px; border-top: 1px solid #ddd; margin-top: 8px; font-family: var(--serif); }
.ko-vat { text-align: center; font-size: 12px; color: var(--muted); margin: 0 0 12px; }
.ko-coupon { border-top: 1px solid #ddd; padding-top: 14px; font-size: 14px; }
.ko-coupon-open { border: 1px solid #333; padding: 9px 12px; width: 100%; text-align: left; font-size: 14px; background: #fff; }
.ko-coupon-form { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; margin-top: 8px; }
.ko-coupon-in { flex: 1; border: 1px solid #ccc; padding: 8px 10px; }
.ko-coupon-err { color: var(--err); width: 100%; }
.form-err { color: var(--err); background: #fbf0ef; border: 1px solid #f1c9c5; padding: 10px 12px; }
.ko-added { background: #f5f5f5; border: 1px solid #222; padding: 10px 14px; margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.ko-added::before { content: "✓"; color: var(--ok); font-weight: 700; }

/* ---------- varukorgslåda ---------- */
.drawer-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,.35); z-index: 110; }
.drawer { position: fixed; top: 0; right: 0; height: 100%; width: min(420px, 94vw); background: #fff; z-index: 111; display: flex; flex-direction: column; transform: translateX(100%); transition: transform .24s; box-shadow: -10px 0 40px rgba(0,0,0,.12); }
.drawer.open { transform: none; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid #eee; }
.drawer-head h2 { font-size: 20px; text-transform: uppercase; letter-spacing: .1em; font-weight: 400; }
.drawer-close { font-size: 28px; line-height: 1; padding: 0 6px; }
.ship-meter { padding: 12px 20px; border-bottom: 1px solid #eee; }
.ship-meter-text { font-size: 13px; margin: 0 0 6px; text-align: center; }
.ship-meter-bar { height: 4px; background: #eee; overflow: hidden; }
.ship-meter-bar span { display: block; height: 100%; background: #000; width: 0; transition: width .3s; }
.meter-done .ship-meter-bar span { background: var(--green); }
.drawer-items { flex: 1; overflow: auto; padding: 8px 20px; }
.drawer-empty { text-align: center; padding: 40px 0; color: var(--muted); }
.drawer-empty a { text-decoration: underline; }
.ci { display: grid; grid-template-columns: 62px 1fr auto; gap: 12px; padding: 12px 0; border-bottom: 1px solid #f0f0f0; align-items: start; }
.ci img { width: 62px; height: 62px; object-fit: cover; background: #f2f2f2; }
.ci-name { font-size: 15px; }
.ci-price { font-size: 13px; color: var(--muted); font-family: var(--serif2); }
.ci-qty { display: inline-flex; align-items: center; border: 1px solid #ccc; margin-top: 6px; }
.ci-qty button { width: 28px; height: 28px; font-size: 16px; }
.ci-qty span { min-width: 28px; text-align: center; font-size: 14px; }
.ci-remove { display: block; font-size: 12px; text-decoration: underline; color: var(--muted); margin-top: 4px; padding: 0; }
.ci-line { font-family: var(--serif2); font-size: 15px; }
.drawer-foot { border-top: 1px solid #eee; padding: 14px 20px 20px; }
.drawer-disc { display: flex; justify-content: space-between; font-size: 14px; color: var(--ok); }
.drawer-total { display: flex; justify-content: space-between; font-size: 18px; margin: 6px 0 12px; }
.drawer-save { display: flex; justify-content: space-between; font-size: 13px; color: var(--ok); margin: -6px 0 10px; }
.drawer-trust { text-align: center; font-size: 12px; color: var(--muted); margin: 10px 0 0; }

/* ---------- storleksguide-dialog ---------- */
.sg-dialog { border: 0; padding: 0; width: min(560px, 92vw); border-radius: 0; }
.sg-dialog::backdrop { background: rgba(0,0,0,.35); }
.sg-head { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; border-bottom: 1px solid #eee; }
.sg-row { padding: 0 20px; font-size: 15px; }
.sg-dialog .sg-row:first-of-type { padding-top: 12px; }
.sg-dialog .sg-row:last-of-type { padding-bottom: 16px; }

/* ---------- cookie-banner ---------- */
.cbn { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 60; display: flex; justify-content: center; }
.cbn-in { background: #fff; border: 1px solid #ddd; box-shadow: 0 10px 40px rgba(0,0,0,.15); padding: 18px 20px; max-width: 640px; }
.cbn-in b { display: block; margin-bottom: 6px; font-size: 17px; }
.cbn-in p { font-size: 13.5px; line-height: 1.5; margin-bottom: 12px; }
.cbn-in a { text-decoration: underline; }
.cbn-btns { display: flex; gap: 10px; flex-wrap: wrap; }

/* ---------- post purchase (motorns klasser) ---------- */
.pp-wrap { max-width: 900px; margin: 0 auto; padding: 10px 20px 30px; text-align: center; }
.pp-eyebrow { text-transform: uppercase; letter-spacing: .1em; font-size: 12px; color: var(--muted); }
.pp-title { font-size: 30px; font-weight: 400; margin: 6px 0; }
.pp-timer { display: inline-flex; gap: 10px; align-items: center; margin: 10px 0 18px; font-size: 15px; }
.pp-timer-clock { font-weight: 700; font-size: 20px; }
.pp-timer-hot { color: var(--err); }
.pp-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 16px; }
.pp-card { position: relative; border: 1px solid #eee; padding: 10px; }
.pp-card img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.pp-badge { position: absolute; top: 8px; left: 8px; background: var(--green); color: #fff; font-size: 11px; padding: 4px 6px; }
.pp-body b { display: block; margin: 8px 0 4px; font-weight: 500; }
.pp-price { font-family: var(--serif2); margin-bottom: 8px; }
.price-old { text-decoration: line-through; color: #888; margin-left: 6px; }
.pp-soldout { color: #999; font-size: 13px; }
.pp-cartpop { position: fixed; inset: 0; background: rgba(0,0,0,.4); z-index: 96; display: flex; align-items: flex-end; justify-content: center; }
.pp-cartbox { background: #fff; width: min(480px, 100%); padding: 18px 20px 20px; }
.pp-cart-head { display: flex; justify-content: space-between; margin-bottom: 10px; }
.pp-cart-item { display: grid; grid-template-columns: 46px 1fr auto auto; gap: 10px; align-items: center; padding: 6px 0; border-bottom: 1px solid #eee; font-size: 14px; }
.pp-sumrow { display: flex; justify-content: space-between; padding: 6px 0; }
.pp-sumrow-save { color: var(--ok); }
.pp-paybtn { margin-top: 10px; }
.pp-morebtn { margin-top: 10px; }
.pp-expired, .pp-processing { padding: 20px; }
.pp-success { margin: 0 auto 12px; }
.btn, .btn-cta, .btn-dark { display: inline-flex; align-items: center; justify-content: center; background: #000; color: #fff; border-radius: 999px; padding: 9px 22px; font-size: 13px; text-transform: uppercase; letter-spacing: .04em; }
.btn-block { width: 100%; }
.btn-sm { padding: 6px 14px; font-size: 12px; }
.pp-add-btn.pp-added { background: var(--green); border-color: var(--green); }

/* ---------- betalning väntar ---------- */
.page.thanks { text-align: center; padding: 50px 20px; }

/* ---------- responsivt ---------- */
@media (max-width: 1100px) {
  .l-grid { grid-template-columns: repeat(4, 1fr); }
  .l-slide { flex-basis: 33.333%; }
  .l-tiles { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .l-nav { display: none; }
  .l-menu-btn { display: flex; }
  .l-head-in { grid-template-columns: 40px 1fr auto; gap: 8px; padding: 6px 16px; }
  .l-logo { text-align: center; }
  .l-logo img { margin: 0 auto; width: 120px; }
  .l-pdp-in { grid-template-columns: 1fr; gap: 26px; }
  .ko-grid { grid-template-columns: 1fr; }
  .ko-summary { position: static; }
  .l-quotes { grid-template-columns: 1fr; gap: 22px; }
  .l-foot-cols { grid-template-columns: 1fr; gap: 30px; }
  .l-hero { min-height: 30vh; }
  .l-hero-txt { min-height: 30vh; padding: 12vh 4% 5vw; }
  .l-hero h1 { font-size: clamp(20px, 6vw, 30px); padding: .5em 3%; }
  .l-hero-quote { font-size: clamp(14px, 4vw, 18px); }
  .l-hero-quote span { display: inline-block; }
  .l-tagline { font-size: 13px; padding-bottom: 6px; }
}
@media (max-width: 640px) {
  .l-topbar { font-size: 11px; }
  .l-grid { grid-template-columns: repeat(2, 1fr); gap: 18px 12px; }
  .l-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .l-card-name { font-size: 17px; }
  .l-price { font-size: 17px; }
  .l-btn { font-size: 12px; padding: 7px 14px; }
  .l-btn-big { min-width: 0; width: 100%; }
  .l-slide { flex-basis: 50%; }
  .l-carousel { padding: 0 28px; }
  .l-car-btn { width: 26px; font-size: 32px; }
  .l-sec-title { font-size: 19px; padding: 0 14px; }
  .l-line-l { left: 0; width: 46%; }
  .l-line-r { right: 0; width: 46%; }
  .l-sec-desc { font-size: 14px; }
  .l-tiles { grid-template-columns: repeat(2, 1fr); }
  .l-foot-pay { flex-wrap: wrap; gap: 10px 18px; }
  .l-foot-pay img { height: 18px; }
  .frow-2, .frow-31 { grid-template-columns: 1fr; }
  .frow-31 { grid-template-columns: 2fr 1fr; }
  .ko-title { text-align: center; }
  .ko-mobile-summary { display: block; margin-bottom: 20px; }
  .ko-summary .ko-row { display: none; }
  .ko-summary .ko-sum-head { display: none; }
  .l-h1 { font-size: 24px; }
  .l-about-imgs { grid-template-columns: 1fr 1fr; }
  .pg-thumb { width: 72px; height: 72px; }
  .l-pdp-logo { width: 160px; }
}
.l-foot-pay img[alt="Apple Pay"], .l-foot-pay img[alt="Mastercard"] { height: 30px; }
@media (max-width: 640px) { .l-foot-pay img[alt="Apple Pay"], .l-foot-pay img[alt="Mastercard"] { height: 24px; } }

/* ---------- Farbfamilien: eine Karte pro Familie + Farbpunkte (app/families.php) ---------- */
.l-grid-fam { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px 20px; padding: 6px 0 30px; }
.l-grid-fam .l-card { flex: 0 0 212px; max-width: 212px; display: flex; flex-direction: column; }
.l-grid-fam .l-card .l-btn-add { margin-top: auto; align-self: center; }
.l-fam-color { font-family: var(--serif2); font-size: 13.5px; color: var(--muted); margin: -2px 0 6px; min-height: 1.2em; line-height: 1.2; }
.l-swatches { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 7px; margin: 0 0 12px; }
.l-swatches-left { justify-content: flex-start; margin: 0 0 18px; }
.l-sw { display: inline-block; width: 20px; height: 20px; border-radius: 50%; padding: 0; border: 1px solid rgba(0,0,0,.2); background: var(--sw, #ddd); box-shadow: inset 0 0 0 2px #fff; cursor: pointer; position: relative; transition: transform .12s, box-shadow .12s; vertical-align: middle; }
.l-sw[hidden] { display: none; }
.l-sw:hover { transform: scale(1.12); }
.l-sw.active { border-color: #000; box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px #000; }
.l-sw-img { background-image: var(--sw-img); background-size: cover; background-position: center; }
.l-sw-gloss::after { content: ""; position: absolute; inset: 2px; border-radius: 50%; background: radial-gradient(circle at 32% 28%, rgba(255,255,255,.85) 0, rgba(255,255,255,.2) 32%, transparent 58%); pointer-events: none; }
.l-sw-out { opacity: .55; }
.l-sw-out::before { content: ""; position: absolute; left: 50%; top: -4px; bottom: -4px; width: 1px; background: #000; transform: rotate(45deg); z-index: 1; }
.l-sw-more { border: 1px solid rgba(0,0,0,.25); background: #fff; border-radius: 999px; height: 20px; min-width: 20px; padding: 0 6px; font-family: var(--serif); font-size: 11px; line-height: 18px; cursor: pointer; color: #000; }
.l-sw-more:hover { border-color: #000; }
.l-swatches-lg .l-sw { width: 28px; height: 28px; }
.l-swatches-lg .l-sw-out::before { top: -5px; bottom: -5px; }
.l-pdp-fam { margin: 2px 0 6px; }
.l-pdp-fam .l-label { margin-bottom: 8px; }
.l-pdp-fam-name { text-transform: none; letter-spacing: 0; font-family: var(--serif2); font-size: 14px; }
.l-btn-add[disabled] { cursor: default; }
@media (max-width: 640px) {
  .l-grid-fam { gap: 18px 12px; }
  .l-grid-fam .l-card { flex-basis: calc(50% - 6px); max-width: calc(50% - 6px); }
  .l-sw { width: 22px; height: 22px; }
  .l-sw-more { height: 22px; line-height: 20px; }
}

/* ---------- Startsida: flaches Produktraster, 3 pro Reihe, ohne Kategorie-Überschriften/Karussells (fam_home_grid) ---------- */
.l-home-grid { padding: 30px 0 10px; }
.l-grid-home3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px 24px; max-width: 940px; margin: 0 auto; padding: 0 0 26px; }
.l-grid-home3 .l-card { flex: none; max-width: none; }
@media (max-width: 640px) {
  .l-grid-home3 { grid-template-columns: repeat(2, 1fr); gap: 20px 12px; }
}

/* ---------- Kundenlieblinge (Startseite, fam_favorites_section): 4 Bestseller, Bilder wechseln per Crossfade ---------- */
.l-favs { padding: 22px 0 0; }
.l-favs .l-sec-head { padding-top: 10px; }
/* Bestseller: eine Reihe, seitlich scrollbar (Wisch/Trackpad/Pfeile), Karten rasten ein */
.l-favs-car { max-width: 1140px; margin: 0 auto; padding: 0 44px; }
.l-grid-favs { display: flex; flex-wrap: nowrap; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; padding: 4px 2px 12px; margin: 0; }
.l-grid-favs::-webkit-scrollbar { display: none; }
.l-grid-favs .l-card { flex: 0 0 236px; max-width: 236px; scroll-snap-align: start; }
.l-favs-car .l-car-btn { color: #555; }
.l-favs-car .l-car-btn:hover { color: #000; }
@media (max-width: 640px) {
  .l-favs-car { padding: 0 8px; }
  .l-favs-car .l-car-btn { display: none; }
  .l-grid-favs { gap: 12px; }
  .l-grid-favs .l-card { flex-basis: 62vw; max-width: 62vw; }
}
.l-fav-rot img { position: absolute; inset: 0; opacity: 0; transition: opacity .9s ease; }
.l-fav-rot img.on { opacity: 1; }
.l-fav-tag { position: absolute; top: 8px; right: 8px; z-index: 2; background: rgba(255,255,255,.92); color: #000; font-family: var(--serif); font-size: 10.5px; text-transform: uppercase; letter-spacing: .08em; padding: 4px 8px; line-height: 1; }
.l-fav-tag-hash { text-transform: none; letter-spacing: .02em; font-size: 12px; font-weight: 600; }
@media (max-width: 640px) {
  .l-grid-favs { grid-template-columns: repeat(2, 1fr); gap: 20px 12px; }
}

/* ---------- Abgerundete Ecken für alle Produkt- und Inhaltsbilder (Wunsch Inhaberin, 09.09.2026) ----------
   Große Bilder: --rimg (Produktkarten, Kundenlieblinge, Produktseite, Kategoriekacheln, Karussell, Über-uns, Post-Purchase).
   Kleine Bilder: --rimg-sm (Vorschaubilder, Warenkorb, Kasse, „Ebenfalls erhältlich in“). Das Hero-Banner bleibt randlos. */
:root { --rimg: 14px; --rimg-sm: 8px; }
.l-card-img, .l-noimg, .pg-main, .l-tile, .l-slide img, .pp-card img, .l-about-imgs img { border-radius: var(--rimg); overflow: hidden; }
.l-card-img { isolation: isolate; }
.pg-main img, .l-tile img, .l-card-img img { border-radius: inherit; }
.pg-thumb, .pg-thumb img, .l-mini img, .ko-row img, .ci img, .pp-cart-item img { border-radius: var(--rimg-sm); overflow: hidden; }
.l-slide { padding: 0 4px; }
@media (max-width: 640px) { :root { --rimg: 10px; --rimg-sm: 6px; } }

/* ---------- Drei Hauptkategorien: Kacheln (fam_category_tiles) + Kategorieseiten (fam_category_page) ---------- */
.l-tiles-3 { grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 940px; margin: 0 auto; }
.l-tile-current { outline: 1px solid #000; outline-offset: 2px; border-radius: var(--rimg); }
.l-category .l-sec-desc { margin-bottom: 28px; }
@media (max-width: 640px) {
  .l-tiles-3 { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .l-tiles-3 .l-tile-btn { font-size: 10px; padding: 5px 3px; }
}

/* ---------- „Was ihr uns schreibt“: scrollbare Reihe echter Kundinnen-Nachrichten (wie Bestseller) ---------- */
.l-feedback { padding: 10px 0 14px; }
.l-fb-sub { text-align: center; margin: -6px 0 20px; font-size: 14px; color: #666; }
.l-fb-car { max-width: 1140px; margin: 0 auto; padding: 0 44px; }
.l-fb-track { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; padding: 4px 2px 12px; }
.l-fb-track::-webkit-scrollbar { display: none; }
.l-fb-track { align-items: flex-start; overflow-y: hidden; transition: height .35s ease; }
.l-fb-shot { flex: 0 0 320px; scroll-snap-align: start; margin: 0; background: #fff; border: 1px solid #ececec; border-radius: var(--rimg); overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,.05); }
.l-fb-shot img { width: 100%; height: auto; display: block; }
.l-fb-car .l-car-btn { color: #555; }
.l-fb-car .l-car-btn:hover { color: #000; }
@media (max-width: 640px) {
  .l-fb-car { padding: 0 8px; }
  .l-fb-car .l-car-btn { display: none; }
  .l-fb-track { gap: 10px; }
  /* Handy: genau eine Karte pro Bildschirm (volle Breite), rastet sauber ein – kein schiefes Anschneiden */
  .l-fb-track { padding: 4px 0 6px; gap: 14px; scroll-padding: 0; }
  .l-fb-shot { flex: 0 0 100%; scroll-snap-align: start; }
}

/* ---------- Newsletter auf der Startseite (statt Rezensionen); Footer-Newsletter dort ausgeblendet ---------- */
.l-nl-home { padding: 30px 0 40px; }
.l-nl-home-txt { text-align: center; max-width: 560px; margin: -4px auto 18px; font-size: 15px; line-height: 1.6; color: #444; }
.l-nl-home-form { max-width: 440px; margin: 0 auto; }
.l-nl-home-form .nl-form { max-width: none; }
.l-nl-home-form .nl-row { grid-template-columns: 1fr auto; align-items: stretch; }
.l-nl-home-form .nl-btn { width: auto; padding: 11px 18px; white-space: nowrap; }
@media (max-width: 640px) { .l-nl-home-form .nl-row { grid-template-columns: 1fr; } .l-nl-home-form .nl-btn { width: 100%; } }
body.home .l-foot-col-nl { display: none; }
body.home .l-foot-cols { grid-template-columns: repeat(2, 1fr); max-width: 820px; }
@media (max-width: 900px) { body.home .l-foot-cols { grid-template-columns: 1fr; } }

/* ---------- Banner-Text + Button (steht bewusst ganz am Ende der Datei, damit nichts Älteres dazwischenfunkt) ----------
   „Haarklammern, die halten.“ in Assistant regular, weiß; darunter weißer Button mit dunkler Schrift.
   Desktop: auf dem mittleren Feld, unterhalb der Klammern auf der Tischplatte. Handy: gleicher Stil, weiter unten im Hochformat-Bild. */
@media (min-width: 768px) {
  .l-hero.l-hero-v5m .l-hero-txt-mobile { display: flex; flex-direction: column; position: absolute; inset: 0; z-index: 3; justify-content: flex-end; align-items: center; padding: 0 4% 3.2vw; min-height: 0; }
  .l-hero.l-hero-v5m .l-hero-txt-mobile .l-hero-box { width: 33.34vw; max-width: none; margin: 0 auto; text-align: center; align-items: center; background: none; box-shadow: none; padding: 0; backdrop-filter: none; -webkit-backdrop-filter: none; }
  .l-hero.l-hero-v5m .l-hero-txt-mobile h1 { font-family: var(--sans); font-weight: 400; text-transform: none; letter-spacing: .02em; font-size: clamp(18px, 1.5vw, 29px); line-height: 1.2; color: #fff; background: none; padding: 0; width: auto; max-width: none; text-shadow: 0 2px 10px rgba(0,0,0,.45); white-space: nowrap; }
  .l-hero.l-hero-v5m .l-hero-txt-mobile .l-btn-hero { margin-top: .9vw; background: #fff; color: #111; -webkit-text-fill-color: #111; border: 1px solid #fff; text-transform: none; letter-spacing: 0; font-family: var(--sans); font-weight: 400; font-size: clamp(13px, .9vw, 17px); line-height: 1.4; padding: .6em 1.9em; text-shadow: none; box-shadow: 0 4px 16px rgba(0,0,0,.18); opacity: 1; }
}
@media (max-width: 767px) {
  /* Spaltenlayout: justify-content = senkrecht, align-items = waagerecht → unten bündig, mittig zentriert */
  .l-hero.l-hero-v5m .l-hero-txt-mobile { display: flex; flex-direction: column; position: absolute; inset: 0; z-index: 3; justify-content: flex-end; align-items: center; padding: 0 6% 22%; min-height: 0; }
  .l-hero.l-hero-v5m .l-hero-txt-mobile .l-hero-box { width: 100%; max-width: none; margin: 0 auto; text-align: center; align-items: center; background: none; box-shadow: none; padding: 0; backdrop-filter: none; -webkit-backdrop-filter: none; }
  .l-hero.l-hero-v5m .l-hero-txt-mobile h1 { font-family: var(--sans); font-weight: 400; text-transform: none; letter-spacing: .02em; font-size: clamp(22px, 6.4vw, 30px); line-height: 1.2; color: #fff; background: none; padding: 0; width: auto; max-width: none; text-shadow: 0 2px 10px rgba(0,0,0,.45); white-space: nowrap; }
  .l-hero.l-hero-v5m .l-hero-txt-mobile .l-btn-hero { margin-top: 14px; background: #fff; color: #111; -webkit-text-fill-color: #111; border: 1px solid #fff; text-transform: none; letter-spacing: 0; font-family: var(--sans); font-weight: 400; font-size: 15px; line-height: 1.4; padding: 10px 28px; text-shadow: none; box-shadow: 0 4px 16px rgba(0,0,0,.18); opacity: 1; }
}

/* ---------- „Frisch gerestocked“-Badge (15.09.2026) ---------- */
.l-restock { position: absolute; top: 8px; right: 8px; z-index: 3; background: #1f6b4f; color: #fff; font-size: 10.5px; letter-spacing: .06em; text-transform: uppercase; padding: 4px 8px; border-radius: 999px; white-space: nowrap; }
.l-restock-fav { top: 34px; }
.l-restock-pdp { top: 12px; right: 12px; font-size: 12px; padding: 6px 12px; }
.l-cc-badge.l-cc-restock { background: #1f6b4f; }
/* Neuheiten-Feld: ein breites Bild unter dem Banner */
.l-highlights-neu { padding: 26px 0 6px; }
.l-hl-grid-1 { grid-template-columns: 1fr; }
.l-hl-wide { aspect-ratio: 16 / 7; }
.l-hl-wide img { object-position: center 45%; }
@media (max-width: 640px) { .l-hl-wide { aspect-ratio: 4 / 3; } }

/* ---------- Kategorieseite v2 / Alle Haarklammern (15.09.2026, nach leonieitems.com/alla-harklammor) ---------- */
.l-cat2 { padding-top: 14px; }
.l-cat-h1 { text-align: left; margin: 0 0 8px; }
.l-cat-intro { max-width: 720px; margin: 0 0 18px; font-size: 15px; line-height: 1.6; color: #444; }
.l-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 18px; }
.l-chip { display: inline-block; padding: 7px 14px; border: 1px solid #ddd; border-radius: 999px; font-size: 13px; letter-spacing: .02em; background: #fff; transition: border-color .15s, background .15s; }
.l-chip:hover { border-color: #000; }
.l-chip.active { background: #111; color: #fff; border-color: #111; }
.l-cat-tools { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; margin: 0 0 22px; padding: 12px 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; font-size: 13.5px; }
.l-cat-count { color: #555; }
.l-cat-sort label { display: inline-flex; align-items: center; gap: 8px; color: #555; }
.l-cat-sort select { font: inherit; font-size: 13.5px; padding: 6px 28px 6px 10px; border: 1px solid #ddd; border-radius: 8px; background: #fff; }
.l-cat-search { margin-left: auto; display: flex; border: 1px solid #ddd; border-radius: 999px; overflow: hidden; }
.l-cat-search input { border: none; padding: 7px 12px; font: inherit; font-size: 13.5px; width: 200px; outline: none; }
.l-cat-search button { border: none; background: #fff; padding: 0 12px; font-size: 16px; cursor: pointer; }
.l-cc { text-align: center; }
.l-cc .l-card-img { position: relative; }
.l-cc-badge { position: absolute; top: 8px; left: 8px; z-index: 2; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; padding: 4px 8px; border-radius: 999px; background: #111; color: #fff; }
.l-cc-badge.l-cc-sale { background: #d42a1e; }
.l-cc-badge.l-cc-out { background: #fff; color: #333; border: 1px solid #ddd; }
.l-cc-sub { font-size: 12.5px; color: #777; margin: 2px 0 6px; letter-spacing: .02em; }
.l-cc-btn { margin-top: 8px; }
.l-card-out .l-card-img img { opacity: .6; }
@media (max-width: 640px) {
  .l-cat-tools { gap: 10px 14px; }
  .l-cat-search { margin-left: 0; width: 100%; }
  .l-cat-search input { width: 100%; }
  .l-chips { gap: 6px; }
  .l-chip { padding: 6px 11px; font-size: 12.5px; }
}
/* Shop-Menü mit Untergruppen – Desktop als Spalten (wie leonieitems.com), Handy als Liste */
.l-nav-grp { display: flex; flex-direction: column; }
.l-nav-dd-menu { flex-direction: row; gap: 34px; padding: 18px 24px 20px; min-width: 0; white-space: nowrap; }
.l-nav-dd:hover .l-nav-dd-menu, .l-nav-dd.open .l-nav-dd-menu { display: flex; }
.l-nav-dd-menu .l-nav-grp { min-width: 150px; gap: 2px; }
.l-nav-dd-menu .l-nav-grp a:hover { background: none; }
.l-nav-dd-menu .l-nav-grp a { padding-left: 0; padding-right: 0; }
.l-nav-dd-menu .l-nav-grp-t { font-weight: 600; font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; padding: 0 0 8px; border-bottom: 1px solid #eee; margin-bottom: 6px; }
.l-nav-dd-menu .l-nav-sub { padding: 5px 0; font-size: 13px; letter-spacing: .02em; text-transform: none; color: #555; }
.l-nav-dd-menu .l-nav-sub:hover { color: #000; }
.l-nav-dd-menu a.l-nav-sale { color: #d42a1e; }
.l-mnav .l-nav-grp-t { font-weight: 600; }
.l-mnav .l-nav-sub { padding-left: 34px; font-size: 14px; color: #555; }

/* ---------- Produktseite v2 (15.09.2026, nach leonieitems.com/produkt/smaragd-m) ---------- */
.l-pdp2 { padding-top: 14px; }
.l-crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 12.5px; color: #777; margin: 0 0 18px; }
.l-crumbs a:hover { color: #000; }
.l-crumbs span:last-child { color: #333; }
.l-pdp-eyebrow { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: #777; margin: 0 0 6px; }
.l-pdp2 .l-pdp-title { font-size: clamp(26px, 2.6vw, 34px); margin: 0 0 6px; letter-spacing: .02em; }
.l-pdp-rating { display: inline-block; font-size: 13.5px; color: #333; margin: 0 0 12px; }
.l-pdp-rating .l-stars { font-size: 13px; letter-spacing: 1px; margin-right: 4px; }
a.l-pdp-rating:hover { text-decoration: underline; }
.l-pdp2 .l-pdp-price { font-size: 22px; margin: 0 0 18px; }
.l-pdp-sizes { margin: 0 0 18px; }
.l-pdp-sizes-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; }
.l-pdp-sizes-head .l-label { margin: 0; }
.l-sg-link { background: none; border: none; padding: 0; font: inherit; font-size: 13px; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; color: #333; }
.l-size-list { display: flex; flex-wrap: wrap; gap: 8px; }
.l-size { display: inline-flex; flex-direction: column; align-items: center; min-width: 84px; padding: 8px 14px; border: 1px solid #d9d9d9; border-radius: 10px; background: #fff; line-height: 1.2; transition: border-color .15s, background .15s; }
.l-size strong { font-size: 14px; }
.l-size span { font-size: 12px; color: #666; margin-top: 2px; }
.l-size:hover { border-color: #000; }
.l-size.active { border-color: #000; background: #111; color: #fff; }
.l-size.active span { color: #ddd; }
.l-size.out { opacity: .5; text-decoration: line-through; }
.l-pdp2 .l-pdp-cta { margin: 4px 0 12px; }
.l-pdp2 .l-btn-big { width: 100%; max-width: 420px; padding: 14px 24px; font-size: 14px; }
.l-pdp-trust { font-size: 13px; color: #444; margin: 0 0 10px; line-height: 1.6; }
.l-pdp-low { font-size: 13px; color: #b3261e; font-weight: 600; margin: -4px 0 10px; }
.l-pdp-trust span { color: #bbb; margin: 0 4px; }
.l-pdp-pay { list-style: none; margin: 0 0 22px; padding: 0; display: flex; gap: 12px; align-items: center; }
.l-pdp-pay img { height: 20px; width: auto; display: block; opacity: .85; }
.l-pdp2 .l-pdp-fam { margin: 0 0 18px; padding-top: 18px; border-top: 1px solid #eee; }
.l-pdp2 .l-bullets-plain { margin: 6px 0 18px; }
.l-pdp-acc { border-top: 1px solid #e6e6e6; }
.l-pdp-acc .l-acc-item { border-bottom: 1px solid #e6e6e6; }
.l-pdp-acc summary { position: relative; padding: 14px 32px 14px 0; cursor: pointer; list-style: none; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; font-weight: 600; }
.l-pdp-acc summary::-webkit-details-marker { display: none; }
.l-pdp-acc .l-acc-x { position: absolute; right: 2px; top: 50%; width: 12px; height: 12px; margin-top: -6px; }
.l-pdp-acc .l-acc-x::before, .l-pdp-acc .l-acc-x::after { content: ""; position: absolute; background: #111; left: 0; top: 5px; width: 12px; height: 2px; }
.l-pdp-acc .l-acc-x::after { transform: rotate(90deg); transition: transform .2s; }
.l-pdp-acc details[open] .l-acc-x::after { transform: rotate(0); }
.l-pdp-acc .l-acc-body { padding: 0 0 18px; font-size: 15px; line-height: 1.65; }
.l-pdp-avg { font-weight: 600; margin: 0 0 12px; }
.l-pdp-details { list-style: none; margin: 0; padding: 0; }
.l-pdp-details li { display: flex; gap: 12px; padding: 6px 0; border-bottom: 1px dashed #eee; }
.l-pdp-details li span { flex: 0 0 130px; color: #777; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; }
.l-badge-pdp { position: absolute; top: 12px; left: 12px; z-index: 2; }
.l-pdp-sticky { display: none; }
@media (max-width: 900px) {
  .l-pdp-sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 45; background: rgba(255,255,255,.96); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); border-top: 1px solid #e6e6e6; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); transform: translateY(110%); transition: transform .25s ease; }
  .l-pdp-sticky.show { display: block; transform: translateY(0); }
  .l-pdp-sticky-in { display: flex; align-items: center; gap: 12px; max-width: 700px; margin: 0 auto; }
  .l-pdp-sticky-name { flex: 1; font-size: 13px; line-height: 1.3; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .l-pdp-sticky-price { font-size: 15px; white-space: nowrap; margin: 0; }
  .l-pdp-sticky .l-btn { padding: 11px 18px; font-size: 12.5px; white-space: nowrap; }
  .l-size { min-width: 72px; padding: 7px 10px; }
}

/* Lager-Hinweis „Nur noch X Stück verfügbar“ (15.09.2026) */
.l-stock-hint { margin: -4px 0 8px; font-family: var(--sans, var(--serif2)); font-size: 12.5px; letter-spacing: .02em; color: #b3261e; font-weight: 600; }
.l-stock-hint[hidden] { display: none; }
.l-stock-hint-pdp { margin: 4px 0 10px; font-size: 14px; }
.ci-max { font-size: 12px; color: #b3261e; margin-top: 4px; }

/* Rabattcode im Kassenformular vor „Jetzt kaufen“ (15.09.2026) */
.ko-coupon-inline { border-top: 0; padding: 14px 16px; margin: 0 0 16px; background: #f6f2ec; border: 1px solid #e8e2d9; }
.ko-coupon-label { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 8px; }
.ko-coupon-inline .ko-coupon-form { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; margin-top: 0; }
.ko-coupon-inline .ko-coupon-in { flex: 1; min-width: 160px; border: 1px solid #bbb; background: #fff; padding: 10px 12px; font-size: 15px; }
.ko-coupon-inline .l-btn-sm { padding: 10px 18px; font-size: 12.5px; }
.ko-coupon-inline .ko-coupon-active { font-size: 14px; }

/* ---------- Produktseite: Breite hart begrenzen (steht am Ende, damit ältere Regeln nicht dazwischenfunken) ---------- */
.l-pdp-in { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.l-pdp-in > * { min-width: 0; max-width: 100%; }
.l-pdp-gallery, .pg-main { width: 100%; max-width: 100%; }
.pg-main img { max-width: 100%; }
@media (max-width: 900px) { .l-pdp-in { grid-template-columns: minmax(0, 1fr); } }
