/* ========================= */
/* ✅ Globale Typografie */
/* ========================= */
html {
  scroll-behavior: smooth;
}

/* ✅ Lokale Schriftarten (Elementor Cache) */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-0661e1b3.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-57529b1f.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-7c0a56d1.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/wp-content/uploads/elementor/google-fonts/fonts/nunitosans-bb6b988f.woff2') format('woff2');
}

@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/wp-content/uploads/elementor/google-fonts/fonts/librebaskerville-1ef2cfbd.woff2') format('woff2');
}
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/wp-content/uploads/elementor/google-fonts/fonts/librebaskerville-2ba80061.woff2') format('woff2');
}

body, .gm-menu-item__txt {
  font-family: 'Nunito', Arial, sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-weight: 700;
  color: var(--rose);
  line-height: 1.3;
}

h3, p {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 1em;
}

/* ========================= */
/* ✅ Media Queries */
/* ========================= */
@media (max-width: 768px) {
  h1 { font-size: 1.5rem; line-height: 1.3; }
  h2 { font-size: 1.375rem; line-height: 1.35; }
  h3 { font-size: 1.25rem; line-height: 1.4; }
  p, .gm-menu-item__txt { font-size: 1rem; line-height: 1.6; }
 
  .wcpa_cart_meta_item-value {
    font-size: 13px !important;
    padding: 5px 8px !important;
  }
  .wcpa_cart_meta_item-value p {
    font-size: 13px !important;
  }
  .wcpa_cart_meta_item-label {
    font-size: 12px !important;
    margin-bottom: 3px !important;
  }
  .wcpa_cart_meta_item {
    margin-bottom: 6px !important;
  }

  .dce-skin-grid-flex .dce-wrapper-grid {
    grid-template-columns: 1fr !important;
  }

  .hide-on-mobile-lite {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: max-height 0.3s ease;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  h1 { font-size: 1.75rem; line-height: 1.3; }
  h2 { font-size: 1.625rem; line-height: 1.35; }
  h3 { font-size: 1.375rem; line-height: 1.4; }
  h4 { font-size: 1.125rem; line-height: 1.45; }
  h5 { font-size: 1rem; line-height: 1.5; }
  h6 { font-size: 0.875rem; line-height: 1.6; }
  p, .gm-menu-item__txt {
    font-size: 1.0625rem;
    line-height: 1.6;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 17px;
  }
}

/* ========================= */
/* ✅ WooCommerce Hinweisboxen */
/* ========================= */
.woocommerce-message {
  background-color: #d4f4dd;
  color: #1b4d2b;
  text-align: center;
  font-size: 1em;
  padding: 12px;
  margin-bottom: 25px;
  border-left: 4px solid #28a745;
}
.woocommerce-message::before {
  color: #28a745;
}
.woocommerce-message a.button {
  background-color: #ffffff;
  color: #28a745;
  font-weight: bold;
  padding: 8px 16px;
  text-transform: uppercase;
  font-size: 0.9em;
  display: inline-block;
  margin-top: 10px;
  border: 2px solid #28a745;
}
.woocommerce-message a.button:hover {
  background-color: #28a745;
  color: #ffffff;
  border: 2px solid #28a745;
}
.woocommerce-error {
  background-color: #fdecea;
  border-left: 4px solid #e74c3c;
  color: #721c24;
  text-align: center;
  font-size: 1em;
  padding: 12px;
  margin-bottom: 25px;
}
.woocommerce-error::before {
  color: #e74c3c;
}
.woocommerce-info {
  background-color: #e7f3fe;
  border-left: 4px solid #2980b9;
  color: #0c2f4d;
  text-align: center;
  font-size: 1em;
  padding: 12px;
  margin-bottom: 25px;
}
.woocommerce-info::before {
  color: #2980b9;
}

/* ========================= */
/* Allgemeine Hilfsklassen */
/* ========================= */
.disabled { pointer-events: none; opacity: 0.5; }

/* ========================= */
/* Produktseiten & Layouts */
/* ========================= */
/* ✅ CLS-Fix: Erstes Produktbild mit sauberem Seitenverhältnis */
.single-product .woocommerce-product-gallery__image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  height: auto;
  display: block;
  margin: 0 auto;
}
/* Spezielle Hintergrundfarben für bestimmte Produktseiten */
/* Produkt-ID 87966: Variabler Preis Produkt - weißer Hintergrund */
/* Produkt-ID 87972: Spezielles Produkt - weißer Hintergrund */
/* Spezielle Hintergrundfarben für bestimmte Produktseiten */
/* Produkt-ID 87966: Variabler Preis Produkt - weißer Hintergrund */
/* Produkt-ID 87972: Spezielles Produkt - weißer Hintergrund */
body.postid-87966,
body.single-product,
body.postid-87972 {
  background-color: #ffffff !important;
}
.elementor-element-6ce7927 {
  max-width: 800px;
  margin: 40px auto;
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .elementor-element-6ce7927 {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.09);
  }
}
.elementor-element-6ce7927::before {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background-color: #B30000;
  margin: 0 auto 30px;
  border-radius: 2px;
}

/* ========================= */
/* Buttons: Warenkorb & Kasse */
/* ========================= */
.elementor-button--view-cart,
.elementor-button--checkout {
  display: block;
  width: 100% !important;
  padding: 14px 20px !important;
  border-radius: 4px !important;
  font-weight: 600 !important;
  text-align: center !important;
  font-size: 16px !important;
  box-shadow: none !important;
  margin-bottom: 10px;
}
.elementor-button--view-cart {
  background-color: #fff !important;
  color: #111 !important;
  border: 1px solid #111 !important;
}
.elementor-button--checkout {
  background-color: #ff7b54 !important;
  color: #fff !important;
  border: none !important;
}
.elementor-button--view-cart:hover {
  background-color: #f5f5f5 !important;
}
.elementor-button--checkout:hover {
  background-color: #33cc33 !important;
}

/* ========================= */
/* Mini-Warenkorb Felder */
/* ========================= */
.woocommerce-mini-cart .form-row input,
.woocommerce-mini-cart .form-row select,
.woocommerce-mini-cart .form-row textarea {
  border: 1px solid #555 !important;
  padding: 8px !important;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: none;
}
.woocommerce-mini-cart .form-row {
  margin-bottom: 20px;
  padding: 10px 10px 0 10px;
  background-color: #f8fafa;
  border-left: 3px solid #333;
  border-radius: 4px;
}
.woocommerce-mini-cart .form-row label,
.woocommerce-mini-cart .form-row .label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}
.woocommerce-mini-cart__total {
  font-size: 1rem;
  font-weight: bold;
  padding: 10px;
  background-color: #eefefe;
  border-left: 3px solid #555;
  margin-bottom: 10px;
}
.woocommerce-mini-cart .button {
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  box-shadow: none;
  transition: background-color 0.3s ease;
}
.woocommerce-mini-cart .button.checkout {
  background-color: #ff7b54;
  color: #fff;
  border: none;
}
.woocommerce-mini-cart .button.checkout:hover {
  background-color: #33cc33;
}
.woocommerce-mini-cart .button.view-cart {
  background-color: #fff;
  color: #111;
  border: 1px solid #111;
}
.woocommerce-mini-cart .button.view-cart:hover {
  background-color: #f5f5f5;
}

/* ========================= */
/* WCPA-Felder (Zusatzinfos im Mini-Cart) */
/* ========================= */
.wcpa_cart_meta_item-value {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  text-align: left !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  margin-top: 6px !important;
  padding: 6px 10px !important;
  color: #333 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  font-weight: bold !important;
}
.wcpa_cart_meta_item-value p {
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  border: none !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  color: #333 !important;
  font-weight: bold !important;
  display: inline-block;
  max-width: 100%;
}
.wcpa_cart_meta_item {
  margin-bottom: 8px !important;
}
.wcpa_cart_meta_item-label {
  font-size: 13px !important;
  color: #555 !important;
  margin-bottom: 4px !important;
  font-weight: normal !important;
  display: block;
}
.wcpa_cart_meta_item:has(.wcpa_cart_meta_item-value:empty),
.wcpa_cart_meta_item-value p:empty {
  display: none !important;
}

/* ========================= */
/* Einheitliche WooCommerce Buttons */
/* ========================= */
a.button,
button.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce .cart .button,
.vi-wcaio-cart-button {
  background-color: #555 !important;
  color: #ffffff !important;
  font-weight: 600;
  border: none !important;
  border-radius: 4px;
  box-shadow: none;
  padding: 10px 20px;
  text-transform: none;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}
a.button:hover,
button.button:hover,
.vi-wcaio-cart-button:hover {
  background-color: #222 !important;
  color: #fff !important;
}
.vi-wcaio-cart-empty {
  font-size: 0;
  position: relative;
}
.vi-wcaio-cart-empty::after {
  content: "Warenkorb leer";
  font-size: 16px;
  color: #ffffff;
}
.lang-en .vi-wcaio-cart-empty::after {
  content: "Empty cart";
}

/* Rote Schrift für Menü-Button */
li.rot-button span.link_text {
  color: #b02a35 !important;
  font-weight: bold;
}

/* Grid-Layout für verwandte Produkte (flexibel) */
.dce-skin-grid-flex .dce-wrapper-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
}

/* Desktop-Menü-Platzhalter */
.menueleiste {
  min-height: 60px;
  position: relative;
  z-index: 99;
}

/* Mobile-Menü-Platzhalter */
@media (max-width: 768px) {
  .menueleiste {
    min-height: 80px;
  }
}


/* =========================
   Liza Add-ons – Layout & Trust
   ========================= */

/* Brand-Variablen */
:root{
  --rose:#b02a35;
  --mint:#555;
  --ink:#222;
  --muted:#f6fbfb;
  --line:#e3f3f2;
}

/* Headlines etwas markanter */
.site-content h1,
.site-content h2,
.site-content h3{
  letter-spacing:.005em;
  color:var(--rose);
}

/* Trust-Zeile – zentriert, ruhig */
.lz-trust{
  background: var(--muted) !important;
  border: 1px solid var(--line) !important;
  border-radius: .5rem !important;
  padding: .9rem 1rem !important;
  color: #444 !important;
  font-size: .95rem !important;
  margin: .75rem auto 1rem !important;
  max-width: 1000px; /* !important entfernt, damit das Theme-Layout Vorrang hat */
  text-align: center !important;
}
.lz-trust .lz-row{
  display: flex !important; 
  flex-wrap: wrap !important; 
  justify-content: center !important; 
  align-items: center !important;
  gap: .5rem 1rem !important;
}

/* Produktkarten im Grid – zarte Linie & dezenter Hover */
.dce-wrapper-grid article{
  border:1px solid var(--line);
  border-radius:.5rem;
  background:#fff;
  padding:1rem;
  transition:box-shadow .2s ease;
}
.dce-wrapper-grid article:hover{
  box-shadow:0 6px 18px rgba(0,0,0,.06);
}

/* Gleichmäßige Bilder im Grid */
.dce-wrapper-grid article img{
  width:100%;
  height:auto;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:.35rem;
}

/* Preis + kurzer Vertrauens-Einzeiler direkt darunter */
.dce-wrapper-grid .price{ margin-top:.75rem; color:var(--ink); font-weight:600; }
.dce-wrapper-grid .price + div{ font-size:.9rem; color:#555; margin-top:.25rem; }

/* Badges einheitlich */
.badge{
  display:inline-block;
  padding:.2rem .5rem;
  border:1px solid var(--line);
  background:var(--muted);
  border-radius:.5rem;
  font-size:.78rem;
  color:#333;
}

/* ===== Startseite ===== */
.home .site-content h1,
.home .site-content h2,
.home .site-content h3{ color:var(--rose); }

.home .lz-hero{
  background:var(--muted);
  border:1px solid var(--line);
  border-radius:.5rem;
  padding:1rem 1.25rem;
  margin:.5rem 0 1rem;
  color:#222;
}

/* Ruhige Checkliste */
.home .lz-list{ list-style:none; padding-left:0; margin:.75rem 0 0; }
.home .lz-list li{ display:flex; gap:.5rem; align-items:flex-start; margin:.4rem 0; }
.home .lz-list li::before{ content:"✓"; color:#2e7d32; margin-top:.1rem; }

.home .lz-cards{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:1rem; max-width:1000px; margin:1rem auto 0;
}
.home .lz-card{
  border:1px solid var(--line);
  border-radius:.5rem;
  background:#fff;
  padding:1rem;
  display:flex; gap:.75rem; align-items:center;
  transition:box-shadow .2s ease;
}
.home .lz-card:hover{ box-shadow:0 6px 18px rgba(0,0,0,.06); }
.home .lz-card img{ width:88px; height:88px; object-fit:cover; border-radius:.35rem; flex:0 0 88px; }
.home .lz-card h3{ margin:0; font-size:1.1rem; color:var(--rose); }
.home .lz-card p{ margin:.25rem 0 0; color:#444; }

/* Mobile Abstände etwas straffer */
@media (max-width:768px){
  .dce-skin-grid-flex .dce-wrapper-grid{ gap:1.5rem; }
}

/* ===== Mobile: Lesbarkeit verbessern ===== */
@media (max-width: 768px) {
  /* allgemeine Font-Smoothing + klare Basis */
  html, body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  /* Basistext deutlich größer und luftiger */
  p,
  .gm-menu-item__txt,
  .woocommerce-mini-cart__total,
  .dce-wrapper-grid .price,
  .dce-wrapper-grid .price .woocommerce-Price-amount,
  .dce-wrapper-grid .price .amount {
    font-weight: 500 !important;
    font-size: 1.1rem !important;
    line-height: 1.6 !important;
    letter-spacing: 0.5px !important;
    color: var(--ink) !important;
  }

  /* Euro-Zeichen verfeinern */
  .dce-wrapper-grid .price .woocommerce-Price-currencySymbol {
    font-size: 0.85em !important;
    vertical-align: super !important;
    margin-left: 2px !important;
  }

  /* H3 mobil etwas markanter für bessere Hierarchie */
  h3 {
    font-size: 1.375rem !important;
    line-height: 1.45 !important;
  }

  /* Mini-Cart / WCPA */
  .wcpa_cart_meta_item-value,
  .wcpa_cart_meta_item-value p {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }
  .wcpa_cart_meta_item-label {
    font-size: 13px !important;
  }

  /* Buttons: ausreichend große Beschriftung und Touch-Padding */
  .elementor-button--view-cart,
  .elementor-button--checkout,
  .woocommerce-mini-cart .button {
    font-size: 1rem !important;
    padding: 12px 16px !important;
  }

  /* Menütext touch-freundlicher */
  .gm-menu-item__txt { font-size: 1.125rem !important; }
}

/* Labels in WP Gridbuilder nicht vom globalen line-height beeinflussen */
.wpgb-block-label {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2 !important;
  text-align: center;
}

/* Select-Feld Gutschein dauerhaft weiß + schwarze Schrift */
.woocommerce div.product select,
.woocommerce-page div.product select {
  background-color: #ffffff !important;
  color: #000000 !important;
}
Neuer Chat

/* ============================================
   LIZA-FLORISTIK CUSTOM MENU STYLES
   Version: 1.1 - CORRECTED
   Lightweight replacement for UberMenu
   ============================================ */

/* ============================================
   BASE MENU WRAPPER
   ============================================ */
.liza-menu-wrapper {
    position: relative;
    width: 100%;
    font-family: 'Nunito', Arial, sans-serif;
    z-index: 9999;
}

/* ============================================
   DESKTOP MENU
   ============================================ */
.liza-menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
}

.liza-menu-item {
    position: relative;
    margin: 0;
    padding: 0;
}

.liza-menu-item > a {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #383838;
    text-decoration: none;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.liza-menu-item > a:hover {
    color: #ff4242;
}

.liza-menu-item.liza-current > a {
    color: #222222;
}

/* ============================================
   DROPDOWN INDICATOR
   ============================================ */
.liza-dropdown-indicator {
    display: inline-block;
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    transition: transform 0.2s ease;
}

.liza-menu-item:hover > a .liza-dropdown-indicator,
.liza-menu-item.liza-active > a .liza-dropdown-indicator {
    transform: rotate(180deg);
}

/* ============================================
   SUBMENU / DROPDOWN
   ============================================ */
.liza-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 280px;
    background: #ffffff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    list-style: none;
    margin: 0;
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.2s ease;
    z-index: 10000;
}

.liza-menu-item:hover > .liza-submenu,
.liza-menu-item.liza-active > .liza-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.liza-submenu .liza-menu-item {
    display: block;
}

.liza-submenu .liza-menu-item > a {
    display: block;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #444;
    text-transform: none;
    white-space: normal;
    line-height: 1.4;
}

.liza-submenu .liza-menu-item > a:hover {
    color: #dd3333;
    background: rgba(221, 51, 51, 0.05);
}

.liza-submenu .liza-menu-item.liza-current > a {
    color: #000000;
    font-weight: 700;
}

/* ============================================
   BADGE (z.B. "Tipp")
   ============================================ */
.liza-menu-badge {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 8px;
    background: #ff4242;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    letter-spacing: 0.5px;
}

/* ============================================
   MOBILE TOGGLE BUTTON
   ============================================ */
.liza-mobile-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #383838;
    transition: color 0.2s ease;
}

.liza-mobile-toggle:hover {
    color: #ff4242;
}

.liza-mobile-toggle:focus {
    outline: 2px solid #ff4242;
    outline-offset: 2px;
}

/* Verstecke den Text "Menü" visuell */
.liza-toggle-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
}

/* Hamburger Icon Container */
.liza-toggle-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 28px;
    height: 24px;
}

/* Hamburger Streifen */
.liza-toggle-icon span {
    display: block;
    width: 100%;
    height: 3px;
    background: currentColor;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Animiertes X bei geöffnetem Menü */
.liza-mobile-toggle[aria-expanded="true"] .liza-toggle-icon span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.liza-mobile-toggle[aria-expanded="true"] .liza-toggle-icon span:nth-child(2) {
    opacity: 0;
    transform: translateX(20px);
}

.liza-mobile-toggle[aria-expanded="true"] .liza-toggle-icon span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* ============================================
   MOBILE HEADER & CLOSE BUTTON
   ============================================ */
.liza-mobile-header {
    display: none;
    justify-content: flex-end;
    padding: 15px 20px;
    border-bottom: 1px solid #e6e6e6;
}

.liza-mobile-close {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 15px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    color: #383838;
    transition: color 0.2s ease;
}

.liza-mobile-close:hover {
    color: #ff4242;
}

.liza-mobile-close span:first-child {
    font-size: 28px;
    line-height: 1;
}

/* ============================================
   MOBILE OVERLAY
   ============================================ */
.liza-mobile-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9998;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.liza-mobile-overlay.liza-active {
    opacity: 1;
}

/* ============================================
   RESPONSIVE / MOBILE STYLES
   ============================================ */
@media screen and (max-width: 1024px) {
    
    /* Show mobile toggle */
    .liza-mobile-toggle {
        display: flex;
    }
    
    /* Hide desktop menu by default */
    .liza-menu-container {
        position: fixed;
        top: 0;
        right: -100%;
        width: 90%;
        max-width: 400px;
        height: 100vh;
        background: #ffffff;
        overflow-y: auto;
        transition: right 0.3s ease;
        z-index: 9999;
        box-shadow: -4px 0 12px rgba(0,0,0,0.1);
    }
    
    .liza-menu-container.liza-active {
        right: 0;
    }
    
    /* Show mobile header */
    .liza-mobile-header {
        display: flex;
    }
    
    /* Show overlay when menu is open */
    .liza-mobile-overlay {
        display: block;
    }
    
    /* Stack menu vertically */
    .liza-menu {
        flex-direction: column;
        padding: 20px 0;
    }
    
    .liza-menu-item {
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .liza-menu-item > a {
        padding: 16px 20px;
        justify-content: space-between;
    }
    
    /* Mobile submenu behavior */
    .liza-submenu {
        position: static;
        min-width: 100%;
        border: none;
        box-shadow: none;
        background: #f8f8f8;
        max-height: 0;
        overflow: hidden;
        opacity: 1;
        visibility: visible;
        transform: none;
        padding: 0;
        transition: max-height 0.3s ease, padding 0.3s ease;
        z-index: 1;
    }
    
    .liza-menu-item.liza-active > .liza-submenu {
        max-height: 1000px;
        padding: 8px 0;
    }
    
    .liza-submenu .liza-menu-item {
        border: none;
    }
    
    .liza-submenu .liza-menu-item > a {
        padding: 12px 20px 12px 40px;
        font-size: 15px;
    }
    
    /* Dropdown indicator for mobile */
    .liza-dropdown-indicator {
        transition: transform 0.3s ease;
    }
    
    .liza-menu-item.liza-active > a .liza-dropdown-indicator {
        transform: rotate(180deg);
    }
    
    /* Prevent body scroll when menu is open */
    body.liza-menu-open {
        overflow: hidden;
    }
}

/* ============================================
   TABLET ADJUSTMENTS
   ============================================ */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .liza-menu-container {
        max-width: 450px;
    }
}

/* ============================================
   ACCESSIBILITY
   ============================================ */
.liza-menu a:focus {
    outline: 2px solid #ff4242;
    outline-offset: 2px;
}

/* Skip to content link for screen readers */
.liza-skip-link {
    position: absolute;
    top: -100px;
    left: 0;
    padding: 10px 20px;
    background: #ff4242;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    z-index: 10000;
}

.liza-skip-link:focus {
    top: 0;
}

/* ============================================
   PERFORMANCE OPTIMIZATION
   ============================================ */
.liza-menu-wrapper {
    /* GPU acceleration for smoother animations */
    will-change: transform;
}

.liza-submenu {
    /* Prevent layout shifts */
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

/* ============================================
   PRINT STYLES
   ============================================ */
@media print {
    .liza-mobile-toggle,
    .liza-mobile-header,
    .liza-mobile-overlay,
    .liza-dropdown-indicator {
        display: none !important;
    }
    
    .liza-menu-container {
        position: static !important;
        width: 100% !important;
        height: auto !important;
        box-shadow: none !important;
    }
    
    .liza-submenu {
        position: static !important;
        display: none !important;
    }
}

/* ========================= */
/* ✅ Produkttext linksbündig */
/* ========================= */
.single-product .entry-content p,
.single-product .entry-content li,
.single-product .entry-content h3 {
    text-align: left !important;
}
