/** Shopify CDN: Minification failed

Line 298:0 Unexpected "}"

**/
/* ===================================
   LAMBDA COFFEE — BRAND CI (Ref: CI Guidelines)
   ---
   JET          #3A393E   RGB(58,57,62)    60% — Primärfarbe: Hintergründe, Text, Markenbasis
   DEEP GREEN   #A7AE9E   RGB(167,174,158) 30% — Sekundärfarbe: Schrift auf Jet, Akzente, Linien, Icons
   SLATE GRAY   #7A858B   RGB(122,133,139) 10% — Akzent: ausschließlich CTAs (Ausnahme Trail Pass)
   WHITE SMOKE  #F2F2F2   RGB(242,242,242) <5% — selten: Produktnamen (VESUV etc.)
   ---
   CSS-Variablen (base.css):
   --custom-color-green-cta: #008a00  ← NUR für externe CTA-Farbe, NICHT für Brand-Design
   --custom-color-1: #c4ccbd          ← Soft Sage, aus CI entfernt, nicht mehr verwenden
   ---
   Schrift: Bodoni — Headings uppercase, letter-spacing 0.12em
   =================================== */

/* Farb Anpassung */
.color-scheme-3 {
}
/* END Farb npassung */

/* Allgemeine Bausteine */
.custom-shadow_small-elements {
  box-shadow: 0 4px 16px rgba(54, 53, 53, 0.30);
}
/* END Allgemine Bausteine */

/* Text Font */
:root {
  --font-size-text-small: 10px;
  --font-size-text-normal: 1.2rem;
}
h1 {
  font-family: "Bodoni" !important;
  text-transform: uppercase;
  line-height: normal !important;
}

h2 {
  font-family: "Montserrat", var(--font-body-family), sans-serif !important;
  font-weight: 300 !important;
  text-transform: none !important;
  line-height: normal !important;
}
.subtitle{
  font-weight: 400;
}
@media screen and (max-width: 749px){
  .subtitle{
  color:;
}
}
body {
  font-size: 1.2em;
}

/* Custom Base - Ausblenden Produkt Tax - edit 29.9.2025 */
.product__tax {
    display:none ;
}

.weak_text_bright {
  font-size: 1rem;
  color: var(--color-foreground);
  opacity: .4;
  position: relative;
  top: 0px;
}
.weak_text_price {
  font-size: 1.1rem;
  letter-spacing: .04rem;
  line-height: calc(1 + .2 / var(--font-body-scale));
  margin-top: .2rem;
  color: rgba(var(--color-foreground), .7);
  position: relative;
  margin: 0px 0px 0px 0px !important;
  vertical-align: baseline !important;
}

/* END Ausblenden Produkt Tax */

/* Custom Base - Warenkorb anpassungen - edit 2021 */
.cart-count-bubble{
  background-color: var(--primary-color);
}
.good_choice {
  color:;
}
.good_choice-wrapper {
  margin-top: 5px;
  padding: 10px;
  text-align: center !important;
  font-weight: 400;
  border-bottom: 1px solid rgba(var(--color-foreground), .15);
}
.drawer__header {
  background-color: var(--secondary-color-1);
}
.drawer__heading{
  color: var(--primary-contrast-color);
}
.totals__subtotal {
  color: #9e9e9e;
}
.totals__subtotal-value {
  color: #9e9e9e;
}
.price.price--end {
  color: #9e9e9e;
}
.cart-benefit-label {
  color: var(--custom-color-1);
}
.ShippingAndReturns {
  text-align: left;
}
.ShippingAndReturns__Line {
  justify-content: space-between;
  display: flex;
  font-size: small;
}
.cart-item__name{
  font-size: calc(var(--font-heading-scale) * 1.2rem);
  color: var(--alpha-link);
}
.cart_product__brand-name {
    text-transform: uppercase;
    margin: auto;
    font-family: bodoni;
    letter-spacing: 0.12em;
    font-size: 2.4rem;
    color: var(--custom-color-1);
  }
.quantity {
    width: calc(12rem / var(--font-body-scale) + var(--inputs-border-width) * 1);
    min-height: calc((var(--inputs-border-width) * 1) + 4rem);
}
.product-option {
    font-size: 1.2rem;
  }
/* END Warenkorb anpassungen */



/* Produkt-Karte: Technische Beschreibung dezenter — 16.4.2026 */
.card-information .caption-large.light {
  font-size: 0.9rem !important;
  opacity: 0.5 !important;
  font-weight: 300 !important;
  display: block !important;
  margin-top: 0.25rem !important;
  letter-spacing: 0.01em !important;
}

/* Farb-Swatches auf Produktkarten — 16.4.2026 */
.card__swatches {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
  margin-top: 0.65rem;
  margin-bottom: 0.2rem;
  align-items: center;
}

.card__swatch {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1.5px solid rgba(var(--color-foreground), 0.15);
  background-size: cover;
  background-position: center;
  display: block;
  transition: transform 0.15s ease, border-color 0.15s ease;
  text-decoration: none;
}

.card__swatch:hover {
  transform: scale(1.2);
  border-color: rgba(var(--color-foreground), 0.5);
}

.card__swatch--unavailable {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

/* Base - Produkt Card Anpassung - 1.10.2025 */
.card_product__brand-name {
    text-transform: uppercase;
    margin: auto;
    font-family: bodoni;
    letter-spacing: 0.12em;
    font-size: 2.4rem;
    color: var(--primary-contrast-color);
  }

.card .badge {
  color: var(--secondary-color-1);
}
/* END Produkt Card */


/*edit 23.8.2022
.price .price__badge-sale {
  border-radius: 0;
  font-size: 13px;
  background-color: var(--primary-color);
  font-weight: ;
  border: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.card__badge .badge {
  border-radius: 0;
  font-size: 13px;
  background-color: ;
  font-weight: ;
  border: none;
}
.globo-number-stock-variant {
  display: none;
}
label.name-option {
  font-weight: var(--font-body-weight) !important;
}

  */

/* Custom Base Login Icon asublenden - edit 25.9.2022 */
.header__icon--account {
  display: none !important;
}
.menu-drawer__account {
  display: none !important;
}

.attr-title-hover {
  display: none;
}

label.name-option {
  display: none !important;
}
label.form__label {
  display: none;
}

.payment-list-cart {
  margin-top: 5px !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  padding-top: 0px !important;
}

.rating-count{
  color: var(--primary-color) !important;
  font-weight: 400;
}
/* END Login Icon asublenden */

/* Custom Base - Cookie - Oktober 2025 */
.shopify-pc__banner__dialog h2 {
  font-weight: 100 !important;
  background-color: var(--secondary-color-1);
  color: var(--primary-contrast-color);
  font-size: xx-large !important;
  margin-top: -32px !important;
  margin-left: -32px !important;
  margin-right: -32px !important;
  margin-bottom: 0px !important;
  padding: 16px 32px 10px 32px !important;
}
.shopify-pc__banner__dialog p {
    margin-top: 25px !important;
}
#shopify-pc__banner__btn-accept{
border: none !important;
}
#shopify-pc__banner__btn-decline{
    background-color: unset !important;
}
/* Container: Flex + etwas Abstand */
.shopify-pc__banner__btns {
  display: grid !important;
  grid-template-columns: 1fr 1fr;   /* zwei Spalten */
  flex-wrap: wrap;
  row-gap:2px !important;
}

/* Den Wrapper um den Ablehnen-Button neutralisieren,
   damit der Button wie ein direktes Flex-Kind behandelt wird */
.shopify-pc__banner__btns > div { display: contents; }
}

/* Reihenfolge festlegen (Zahlen einfach ändern) */
#shopify-pc__banner__btn-accept       { grid-column: 2; grid-row: 1; } /* links oben  */
#shopify-pc__banner__btn-decline      { grid-column: 1; grid-row: 1; } /* rechts oben */
#shopify-pc__banner__btn-manage-prefs { grid-column: 1 / -1; grid-row: 2; } /* unten über beide Spalten */
@media (max-width: 480px){ 
  .shopify-pc__banner__btns{ 
    grid-template-columns:1fr; 
  } 
}
/* Cookie Pandectes zusatz CSS */
.cc-revoke { 
  display: none !important; 
}
#gdpr-blocking-page-overlay{
  z-index:987 !important;
}
#cookies, .pd-cookie-banner-window {
  z-index: 988 !important;
}

@media (max-width: 767px) {
    #cookies .cc-window.cc-floating {
        max-width: 90% !important;
    }}
#cookies .pd-cookie-banner-window .cc-header{
    font-family: 'bodoni' !important;
    font-weight: 100 !important;
    font-size: xx-large !important;
    text-transform: uppercase;
    line-height: normal;
    background-color: var(--secondary-color-1);
    color: var(--primary-contrast-color);
    margin-top: -4rem !important;
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important;
    margin-bottom: 4rem !important;
    padding: 4rem 4.5rem 4rem !important;
}
.cc-floating.cc-theme-classic{
  
}
#cookies .pd-cookie-banner-window {
  border-radius:4px !important;
  padding: 4rem 4.5rem 4rem !important;
  flex-wrap: unset !important;
  margin: auto;
}
.pd-cookie-banner-window {
    margin: 2rem;
    width: fit-content !important;
}
.cc-message{
  gap: 10px;
  color: var(--secondary-color-1) !important;
}
.cc-link {
    opacity: 0.4 !important;
    display: inline-block;
    color: var(--secondary-color-1) !important;
    padding: 0.2em;
    text-decoration: underline;
    font-size: xx-small;
}
#cookieconsent\:desc [role="presentation"][aria-hidden="true"]{
  opacity: .4;
}
[id="cookieconsent:desc"] span {
  gap: unset;
  flex-wrap: wrap;
}
.pd-cookie-banner-window .cc-compliance .cc-settings{
  border: unset !important;
  text-decoration: underline;
  font-weight: 100 !important;
  opacity: .8;
}
.pd-cookie-banner-window .cc-compliance .cc-settings:hover{
  background-color:unset !important;
}
.cc-settings{
  color: var(--secondary-color-1) !important;
}
.cc-deny{
  color: var(--secondary-color-1) !important;
  background-color: unset !important;
  font-weight: 100 !important;
  text-decoration: underline;
  opacity: .8;
}
.cc-allow { 
  border-radius: 4px !important;
  font-weight: 400 !important;
}
/* Basis */
.cc-window .cc-compliance {
  display: flex;
  gap: 8px;
}
.cc-window .cc-compliance .cc-btn { order: 0; font-size: unset !important;} /* reset */

/* 💻 Desktop (>600px): Einstellungen | Cookies ablehnen | Bin dabei! */
@media (min-width: 601px){
  .cc-window .cc-compliance { flex-direction: row; }
  .cc-window .cc-compliance .cc-btn.cc-settings { order: 2; }
  .cc-window .cc-compliance .cc-btn.cc-deny     { order: 1; }
  .cc-window .cc-compliance .cc-btn.cc-allow    { order: 3; }
}

/* 📱 Mobile (≤600px): Bin dabei! | Einstellungen | Cookies ablehnen */
@media only screen and (max-width: 600px){
  .cc-window .cc-compliance { flex-direction: column; gap: 4px !important; }
  .cc-window .cc-compliance .cc-btn.cc-allow    { order: 1; }
  .cc-window .cc-compliance .cc-btn.cc-settings { order: 3; }
  .cc-window .cc-compliance .cc-btn.cc-deny     { order: 2; }

  /* optional: Buttons auf volle Breite */
  .cc-window .cc-compliance .cc-btn { width: 100%; }
}


/* END Cookie */


/* 2.6.2023 Tooltip Price */
/* Tooltip nur in Produktseite Hauptprodukt anzeigen */
.product__info-wrapper .price_tooltip {
  display: inline-block !important; /* Zeigt den Tooltip an */
}
/* END Tooltip Price */



/* Custom Base - Badge New Products - edit 7.9.2023 */

.trapez-container {
  overflow: hidden;
  margin: -10px;
}
.slanted-box {
  background-color: var(--secondary-color-1); /* Hintergrundfarbe des Balkens */
  transform: rotate(315deg); /* Drehung um 45 Grad */
  transform-origin: 60px 80px; /* Drehpunkt am unteren linken Rand */
  padding: 5px; /* Platzierung des Textes innerhalb des Balkens */
  text-align: center;
  width: 150px;
  height: fit-content;
}

.slanted-box p {
  transform: rotate(0deg); /* Gegenteilige Drehung für den Text */
  color: var(--primary-contrast-color); /* Textfarbe */
  margin: 0; /* Entfernt den Textabstand */
  white-space: nowrap; /* Verhindert Zeilenumbrüche im Text */
}

/* END Badge New Products */

/* Hintergrund änderung der Optin Seite Spin Wheel*/
#shopify-section-template--25820895478026__17549162399db2869d {
  background-color: rgb(var(--primary-color));
}

/* Base - Ship text unter price - edit 29.9.2025 */
.ship_text_2 {
  font-weight: 100;
  color: var(--custom-color-1);
  position: relative;
  margin: 0px 0px 0px 0px !important;
  margin-bottom: 1em;
}
/* END Ship Text */

/* Base - Lambda Coffee branded Content - edit 30.09.2025 */
.product__brand-name_title {
    font-size: 3.8em!important;
    line-height:0.95;
    letter-spacing: 0.12em;
    margin: 0.3rem 0 .2rem 0 !important;
    color:var(--primary-contrast-color);
}

.brand-title_wrapper{
    margin-bottom: 0.2em;
}
.brand-title{
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: .2em;
    color: var(--primary-color);
    font-size: 0.6em;
    opacity:.8;
}

.product__brand-slogan_wrapper{
    margin-top: 0.4em !important;
}

.product__brand-slogan{
    font-size: .8em;
    font-weight: normal;
    opacity: 0.85;
    line-height:;
    color: var(--primary-color);
    opacity:.8;
}
/* END Lambda Coffee branded Content */

/* Base - Product Title Hero - edit 30.09.2025 */
.product__title {
  background-color: var(--secondary-color-1);
  padding: 16px;
  margin-top: -16px !important;
  margin-right: -16px;
  margin-bottom: 20px;
  margin-left: -16px;
  text-align: center;
}

/* END Product Title Hero */

/* Base - Footer Anpassungen */
/* nur Links im Footer-Block */
footer .footer-block__details-content :is(a, .list-menu__item--link) {
  color: var(--primary-color);
  font-weight: 400;
}

.footer_low{
  justify-content: center;
}

.footer__copyright {
  text-align:center !important;
}

.footer-brand-logo{
  margin-left: calc(52% - 50vw);
  margin-right: calc(52% - 50vw);
}

@media screen and (max-width: 989px) {
    .footer-block__details-content .list-menu__item--link {
        padding-top: .2rem;
        padding-bottom: .2rem;
    }
  }

  .footer-bottom-logo {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 4rem 2rem 2rem;
  border-top: 1px solid rgba(var(--color-foreground), 0.08);
}

.footer-bottom-logo__link {
  display: block;
  width: 100%;
}

.footer-bottom-logo__image {
  display: block;
  width: 100%;
  height: auto;
}

/* END Footer Anpassungen */

/* Base Judge Me Anpassungen 6.10.2025 */
/* Titel auf PDP gleich wie alle anderen */
.jdgm-rev-widg__title{
  font-size: calc(var(--font-heading-scale) * 2rem) !important;
}
@media only screen and (min-width: 750px) {
.jdgm-rev-widg__title{
    font-size: calc(var(--font-heading-scale) * 2.4rem) !important;
  }
}
/* END Judge Me Anpassungen */

/* Base - Quick Add Button - 17.10.2025 */
.quick-add__submit{
  background-color: transparent !important;
}
.quick-add-modal .product__title>a{
  display:none !important;
}
/* End Quick Add Button */

/* Base - Announcement Bar - 29.10.2025 */
.slider-button{
  display:none !important;
}
.announcement-bar__message{
  font-weight:400;
  font-size:1.2rem;
}

/* Anpassung Headline Color für color-scheme-3 */
  .color-scheme-3 h2,
  .color-scheme-3 p {
  color: var(--secondary-color-1);
  }

  .color-scheme-3 .button--secondary {
  color: var(--secondary-color-2) !important;
}
/* End Anpassung Headline Color für color-scheme-3 */

/* Anpassung Filter */

.mobile-facets__sort .select__select,
.facet-filters__sort {
      background-color: var(--primary-color) !important;
}

.select .svg-wrapper,
.select__select {
  color: var(--secondary-color-1) !important;
}

/* Anpassung Filter */

/* Logo Swap beim Scrollen */
.header__heading-logo--main {
  display: block;
  overflow: hidden;
  transition: width 0.2s ease, opacity 0.15s ease;
}

.header__heading-logo--scroll {
  display: block;
  width: 0;
  opacity: 0;
  overflow: hidden;
  transition: width 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
}

.scrolled-past-header .header__heading-logo--main {
  width: 0 !important;
  opacity: 0;
}

.scrolled-past-header .header__heading-logo--scroll {
  opacity: 1;
}
/* END Logo Swap */

/* ===================================
   Navigation Overlay — unter dem Header
   JET #3A393E | DEEP GREEN #A7AE9E
   =================================== */

/* Header bleibt sichtbar (z-index höher als Drawer) */
.header-wrapper {
  z-index: 101 !important;
  position: relative !important;
}

/* Drawer startet exakt unter dem Header */
.menu-drawer,
.js .menu-drawer {
  position: fixed !important;
  top: var(--header-bottom-position, 6rem) !important;
  left: 0 !important;
  width: 100vw !important;
  height: calc(100vh - var(--header-bottom-position, 6rem)) !important;
  height: calc(100dvh - var(--header-bottom-position, 6rem)) !important;
  max-width: 100vw !important;
  background-color: #3A393E !important;
  z-index: 100 !important;
  display: block !important;
  padding: 2.5rem 8vw 4rem !important;
  overflow-y: auto !important;
  filter: none !important;
  border: none !important;
  transform: none !important;
}

/* Inner container */
.menu-drawer .menu-drawer__inner-container,
.menu-drawer .menu-drawer__navigation-container,
.menu-drawer .menu-drawer__navigation {
  height: auto !important;
  overflow: visible !important;
  width: 100% !important;
  display: block !important;
  position: static !important;
}

.menu-drawer .menu-drawer__navigation {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* ---- Suchleiste im Menü-Drawer ---- */
.menu-drawer__search-wrapper {
  margin-bottom: 0.85rem !important;
  position: relative !important;
}

.menu-drawer__search-form {
  width: 100% !important;
}

/* Eingabefeld — transparent wie Header-Suche, Rahmen in Deep Green */
.menu-drawer__search-wrapper .field__input,
.menu-drawer__search-wrapper .search__input {
  background-color: transparent !important;
  color: #A7AE9E !important;
  caret-color: #A7AE9E !important;
  box-shadow: 0 0 0 1px rgba(167, 174, 158, 0.4) !important;
}

.menu-drawer__search-wrapper .field__input:focus,
.menu-drawer__search-wrapper .search__input:focus {
  background-color: transparent !important;
  box-shadow: 0 0 0 1px rgba(167, 174, 158, 0.75) !important;
}

/* Floating Label = sichtbarer Platzhalter-Text (Dawn: ::placeholder ist opacity:0) */
.menu-drawer__search-wrapper .field__label {
  color: rgba(167, 174, 158, 0.5) !important;
}

/* Such-Icon Farbe */
.menu-drawer__search-wrapper .search__button svg,
.menu-drawer__search-wrapper .field__button svg {
  stroke: rgba(167, 174, 158, 0.6) !important;
  fill: none !important;
}

.menu-drawer__search-wrapper .search__button:hover svg,
.menu-drawer__search-wrapper .field__button:hover svg {
  stroke: #A7AE9E !important;
}

/* Reset-Button Farbe */
.menu-drawer__search-wrapper .reset__button svg {
  stroke: rgba(167, 174, 158, 0.5) !important;
}

/* Border-Farbe — überschreibt Dawn-Standard (color-foreground basiert) */
.menu-drawer__search-wrapper .field {
  --inputs-border-color: rgba(167, 174, 158, 0.25);
}

/* Predictive-Search-Dropdown im Drawer */
.menu-drawer__search-wrapper .predictive-search {
  background-color: #3A393E !important;
  border: 1px solid rgba(167, 174, 158, 0.25) !important;
  border-top: none !important;
  border-radius: 0 0 4px 4px !important;
  z-index: 300 !important;
}

.menu-drawer__search-wrapper .predictive-search__item,
.menu-drawer__search-wrapper .predictive-search a {
  color: #A7AE9E !important;
}

.menu-drawer__search-wrapper .predictive-search__item:hover,
.menu-drawer__search-wrapper .predictive-search a:hover {
  background-color: rgba(167, 174, 158, 0.08) !important;
}

/* Alle li-Trennlinien am li-Element (einheitliche Abstände) */
.menu-drawer .menu-drawer__menu > li {
  border-bottom: 1px solid rgba(167, 174, 158, 0.15) !important;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  transition-delay: calc(var(--i, 1) * 0.055s);
}

.menu-drawer .menu-drawer__menu > li:first-child {
  border-top: 1px solid rgba(167, 174, 158, 0.15) !important;
}

details[open] .menu-drawer .menu-drawer__menu > li {
  opacity: 1;
  transform: translateY(0);
}

/* Haupt-Menüpunkte: Bodoni, Deep Green */
.menu-drawer .menu-drawer__menu-item.list-menu__item {
  font-family: "Bodoni" !important;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem) !important;
  text-transform: uppercase !important;
  letter-spacing: normal !important;
  padding: 0.85rem 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 1.4rem !important;
  color: #A7AE9E !important;
  border-bottom: none !important;
  line-height: 1 !important;
  text-decoration: none !important;
  background: transparent !important;
  transition: text-decoration 0.1s !important;
}

/* Hover-Effekt: nur Underline, kein Letter-Spacing, keine Farbänderung */
.menu-drawer .menu-drawer__menu-item.list-menu__item:hover {
  text-decoration: underline !important;
  text-underline-offset: 0.3em !important;
  letter-spacing: normal !important;
  color: #A7AE9E !important;
}

/* Aktiver Menüpunkt */
.menu-drawer .menu-drawer__menu-item--active.list-menu__item {
  text-decoration: underline !important;
  text-underline-offset: 0.3em !important;
}

/* Trail Pass — White Smoke (CI-Ausnahme: heller als alle anderen Punkte → klarer CTA-Charakter)
   Gleiche Spezifität wie die Deep Green Regel → kommt danach → gewinnt */
.menu-drawer .menu-drawer__menu-item--trail.list-menu__item {
  color: #7A858B !important;
  font-weight: 500 !important;
  position: relative !important;
}

/* Kleiner linker Akzentstreifen — visuelles Signal "Das ist anders" */
.menu-drawer .menu-drawer__menu-item--trail.list-menu__item::before {
  content: '' !important;
  position: absolute !important;
  left: -8vw !important;        /* Reicht bis zum Rand des Drawers */
  top: 0 !important;
  bottom: 0 !important;
  width: 3px !important;
  background-color: #A7AE9E !important;
  border-radius: 0 2px 2px 0 !important;
  opacity: 0.5 !important;
}

.menu-drawer .menu-drawer__menu-item--trail.list-menu__item:hover {
  color: #7A858B !important;
  text-decoration: underline !important;
  text-underline-offset: 0.3em !important;
}

@media screen and (max-width: 749px) {
  .menu-drawer .menu-drawer__menu-item--trail.list-menu__item::before {
    left: -5vw !important;
  }
}

/* Trail-Pass-li: kein extra margin — gleich wie alle anderen Listenelemente */
.menu-drawer .menu-drawer__menu > li.menu-drawer__item--trail {
  margin-top: 0 !important;
}

/* Trail-Pass Untermenü-Links → Slate Gray
   Kombination Attribut-Selektor + Klasse = Spezifität (0,0,2,0)
   schlägt .menu-drawer__child-item (0,0,1,0) in !important-Konkurrenz eindeutig. */
/* Basis: gedämpftes Slate Gray — gleiche Logik wie andere Child-Items (65% opacity) */
[id^="HeaderDrawer-trail-pass-"].menu-drawer__child-item {
  color: rgba(122, 133, 139, 0.65) !important;
}
/* Hover: volle Opacity + Slide — identisch zum Muster der anderen Submenü-Items */
[id^="HeaderDrawer-trail-pass-"].menu-drawer__child-item:hover,
[id^="HeaderDrawer-trail-pass-"].menu-drawer__child-item:focus {
  color: #7A858B !important;
  padding-left: 0.25rem !important;
}

/* Icon-Wrapper — Rahmen ist ins SVG eingebaut, kein CSS-Rahmen */
.nav-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  min-width: 46px;
  overflow: hidden;
  flex-shrink: 0;
  border: none;
  border-radius: 0;
  background: transparent;
}

.nav-icon-wrapper svg,
.nav-icon-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

/* ---- Inline-Kinder: vertikal, Body-Font, kein Uppercase ---- */
.menu-drawer__children {
  list-style: none !important;
  /* Linke Kante bündig mit dem Parent-Text (Icon 46px + Gap 1.4rem) */
  margin: 0 0 0.5rem calc(46px + 1.4rem) !important;
  padding: 0.1rem 0 0.4rem 0.9rem !important;
  border-left: 1px solid rgba(167, 174, 158, 0.2) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}

.menu-drawer__child-item {
  font-family: var(--font-body-family), "Montserrat", sans-serif !important;
  font-size: 1.05rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.04em !important;
  text-transform: none !important;
  color: rgba(167, 174, 158, 0.65) !important;
  padding: 0.38rem 0 !important;
  display: block !important;
  text-decoration: none !important;
  transition: color 0.15s ease, padding-left 0.15s ease !important;
  line-height: 1.4 !important;
  border: none !important;
}

.menu-drawer__child-item:hover {
  color: #A7AE9E !important;
  padding-left: 0.25rem !important;
}

.menu-drawer__child-item.menu-drawer__menu-item--active {
  color: #A7AE9E !important;
  font-weight: 500 !important;
}

/* ---- Utility Links — kein Doppelrand ---- */
/* Trail Pass li hat border-bottom → reicht als Trennlinie */
.menu-drawer .menu-drawer__utility-links {
  margin-top: 1.2rem !important;
  padding-top: 1.2rem !important;
  border-top: none !important;       /* kein zweiter Rand über dem Localization-Button */
  display: block !important;
}

/* ---- Social Icons — Deep Green ---- */
.menu-drawer .list-social__link {
  color: #A7AE9E !important;
}

.menu-drawer .list-social__link svg {
  fill: #A7AE9E !important;
  stroke: none !important;
}

.menu-drawer .list-social__link:hover {
  opacity: 0.65;
}

/* ---- Store Locator Link ---- */
.menu-drawer__store-locator {
  margin-bottom: 1.2rem;
}

.menu-drawer__store-locator-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.7rem !important;
  color: rgba(167, 174, 158, 0.75) !important;
  font-size: 1.05rem !important;
  letter-spacing: 0.04em !important;
  text-decoration: none !important;
  transition: color 0.15s ease !important;
}

.menu-drawer__store-locator-link:hover {
  color: #A7AE9E !important;
  text-decoration: underline !important;
  text-underline-offset: 0.3em !important;
}

.menu-drawer__store-locator-link img {
  width: 28px !important;
  height: 28px !important;
  object-fit: contain !important;
}

/* ---- Sprache/Währung nicht verstecken ---- */
.menu-drawer .menu-drawer__localization {
  display: block !important;
  margin-bottom: 1rem !important;
}

/* ---- Mobile ---- */
@media screen and (max-width: 749px) {
  .menu-drawer,
  .js .menu-drawer {
    padding: 2rem 5vw 3rem !important;
  }

  .menu-drawer .menu-drawer__menu-item.list-menu__item {
    font-size: clamp(1.6rem, 5.5vw, 2.2rem) !important;
    padding: 0.75rem 0 !important;
    gap: 1.1rem !important;
  }

  .nav-icon-wrapper {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
  }

  .menu-drawer__children {
    margin-left: calc(40px + 1.1rem) !important;
    padding-left: 0.75rem !important;
  }

  .nav-icon-wrapper img {
    width: 40px !important;
    height: 40px !important;
  }

  .menu-drawer__child-item {
    font-size: 0.98rem !important;
    padding: 0.32rem 0 !important;
  }
}

/* ===================================
   END Navigation Overlay
   =================================== */

/* ===================================
   Localization (Sprache / Währung) im Menü
   — NUR Farben: Dawn-Layout bleibt unverändert
   =================================== */

/* Wrapper */
.menu-drawer .menu-drawer__localization {
  margin-bottom: 1.4rem !important;
}

/* Label "Land und Region" / "Sprache" im Drawer — Deep Green auf JET-Hintergrund */
#HeaderCountryMobileLabel,
#HeaderLanguageMobileLabel {
  color: #A7AE9E !important;
}

/* Trigger-Button — Farbe + dünner Rahmen, Dawn-Layout bleibt */
.menu-drawer .menu-drawer__localization .localization-form__select,
.menu-drawer .menu-drawer__localization .disclosure__button {
  color: #A7AE9E !important;
  background: transparent !important;
  border: 1px solid rgba(167, 174, 158, 0.3) !important;
  border-radius: 4px !important;
  padding-left: 1.2rem !important;
}

.menu-drawer .menu-drawer__localization .disclosure__button:hover {
  text-decoration: none !important;
  border-color: rgba(167, 174, 158, 0.65) !important;
}

/* Caret-Farbe */
.menu-drawer .menu-drawer__localization .disclosure__button svg,
.menu-drawer .menu-drawer__localization .localization-form__select svg {
  stroke: #A7AE9E !important;
  fill: none !important;
}

/* Dropdown-Panel — Farbe & z-index für alle Breakpoints */
.menu-drawer .disclosure__list-wrapper {
  background-color: #3A393E !important;
  border: 1px solid rgba(167, 174, 158, 0.3) !important;
  z-index: 200 !important;
  transform: none !important;
}

/* Desktop: Dropdown öffnet nach oben über dem Button */
@media screen and (min-width: 750px) {
  .menu-drawer .disclosure__list-wrapper {
    box-shadow: 0 -8px 24px rgba(0,0,0,0.5) !important;
    bottom: calc(100% + 0.4rem) !important;
    top: auto !important;
  }
}

/* Mobile: Bottom-Sheet — position: fixed + bottom: -1rem aus Dawn bleibt erhalten */
@media screen and (max-width: 749px) {
  .menu-drawer .disclosure__list-wrapper.country-selector {
    z-index: 400 !important;
    bottom: 0 !important;
    top: auto !important;
  }
}

/* Listeneinträge */
.menu-drawer .disclosure__link {
  color: rgba(167, 174, 158, 0.75) !important;
  background: transparent !important;
  text-decoration: none !important;
}

.menu-drawer .disclosure__link:hover {
  color: #A7AE9E !important;
  background-color: rgba(167, 174, 158, 0.08) !important;
  text-decoration: none !important;
}

/* Währung immer sichtbar (Dawn: opacity 0 → nur Hover) */
.menu-drawer .localization-form__currency {
  opacity: 1 !important;
}

/* Aktives/gewähltes Land */
.menu-drawer .disclosure__link[aria-current="true"],
.menu-drawer .disclosure__link[aria-current] {
  color: #A7AE9E !important;
}

/* Checkmark */
.menu-drawer .disclosure__link .icon-checkmark {
  stroke: #A7AE9E !important;
}

/* Trennlinie Popular/Rest */
.menu-drawer .popular-countries {
  border-bottom-color: rgba(167, 174, 158, 0.2) !important;
}

/* Suchbereich */
.menu-drawer .country-filter {
  background-color: #3A393E !important;
}

.menu-drawer .country-filter .field__input,
.menu-drawer .country-filter__input {
  background-color: rgba(167, 174, 158, 0.1) !important;
  color: #A7AE9E !important;
  border-color: rgba(167, 174, 158, 0.3) !important;
}

/* Floating Label "Suche" — sichtbar, Deep Green */
.menu-drawer .country-filter .field__label {
  color: rgba(167, 174, 158, 0.55) !important;
}

.menu-drawer .country-filter__input::placeholder,
.menu-drawer .country-filter .field__input::placeholder {
  color: rgba(167, 174, 158, 0.45) !important;
}

/* Overlay transparent */
.menu-drawer .country-selector__overlay {
  background: transparent !important;
  pointer-events: none !important;
}

/* Mobile: Bottom-Sheet — Farbe; Position/z-index oben im Localization-Block geregelt */
@media screen and (max-width: 749px) {
  .disclosure__list-wrapper.country-selector {
    background-color: #3A393E !important;
    border-top: 1px solid rgba(167, 174, 158, 0.3) !important;
  }
}

/* ===================================
   END Localization
   =================================== */

/* Anpassung Image banner */

.banner:after, .banner__media:after{
  background-color:var(--primary-color)!important;
}

/* Transparenter Hintergrund für Banner-Media, damit PNG-Ebenen ohne grauen Schleier dargestellt werden */
.banner__media.media {
  background-color: transparent;
}

/* End Anpassung Image banner */