/* Copyright Jahr */
#footer .footer-bottom .container .logo::after {
  content: "© 2026" !important;
}

.row.newsletter-footer {
  padding-top: 20px;
}

#header-top-bar ul.nav.topbar-main.nav-dividers li:nth-child(3) a {
  font-weight: bold;
}

.sticky-top.cart-summary {
  display: block !important;
}

/* Mobile Header Layout */
@media screen and (max-width: 991.98px) {

  /* ============================
     Off-Canvas Navigation Fix
     ============================ */

  /* Off-Canvas Container: links ausserhalb des Bildschirms */
  #mainNavigation.collapse {
    position: fixed !important;
    top: 0 !important;
    left: -100vw !important;
    width: 85vw !important;
    max-width: 320px !important;
    height: 100vh !important;
    background: #fff !important;
    z-index: 1050 !important;
    overflow-y: auto !important;
    transition: left 0.3s ease !important;
    display: block !important;
    visibility: hidden !important;
  }

  /* Wenn geoeffnet: reinsliden */
  #mainNavigation.collapse.show {
    left: 0 !important;
    visibility: visible !important;
  }

  /* Mobile Header innerhalb Off-Canvas */
  #mainNavigation .nav-mobile-header {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 1rem !important;
    border-bottom: 1px solid #eee !important;
  }

  /* X-Button (Toggler) rechts positionieren */
  #mainNavigation .nav-mobile-header-toggler {
    order: 2 !important;
    margin-left: auto !important;
  }

  /* Titel/Zurueck links */
  #mainNavigation .nav-mobile-header-name {
    order: 1 !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  /* ============================
     Sonstige Mobile Anpassungen
     ============================ */

  /* MENÜ-Text ausblenden */
  .nav-mobile-header span.nav-offcanvas-title:not([data-menu-back]) {
    display: none !important;
  }

  /* Suchleiste volle Breite */
  .search-form-wrapper-fixed {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    order: 10 !important;
    padding: 0.25rem 0 0.5rem 0 !important;
    margin: 0 !important;
  }

  .search-form-wrapper-fixed .input-group {
    flex-wrap: nowrap !important;
  }

  .toggler-logo-wrapper .logo-wrapper img {
    height: 2rem;
    width: auto;
  }

  .sell-info {
    font-size: 0.75rem;
    height: 28px;
  }
}
