/** Shopify CDN: Minification failed

Line 585:0 Unexpected "{"
Line 585:1 Expected identifier but found "%"
Line 585:55 Expected identifier but found "%"

**/
/* ============================================================================
   assets/r24-global.css — GENERIERT von audit/perf/extract-css.mjs
   NICHT VON HAND BEARBEITEN. Quelle ist jeweils das genannte Snippet;
   dort steht an der alten Stelle ein Verweis (R24-CSS-AUSGELAGERT).

   Grund: diese Regeln standen als inline <style> im <body> und wurden damit
   bei JEDER Navigation neu uebertragen und neu geparst — nicht cachebar.
   Gemessen 20.09.2026: 512-727 KB HTML je Seite, davon 316 KB identischer
   Inline-Code auf allen fuenf Vorlagen.

   Reihenfolge = Dokumentreihenfolge von vorher. Nicht umsortieren.
   ============================================================================ */

/* ---------------------------------------------------------------------------
   aus snippets/r24-cart-drawer-modal.liquid
   --------------------------------------------------------------------------- */
/* Kalles-Drawer dauerhaft unsichtbar — unser Modal übernimmt die Darstellung. */
  #t4s-mini_cart{visibility:hidden!important;opacity:0!important;pointer-events:none!important}

  .r24mc-root{
    --panel:#fff;
    --ink:oklch(0.27 0.015 260); --ink2:oklch(0.46 0.012 260); --ink3:oklch(0.6 0.01 260);
    --line:oklch(0.92 0.005 260); --line2:oklch(0.955 0.004 260);
    --brand:oklch(0.52 0.11 152); --brandHov:oklch(0.44 0.1 155); --brandBg:oklch(0.965 0.03 155);
    --red:oklch(0.55 0.16 28); --redBg:oklch(0.965 0.028 28);
    position:fixed; inset:0; z-index:1000; display:none;
    font-family:'IBM Plex Sans',system-ui,-apple-system,sans-serif;
    -webkit-font-smoothing:antialiased;
  }
  .r24mc-root.is-open{display:block}
  .r24mc-scrim{position:absolute; inset:0; background:oklch(0.22 0.02 160 / 0.42); backdrop-filter:blur(3px); -webkit-backdrop-filter:blur(3px); animation:r24mc-fade .16s ease}
  .r24mc-wrap{position:absolute; inset:0; display:flex; align-items:center; justify-content:center; padding:28px; pointer-events:none}
  .r24mc-panel{pointer-events:auto; width:min(720px,100%); max-height:min(920px, calc(100vh - 48px)); background:var(--panel);
    border-radius:20px; box-shadow:0 40px 90px -30px rgba(15,40,25,.55), 0 0 0 1px var(--line2);
    display:flex; flex-direction:column; overflow:hidden; animation:r24mc-pop .22s cubic-bezier(.2,.9,.3,1); color:var(--ink)}
  @keyframes r24mc-fade{from{opacity:0}to{opacity:1}}
  @keyframes r24mc-pop{from{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:none}}

  /* Header */
  .r24mc-head{flex:none; display:flex; align-items:center; gap:12px; padding:20px 24px; border-bottom:1px solid var(--line2)}
  .r24mc-head__ic{width:20px; height:20px; color:var(--brand); flex:none}
  .r24mc-head__tx{flex:1; min-width:0}
  .r24mc-kicker{font-size:11px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:var(--ink3)}
  .r24mc-title{font-size:16px; font-weight:600; color:var(--ink); margin-top:1px}
  .r24mc-close{width:38px; height:38px; flex:none; border:1px solid var(--line); background:#fff; border-radius:11px; color:var(--ink3); cursor:pointer; display:flex; align-items:center; justify-content:center; transition:border-color .14s, background .14s}
  .r24mc-close:hover{border-color:oklch(0.78 0.02 155); background:oklch(0.985 0.004 95)}
  .r24mc-close svg{width:17px; height:17px}

  /* Gratis-Versand */
  .r24mc-ship{flex:none; padding:13px 24px; background:var(--brandBg); border-bottom:1px solid oklch(0.92 0.02 155)}
  .r24mc-ship__tx{display:flex; align-items:center; gap:8px; font-size:12.5px; font-weight:600; color:var(--brandHov); margin-bottom:8px}
  .r24mc-ship__tx svg{width:15px; height:15px; color:var(--brand); flex:none}
  .r24mc-ship__bar{height:6px; border-radius:6px; background:oklch(0.93 0.02 155); overflow:hidden}
  .r24mc-ship__fill{height:100%; background:linear-gradient(90deg, var(--brand), oklch(0.62 0.12 152)); transition:width .3s ease}

  /* Liste */
  .r24mc-list{flex:1; min-height:200px; max-height:600px; overflow-y:auto; padding:4px 24px}
  @media(min-height:720px){.r24mc-list{min-height:430px}}
  .r24mc-item{display:flex; gap:14px; padding:14px 0; border-bottom:1px solid var(--line2)}
  .r24mc-thumb{width:76px; height:76px; flex:none; border-radius:12px; overflow:hidden; display:flex; align-items:center; justify-content:center; background:oklch(0.96 0.006 95); border:1px solid var(--line)}
  .r24mc-thumb img{width:100%; height:100%; object-fit:cover; display:block}
  .r24mc-thumb--svc{background:var(--brandBg); border:1px solid oklch(0.9 0.03 155)}
  .r24mc-thumb--svc svg{width:26px; height:26px; color:var(--brand)}
  .r24mc-main{flex:1; min-width:0}
  .r24mc-top{display:flex; align-items:flex-start; gap:10px}
  .r24mc-t{flex:1; min-width:0; font-size:13.5px; font-weight:600; line-height:1.4; color:var(--ink); display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden}
  .r24mc-var{font-size:12px; color:var(--ink3); margin-top:3px}
  .r24mc-price{font-size:14px; font-weight:700; color:var(--ink); white-space:nowrap; letter-spacing:-.01em}
  .r24mc-row2{display:flex; align-items:center; justify-content:space-between; gap:12px; margin-top:12px}
  .r24mc-qty{display:flex; align-items:center; border:1px solid var(--line); border-radius:10px; background:#fff; height:36px}
  .r24mc-qbtn{width:34px; height:36px; border:none; background:none; color:var(--ink3); cursor:pointer; font-size:17px; line-height:1; display:flex; align-items:center; justify-content:center; transition:color .14s}
  .r24mc-qbtn:hover{color:var(--ink)}
  .r24mc-qbtn:disabled{opacity:.4; cursor:default}
  .r24mc-qval{width:28px; text-align:center; font-size:13.5px; font-weight:600; color:var(--ink)}
  .r24mc-chip{display:inline-flex; align-items:center; gap:6px; height:26px; padding:0 11px; border-radius:20px; background:var(--brandBg); border:1px solid oklch(0.9 0.03 155); color:var(--brand); font-size:11.5px; font-weight:600}
  .r24mc-chip svg{width:12px; height:12px}
  .r24mc-rm{display:inline-flex; align-items:center; gap:6px; height:32px; padding:0 11px; border:none; background:transparent; border-radius:9px; font-family:inherit; font-size:12.5px; font-weight:500; color:var(--ink3); cursor:pointer; transition:color .14s, background .14s}
  .r24mc-rm:hover{color:var(--red); background:var(--redBg)}
  .r24mc-rm svg{width:15px; height:15px}
  .r24mc-empty{display:flex; flex-direction:column; align-items:center; gap:10px; padding:56px 20px; text-align:center}
  .r24mc-empty svg{width:30px; height:30px; color:var(--ink3)}
  .r24mc-empty__t{font-size:14px; font-weight:600; color:var(--ink2)}
  .r24mc-empty__a{height:40px; padding:0 18px; border:1px solid var(--brand); background:#fff; border-radius:10px; font-family:inherit; font-size:13px; font-weight:600; color:var(--brand); cursor:pointer; display:inline-flex; align-items:center}

  /* Footer */
  .r24mc-foot{flex:none; border-top:1px solid var(--line2); padding:16px 24px 18px; background:var(--panel)}
  .r24mc-trust{display:flex; align-items:center; gap:16px; flex-wrap:wrap; padding-bottom:14px; margin-bottom:14px; border-bottom:1px solid var(--line2)}
  .r24mc-trust span{display:inline-flex; align-items:center; gap:6px; font-size:11.5px; color:var(--ink2)}
  .r24mc-trust svg{width:14px; height:14px; color:var(--brand)}
  .r24mc-sub{display:flex; align-items:baseline; justify-content:space-between; gap:12px}
  .r24mc-sub__l{font-size:14px; font-weight:600; color:var(--ink)}
  .r24mc-sub__v{font-size:22px; font-weight:700; color:var(--ink); letter-spacing:-.015em}
  .r24mc-hint{font-size:11.5px; color:var(--ink3); margin-top:4px}
  .r24mc-pp{display:flex; align-items:center; gap:9px; margin-top:12px; padding:10px 13px; border:1px solid oklch(0.9 0.02 250); background:oklch(0.99 0.008 250); border-radius:11px}
  .r24mc-pp__mark{font-size:11.5px; font-weight:700; font-style:italic}
  .r24mc-pp__mark i{font-style:normal; color:#253B80}.r24mc-pp__mark em{font-style:normal; color:#179BD7}
  .r24mc-pp__tx{font-size:12px; color:var(--ink2)}
  .r24mc-pp__go{margin-left:auto; font-size:12px; font-weight:600; color:var(--brand); text-decoration:none; background:none; border:none; cursor:pointer; font-family:inherit}
  .r24mc-btns{display:flex; gap:11px; margin-top:14px}
  .r24mc-btn{flex:1; display:inline-flex; align-items:center; justify-content:center; gap:8px; height:50px; border-radius:12px; font-family:inherit; text-decoration:none; cursor:pointer; transition:background .15s, border-color .15s}
  .r24mc-btn svg{width:17px; height:17px}
  .r24mc-btn--ghost{border:1.5px solid oklch(0.86 0.03 155); background:#fff; font-size:13.5px; font-weight:700; color:var(--ink)}
  .r24mc-btn--ghost svg{color:var(--brand)}
  .r24mc-btn--ghost:hover{border-color:var(--brand); background:var(--brandBg); color:var(--brandHov)}
  .r24mc-btn--ghost:hover svg{color:var(--brandHov)}
  .r24mc-btn--primary{border:none; background:var(--brand); font-size:14px; font-weight:600; color:#fff}
  .r24mc-btn--primary:hover{background:var(--brandHov)}
  .r24mc-chips{display:flex; align-items:center; justify-content:center; gap:7px; flex-wrap:wrap; margin-top:14px}
  .r24mc-chips span{height:24px; padding:0 9px; border-radius:6px; background:oklch(0.985 0.004 95); border:1px solid var(--line); color:var(--ink2); font-size:10px; font-weight:700; display:inline-flex; align-items:center}

  html.r24mc-lock, html.r24mc-lock body{overflow:hidden!important}

  @media (max-width:560px){
    .r24mc-wrap{padding:0; align-items:flex-end}
    .r24mc-panel{width:100%; max-height:92vh; max-height:92dvh; border-radius:20px 20px 0 0}
    /* WICHTIG: die Liste MUSS schrumpfen dürfen, sonst schiebt sie den Footer
       (inkl. „Zur Kasse") aus dem Bild. Deshalb min-height klein + max-height frei;
       nur die Liste scrollt, Kopf/Versand/Footer bleiben fixiert & sichtbar. */
    .r24mc-list{min-height:96px; max-height:none; flex:1 1 auto; padding-left:16px; padding-right:16px}
    .r24mc-head{padding:15px 16px}
    .r24mc-ship{padding:11px 16px}
    .r24mc-foot{padding:14px 16px calc(16px + env(safe-area-inset-bottom))}
    .r24mc-trust{gap:12px; padding-bottom:12px; margin-bottom:12px}
    .r24mc-btns{flex-direction:column-reverse; margin-top:12px}
    .r24mc-btn{height:48px}
    .r24mc-chips{justify-content:center; margin-top:12px}
  }
  @media (prefers-reduced-motion:reduce){
    .r24mc-scrim,.r24mc-panel{animation-duration:.001ms!important}
    .r24mc-ship__fill{transition:none!important}
  }

/* ---------------------------------------------------------------------------
   aus snippets/r24-mobile.liquid
   --------------------------------------------------------------------------- */
/* ===== Einheitliche Produktkartentitel (alle Seiten): max. 2 Zeilen →
     gleiche Kartenhöhe, ruhiges Raster, kein „Titel-Wackeln". ===== */
  .t4s-product-title a,.t4s-product-title{
    display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;
    overflow:hidden!important;text-overflow:ellipsis!important;line-height:1.35!important}
  .t4s-product-title{min-height:2.7em}

  @media (max-width:767px){
    /* ===== Globaler Anti-Horizontal-Scroll-Guard (ALLE Seiten) =====
       clip (nicht hidden) unterbindet das seitliche Scrollen, OHNE einen
       Scroll-Container zu erzeugen → position:sticky (Header/Zusammenfassung)
       bleibt intakt. Doppelte Deklaration: moderne Browser nehmen `clip`,
       ältere iOS-Safari fallen sauf `hidden` zurück (kein Scroll, sticky evtl.
       eingeschränkt — akzeptabler Trade-off). */
    html,body{max-width:100%;overflow-x:hidden;overflow-x:clip}
    /* Häufige Überlauf-Ursachen generisch entschärfen. */
    img,video,iframe,svg,canvas{max-width:100%}
    table{display:block;max-width:100%;overflow-x:auto}         /* breite Tabellen scrollen IN sich, nicht die Seite */
    pre,code{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}
    /* Produktseite: EINHEITLICHE Seitenränder über ALLE PDP-Abschnitte, damit
       Sektionen/Streifen auf dem Handy bündig fluchten (main·trust·tabs·related·
       Set-Konfigurator teilen denselben linken/rechten Rand). */
    #r24pd,.r24pt,.r24tb,.r24rel,#r24-konfig{padding-left:16px!important;padding-right:16px!important}

    /* ===== PDP · robuste Handy-Adaption ALLER Abschnitte/Streifen/Reihen =====
       Defensive Overrides, die unabhängig davon greifen, ob eine einzelne
       Sektion ihren eigenen Breakpoint mitbringt (Cache-, Spezifitäts- und
       Fremd-WIP-fest). Ziel: kein Abschnitt bleibt zweispaltig gequetscht,
       keine Reihe läuft seitlich über, keine feste Pixelspalte sprengt den
       Viewport. Deckt main·gallery·buybox·tabs·specs·konfig ab. */
    /* Kauf-Layout: Galerie oben, Kaufbox darunter — genau EINE Spalte. */
    .r24pd-main{grid-template-columns:1fr!important;gap:22px!important}
    /* Hauptbild ZUERST, Miniaturen darunter — Owner-Vorgabe (Handoff §3, in der
       Section dokumentiert). Hier stand `column-reverse`: am Telefon lagen die
       Miniaturen über dem Bild und schoben Bild und Preis ~100 px nach unten. */
    .r24pd-gal{flex-direction:column!important;position:static!important;width:100%!important;max-width:100%!important}
    .r24pd-stage,.r24pd-media,.r24pd-hero,.r24pd-lb__stage{max-width:100%!important}
    /* Thumbnail-Leiste: horizontale, in sich scrollende Reihe statt fixer Spalte. */
    .r24pd-thumbs{flex-direction:row!important;flex-wrap:nowrap!important;overflow-x:auto!important;
      width:100%!important;height:auto!important;-webkit-overflow-scrolling:touch}
    .r24pd-thumbs::-webkit-scrollbar{display:none}
    /* Kaufbox-Reihen (Kopf, Kaufaktion) dürfen umbrechen statt zu überlaufen. */
    .r24pd-opt-head,.r24pd-buy{flex-wrap:wrap!important}
    /* Alle mehrspaltigen Inhaltsraster → eine Spalte (Beschreibung/Bewertung/
       Set-Raster/Glance/Teilen). */
    .r24pd-glance .grid,.r24pd-share__grid,
    .r24tb-desc,.r24tb-rev,.r24tb-set-grid,
    .r24tb-specs,.r24tb-spec-grid{grid-template-columns:1fr!important;gap:20px!important}
    /* Tab-Leiste: seitlich in sich scrollbar statt Seitenüberlauf/Umbruch,
       plus dezente Rechts-Verlaufsmaske als Scroll-Hinweis (es gibt weitere Tabs). */
    .r24tb-bar{flex-wrap:nowrap!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch;
      -webkit-mask-image:linear-gradient(90deg,#000 90%,transparent);mask-image:linear-gradient(90deg,#000 90%,transparent)}
    .r24tb-bar::-webkit-scrollbar{display:none}
    /* Abschnittsabstände auf dem Handy straffen (weniger Leer-Scrollen zwischen
       Kaufbox · Vertrauen · Tabs · Empfehlungen). Desktop-Werte 34/44/60 → ruhiger. */
    .r24pt{margin-top:24px!important}
    .r24tb{margin-top:28px!important}
    .r24rel{margin-top:32px!important}
    /* Set-Konfigurator-Reihe: Preis/Checkbox dürfen unter den Namen umbrechen. */
    .r24-k-item{flex-wrap:wrap!important}
    .r24-k-item .meta{min-width:60%!important}
    /* Kaufbox: Mengenwähler + „In den Warenkorb“ regelt allein die Section
       (sections/r24-product-main.liquid, `#r24pd .r24pd-buy`, EINE Reihe —
       Owner-Wunsch). Hier stand das Gegenteil (stapeln) mit !important und
       verlor stets gegen die ID-Regel dort — entfernt statt weiter mitgeschleppt. */

    /* --- Flexible-Zahlungsplanung: Karte kompakter + Anfrage-Modal als echtes
       Bottom-Sheet mit dynamischer Viewport-Höhe (dvh statt vh → kein Abschneiden
       unter der Browser-Leiste auf iOS/Android). Greift überall, wo die Karte
       gerendert wird (dieses Produkt ist nicht FP-freigegeben → Karte hier aus). */
    .r24fp-card{padding:18px 15px 14px!important;margin:16px 0!important}
    .r24fp-card__feeline{margin-bottom:10px!important}
    .r24fp-modal{align-items:flex-end!important;padding:0!important}
    .r24fp-panel{max-width:none!important;width:100%!important;max-height:calc(100dvh - 12px)!important;
      border-radius:20px 20px 0 0!important}
    .r24fp-grid{grid-template-columns:1fr!important}
    /* Modal-Kopf bündig, Schließen-Taste immer sichtbar (sticky ist im Snippet gesetzt). */
    .r24fp-panel__head{padding:15px 16px!important}
    .r24fp-body{padding:15px 16px 22px!important}
    /* Kein horizontales Scrollen durch R24-Vollbreiten-Blöcke. */
    .r24-mp,.r24-wisv,#r24-wisv,
    [data-r24-position][data-r24-placements-wrap]{max-width:100%!important;overflow-x:clip}

    /* Mindest-Touchziel für R24-Buttons/Aktionen (WCAG 2.5.5 ~44px). */
    .r24-pdp-act,.r24-mp-card__btn,.r24-wisv-card__btn,.r24-inq__submit,.r24-qv-inq-btn{min-height:46px}
    .r24-pdp-act,.r24-mp-card__btn,.r24-wisv-card__btn{padding-top:11px;padding-bottom:11px}
    /* Footer-Links im Accordion fingerfreundlich. */
    #shopify-section-footer .t4s-footer-link{min-height:40px;align-items:center}

    /* OTTO-ruhige Produktkartentitel: klein, normal-gewichtig, gedämpfte Farbe,
       genau 2 Zeilen (≈40–46 Zeichen), danach „…" → gleichmäßiges, ruhiges Raster. */
    .t4s-product-title,.t4s-product-title a{
      font-size:13px!important;font-weight:500!important;color:#3d4650!important;
      line-height:1.32!important;min-height:2.64em!important}
    /* Preis bleibt der Anker (kräftig), Titel tritt zurück — wie bei OTTO. */
    .t4s-product-price,.t4s-pr-price,[class*="product"][class*="price"]{font-weight:800!important}

    /* Weniger „Kartenwand": Abstände der R24-Promo-Blöcke überm Footer straffen. */
    .r24-mp{margin:clamp(28px,6vw,40px) 0!important;padding:clamp(30px,7vw,42px) 0!important}
    .r24-mp__inner{padding:0 16px!important}
    [data-r24-position="trust_strip"][data-r24-placements-wrap]{padding:8px 12px!important;gap:10px!important}
    [id*="logo_list"] .t4s-top-heading{margin-bottom:14px!important}
    .r24-card[data-r24-position-card="footer_promo"]{padding:20px 18px!important;margin-top:8px!important;margin-bottom:8px!important}
    #shopify-section-footer.t4s-footer{--mg-top:18px!important}

    /* Weniger Promo-Karten auf dem Handy (Owner-Freigabe „تابع"):
       1) Logostreifen „Verkaufsplattformen" ausblenden — steht ohnehin auf der PDP.
       2) Trust-Strip auf die EINE Bewertungs-Karte reduzieren: die „Sicher kaufen"-
          Karte doppelt die Header-Zeile „Sicher bestellen…" → auf dem Handy weg. */
    [id^="shopify-section"][id*="logo_list"]{display:none!important}
    [data-r24-position="trust_strip"][data-r24-placements-wrap] > .r24-card:first-child{display:none!important}
    [data-r24-position="trust_strip"][data-r24-placements-wrap] > .r24-card{flex:1 1 100%!important}
  }

/* ---------------------------------------------------------------------------
   aus snippets/r24-above-footer.liquid
   --------------------------------------------------------------------------- */
/* === 1) Trust-Strip: nebeneinander (row) statt überlappender Fade === */
  [data-r24-position="trust_strip"][data-r24-placements-wrap]{
    display:flex!important;flex-wrap:wrap!important;gap:14px!important;align-items:stretch!important}
  [data-r24-position="trust_strip"][data-r24-placements-wrap] > .r24-card{
    position:static!important;inset:auto!important;opacity:1!important;pointer-events:auto!important;
    flex:1 1 300px!important;min-width:0!important}

  /* === 2) Logo-Streifen „Unsere Verkaufsplattformen" — Layout-Fix ===
     Ursache der leeren Riesen-Boxen: das Theme rendert jedes Logo in einer
     .t4s_ratio-Box mit dem SEITENVERHÄLTNIS des Bildes (absolut positioniertes
     <img>). Hier neutralisiert → jede Plattform als GLEICH hohe, zentrierte
     weiße Karte mit sauber skaliertem Logo (volle Marken-Farbe, dezenter Hover). */
  [id*="logo_list"] .t4s-top-heading{margin-bottom:clamp(18px,2.4vw,30px)!important}
  [id*="logo_list"] .t4s-logo-item{padding:0!important}
  [id*="logo_list"] .t4s-logo-item > a,
  [id*="logo_list"] .t4s-logo-item > div:not(.t4s_ratio){
    display:flex!important;align-items:center!important;justify-content:center!important;
    min-height:104px!important;padding:20px 24px!important;box-sizing:border-box!important;
    background:#fff!important;border:1px solid rgba(0,0,0,.09)!important;border-radius:14px!important;
    box-shadow:0 1px 2px rgba(0,0,0,.04)!important;transition:box-shadow .18s,border-color .18s,transform .18s!important}
  [id*="logo_list"] .t4s-logo-item > a:hover{
    border-color:rgba(10,124,66,.4)!important;box-shadow:0 10px 26px rgba(0,0,0,.09)!important;transform:translateY(-2px)!important}
  /* .t4s_ratio-Box entschärfen: keine Padding-Ratio, kein max-width vom Bild */
  [id*="logo_list"] .t4s-logo-item .t4s_ratio{
    position:static!important;display:flex!important;align-items:center!important;justify-content:center!important;
    padding:0!important;height:auto!important;max-width:none!important;width:auto!important}
  [id*="logo_list"] .t4s-logo-item .t4s_ratio img{
    position:static!important;width:auto!important;height:auto!important;max-height:46px!important;max-width:150px!important;
    object-fit:contain!important;opacity:.9;transition:opacity .18s}
  [id*="logo_list"] .t4s-logo-item:hover .t4s_ratio img{opacity:1}
  [id*="logo_list"] .t4s-logo-item .lazyloadt4s-loader{display:none!important}

  /* === 3) „INSIDER"-Newsletter-Karte (footer_promo) — NUR diese Position,
     damit Hero/Promo/übrige .r24-card unberührt bleiben. Sanfter grüner
     Marken-Anstrich + größerer CTA, passend zum Marktplatz-/Footer-Look. === */
  .r24-card[data-r24-position-card="footer_promo"]{
    max-width:760px!important;padding:26px 28px!important;border-radius:16px!important;
    border:1px solid rgba(10,124,66,.18)!important;
    background:linear-gradient(180deg,#fbfdfc 0%,#f3f9f5 100%)!important;
    box-shadow:0 8px 26px rgba(10,124,66,.07)!important}
  .r24-card[data-r24-position-card="footer_promo"] .r24-card__title{
    font-size:22px!important;letter-spacing:-.01em!important;color:#16181d!important}
  .r24-card[data-r24-position-card="footer_promo"] .r24-card__cta{
    padding:13px 30px!important;min-height:48px!important;font-weight:800!important;letter-spacing:.02em!important}
  [id*="logo_list"] .t4s-logo-item[data-r24-mplink] > a,
  [id*="logo_list"] .t4s-logo-item[data-r24-mplink]{cursor:pointer!important}

/* ---------------------------------------------------------------------------
   aus snippets/r24-qv-inquiry.liquid
   --------------------------------------------------------------------------- */
.r24-qv-inq-btn{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;min-height:48px;
    margin-top:10px;padding:11px 18px;border-radius:10px;border:1.5px solid rgba(10,124,66,.28);
    background:#f6faf7;color:#0a7c42;font:inherit;font-size:15px;font-weight:600;line-height:1.2;cursor:pointer;
    text-align:center;transition:border-color .14s,background .14s}
  .r24-qv-inq-btn:hover{border-color:#0a7c42;background:#eef6f0}
  .r24-qv-inq-btn i{font-size:19px;flex:0 0 auto}

  .r24-qvm{position:fixed;inset:0;z-index:100050;display:flex;align-items:center;justify-content:center;padding:16px}
  .r24-qvm__ov{position:absolute;inset:0;background:rgba(17,24,39,.55);backdrop-filter:saturate(120%) blur(2px)}
  .r24-qvm__panel{position:relative;width:min(540px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:16px;
    box-shadow:0 30px 80px rgba(0,0,0,.28);padding:clamp(20px,3vw,28px);animation:r24qvmIn .18s ease}
  @keyframes r24qvmIn{from{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:none}}
  .r24-qvm__x{position:absolute;top:9px;right:9px;border:0;background:transparent;font-size:26px;line-height:1;color:#9ca3af;cursor:pointer;width:44px;height:44px;border-radius:8px;display:flex;align-items:center;justify-content:center}
  .r24-qvm__x:hover{background:#f3f4f6;color:#374151}
  .r24-qvm__head{display:flex;gap:14px;align-items:center;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid rgba(0,0,0,.08)}
  .r24-qvm__img{width:60px;height:60px;object-fit:cover;border-radius:10px;border:1px solid rgba(0,0,0,.08);flex:0 0 auto}
  .r24-qvm__htx{min-width:0}
  .r24-qvm__ey{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#0a7c42}
  .r24-qvm__pt{display:-webkit-box;font-size:16px;font-weight:700;color:#1f2937;line-height:1.3;margin:3px 0 2px;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}
  .r24-qvm__meta{display:block;font-size:13px;color:#6b7280}
  .r24-qvm__form{display:flex;flex-direction:column;gap:13px}
  .r24-qvm__row{display:grid;grid-template-columns:1fr 1fr;gap:13px}
  .r24-qvm__f{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:#374151}
  .r24-qvm__f em{font-weight:400;color:#9ca3af;font-style:normal}
  .r24-qvm__f input,.r24-qvm__f textarea{font:inherit;font-size:15px;font-weight:400;color:#1f2937;background:#fff;
    border:1.5px solid rgba(0,0,0,.14);border-radius:10px;padding:11px 13px;width:100%;box-sizing:border-box;transition:border-color .14s,box-shadow .14s}
  .r24-qvm__f textarea{resize:vertical;min-height:92px;line-height:1.5}
  .r24-qvm__f input:focus,.r24-qvm__f textarea:focus{outline:0;border-color:#0a7c42;box-shadow:0 0 0 3px rgba(10,124,66,.14)}
  .r24-qvm__submit{display:inline-flex;align-items:center;justify-content:center;gap:9px;margin-top:4px;background:#0a7c42;color:#fff;
    border:0;border-radius:10px;min-height:52px;font:inherit;font-size:15.5px;font-weight:700;letter-spacing:.02em;cursor:pointer;transition:filter .14s,box-shadow .14s}
  .r24-qvm__submit:hover{filter:brightness(1.06);box-shadow:0 8px 20px rgba(10,124,66,.24)}
  .r24-qvm__submit i{font-size:18px}
  .r24-qvm__note{margin:2px 0 0;font-size:12px;color:#9ca3af;line-height:1.5}
  .r24-qvm__hide{display:none!important}
  @media (max-width:520px){ .r24-qvm__row{grid-template-columns:1fr} }

/* ---------------------------------------------------------------------------
   aus snippets/r24-wishlist.liquid
   --------------------------------------------------------------------------- */
/* Header-Herz: gemerkt = grün */
  [data-action-wishlist].r24-wis-on{color:#0a7c42!important}

  /* Wunschzettel-Seite: native (leere) Liste ausblenden, R24-Raster zeigen */
  .r24-wis-owned .t4s-products-wishlist,
  .r24-wis-owned .t4s_empty_wishlist_page,
  .r24-wis-owned .t4s-pagination,
  .r24-wis-owned .t4s-collection-header,
  .r24-wis-owned [data-ntajax-container]{display:none!important}

  .r24-wisv{max-width:1140px;margin:clamp(4px,1vw,14px) auto 0;padding:0 clamp(14px,2.4vw,32px);box-sizing:border-box}
  /* feste, angenehme Kartenbreite + ZENTRIERT → wenige Artikel wirken bewusst
     platziert statt links „gestrandet"; viele Artikel umbrechen sauber. */
  .r24-wisv__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(232px,264px));gap:clamp(14px,1.8vw,22px);justify-content:center}
  .r24-wisv-card{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid rgba(0,0,0,.09);
    border-radius:14px;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,.035);transition:box-shadow .16s,border-color .16s}
  .r24-wisv-card:hover{border-color:rgba(10,124,66,.35);box-shadow:0 8px 24px rgba(0,0,0,.08)}
  .r24-wisv-card__imgwrap{position:relative;display:block;background:#f6f7f8;aspect-ratio:4/3;overflow:hidden}
  .r24-wisv-card__imgwrap img{width:100%;height:100%;object-fit:cover;display:block}
  .r24-wisv-card__rm{position:absolute;top:8px;right:8px;width:40px;height:40px;border-radius:50%;border:0;cursor:pointer;
    background:rgba(255,255,255,.92);color:#6b7280;font-size:19px;line-height:1;display:flex;align-items:center;justify-content:center;
    box-shadow:0 1px 4px rgba(0,0,0,.14);transition:color .14s,background .14s}
  .r24-wisv-card__rm:hover{color:#b91c1c;background:#fff}
  .r24-wisv-card__body{display:flex;flex-direction:column;gap:7px;padding:13px 14px 14px;flex:1}
  .r24-wisv-card__t{font-size:14.5px;font-weight:600;color:#1f2937;line-height:1.35;text-decoration:none;
    display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .r24-wisv-card__t:hover{color:#0a7c42}
  .r24-wisv-card__opt{display:inline-flex;align-self:flex-start;align-items:center;gap:6px;font-size:12px;font-weight:600;
    color:#0a7c42;background:#f1f8f4;border:1px solid rgba(10,124,66,.2);border-radius:999px;padding:3px 10px;line-height:1.3}
  .r24-wisv-card__price{font-size:16px;font-weight:800;color:#16181d;letter-spacing:-.01em;margin-top:auto}
  /* Abgleich mit dem Shop: korrigierter Preis wird markiert, entfernte Artikel gedimmt */
  .r24-wisv-card__price.is--updated{color:#0a7c42}
  .r24-wisv-card.is--gone{opacity:.62}
  .r24-wisv-card.is--gone .r24-wisv-card__imgwrap{filter:grayscale(1)}
  .r24-wisv-card__gone{background:#FDECEC;color:#A11C1C;font-size:11.5px;font-weight:800;padding:4px 9px;border-radius:999px;align-self:flex-start;margin-bottom:8px}
  .r24-wisv-card__btn.is--dead{pointer-events:none;opacity:.6}
  /* Aktionen VERTIKAL gestapelt → «In den Warenkorb» bricht nicht mehr auf zwei
     Zeilen, beide Tasten volle Breite, klare Primär/Sekundär-Hierarchie. */
  .r24-wisv-card__acts{display:flex;flex-direction:column;gap:8px;margin-top:12px}
  .r24-wisv-card__btn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:44px;
    border-radius:10px;font:inherit;font-size:13.5px;font-weight:700;cursor:pointer;text-decoration:none;text-align:center;
    white-space:nowrap;transition:filter .14s,border-color .14s,color .14s,background .14s}
  .r24-wisv-card__btn--atc{background:#0a7c42;color:#fff;border:1.5px solid #0a7c42}
  .r24-wisv-card__btn--atc:hover{filter:brightness(1.06)}
  .r24-wisv-card__btn--atc.is--done{background:#0a7c42;filter:none}
  .r24-wisv-card__btn--view{background:#fff;color:#1f2937;border:1.5px solid rgba(0,0,0,.16)}
  .r24-wisv-card__btn--view:hover{border-color:#0a7c42;color:#0a7c42}
  .r24-wisv-card__btn i{font-size:16px}

  .r24-wisv__head{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin:0 0 clamp(12px,1.6vw,20px)}
  .r24-wisv__head h2{font-size:clamp(19px,2.2vw,26px);font-weight:700;color:#1f2937;letter-spacing:-.01em;margin:0}
  .r24-wisv__count{font-size:13px;font-weight:700;color:#0a7c42;background:#f1f8f4;border:1px solid rgba(10,124,66,.2);border-radius:999px;padding:3px 11px}
  .r24-wisv__clear{margin-left:auto;display:inline-flex;align-items:center;gap:6px;background:none;border:0;cursor:pointer;font:inherit;font-size:13px;font-weight:600;color:#9aa1aa;padding:5px 9px;border-radius:8px;transition:color .14s,background .14s}
  .r24-wisv__clear[hidden]{display:none!important}
  .r24-wisv__clear:hover{color:#b91c1c;background:#fef2f2}
  .r24-wisv__clear i{font-size:15px}

  .r24-wisv-empty{text-align:center;padding:clamp(40px,6vw,88px) 16px;max-width:520px;margin:0 auto}
  .r24-wisv-empty i{font-size:clamp(48px,7vw,72px);color:rgba(10,124,66,.32);line-height:1}
  .r24-wisv-empty h3{font-size:clamp(20px,2.4vw,26px);font-weight:700;color:#1f2937;margin:16px 0 8px;letter-spacing:-.01em}
  .r24-wisv-empty p{color:#6b7280;font-size:15px;line-height:1.65;margin:0 0 20px}
  .r24-wisv-empty a{display:inline-flex;align-items:center;justify-content:center;background:#0a7c42;color:#fff;
    border-radius:10px;font-weight:700;letter-spacing:.02em;padding:13px 26px;min-height:50px;text-decoration:none;
    transition:filter .14s,box-shadow .14s}
  .r24-wisv-empty a:hover{filter:brightness(1.06);box-shadow:0 8px 20px rgba(10,124,66,.22)}
  /* Handy: eine Karte über die volle Breite (statt schmal + große Seitenränder). */
  @media (max-width:520px){
    .r24-wisv{padding:0 14px}
    .r24-wisv__grid{grid-template-columns:1fr!important;gap:14px}
  }

/* ---------------------------------------------------------------------------
   aus snippets/r24-home-strips.liquid
   --------------------------------------------------------------------------- */
#r24-home-strips{--b:#0a7c42;--b-050:#eef5f0;--ink:#17201a;--muted:#586a5e;--line:#e2e9e3}
  #r24-home-strips{max-width:1200px;margin:8px auto 0;padding:0 22px}

  /* Nach Raum shoppen */
  .r24-rooms{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin:0 0 6px;padding:0;list-style:none}
  .r24-rooms a{display:flex;flex-direction:column;align-items:center;gap:10px;text-decoration:none;
    background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px 10px;
    transition:transform .15s,border-color .15s,box-shadow .15s}
  .r24-rooms a:hover{transform:translateY(-2px);border-color:rgba(10,124,66,.45);box-shadow:0 8px 22px rgba(7,58,32,.08)}
  .r24-rooms .ic{width:52px;height:52px;border-radius:50%;background:var(--b-050);color:var(--b);
    display:grid;place-items:center;font-size:24px;transition:background .15s,color .15s}
  .r24-rooms a:hover .ic{background:var(--b);color:#fff}
  .r24-rooms span{font-size:14.5px;font-weight:700;color:var(--ink);letter-spacing:-.005em}

  /* USP / Vorteile */
  .r24-usp{display:grid;grid-template-columns:repeat(5,1fr);gap:2px;margin:18px 0 0;padding:14px 6px;list-style:none;
    background:#fff;border:1px solid var(--line);border-radius:14px}
  .r24-usp li{display:flex;align-items:center;justify-content:center;gap:11px;padding:6px 12px;
    font-size:13.5px;font-weight:600;color:var(--ink);text-align:center;line-height:1.3}
  .r24-usp li + li{border-inline-start:1px solid var(--line)}
  .r24-usp i{color:var(--b);font-size:22px;flex:0 0 auto}

  @media(max-width:900px){
    .r24-rooms{grid-template-columns:repeat(3,1fr)}
    /* USP: 2 Spalten, KONSISTENT linksbündig, nur horizontale Trenner, und das
       ungerade letzte Item über die VOLLE Breite → keine einsame Halb-Zelle. */
    .r24-usp{grid-template-columns:repeat(2,1fr);padding:6px}
    .r24-usp li{justify-content:flex-start;text-align:left;padding:12px 12px}
    .r24-usp li + li{border-inline-start:0}
    .r24-usp li:nth-child(n+3){border-top:1px solid var(--line)}
    .r24-usp li:last-child:nth-child(odd){grid-column:1 / -1}
  }
  @media(max-width:520px){
    .r24-rooms{grid-template-columns:repeat(2,1fr)}
    /* Raum-Kacheln: ungerade letzte Kachel (z. B. Esszimmer) füllt die Reihe. */
    .r24-rooms a:last-child:nth-child(odd){grid-column:1 / -1;flex-direction:row;justify-content:center}
  }

/* ---------------------------------------------------------------------------
   aus snippets/r24-cart-polish.liquid
   --------------------------------------------------------------------------- */
/* Section-Abstand (60px) über den Positionen schließen → kein großer Leerraum
     mehr zwischen Schritt-Indikator und Warenkorb-Tabelle. */
  .template-cart #MainContent > .shopify-section:has(.t4s-cartPage__form){margin-top:10px!important}
  /* Schritt-Indikator etwas kompakter (weniger Luft unten). */
  .r24-cart-steps{padding-bottom:14px!important}

/* ---------------------------------------------------------------------------
   aus snippets/r24-card-polish.liquid
   --------------------------------------------------------------------------- */
/* Swatch-Chips einheitlich & sauber (Rahmen + feiner Innen-Rand) */
  .product-colors .pr-color__value,
  .pr-color__item .pr-color__value{
    border-radius:6px!important;border:1px solid rgba(0,0,0,.16)!important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.42)!important}
  /* Neutraler Platzhalter für unbekannte Stoffcodes (statt leerem Kasten) —
     eigenständig, da die Swatch-Elemente je Kartenstil unterschiedlich heißen. */
  .r24-sw-ph{
    background:repeating-linear-gradient(135deg,#e7e9eb 0 6px,#dcdfe2 6px 12px)!important;
    border:1px solid rgba(0,0,0,.14)!important;border-radius:6px!important}
  /* „+N"-Zähler & Optionsname dezent, konsistent */
  .product-colors .pr-color__more,
  .product-colors [class*="more"]{color:#6b7280!important;font-weight:600!important}

  /* ── Karten-Infozeile unter dem Bild: ruhig, einheitlich, ohne Gedränge ──────
     Problem: Titel/Preis/Rating/Farben hatten alle margin:0 (gedrängt) und ein
     LEERES Rating-Feld nahm trotzdem Platz (ungleiche Höhen). Einheitlicher
     vertikaler Rhythmus + leeres Rating einklappen + ruhigere Typo. Gilt global
     für ALLE Karten-Reihen/Slider. */
  .t4s-product-info__inner > *{margin-top:8px!important}
  .t4s-product-info__inner > *:first-child{margin-top:0!important}
  .t4s-product-rating:empty,
  .t4s-product-info__inner .t4s-product-rating:has(.t4s-grid-rating:empty){display:none!important}

  /* Vendor: klein, ruhig, als dezente Kaption */
  .t4s-product-info .t4s-product-vendor{
    font-size:11px!important;font-weight:600!important;letter-spacing:.06em!important;
    text-transform:uppercase!important;color:#9aa1aa!important;line-height:1.3!important;margin:0 0 2px!important}

  /* Titel: ruhiger (600 statt 700), 2 Zeilen mit fixer Höhe → Preise aller Karten
     stehen auf gleicher Linie (keine springenden Reihen). */
  .t4s-product-info .t4s-product-title{
    font-size:14px!important;font-weight:600!important;line-height:1.4!important;color:#1f2937!important;
    display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;
    overflow:hidden!important;min-height:2.8em!important}
  .t4s-product-info .t4s-product-title a{color:#1f2937!important}
  .t4s-product-info .t4s-product-title a:hover{color:#0a7c42!important}

  /* Preis: prominent aber ruhig; Sale rot, Alt-Preis grau durchgestrichen */
  .t4s-product-info .t4s-product-price{font-size:18px!important;font-weight:700!important;color:#16181d!important;line-height:1.2!important}
  .t4s-product-info .t4s-product-price del,
  .t4s-product-info .t4s-product-price s{color:#9aa1aa!important;font-weight:500!important;font-size:14px!important}
  .t4s-product-info .t4s-product-price ins,
  .t4s-product-info .t4s-product-price [class*="sale"]{color:#c0392b!important;text-decoration:none!important}

  /* Farb-/Options-Reihe: etwas Luft nach oben, kompakte Chips.
     Entrümpelung (Owner-Wunsch „bsst die Karten"): NUR EINE Swatch-Reihe statt
     3–4 umbrechender Reihen (Holzdekore/Stoffcodes bläht die Karten sonst auf).
     nowrap + overflow-hidden hält alles in einer Zeile; die weiche Rechts-Maske
     signalisiert dezent „weitere Farben" (vollständige Auswahl auf der PDP).
     Kein Datenverlust — reine Präsentation, voll reversibel. */
  .t4s-product-info .t4s-product-colors{margin-top:10px!important}
  .t4s-product-info .t4s-product-colors .pr-color__list,
  .t4s-product-info .t4s-product-colors [class*="__list"]{
    gap:7px!important;flex-wrap:nowrap!important;overflow:hidden!important;
    -webkit-mask-image:linear-gradient(to right,#000 84%,transparent 100%)!important;
    mask-image:linear-gradient(to right,#000 84%,transparent 100%)!important}
  /* „+N"-Zähler soll NICHT weggeschnitten werden → immer zuletzt & sichtbar. */
  .t4s-product-info .t4s-product-colors .pr-color__more,
  .t4s-product-info .t4s-product-colors [class*="more"]{flex:0 0 auto!important;order:9!important}

  /* Karten-Badges (Neu / -X% / Bestseller / Hot): NUR Form vereinheitlichen,
     die semantischen Farben (Sale rot, Neu grün …) bleiben unberührt. */
  .t4s-product .t4s-badge-item,
  .t4s-product [class*="badge-item"]{
    font-size:11.5px!important;font-weight:700!important;letter-spacing:.02em!important;
    padding:4px 9px!important;border-radius:7px!important;line-height:1.25!important;
    box-shadow:0 1px 3px rgba(0,0,0,.14)!important;text-transform:none!important}
  .t4s-product .t4s-product-badge{gap:5px!important}

/* ---------------------------------------------------------------------------
   aus snippets/r24-hide-gateway.liquid
   --------------------------------------------------------------------------- */
/* alle Gateway-Karten-Varianten außer der Service-Bar */
  [class*="r24-card--"]:not(.r24-card--promo-bar){display:none!important}
  /* Basis-Karte ohne Variante (die „Bleib am Puls"-Newsletter-Karte) */
  .r24-card:not([class*="r24-card--"]){display:none!important}
  /* leere Wrapper der ausgeblendeten Karten einklappen (nie den echten Footer) */
  #t4s-footer > div:has(> .r24-card):not(:has(.r24f)),
  #MainContent > div:has(> .r24-card):not(:has(.shopify-section)){display:none!important}

/* ---------------------------------------------------------------------------
   aus snippets/r24-header-sticky-fix.liquid
   --------------------------------------------------------------------------- */
/* Schwebende Icons vereinheitlichen. Das externe Google-„Händlerqualität"-Badge sitzt
     fix UNTEN RECHTS (rund, ~48px, nicht aus dem Theme steuerbar). Kalles Back-to-Top wird
     deshalb zum spiegelbildlichen Gegenstück UNTEN LINKS: gleiche runde Form, gleiche Größe,
     gleicher Rand-Abstand — beide Icons wirken als konsistentes Paar (Desktop + Mobile). */
  #t4s-backToTop{left:20px!important;right:auto!important;bottom:38px!important;
    width:48px!important;height:48px!important;line-height:48px!important;
    border-radius:50%!important;border:none!important;
    background:#0a7c42!important;color:#fff!important;
    box-shadow:0 4px 14px -4px rgba(20,60,35,.35)!important}
  #t4s-backToTop.t4s-back-to-top__design2{border:none!important;border-radius:50%!important;color:#fff!important}
  #t4s-backToTop .t4s-circle-css,#t4s-backToTop .t4s-circle--inner,#t4s-backToTop .t4s-circle--bg{border-radius:50%!important;background:transparent!important;background-color:transparent!important}
  #t4s-backToTop:hover,#t4s-backToTop.t4s-back-to-top__design2:hover{background:#086434!important;border-color:#086434!important;color:#fff!important}
  /* Bugfix: der helle Kalles-Innenkreis (#f5f5f5) überdeckte den grünen Button → der
     weiße Pfeil war unsichtbar (leerer Kreis). Innenkreis transparent (Grün scheint
     durch) + Pfeil explizit weiß → Icon klar sichtbar. */
  #t4s-backToTop svg{width:16px!important;fill:#fff!important;color:#fff!important}
  #t4s-backToTop svg path,#t4s-backToTop svg polyline,#t4s-backToTop svg line,#t4s-backToTop svg polygon{fill:#fff!important;stroke:#fff!important}
  @media (max-width:749px){#t4s-backToTop{left:16px!important;bottom:96px!important;width:44px!important;height:44px!important;line-height:44px!important}}

  /* ── Cart-Laufzeit-Helfer: nur noch Bestellhinweis-Umsortierung + Wunschtermin-Spiegelung.
     Express-Entfernung, Preis-Korrektur und die .r24cart__vopt-Karte/-Styles sind ENTFERNT —
     sections/r24-cart.liquid rendert und stylt das jetzt nativ (kein Doppel mehr). ── */
  /* Hinweis: Der Mini-Cart ist jetzt ein eigenes zentriertes Modal
     (snippets/r24-cart-drawer-modal.liquid). Frühere Drawer-Overrides hier entfernt. */

/* ---------------------------------------------------------------------------
   aus snippets/r24-content-polish.liquid
   --------------------------------------------------------------------------- */
{%- comment -%} Kurz-Alias für den Scope + Container {%- endcomment -%}
  body.template-page :is(.rte,.t4s-rte),
  body.template-policy :is(.rte,.t4s-rte){
    font-size:16px!important;line-height:1.78!important;color:#374151!important;letter-spacing:normal!important}
  body.template-page :is(.rte,.t4s-rte) p,
  body.template-policy :is(.rte,.t4s-rte) p{margin:0 0 15px!important;font-size:16px!important;line-height:1.78!important;color:#374151!important}
  body.template-page :is(.rte,.t4s-rte) p:last-child,
  body.template-policy :is(.rte,.t4s-rte) p:last-child{margin-bottom:0!important}

  /* Seiten-/Policy-Titel (H1) einheitlich */
  body.template-page #MainContent h1,
  body.template-policy #MainContent h1{
    font-size:clamp(24px,3vw,32px)!important;font-weight:700!important;color:#141414!important;
    letter-spacing:-.01em!important;line-height:1.25!important;margin:0 0 18px!important}

  /* Zwischenüberschriften: konsistente Skala + Rhythmus */
  body.template-page :is(.rte,.t4s-rte) h2,body.template-policy :is(.rte,.t4s-rte) h2{
    font-size:21px!important;font-weight:700!important;color:#1f2937!important;line-height:1.3!important;margin:30px 0 12px!important}
  body.template-page :is(.rte,.t4s-rte) h3,body.template-policy :is(.rte,.t4s-rte) h3{
    font-size:18px!important;font-weight:700!important;color:#1f2937!important;line-height:1.35!important;margin:24px 0 10px!important}
  body.template-page :is(.rte,.t4s-rte) h4,body.template-policy :is(.rte,.t4s-rte) h4{
    font-size:16px!important;font-weight:700!important;color:#1f2937!important;margin:20px 0 8px!important}
  body.template-page :is(.rte,.t4s-rte) :is(h2,h3,h4):first-child,
  body.template-policy :is(.rte,.t4s-rte) :is(h2,h3,h4):first-child{margin-top:0!important}

  /* Listen: sauberer Einzug + Rhythmus, grüne Marker */
  body.template-page :is(.rte,.t4s-rte) :is(ul,ol),
  body.template-policy :is(.rte,.t4s-rte) :is(ul,ol){margin:0 0 15px!important;padding-left:22px!important}
  body.template-page :is(.rte,.t4s-rte) li,body.template-policy :is(.rte,.t4s-rte) li{margin:0 0 8px!important;line-height:1.7!important}
  body.template-page :is(.rte,.t4s-rte) li::marker,body.template-policy :is(.rte,.t4s-rte) li::marker{color:#0a7c42!important}

  /* Links, Betonung, Trenner */
  body.template-page :is(.rte,.t4s-rte) a,body.template-policy :is(.rte,.t4s-rte) a{color:#0a7c42!important;text-decoration:underline!important;text-underline-offset:2px}
  body.template-page :is(.rte,.t4s-rte) strong,body.template-policy :is(.rte,.t4s-rte) strong{font-weight:700!important;color:#1f2937!important}
  body.template-page :is(.rte,.t4s-rte) hr,body.template-policy :is(.rte,.t4s-rte) hr{border:0!important;border-top:1px solid rgba(0,0,0,.09)!important;margin:26px 0!important}
  body.template-page :is(.rte,.t4s-rte) blockquote,body.template-policy :is(.rte,.t4s-rte) blockquote{
    border-left:3px solid #0a7c42!important;background:#f6faf7!important;margin:0 0 15px!important;
    padding:12px 16px!important;border-radius:0 10px 10px 0!important;color:#374151!important}

  /* Tabellen (z. B. Versandkosten) ruhig & lesbar */
  body.template-page :is(.rte,.t4s-rte) table,body.template-policy :is(.rte,.t4s-rte) table{
    width:100%!important;border-collapse:collapse!important;font-size:15px!important;margin:0 0 16px!important}
  body.template-page :is(.rte,.t4s-rte) :is(th,td),
  body.template-policy :is(.rte,.t4s-rte) :is(th,td){
    padding:11px 14px!important;border:0!important;border-bottom:1px solid rgba(0,0,0,.08)!important;text-align:left!important;vertical-align:top!important}
  body.template-page :is(.rte,.t4s-rte) th,body.template-policy :is(.rte,.t4s-rte) th{background:#f6f8f7!important;font-weight:700!important;color:#1f2937!important}

/* ---------------------------------------------------------------------------
   aus snippets/r24-share-cards.liquid
   --------------------------------------------------------------------------- */
/* Maße/Optik 1:1 wie der „Merken"-Button der Karten (40px, weiß, weicher Schatten)
     → beide Icons wirken als konsistentes Paar. DAUERHAFT sichtbar (kein Hover-Reveal):
     vorher war er nur beim Überfahren da und wirkte dadurch klein/zufällig. */
  .r24shr-btn{position:absolute;top:10px;right:10px;z-index:3;width:40px;height:40px;border-radius:999px;
    display:inline-flex;align-items:center;justify-content:center;cursor:pointer;
    background:#fff;border:1px solid rgba(0,0,0,.06);color:#14201A;
    box-shadow:0 2px 9px rgba(20,32,26,.18);
    transition:background .14s ease,color .14s ease,transform .14s ease,border-color .14s ease}
  /* Sitzt ein „Merken"-Herz auf der Karte, rückt Teilen sauber darunter. */
  .r24shr-btn.is-stacked{top:58px}
  .r24shr-btn:hover{background:#EAF3ED;color:#0B7A34;border-color:rgba(11,122,52,.35);transform:translateY(-1px)}
  .r24shr-btn:focus-visible{outline:2px solid #0B7A34;outline-offset:2px}
  /* min-width + flex:none sind PFLICHT: als Flex-Kind schrumpfte das SVG sonst auf ~8px
     (genau der „viel zu klein"-Effekt). Der Merken-Button macht es aus gleichem Grund so. */
  .r24shr-btn svg{width:20px;height:20px;min-width:20px;min-height:20px;flex:none;stroke-width:1.9;pointer-events:none}
  @media (max-width:749px){ .r24shr-btn{width:38px;height:38px} .r24shr-btn.is-stacked{top:54px}
    .r24shr-btn svg{width:19px;height:19px;min-width:19px;min-height:19px} }
  @media (prefers-reduced-motion:reduce){ .r24shr-btn:hover{transform:none} }

  /* Teilen-Menü */
  .r24shr-pop{position:fixed;z-index:100001;min-width:210px;background:#fff;border:1px solid #E4E8E5;
    border-radius:14px;box-shadow:0 18px 44px rgba(16,40,26,.22);padding:7px;display:none;
    font-family:'Manrope','IBM Plex Sans',system-ui,sans-serif}
  .r24shr-pop.is-open{display:block}
  .r24shr-pop button,.r24shr-pop a{display:flex;align-items:center;gap:10px;width:100%;padding:9px 11px;
    border:0;background:none;border-radius:9px;font:inherit;font-size:13.5px;font-weight:600;color:#14201A;
    text-align:left;text-decoration:none;cursor:pointer;transition:background .13s ease,color .13s ease}
  .r24shr-pop button:hover,.r24shr-pop a:hover{background:#EAF3ED;color:#0B7A34}
  .r24shr-pop svg{width:16px;height:16px;flex:none}
  .r24shr-scrim{position:fixed;inset:0;z-index:100000;display:none}
  .r24shr-scrim.is-open{display:block}
  @media (prefers-reduced-motion:reduce){.r24shr-btn{transition:none!important}}

/* ---------------------------------------------------------------------------
   aus snippets/r24-paypal-later.liquid
   --------------------------------------------------------------------------- */
.r24pp-msg{margin:0;max-width:none}
    .r24pp-msg:empty{display:none}
    /* Fuß leer lassen, wenn PayPal (noch) nichts rendert → kein leerer Rahmen-Streifen. */
    .r24pp__ft:has(.r24pp-msg:empty){display:none}
    .r24pp__ft:not(:has(.r24pp-msg)){display:none}
    /* Blau getönte „Später bezahlen"-Karte nach Design-Anweisung: eine Karte,
       Spalten durch Haarlinien getrennt (gap:1px auf getöntem Grund), Kopf/Fuß
       mit Trennlinie, flache Zellen. */
    .r24pp{margin:16px 0 6px;max-width:600px;border:1px solid oklch(0.9 0.02 250);border-radius:14px;
      background:oklch(0.99 0.008 250);overflow:hidden;font-family:'IBM Plex Sans',system-ui,sans-serif}
    .r24pp__hd{display:flex;align-items:center;gap:9px;padding:12px 16px;border-bottom:1px solid oklch(0.93 0.015 250)}
    .r24pp__hd b{font-size:13.5px;font-weight:700;color:oklch(0.27 0.015 260);letter-spacing:-.01em}
    .r24pp__pp{display:inline-flex;align-items:center;padding:3px 9px;border-radius:7px;background:#fff;
      border:1px solid oklch(0.92 0.005 260);font-size:12px;font-weight:800;line-height:1}
    .r24pp__pp i{font-style:normal;color:#003087}.r24pp__pp em{font-style:normal;color:#0070E0}
    .r24pp__grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1px;background:oklch(0.93 0.015 250)}
    /* Handy: eine wischbare Reihe — 1 Karte + Anschnitt der nächsten, Snap. */
    @media(max-width:600px){
      .r24pp__grid{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none}
      .r24pp__grid::-webkit-scrollbar{display:none}
      .r24pp__c{flex:0 0 84%;scroll-snap-align:start}
    }
    .r24pp__c{position:relative;display:block;background:oklch(0.995 0.006 250);border:0;padding:14px;
      text-decoration:none;color:inherit;cursor:pointer;transition:background .14s}
    a.r24pp__c:hover{background:oklch(0.985 0.02 155)}
    a.r24pp__c:focus-visible{outline:2px solid oklch(0.55 0.11 152);outline-offset:2px}
    .r24pp__c::after{content:"";position:absolute;right:11px;bottom:10px;width:6px;height:6px;border-right:1.6px solid oklch(0.7 0.02 155);border-top:1.6px solid oklch(0.7 0.02 155);transform:rotate(45deg);opacity:0;transition:opacity .14s}
    a.r24pp__c:hover::after{opacity:1}
    .r24pp__ic{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:9px;
      background:oklch(0.965 0.03 155);color:oklch(0.44 0.1 155);margin-bottom:8px}
    .r24pp__ic svg{width:17px;height:17px}
    .r24pp__c strong{display:block;font-size:12.5px;font-weight:700;color:oklch(0.27 0.015 260);line-height:1.25}
    .r24pp__c p{margin:3px 0 0;font-size:11.5px;line-height:1.4;color:oklch(0.5 0.01 260)}
    .r24pp__tag{position:absolute;top:12px;right:12px;font-size:9px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;
      color:oklch(0.5 0.01 260);background:#fff;border:1px solid oklch(0.9 0.01 260);border-radius:4px;padding:1px 6px}
    .r24pp__ft{padding:11px 16px;border-top:1px solid oklch(0.93 0.015 250);font-size:10.5px;line-height:1.5;color:oklch(0.6 0.01 260)}
    .r24pp__ft a{color:oklch(0.44 0.1 155);font-weight:600;text-decoration:none}
    .r24pp__ft a:hover{text-decoration:underline}
    /* Produktkarten-Chip (Listen/Rails) — klickbar: öffnet den PayPal-Zahlungsplan je Produkt. */
    .r24pp-chip{display:inline-flex;align-items:center;gap:6px;margin:9px 0 13px;font-family:inherit;font-size:11.5px;font-weight:600;
      color:oklch(0.44 0.1 155);background:oklch(0.965 0.03 155);border:1px solid oklch(0.9 0.025 155);border-radius:8px;
      padding:5px 10px;cursor:pointer;line-height:1.2;width:fit-content;text-align:left;
      transition:background .14s,border-color .14s,transform .14s}
    .r24pp-chip:hover{background:oklch(0.94 0.045 155);border-color:oklch(0.6 0.12 152);transform:translateY(-1px)}
    .r24pp-chip:focus-visible{outline:2px solid oklch(0.55 0.11 152);outline-offset:2px}
    .r24pp-chip svg{width:13px;height:13px;flex:0 0 13px}
    .r24pp-chip__go{font-weight:500;opacity:.72;white-space:nowrap}
    @media (max-width:600px){.r24pp-chip__go{display:none}}
    @media (max-width:749px){.r24pp{margin:12px 0 4px}}
    /* Warenkorb-Platzierung: eigener Block direkt unter der Zusammenfassung. In der
       schmalen sticky Summenspalte werden die 3 Dienste UNTEREINANDER gezeigt
       (statt 3 enge Spalten) → saubere, bündige Karten-Optik zur Cart-Summary. */
    .r24pp--cart{max-width:none;margin:14px 0 0}
    .r24pp--cart .r24pp__grid{display:grid!important;grid-template-columns:1fr!important;overflow:visible!important}
    .r24pp--cart .r24pp__c{flex:none!important;padding:13px 15px}
    .r24pp--cart .r24pp__c::after{display:none}
    /* Mini-Cart-Drawer: EINE kompakte, klickbare PayPal-Zeile (nicht der große 3-Karten-Block → sonst überladen/mehrfach). */
    .r24pp-mini{display:flex;align-items:center;gap:8px;width:100%;margin:10px 0 4px;padding:9px 12px;box-sizing:border-box;
      background:oklch(0.99 0.008 250);border:1px solid oklch(0.9 0.02 250);border-radius:10px;
      font-family:'IBM Plex Sans',system-ui,sans-serif;font-size:12px;font-weight:600;color:oklch(0.3 0.02 250);cursor:pointer;text-align:left;line-height:1.3}
    .r24pp-mini:hover{background:oklch(0.97 0.02 250);border-color:oklch(0.62 0.1 250)}
    .r24pp-mini:focus-visible{outline:2px solid oklch(0.55 0.11 152);outline-offset:2px}
    .r24pp-mini__pp{display:inline-flex;padding:2px 7px;border-radius:6px;background:#fff;border:1px solid oklch(0.9 0.01 260);font-size:11px;font-weight:800;flex:0 0 auto;line-height:1}
    .r24pp-mini__pp i{font-style:normal;color:#003087}.r24pp-mini__pp em{font-style:normal;color:#0070E0}
    .r24pp-mini__go{margin-left:auto;color:oklch(0.44 0.1 155);font-weight:700;white-space:nowrap;flex:0 0 auto}

/* ---------------------------------------------------------------------------
   R24 UI-Grundlage — hier direkt gepflegt, kein Snippet-Ursprung
   (Audit 21.09.2026, audit/MOBILE-UX-2026-09-21.md)
   --------------------------------------------------------------------------- */
/* ICON-GRUNDREGEL. Kalles base.css gibt jedem <button> padding:11px 15px, und
   ein SVG ist als Flex-Kind schrumpfbar. Zusammen quetschten sie feste
   Icon-Knoepfe: Menue-X 4x18, Zurueck 8x8, PDP-Herz 14x22, Filter 10x16 (M-06).
   Die Bausteine setzen ihr Padding jetzt selbst; diese Regel ist das Netz
   darunter — ein Icon in einem R24-Bedienelement schrumpft nie.
   :where() haelt die Spezifitaet bei 0,1,1: jede Bausteinregel gewinnt. */
:where(button,a,label)[class*="r24"] > svg{flex-shrink:0}
