/** Shopify CDN: Minification failed

Line 348:2 Expected "}" to go with "{"

**/
/* === Anti-Zoom für alle Produktbilder === */
.product-media-container,
.product-media-container.media-fit {
  --product-media-fit: contain !important;
}

.product-media-container img,
.product-media-container.media-fit img,
.card-gallery img,
.product-grid__card img,
.product-card img,
.resource-list__item img,
.predictive-search-results__card img,
deferred-media img {
  object-fit: contain !important;
}

/* === Produktbild-Container: weiß mit dünnem grauen Rahmen (für Detailseite) === */
.product-media-container {
  background-color: #ffffff !important;
  border: 1px solid rgb(var(--color-foreground-rgb) / 0.15) !important;
}

/* === Featured Collection & Listenansicht: ganze Kachel weiß mit Rahmen === */
.product-card {
  border: 1px solid rgb(var(--color-foreground-rgb) / 0.15) !important;
  border-radius: 8px !important;
  background-color: #ffffff !important;
  padding: 10px !important;
}

.resource-list__item {
  border: none !important;
  background-color: transparent !important;
  padding: 0 !important;
}

.product-card .product-card__content {
  background-color: #ffffff !important;
}

.product-card .product-media-container {
  border: none !important;
  background-color: #ffffff !important;
}

/* === Sale-Badge ausblenden (Tinker) === */
.product-badges,
.product-badges__badge,
[class*="product-badges"] {
  display: none !important;
}

/* === Logo (20% kleiner, von 210x100 auf 168x80) === */
.size-style.header-logo,
a.header-logo {
  --header-logo-image-width: 168px !important;
  --header-logo-image-height: 80px !important;
  --header-logo-image-width-mobile: 168px !important;
  --header-logo-image-height-mobile: 80px !important;
}

.header-logo__image,
img.header-logo__image {
  width: 168px !important;
  height: 80px !important;
  max-width: 168px !important;
  max-height: 80px !important;
}

/* === Header: Hauptmenü-Schrift 40% größer (Desktop) === */
@media screen and (min-width: 990px) {
  .header-menu__link,
  .header-menu__item,
  .header-menu a,
  .header__menu a,
  .header-menu-item__link {
    font-size: 1.2em !important;
  }
}

/* === Header-Icons (Suche, Warenkorb) einheitlich 28px === */
.header-actions__action svg,
search-button svg,
cart-icon svg,
.header-actions svg {
  width: 28px !important;
  height: 28px !important;
}

/* === Account-Icon 15% kleiner als die anderen === */
.account-button svg,
.account-button__icon {
  width: 24px !important;
  height: 24px !important;
}

/* === Header rechts: Account + Warenkorb nach links rücken === */
.header-actions {
  margin-right: 40px !important;
  padding-right: 0 !important;
}

.header__column--right {
  padding-right: 20px !important;
}

/* === Produktdetailseite Desktop: Bild kleiner, Text rückt auf === */
@media screen and (min-width: 750px) {
  .product-information__grid {
    grid-template-columns: 0.9fr 1fr !important;
    --gap: 30px !important;
    gap: 30px !important;
  }
}

.product-information__media .product-media-container {
  padding: 15px !important;
}

/* === Produktbeschreibung: Abstand zwischen Überschriften und Text === */
.product-information__description h1,
.product-information__description h2,
.product-information__description h3,
.product-information__description h4,
.product-information__description h5,
.product-information__description h6 {
  margin-top: 1.5em !important;
  margin-bottom: 0.5em !important;
}

.product-information__description h1:first-child,
.product-information__description h2:first-child,
.product-information__description h3:first-child,
.product-information__description h4:first-child,
.product-information__description h5:first-child,
.product-information__description h6:first-child {
  margin-top: 0 !important;
}

/* === Warenkorb: Bilder einheitlich groß === */
.cart-items__media-image {
  width: auto !important;
  max-width: 156px !important;
  height: 156px !important;
  max-height: 156px !important;
  object-fit: contain !important;
}

.cart-items__media-container {
  width: 156px !important;
  height: 156px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* === Warenkorb: Text Abstand zum Bild === */
.cart-items__details {
  padding-left: 30px !important;
}

/* === Warenkorb: Titel und Preis Größe === */
.cart-items__title {
  font-size: 1.4em !important;
  margin-bottom: 10px !important;
  display: block !important;
}

.cart-items__price {
  font-size: 1.2em !important;
}

/* === Warenkorb: Gewichtsangabe pro Produkt (rechts unter Preis) === */
.cart-items__weight {
  font-size: 0.9em !important;
  color: rgb(var(--color-foreground-rgb) / 0.6) !important;
  margin-top: 6px !important;
  text-align: right !important;
  display: block !important;
}

/* === Warenkorb: Gesamtgewichts-Balken (unter den CTAs) === */
.cart-weight-progress {
  margin-top: 24px !important;
  padding: 16px !important;
  background-color: rgb(var(--color-foreground-rgb) / 0.04) !important;
  border-radius: 8px !important;
}

.cart-weight-progress__intro {
  font-size: 0.85em !important;
  line-height: 1.5 !important;
  color: rgb(var(--color-foreground-rgb) / 0.7) !important;
  margin: 14px 0 0 0 !important;
}

.cart-weight-progress__header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  font-size: 0.95em !important;
  margin-bottom: 8px !important;
  gap: 12px !important;
}

.cart-weight-progress__value {
  white-space: nowrap !important;
}

.cart-weight-progress__bar-bg {
  width: 100% !important;
  height: 12px !important;
  background-color: rgb(var(--color-foreground-rgb) / 0.1) !important;
  border-radius: 6px !important;
  overflow: hidden !important;
}

.cart-weight-progress__bar-fill {
  height: 100% !important;
  background-color: #8ba66b !important;
  border-radius: 6px !important;
  transition: width 0.3s ease !important;
}

.cart-weight-progress__bar-fill--full {
  background-color: #c0392b !important;
}

/* === Mega-Menü: Unterkategorien in 3 Spalten === */
@media screen and (min-width: 990px) {
  /* Die Spalte selbst breit machen */
  .mega-menu__column,
  .mega-menu__column--span-1 {
    width: 100% !important;
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
  
  /* Die Items innerhalb der Spalte in 3 Spalten anordnen */
  .mega-menu__column > div:has(> a),
  .mega-menu__column > .mega-menu__column-content,
  .mega-menu__column ul {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    column-gap: 40px !important;
    row-gap: 8px !important;
  }
  
  /* Falls die Items direkt im div liegen (nicht in einem ul) */
  .mega-menu__list {
    display: block !important;
    width: 100% !important;
  }
  
.mega-menu__list > .mega-menu__column {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    column-gap: 32px !important;
    row-gap: 8px !important;
    align-items: start !important;
  }

/* Mega-Menü-Container über volle Bildschirmbreite */
  .mega-menu {
    max-width: 100vw !important;
    width: 100vw !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    box-sizing: border-box !important;
  }
}/* === Subscription/Consent-Hinweistext kleiner === */
#shopify-buyer-consent,
#shopify-buyer-consent small,
small#shopify-buyer-consent {
  font-size: 0.7em !important;
  line-height: 1.4 !important;
  color: rgb(var(--color-foreground-rgb) / 0.55) !important;
}

#shopify-subscription-policy-button {
  font-size: inherit !important;
}
/* === Schnellkauf-Button dauerhaft sichtbar === */
.quick-add__button {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.quick-add__button .add-to-cart-text__content > span span,
.quick-add__button .add-to-cart-text__content span,
.quick-add__button .add-to-cart-text {
  opacity: 1 !important;
  filter: none !important;
  translate: 0 !important;
  transition: none !important;
}

/* Mobile: aus "is-visually-hidden-mobile" rausholen */
.quick-add__button .add-to-cart-text__content.is-visually-hidden-mobile {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
}
/* === Mobile: Header-Icons mehr Platz geben === */
@media screen and (max-width: 749px) {
  /* Logo deutlich kleiner auf Mobile */
  .header-logo__image,
  img.header-logo__image {
    width: 100px !important;
    height: 48px !important;
    max-width: 100px !important;
    max-height: 48px !important;
  }
  
  /* Icons enger zusammen, aber nicht überlappend */
  .header-actions {
    margin-right: 8 !important;
    gap: 12px !important;
  }
  
  /* Icons leicht verkleinern auf Mobile */
  .header-actions__action svg,
  search-button svg,
  cart-icon svg,
  .header-actions svg {
    width: 24px !important;
    height: 24px !important;
  }
  
  .account-button svg,
  .account-button__icon {
    width: 22px !important;
    height: 22px !important;
  }
  