/* =========================================================================
   my-mosaik NewDesign2026 – Redesign-Layer (Child-Theme fsmosaik)
   Wird via functions.php (nd2026_enqueue_assets) geladen.
   Farbsystem aus den Mockups NewDesign2026/anweisungen.rtf.
   Prefix aller Klassen: .nd-  (NewDesign)
   ========================================================================= */

:root {
    --nd-green:        #6ab021; /* Marken-Grün (hell) */
    --nd-green-dark:   #2f6b12; /* dunkelgrün: Buttons, Top-Bar, Headings */
    --nd-green-deep:   #285c14; /* Top-Bar Hintergrund */
    --nd-cream:        #f6f4ec; /* Section-Hintergrund (creme) */
    --nd-cream-2:      #eee9dc; /* Karten-Hintergrund creme */
    --nd-ink:          #333a41; /* Fließtext dunkel */
    --nd-red:          #e2231a; /* Angebotspreis / Rabatt */
    --nd-red-link:     #ed1c24; /* "Angebote"-Link */
    --nd-muted:        #7a7f75;
    --nd-radius:       14px;
}

/* -------------------------------------------------------------------------
   A. FULL-WIDTH  (Punkt 1: komplette Homepagebreite nutzen)
   Die Angebots-/Produkt-Grids und die neuen Sektionen über die volle Breite.
   ------------------------------------------------------------------------- */
.nd-full .row,
.nd-full .container,
.nd-full.row,
.nd-full .ux-products {
    max-width: 100% !important;
}
.nd-full > .col-inner,
.nd-full .row.large-columns- { padding-left: 0; padding-right: 0; }

/* Section-Zeilen nutzen die Standard-Containerbreite (1080px); nur wo im
   Shortcode ausdrücklich width="full-width" gesetzt ist, gehen sie voll. */

/* -------------------------------------------------------------------------
   B. TOP-BAR (dunkelgrün) – USP-Zeile (Mockup #1)
   ------------------------------------------------------------------------- */
.nd-usp-bar {
    display: flex;
    align-items: center;
    gap: 26px;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 1.2;
}
.nd-usp-bar .nd-usp {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
}
.nd-usp-bar .nd-usp svg,
.nd-usp-bar .nd-usp i { flex: 0 0 auto; }
.nd-usp-ship { margin-left: auto; }

@media (max-width: 849px) {
    .nd-usp-bar { gap: 14px; font-size: 11px; justify-content: center; }
    .nd-usp-ship { margin-left: 0; }
}

/* -------------------------------------------------------------------------
   C. TRUST-BADGE-ZEILE unter dem Header
   Kompakte Fassung nach der Vorlage NewDesign2026/Trust-Budges-Leiste.png.

   Bewusst KEINE Bild-Leiste, sondern echtes Markup:
     · Beschriftungen = Text  → retina-scharf, vorlesbar, indexierbar,
       jederzeit ohne Grafikprogramm änderbar
     · Piktogramme    = Icons aus der Icon-Bibliothek (Abschnitt E1, per
       mask-image eingefärbt) → 0 zusätzliche Requests, in der CSS gecacht
     · nur die drei Markenzeichen sind Grafik: DHL + EU-Bio als WebP (je
       ~1 KB, in doppelter Auflösung für Retina), PayPal als offizielles
       Inline-SVG
   Gesamtgewicht ~2,3 KB statt ~30 KB JPG, Höhe ~48 px statt ~116 px,
   und die Leiste bricht auf kleinen Displays sinnvoll um statt zu schrumpfen.
   Markup: nd2026_trust_bar() in functions.php
   ------------------------------------------------------------------------- */
.nd-trust {
    background: #fff;
    border-top: 1px solid #ece7da;
    border-bottom: 1px solid #ece7da;
}
.nd-trust .nd-trust-inner {
    display: flex;
    align-items: stretch;
    justify-content: center;
    max-width: 1080px;                 /* = Menü-/Container-Breite */
    margin: 0 auto;
    padding: 0 15px;
}
.nd-trust .nd-trust-item {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 9px 12px;
}
/* senkrechte Trennstriche wie in der Vorlage */
.nd-trust .nd-trust-item + .nd-trust-item { border-left: 1px solid #e9e5d9; }

.nd-trust .nd-trust-ico {
    flex: 0 0 auto;
    width: 30px; height: 30px;
    background-color: var(--nd-green-dark);
    -webkit-mask: var(--nd-ico, var(--nd-ico-leaf)) center / contain no-repeat;
            mask: var(--nd-ico, var(--nd-ico-leaf)) center / contain no-repeat;
}
.nd-trust .nd-trust-txt  { min-width: 0; }
.nd-trust .nd-trust-title {
    display: block;
    font-size: 12px; line-height: 1.2; font-weight: 700;
    letter-spacing: .04em; text-transform: uppercase;
    color: var(--nd-ink);
    white-space: nowrap;
}
.nd-trust .nd-trust-sub {
    display: flex; align-items: center; gap: 7px;
    margin-top: 4px;
    font-size: 11px; line-height: 1.2; color: var(--nd-muted);
    white-space: nowrap;
}
/* Markenzeichen */
.nd-trust .nd-trust-logo { display: block; width: auto; flex: 0 0 auto; }
.nd-trust .nd-logo-dhl   { height: 13px; }
.nd-trust .nd-logo-bio   { height: 21px; }
.nd-trust .nd-trust-pp   { flex: 0 0 auto; width: 22px; height: 22px; display: block; }

/* Tablet: alles eine Spur kompakter */
@media (max-width: 1024px) {
    .nd-trust .nd-trust-item  { gap: 7px; padding: 8px 7px; }
    .nd-trust .nd-trust-ico   { width: 26px; height: 26px; }
    .nd-trust .nd-trust-title { font-size: 11px; letter-spacing: .02em; }
    .nd-trust .nd-trust-sub   { font-size: 10px; gap: 5px; margin-top: 3px; }
    .nd-trust .nd-logo-bio    { height: 18px; }
    .nd-trust .nd-logo-dhl    { height: 11px; }
    .nd-trust .nd-trust-pp    { width: 19px; height: 19px; }
}
/* Schmal: Vorkasse + Kauf auf Rechnung entfallen (stehen an der Kasse) */
@media (max-width: 849px) {
    .nd-trust .nd-trust-opt { display: none; }
}
/* Handy: nur noch Bio-Zertifizierung + Versand */
@media (max-width: 560px) {
    .nd-trust .nd-trust-opt-2 { display: none; }
    .nd-trust .nd-trust-item  { padding: 7px 8px; }
}

/* -------------------------------------------------------------------------
   D1. HERO – Angebotskasten (Mockup #5)
   Der Angebotskasten liegt als Overlay rechts im Hero und bleibt auf jedem
   Slide sichtbar.
   ------------------------------------------------------------------------- */
/* Script-Font (lokal gehostet) für "Nicht verpassen" */
@font-face {
    font-family: 'Dancing Script';
    font-style: normal; font-weight: 600; font-display: swap;
    src: url('fonts/dancing-script-600.woff2') format('woff2');
}

.nd-hero { position: relative; }
.nd-hero .nd-offer-box {
    position: absolute; top: 50%; right: 3%; transform: translateY(-50%); z-index: 5;
    width: 288px !important; max-width: 288px !important; min-width: 0 !important;
    flex: 0 0 288px;
}
.nd-hero .nd-offer-box .col-inner { padding: 0 !important; }
@media (max-width: 849px) {
    .nd-hero .nd-offer-box {
        position: static; transform: none; margin: 16px auto 0;
    }
}

/* Slider-Pfeile links/rechts dauerhaft sichtbar (dunkler Pfeil auf hellem Kreis) */
.nd-hero .flickity-prev-next-button {
    opacity: 1 !important;
    background: rgba(255,255,255,.92) !important;
    width: 44px; height: 44px; border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,.22);
    z-index: 6;
}
.nd-hero .flickity-prev-next-button:hover { background: #fff !important; }
.nd-hero .flickity-prev-next-button .flickity-button-icon,
.nd-hero .flickity-prev-next-button .arrow { fill: var(--nd-ink) !important; }
/* Positionen: links frei vom Trigger-Button, rechts frei vom Angebotskasten */
.nd-hero .flickity-prev-next-button.previous { left: 60px; }
.nd-hero .flickity-prev-next-button.next { right: calc(3% + 304px); }
@media (max-width: 849px) {
    .nd-hero .flickity-prev-next-button.previous { left: 12px; }
    .nd-hero .flickity-prev-next-button.next { right: 12px; }
}

/* Angebotskasten – schmal, hochkant */
.nd-offer-box {
    background: var(--nd-cream);
    border-radius: 16px;
    padding: 18px 16px;
    box-shadow: 0 10px 34px rgba(0,0,0,.15);
    width: 288px; max-width: 92%;
    text-align: center;
}
.nd-offer-head { margin-bottom: 4px; }
.nd-offer-box .nd-offer-kicker {
    font-family: 'Dancing Script', 'Segoe Script', cursive; font-weight: 600;
    color: var(--nd-green-dark); font-size: 23px; line-height: 1.1; display: block;
}
.nd-offer-box .nd-offer-title {
    text-transform: uppercase; letter-spacing: 3px; font-weight: 700;
    color: var(--nd-ink); font-size: 21px; line-height: 1.1; display: block; margin-bottom: 6px;
}

/* Countdown klein + helle Felder (statt schwarz) */
.nd-offer-box .ux-timer { font-size: 16px !important; margin: 6px 0 12px; border-spacing: 4px; }
.nd-offer-box .ux-timer span {
    background-color: #efe9db !important; color: var(--nd-ink) !important;
    border-radius: 7px; padding: 7px 2px 5px; font-weight: 700; line-height: 1;
    box-shadow: inset 0 0 0 1px #e2dccb;
}
.nd-offer-box .ux-timer span strong {
    color: var(--nd-muted); opacity: 1; font-size: 8.5px; letter-spacing: .2px; margin-top: 3px;
}

/* Button kompakt */
.nd-offer-box .button { margin: 0 0 4px; font-size: 12px; border-radius: 8px; padding: 0 10px; }

/* USP-Zeilen: Icon links + 2-zeiliger Text (Titel fett / Untertitel klein) */
.nd-offer-usps { list-style: none; margin: 8px 0 0; padding: 0; text-align: left; }
.nd-offer-usps li {
    display: flex; align-items: center; gap: 11px;
    padding: 9px 0; border-top: 1px solid #e4dfd0;
}
.nd-offer-usps .nd-usp-ico {
    flex: 0 0 auto; width: 34px; height: 34px; border-radius: 50%;
    background: #fff; display: inline-flex; align-items: center; justify-content: center;
    color: var(--nd-green-dark);
}
.nd-offer-usps .nd-usp-ico svg { width: 18px; height: 18px; }
.nd-offer-usps .nd-usp-txt { display: flex; flex-direction: column; line-height: 1.2; min-width: 0; }
.nd-offer-usps .nd-usp-txt strong {
    color: var(--nd-ink); font-size: 12px; text-transform: uppercase; letter-spacing: .3px;
}
.nd-offer-usps .nd-usp-txt small { color: var(--nd-muted); font-size: 11px; }

/* -------------------------------------------------------------------------
   D2. SEKTIONEN / TITEL
   ------------------------------------------------------------------------- */
.nd-section { padding: 46px 0; }
.nd-section.nd-cream-bg { background: var(--nd-cream); }
/* Section-Überschriften in normaler Schreibweise (nicht komplett Großbuchstaben) */
.nd-section .section-title-main { text-transform: none !important; }
.nd-title {
    text-align: center; color: var(--nd-green-dark);
    font-weight: 700; margin-bottom: 6px;
}
.nd-title--left { text-align: left; }
.nd-section-head {
    display: flex; align-items: baseline; justify-content: space-between;
    margin-bottom: 22px; gap: 12px; flex-wrap: wrap;
}
.nd-section-head .nd-more { color: var(--nd-green-dark); font-weight: 600; white-space: nowrap; }

/* -------------------------------------------------------------------------
   D3. ANGEBOTS-PRODUKTKARTEN (Mockup #14 / 5f1af6e…)
   Begrenzte Menge (grün) + −X% (rot), roter Preis, Altpreis durchgestrichen,
   Bewertung ausgeblendet.  Greift auf Flatsome-Produkt-Markup.
   ------------------------------------------------------------------------- */
.nd-offers .product-small.box {
    background: #fff;
    border-radius: var(--nd-radius);
    box-shadow: 0 4px 18px rgba(0,0,0,.06);
    overflow: hidden;
}
.nd-offers .box-image { background: #fff; padding: 8px; }
.nd-offers .box-text { padding: 14px 16px 18px; }

/* Rabatt-Bubble (−X%) rot oben links */
.nd-offers .badge-container .badge.on-sale .badge-inner,
.nd-offers span.onsale {
    background: var(--nd-red) !important;
    color: #fff !important; border-radius: 6px;
    font-weight: 700; font-size: 13px;
}
/* "Begrenzte Menge"-Label in Flatsome Primary Color – rein per CSS auf die Angebotskarten */
.nd-offers .box-image { position: relative; }
.nd-offers .box-image::after {
    content: "Begrenzte Menge";
    position: absolute; left: 8px; top: 8px; z-index: 3;
    background: var(--primary-color, #4c5d28); color: #fff;
    font-size: 11px; font-weight: 600; padding: 4px 10px;
    border-radius: 6px; pointer-events: none;
}
/* Altpreis durchgestrichen grau (Angebotspreis-Farbe siehe globale Regel unten) */
.nd-offers .price del { color: #9a9a9a; font-weight: 400; }
/* Bewertung in der Angebotszeile ausblenden */
.nd-offers .star-rating,
.nd-offers .review-count { display: none !important; }

/* -------------------------------------------------------------------------
   D4. KATEGORIE-KACHELN (Mockup #8) – „Entdecke unsere beliebtesten Kategorien"
   Hintergrundbild + Icon oben links + durchscheinende Textbox unten + Button
   ------------------------------------------------------------------------- */
.nd-cats-grid {
    display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px;
    max-width: 1080px; margin: 0 auto; padding: 0 15px;   /* Container-Breite */
}
.nd-cats .nd-cat {
    position: relative; display: block; overflow: hidden; min-width: 0;
    border-radius: 16px; aspect-ratio: 4 / 5; min-height: 300px;
    background: #dfe7d2 center/cover no-repeat;
    text-decoration: none; box-shadow: 0 4px 16px rgba(0,0,0,.08);
    transition: box-shadow .2s ease, transform .2s ease;
}
.nd-cats .nd-cat:hover { box-shadow: 0 10px 26px rgba(0,0,0,.16); transform: translateY(-3px); }
/* leichter Verlauf, damit Icon/Box auf jedem Bild lesbar bleiben */
.nd-cats .nd-cat::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.05) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,.12) 100%);
}
.nd-cats .nd-cat--noimg { background: linear-gradient(160deg, #eef3e6, #dfe7d2); }

/* Icon-Badge oben links */
.nd-cats .nd-cat-badge {
    position: absolute; top: 12px; left: 12px; z-index: 2;
    width: 44px; height: 44px; border-radius: 50%;
    background: rgba(255,255,255,.92); color: var(--nd-green-dark);
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,.12);
}
.nd-cats .nd-cat-badge svg { width: 22px; height: 22px; }

/* Textbox unten – abgerundet, leicht durchscheinendes Weiß */
.nd-cats .nd-cat-box {
    position: absolute; left: 12px; right: 12px; bottom: 12px; z-index: 2;
    display: flex; flex-direction: column; align-items: flex-start;
    background: rgba(255,255,255,.78);
    -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
    border-radius: 14px; padding: 14px 16px 16px;
}
.nd-cats .nd-cat-name { font-weight: 700; color: var(--nd-ink); font-size: 17px; line-height: 1.15; }
.nd-cats .nd-cat-tag  { color: var(--nd-muted); font-size: 12px; margin: 2px 0 12px; }
.nd-cats .nd-cat-btn {
    display: inline-block; background: #fff; color: var(--nd-ink);
    border: 1px solid #e2ddcf; border-radius: 999px;
    padding: 7px 18px; font-size: 13px; font-weight: 600;
    transition: background .2s ease, color .2s ease;
}
.nd-cats .nd-cat:hover .nd-cat-btn { background: var(--nd-green-dark); color: #fff; border-color: var(--nd-green-dark); }

@media (max-width: 849px) {
    .nd-cats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
    /* min-height entfernen, damit die Höhe aus dem Seitenverhältnis kommt und
       die Breite nicht über die Spalte hinauswächst (kein Überlappen) */
    .nd-cats .nd-cat { min-height: 0; }
    .nd-cats .nd-cat-box { padding: 12px 12px 13px; }
    .nd-cats .nd-cat-btn { padding: 6px 12px; white-space: nowrap; }
    .nd-cats .nd-cat-name { font-size: 15px; }
}

/* -------------------------------------------------------------------------
   D5. KENNZAHLEN-BAND (Mockup #10)
   ------------------------------------------------------------------------- */
.nd-stats { background: var(--nd-cream); border-radius: var(--nd-radius); padding: 30px; }
.nd-stats .nd-stat { display: flex; align-items: center; gap: 14px; }
.nd-stats .nd-stat .nd-stat-ico {
    width: 54px; height: 54px; border-radius: 50%; background: #fff;
    display: flex; align-items: center; justify-content: center; flex: 0 0 auto;
}
.nd-stats .nd-stat strong { display: block; color: var(--nd-ink); font-size: 15px; }
.nd-stats .nd-stat span   { color: var(--nd-muted); font-size: 12px; }

/* -------------------------------------------------------------------------
   D6. KUNDENSTIMMEN (Mockup #11 / 435af37c…)
   Hinweis: Das Newsletter-Band wird jetzt vom Plugin „SuperMailer Connect"
   gerendert (Footer, [supermailer_form]) – Styles dort in der Inline-CSS.
   ------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------
   E. FOOTER-ABSCHLUSSBAUSTEIN
   Vorlage: NewDesign2026/260720Abschlussbaustein.png
   Markup:  .footer-widgets.footer-1 > .row > .widget_block ( h3 + ul.nd-flist )
            Widget-Inhalte: Blöcke 8–11 (Design → Widgets → Footer 1)
            Abschlussband darunter: functions.php → nd2026_footer_outro()
   ------------------------------------------------------------------------- */

/* --- E1. Icon-Bibliothek (projektweit nutzbar) ----------------------------
   Jedes Icon ist ein Inline-SVG als Data-URI und wird per mask-image mit
   background-color eingefärbt. Vorteile: keine zusätzlichen HTTP-Requests,
   retina-scharf, eine Quelle für alle Farbvarianten.
   Verwendung:  <li class="nd-i-truck">…</li>
   Ohne nd-i-Klasse greift automatisch das Blatt-Icon als Fallback.
   Icon-Quelle: Lucide (MIT) bzw. eigene Pfade; PayPal-Monogramm aus dem
   offiziellen SVG des Plugins woocommerce-paypal-payments (monochrom).
   --------------------------------------------------------------------- */
/* Zierstrich (Linie – Blatt – Linie) und Fallback-Blatt als CSS-Variablen */
:root {
    --nd-ico-rule: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 16' fill='none' stroke='%23000' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 8.5h48'/%3E%3Cpath d='M78 8.5h48'/%3E%3Cg transform='translate(56 -1.3) scale(0.78)'%3E%3Cpath d='M2.2 20.5C2.2 12.6 8.4 5.6 18.4 3.4c0.6 8.2-5.6 15.1-16.2 17.1Z'/%3E%3Cpath d='M2.2 20.5 14.2 8.4'/%3E%3C/g%3E%3C/svg%3E");
    --nd-ico-leaf: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 4.18 2 8 0 5.5-4.78 10-10 10Z'/%3E%3Cpath d='M2 21c0-3 1.85-5.36 5.08-6C9.5 14.52 12 13 13 12'/%3E%3C/svg%3E");
    /* Widerruf/„zurück" – u. a. für den Widerrufs-Button im Footer */
    --nd-ico-undo: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 14 4 9l5-5'/%3E%3Cpath d='M4 9h10.5a5.5 5.5 0 0 1 0 11H11'/%3E%3C/svg%3E");
}

/* Icon-Set (Outline, Lucide-Stil, MIT). Setzen nur die Variable --nd-ico. */
.nd-i-doc { --nd-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpath d='M14 2v6h6'/%3E%3Cpath d='M16 13H8'/%3E%3Cpath d='M16 17H8'/%3E%3Cpath d='M10 9H8'/%3E%3C/svg%3E"); }
.nd-i-leaf { --nd-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 4.18 2 8 0 5.5-4.78 10-10 10Z'/%3E%3Cpath d='M2 21c0-3 1.85-5.36 5.08-6C9.5 14.52 12 13 13 12'/%3E%3C/svg%3E"); }
.nd-i-truck { --nd-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2'/%3E%3Cpath d='M15 18H9'/%3E%3Cpath d='M19 18h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.62l-3.48-4.35A1 1 0 0 0 17.52 8H14'/%3E%3Ccircle cx='17' cy='18' r='2'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3C/svg%3E"); }
.nd-i-book { --nd-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 7v14'/%3E%3Cpath d='M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z'/%3E%3C/svg%3E"); }
.nd-i-shield { --nd-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z'/%3E%3Crect x='9.3' y='11' width='5.4' height='4.4' rx='.8'/%3E%3Cpath d='M10.6 11V9.9a1.4 1.4 0 0 1 2.8 0V11'/%3E%3C/svg%3E"); }
.nd-i-access { --nd-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9.6'/%3E%3Ccircle cx='12' cy='6.9' r='1.25' fill='%23000' stroke='none'/%3E%3Cpath d='M7.1 10.2c3.2 1.05 6.6 1.05 9.8 0'/%3E%3Cpath d='M12 10.4v3.7'/%3E%3Cpath d='M9.1 18.4 12 14.1l2.9 4.3'/%3E%3C/svg%3E"); }
.nd-i-mail { --nd-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3Cpath d='m22 7-9.03 5.7a2 2 0 0 1-2.06 0L2 7'/%3E%3C/svg%3E"); }
.nd-i-pin { --nd-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 4.99-5.54 10.19-7.4 11.8a1 1 0 0 1-1.2 0C9.54 20.19 4 14.99 4 10a8 8 0 0 1 16 0'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E"); }
.nd-i-phone { --nd-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13.83 16.57a1 1 0 0 0 1.21-.3l.36-.47A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.47.35a1 1 0 0 0-.29 1.23 14 14 0 0 0 6.39 6.39'/%3E%3C/svg%3E"); }
.nd-i-clock { --nd-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9.5'/%3E%3Cpath d='M12 6.4V12l3.9 2'/%3E%3C/svg%3E"); }
.nd-i-card { --nd-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='5' width='20' height='14' rx='2.5'/%3E%3Cpath d='M2 10h20'/%3E%3Cpath d='M6 15h3.5'/%3E%3C/svg%3E"); }
.nd-i-shipping { --nd-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 17.5V8a1.5 1.5 0 0 0-1.5-1.5H7.5A1.5 1.5 0 0 0 6 8v9.5h1.3'/%3E%3Cpath d='M15.6 17.5h-4.4'/%3E%3Cpath d='M19 17.5h2a1 1 0 0 0 1-1v-2.9a1 1 0 0 0-.22-.62l-2.6-3.25a1 1 0 0 0-.78-.38H15'/%3E%3Ccircle cx='17.3' cy='17.5' r='1.7'/%3E%3Ccircle cx='9.3' cy='17.5' r='1.7'/%3E%3Cpath d='M1.5 9h3'/%3E%3Cpath d='M2.6 12.6h2'/%3E%3C/svg%3E"); }
.nd-i-undo { --nd-ico: var(--nd-ico-undo); }
/* Trust-Leiste: Piktogramme mit „Beiwerk" (Kreis, Blatt, Euro, Haken) */
.nd-i-leaf-circle { --nd-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10.6'/%3E%3Cg transform='translate(5.4 5.4) scale(0.55)' stroke-width='2.9'%3E%3Cpath d='M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 4.18 2 8 0 5.5-4.78 10-10 10Z'/%3E%3Cpath d='M2 21c0-3 1.85-5.36 5.08-6C9.5 14.52 12 13 13 12'/%3E%3C/g%3E%3C/svg%3E"); }
.nd-i-truck-leaf { --nd-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 17.5V8a1.5 1.5 0 0 0-1.5-1.5H7.5A1.5 1.5 0 0 0 6 8v9.5h1.3'/%3E%3Cpath d='M15.6 17.5h-4.4'/%3E%3Cpath d='M19 17.5h2a1 1 0 0 0 1-1v-2.9a1 1 0 0 0-.22-.62l-2.6-3.25a1 1 0 0 0-.78-.38H15'/%3E%3Ccircle cx='17.3' cy='17.5' r='1.7'/%3E%3Ccircle cx='9.3' cy='17.5' r='1.7'/%3E%3Cpath d='M1.5 9h3'/%3E%3Cpath d='M2.6 12.6h2'/%3E%3Cpath d='M12.9 9.5c.4 2.4-1.2 4.3-3.5 4.4-.6-2.4.9-4.4 3.5-4.4Z' stroke-width='1.3'/%3E%3Cpath d='m9.4 13.9 3.5-4.4' stroke-width='1.3'/%3E%3C/svg%3E"); }
.nd-i-bank-euro { --nd-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M0.8 19.4h11.4'/%3E%3Cpath d='M2.8 19.4v-7.2'/%3E%3Cpath d='M6.5 19.4v-7.2'/%3E%3Cpath d='M10.2 19.4v-7.2'/%3E%3Cpath d='M0.6 12.2h11.8'/%3E%3Cpath d='M6.5 4.8 0.6 8.6h11.8z'/%3E%3Ccircle cx='18.4' cy='16.7' r='5.1'/%3E%3Cpath d='M20.2 14.9a2.4 2.4 0 1 0 0 3.7' stroke-width='1.4'/%3E%3Cpath d='M16 16h3.2' stroke-width='1.4'/%3E%3Cpath d='M16 17.4h3.2' stroke-width='1.4'/%3E%3C/svg%3E"); }
.nd-i-card-check { --nd-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='1' y='6.2' width='14.4' height='10.6' rx='2'/%3E%3Cpath d='M1 10h14.4'/%3E%3Cpath d='M3.8 13.9h3.4'/%3E%3Ccircle cx='18.4' cy='16.7' r='5.1'/%3E%3Cpath d='m16.1 16.7 1.7 1.7 2.9-3.3' stroke-width='1.5'/%3E%3C/svg%3E"); }
.nd-i-doc-check { --nd-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9.8 1.9H3.6a2 2 0 0 0-2 2v13.4a2 2 0 0 0 2 2h7.6a2 2 0 0 0 2-2V5.1z'/%3E%3Cpath d='M9.8 1.9v3.2h3.4'/%3E%3Cpath d='M4.5 8.6h5'/%3E%3Cpath d='M4.5 11.4h5.8'/%3E%3Cpath d='M4.5 14.2h3.6'/%3E%3Ccircle cx='18.6' cy='16.9' r='5'/%3E%3Cpath d='m16.4 16.9 1.7 1.7 2.9-3.3' stroke-width='1.5'/%3E%3C/svg%3E"); }
.nd-i-paypal { --nd-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='11.8 3.35 14.4 16.91' fill='%23000'%3E%3Cpath d='M24.0798 7.24011C24.0798 9.332 22.0955 11.8044 19.0971 11.8044H16.2091L16.0689 12.6757L15.3934 16.8757H11.7998L13.9604 3.35205H19.7809C21.7396 3.35205 23.2827 4.41716 23.8481 5.89735C24.0081 6.31647 24.0897 6.76894 24.0801 7.24011H24.0798Z'/%3E%3Cpath d='M26.152 11.1273C25.7552 13.4729 23.6829 15.1843 21.2355 15.1843H19.2291L18.3913 20.2555H14.8198L15.3929 16.8748L16.0685 12.6748L16.2086 11.8035H19.0966C22.095 11.8035 24.0793 9.33115 24.0793 7.23926C24.08 7.23926 24.0806 7.23988 24.0813 7.24019C25.5571 7.98029 26.416 9.47979 26.1517 11.1273H26.152Z'/%3E%3Cpath d='M24.0797 7.23942C23.4624 6.92251 22.7127 6.73242 21.897 6.73242H17.0247L16.209 11.8037H19.097C22.0954 11.8037 24.0797 9.33132 24.0797 7.23942Z'/%3E%3C/svg%3E"); }

/* --- E1b. Newsletter-Band über Footer 1 (Plugin supermailer-connect) ------
   Das Band steht als erstes Kind im .footer-wrapper und würde dessen
   Creme-Hintergrund (--nd-cream-2, für das Abschlussband gesetzt) über die
   volle Seitenbreite erben. Dieser Vollbreite-Hintergrund soll weg (weiß);
   die Newsletter-Karte selbst behält ihre Creme-Füllung aus dem Plugin.
   Die Innenbreite (1050px) entspricht der bisherigen Kartenbreite. */
.footer-wrapper > .smc-banner-outer {
    background: #fff;
    max-width: none;
}
.footer-wrapper > .smc-banner-outer > .smc-newsletter-container.smc-banner {
    max-width: 1050px;
    margin: 0 auto;
}

/* --- E2. Spalten & Überschriften ----------------------------------------- */
.footer-widgets.footer-1 {
    background: var(--nd-cream) !important;
    padding: 46px 0 14px;
}
.footer-widgets.footer-1 .widget_block { padding: 0 18px; }
.footer-widgets.footer-1 h3 {
    color: var(--nd-green-dark); text-transform: uppercase; letter-spacing: 1.2px;
    font-size: 16px; text-align: center;
    margin: 0 0 20px; padding-bottom: 20px; position: relative;
}
/* Zierstrich (Linie – Blatt – Linie) unter jeder Überschrift */
.footer-widgets.footer-1 h3::after,
.nd-leaf-rule {
    content: ""; display: block;
    width: 128px; height: 16px;
    -webkit-mask: var(--nd-ico-rule) center / contain no-repeat;
            mask: var(--nd-ico-rule) center / contain no-repeat;
}
.footer-widgets.footer-1 h3::after {
    position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
    background-color: var(--nd-green);
}
.nd-leaf-rule { margin: 14px auto 0; background-color: currentColor; }
/* Spaltenbreiten wie in der Vorlage (statt 4x 25%) + senkrechte Trennlinie
   zwischen Kontakt- und Bezahl-Spalte. IDs = Widgets in „Footer 1". */
@media (min-width: 850px) {
    .footer-widgets.footer-1 #block-8  { flex-basis: 22%; max-width: 22%; }
    .footer-widgets.footer-1 #block-9  { flex-basis: 27%; max-width: 27%; }
    .footer-widgets.footer-1 #block-10 { flex-basis: 24%; max-width: 24%; border-left: 1px solid #e2ddcc; }
    .footer-widgets.footer-1 #block-11 { flex-basis: 27%; max-width: 27%; }
}

/* --- E3. Link-/Info-Listen mit Icon (Spalte 1 + 2) ------------------------ */
.nd-flist { list-style: none; margin: 0; padding: 0; }
.footer-widgets.footer-1 .nd-flist li {
    display: flex; align-items: center; gap: 13px;
    margin: 0; padding: 9px 0;
    border-bottom: 1px solid #e6e1d1;
    line-height: 1.45;
}
.footer-widgets.footer-1 .nd-flist li:last-child { border-bottom: none; }
.nd-flist li::before {
    content: ""; flex: 0 0 auto;
    width: 21px; height: 21px;
    background-color: var(--nd-green-dark);
    -webkit-mask: var(--nd-ico, var(--nd-ico-leaf)) center / contain no-repeat;
            mask: var(--nd-ico, var(--nd-ico-leaf)) center / contain no-repeat;
}
/* „§" wird als Schriftzeichen gesetzt statt als Icon (wie in der Vorlage) */
.nd-flist li.nd-i-par::before {
    content: "§"; -webkit-mask: none; mask: none;
    background: none; color: var(--nd-green-dark);
    font-size: 21px; line-height: 21px; text-align: center;
}
.footer-widgets.footer-1 .nd-flist a,
.footer-widgets.footer-1 .nd-flist li { color: var(--nd-ink); text-decoration: none; }
.footer-widgets.footer-1 .nd-flist a:hover,
.footer-widgets.footer-1 .nd-flist a:focus-visible { color: var(--nd-green-dark); }

/* Kontaktspalte: ohne Trennlinien, Icons oben bündig (mehrzeilige Adresse) */
.footer-widgets.footer-1 .nd-flist-plain li { border-bottom: none; padding: 11px 0; align-items: flex-start; }
.nd-flist-plain li::before { margin-top: 2px; }

/* „Vertrag widerrufen" (Shortcode des Germanized-/EU-OWB-Plugins).
   Soll als Button erkennbar sein und sich von den übrigen Footer-Links abheben,
   aber zurückhaltend bleiben: heller Verlauf, feine grüne Kontur, grüne Schrift
   statt Signalfarbe. Zentriert in der Spalte.
   Plugin-Funktion und Markup bleiben unangetastet. */
.footer-widgets.footer-1 .eu-owb-order-withdraw-from-contract-button {
    margin: 18px 0 0; padding-top: 18px;
    border-top: 1px solid #e6e1d1; text-align: center !important;
}
.footer-widgets.footer-1 .eu-owb-order-withdraw-from-contract-button a.button {
    display: inline-flex; align-items: center; gap: 9px;
    background: linear-gradient(180deg, #fbfaf5 0%, #eef1e4 100%) !important;
    border: 1px solid #d5ddc2 !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    color: var(--nd-green-dark) !important;
    padding: 8px 18px !important; margin: 0 !important;
    min-height: 0 !important; line-height: 1.35 !important;
    font-size: 13px !important; font-weight: 600 !important;
    text-transform: none !important; letter-spacing: 0 !important;
    text-decoration: none !important;
    transition: background .18s ease, border-color .18s ease;
}
/* Widerruf-Icon (Pfeil zurück) aus der Icon-Bibliothek */
.footer-widgets.footer-1 .eu-owb-order-withdraw-from-contract-button a.button::before {
    content: ""; flex: 0 0 auto; width: 16px; height: 16px;
    background-color: var(--nd-green-dark);
    -webkit-mask: var(--nd-ico-undo) center / contain no-repeat;
            mask: var(--nd-ico-undo) center / contain no-repeat;
}
.footer-widgets.footer-1 .eu-owb-order-withdraw-from-contract-button a.button:hover,
.footer-widgets.footer-1 .eu-owb-order-withdraw-from-contract-button a.button:focus-visible {
    color: var(--nd-green-dark) !important;
    background: linear-gradient(180deg, #f6f8ef 0%, #e5ebd5 100%) !important;
    border-color: #c3cfa9 !important;
}
@media (prefers-reduced-motion: reduce) {
    .footer-widgets.footer-1 .eu-owb-order-withdraw-from-contract-button a.button {
        transition: none;
    }
}

/* --- E4. Badge-Zeilen mit großem Icon (Spalte 3 + 4) ---------------------- */
.nd-badges { list-style: none; margin: 0; padding: 0; width: max-content; max-width: 100%; }
.footer-widgets.footer-1 .nd-badges li {
    position: relative; border: none;   /* Flatsome-Widget-Linien abschalten */
    margin: 0; padding: 12px 0 12px 76px; min-height: 62px;
    display: flex; flex-direction: column; justify-content: center;
}
/* heller Kreis */
.nd-badges li::before {
    content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
    width: 62px; height: 62px; border-radius: 50%;
    background: #eaf0dc;
}
/* Icon mittig im Kreis */
.nd-badges li::after {
    content: ""; position: absolute; left: 17px; top: 50%; transform: translateY(-50%);
    width: 27px; height: 27px;
    background-color: var(--nd-green-dark);
    -webkit-mask: var(--nd-ico, var(--nd-ico-leaf)) center / contain no-repeat;
            mask: var(--nd-ico, var(--nd-ico-leaf)) center / contain no-repeat;
}
.nd-badges li.nd-i-paypal::after { width: 25px; height: 29px; }
.nd-badges strong { display: block; color: var(--nd-ink); font-size: 16px; line-height: 1.32; }
.nd-badges em     { display: block; font-style: normal; font-weight: 700; color: var(--nd-green-dark); font-size: 14px; line-height: 1.4; }
.nd-badges span   { display: block; color: var(--nd-ink); font-size: 14px; line-height: 1.4; }
/* Trennlinie zwischen den Blöcken (Spalte „Sicher einkaufen").
   Als Hintergrund-Linie statt border-top, damit sie – wie in der Vorlage –
   erst neben dem Icon-Kreis beginnt. */
.footer-widgets.footer-1 .nd-badges-sep li + li {
    margin-top: 14px; padding-top: 24px;
    background-image: linear-gradient(#e2ddcc, #e2ddcc);
    background-repeat: no-repeat;
    background-position: 76px 0;
    background-size: calc(100% - 76px) 1px;
}

/* --- E5. Abschlussband „Vielen Dank für Ihr Vertrauen!" -------------------
   Der Footer endet mit diesem Band (die Copyright-Zeile des Eltern-Themes ist
   über template-parts/footer/footer-absolute.php entfernt). Damit auf kurzen
   Seiten unterhalb kein grauer Rest des Flatsome-Standards sichtbar wird,
   bekommen Footer-Wrapper und Seiten-Canvas denselben Creme-Ton. */
/* !important, weil dieses Stylesheet vor flatsome-main.css eingebunden wird */
.footer-wrapper,
html { background-color: var(--nd-cream-2) !important; }

/* --- E5. Abschlussband „Vielen Dank für Ihr Vertrauen!" ------------------- */
.nd-footer-outro {
    position: relative;
    /* `clip` statt `hidden`: erlaubt zusammen mit overflow-clip-margin, dass die
       Botanik-Grafik oben ein Stück nach Footer 1 hineinragt, erzeugt dabei aber
       – anders als sichtbarer Overflow – keine Scrollbalken. Ältere Browser
       ohne clip-Support bekommen `hidden` (Grafik bleibt dann im Band). */
    overflow: hidden;
    overflow: clip;
    overflow-clip-margin: 80px;
    background: var(--nd-cream-2);
    padding: 14px 0 34px;
}
/* Grafik unten links: Unterkante bündig mit dem Bandende, Höhe = Bandhöhe + 44px,
   dadurch ragt der obere Teil sichtbar in Footer 1 hinein. */
.nd-footer-outro .nd-outro-deco {
    position: absolute; left: -14px; bottom: 0;
    width: auto; height: calc(100% + 44px); max-width: none;
    pointer-events: none; user-select: none;
}
.nd-footer-outro .nd-outro-inner {
    position: relative; z-index: 1;
    max-width: 1080px; margin: 0 auto; padding: 0 20px; text-align: center;
}
.nd-thanks {
    font-family: 'Dancing Script', 'Segoe Script', cursive; font-weight: 600;
    font-size: clamp(26px, 3.4vw, 40px); line-height: 1.25;
    color: var(--primary-color, #4c5d28);
    margin: 0; display: flex; align-items: center; justify-content: center; gap: 16px;
}
.nd-thanks .nd-heart { flex: 0 0 auto; width: .78em; height: .78em; }
.nd-footer-outro .nd-leaf-rule { color: var(--nd-green); opacity: .85; }

@media (max-width: 849px) {
    .footer-widgets.footer-1 { padding: 32px 0 10px; }
    .footer-widgets.footer-1 .widget_block { padding: 0 16px 22px; }
    .nd-badges { margin: 0 auto; }
    .nd-footer-outro .nd-outro-deco { display: none; }
    .nd-footer-outro { padding: 12px 0 26px; }
}

/* -------------------------------------------------------------------------
   F. „Angebote" rot in der Kategoriezeile (Mockup #7)
   ------------------------------------------------------------------------- */
a.nd-angebote {
    color: var(--nd-red-link) !important; font-weight: 700 !important;
    font-size: 1.25em !important; line-height: 1 !important;
    display: inline-block !important; padding: 9px 34px !important; border-radius: 999px !important;
    background: #fdeaea !important; /* ganz heller Rot-Ton */
}
a.nd-angebote:hover { background: #fbdcdc !important; }
li.html_nav_position_text { display: flex; align-items: center; }

/* -------------------------------------------------------------------------
   G. TOP-BAR Textfarbe (dunkelgrün → hell) + Kontakt-Icon (Mockup #1/#6)
   ------------------------------------------------------------------------- */
#top-bar .nd-usp-bar,
#top-bar .nd-usp-ship,
#top-bar .nd-usp-bar .nd-usp,
#top-bar .nd-usp-ship .nd-usp { color: #fff; }
.nd-usp .nd-usp-ico { flex: 0 0 auto; display: inline-block; vertical-align: middle; }
.nd-usp-ship .nd-usp { display: inline-flex; align-items: center; gap: 7px; }

.nd-contact a { display: inline-flex; align-items: center; gap: 10px; color: var(--nd-ink); text-decoration: none; }
.nd-contact .nd-contact-ico {
    width: 40px; height: 40px; border-radius: 50%; background: #eef3e6;
    display: flex; align-items: center; justify-content: center; flex: 0 0 auto;
}
.nd-contact .nd-contact-txt { display: flex; flex-direction: column; line-height: 1.15; }
.nd-contact .nd-contact-txt strong { color: var(--nd-ink); font-size: 15px; }
.nd-contact .nd-contact-txt small  { color: var(--nd-green-dark); font-size: 11px; }

/* -------------------------------------------------------------------------
   H. HEADER MAIN – Search / Contact / Account / Cart (Mockup #6)
   ------------------------------------------------------------------------- */
/* Search: Lupe mit Primary-Color-Umrandung (Kreis) */
.header-main .header-search-form .ux-search-submit.submit-button,
.header-search-form .ux-search-submit.submit-button {
    background: transparent !important;
    border: 2px solid var(--primary-color, #4c5d28) !important;
    border-radius: 50% !important;
    width: 38px; height: 38px; min-width: 38px; padding: 0 !important;
    display: inline-flex; align-items: center; justify-content: center;
    color: var(--primary-color, #4c5d28) !important;
    box-shadow: none !important;
}
.header-main .header-search-form .ux-search-submit.submit-button:hover {
    background: var(--primary-color, #4c5d28) !important;
    color: #fff !important;
}
.header-search-form .ux-search-submit .icon-search { margin: 0; }

/* Contact (Flatsome-Standard) umgestylt: Telefon-Icon links + 2-zeilig
   (Nummer oben, Öffnungszeiten darunter, kleiner & Primary Color) */
.header-main .header-contact-wrapper {
    display: inline-flex !important; align-items: center; gap: 9px;
}
.header-main .header-contact-wrapper::before {
    content: ""; flex: 0 0 auto; width: 40px; height: 40px; border-radius: 50%;
    background: #eef3e6 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234c5d28' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / 20px 20px no-repeat;
}
.header-main #header-contact {
    display: flex; flex-direction: column; align-items: flex-start;
    line-height: 1.15; margin: 0; text-transform: none;
}
.header-main #header-contact > li { border: 0 !important; padding: 0 !important; margin: 0 !important; }
.header-main #header-contact > li::before,
.header-main #header-contact > li::after,
.header-main #header-contact > li > a::before,
.header-main #header-contact > li > a::after { content: none !important; display: none !important; border: 0 !important; }
.header-main #header-contact .icon-clock,
.header-main #header-contact .icon-phone { display: none !important; }
.header-main #header-contact a { padding: 0 !important; text-transform: none; }
/* Reihenfolge: Telefonnummer oben, Öffnungszeiten darunter */
.header-main #header-contact > li:nth-child(2) { order: 1; }
.header-main #header-contact > li:nth-child(1) { order: 2; }
.header-main #header-contact > li:nth-child(2) a span { font-size: 15px; font-weight: 600; color: var(--nd-ink, #333a41); }
.header-main #header-contact > li:nth-child(1) a span { font-size: 11px; font-weight: 400; color: var(--primary-color, #4c5d28); }

/* Account: Benutzer-Icon links + "Konto" / "Anmelden" (bzw. Name) 2-zeilig */
.header-main .account-item > a {
    display: inline-flex !important; align-items: center; gap: 9px; line-height: 1;
}
.header-main .account-item > a::before {
    content: ""; flex: 0 0 auto; width: 27px; height: 27px; margin: 0;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234c5d28' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 20c0-4 4-6 8-6s8 2 8 6'/%3E%3C/svg%3E");
    opacity: 1 !important;  /* Flatsome nav-hover-Regel (a:before opacity:0) neutralisieren */
}
/* Kontakt-Icon (Telefon) klickbar wie Account/Cart */
.header-main .header-contact-wrapper { cursor: pointer; }
.header-main .account-item > a > span {
    display: flex; flex-direction: column; align-items: flex-start;
    line-height: 1.15; text-align: left; font-size: 13px; color: var(--nd-ink, #333a41);
}
.header-main .account-item > a > span::before {
    content: "Konto"; color: var(--nd-muted, #7a7f75); font-size: 11px; font-weight: 400;
    text-transform: none;
}

/* Cart: Warenkorb-Icon links + "Warenkorb" / Wert 2-zeilig */
.header-main .cart-item .header-cart-link {
    display: inline-flex !important; align-items: center; gap: 10px;
}
.header-main .cart-item .header-cart-link .cart-icon { order: -1; margin: 0; }
.header-main .cart-item .header-cart-title {
    display: flex; flex-direction: column; align-items: flex-start;
    line-height: 1.15; font-size: 0; text-align: left;
}
.header-main .cart-item .header-cart-title::before {
    content: "Warenkorb"; font-size: 13px; font-weight: 600; color: var(--nd-ink, #333a41);
}
.header-main .cart-item .header-cart-title .cart-price { font-size: 13px; }
.header-main .cart-item .header-cart-title .cart-price .amount {
    color: var(--primary-color, #4c5d28); font-weight: 700;
}

/* -------------------------------------------------------------------------
   I. PRODUKTAUFLISTUNG – Germanized-Zusatzinfos (Startseite + Kategorie)
   Grundpreis + MwSt + Versand + "Produkt enthält" einheitlich klein wie der
   Grundpreis, direkt darunter; MwSt und Versand in EINER Zeile.
   ------------------------------------------------------------------------- */
.product-small .wc-gzd-additional-info-loop {
    font-size: 11px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    color: var(--nd-muted, #7a7f75);
}
.product-small .wc-gzd-additional-info-loop a { color: inherit; text-decoration: underline; }
/* "inkl. MwSt." und "zzgl. Versand / Lieferzeiten" nebeneinander in einer Zeile */
.product-small p.tax-info.wc-gzd-additional-info-loop,
.product-small p.shipping-costs-info.wc-gzd-additional-info-loop { display: inline; }
/* Trennung nur per Leerzeichen (kein Trennzeichen, das beim Umbruch am
   Zeilenanfang stehen würde) */
.product-small p.tax-info.wc-gzd-additional-info-loop::after { content: " "; }
/* "Produkt enthält …" in eigener Zeile darunter */
.product-small p.product-units.wc-gzd-additional-info-loop { display: block; margin-top: 1px !important; }
/* Kein großer Abstand, falls MwSt/Versand umbrechen: Zeilenhöhe des Preis-
   Containers zähmen (der Strut bestimmt sonst den Zeilenabstand). Der eigentliche
   Preis behält seine eigene Zeilenhöhe. */
.product-small .price-wrapper { line-height: 1.35 !important; }
.product-small .price-wrapper > .price { line-height: 1.5; }

/* -------------------------------------------------------------------------
   J. ANGEBOTSPREIS (Sale) – immer in der Flatsome Alert Color
   ------------------------------------------------------------------------- */
/* Nur der normale Angebotspreis – NICHT der Grundpreis/Einheitspreis (.price-unit) */
.woocommerce .price:not(.price-unit) ins,
.woocommerce .price:not(.price-unit) ins .amount,
.price:not(.price-unit) ins,
.price:not(.price-unit) ins .amount {
    color: var(--fs-color-alert, #e41b22) !important;
    text-decoration: none;
    font-weight: 700;
}
/* Grundpreis-Sale (Einheitspreis) neutral lassen */
.price-unit ins,
.price-unit ins .amount { color: inherit !important; font-weight: inherit; }
