/** Shopify CDN: Minification failed

Line 2266:0 Expected "}" to go with "{"

**/
.bold {
    font-weight: 500;
}
.logo-list-title .logo-list__item {
  flex-direction:column!important;
  gap:10px;
}
.desktop-nav-social .social-media  {
  gap:10px;
}
.desktop-nav-social .social-media  svg {
  width:19px;
}
.product_specs_item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8e2;
    padding: 7px 0;
}
.spec-name {
    max-width: 30%;
    width: 100%;
    color: #656565;
}
.spec-value {
    text-align: right;
    max-width: 70%;
    width: 100%;
    color: #000;
}
.product-info__block-group.product-info__offer-list {
  align-items:flex-start;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: var(--spacing-1);
}
.product-info__block-group.product-info__offer-list .product-info__block-item {
  margin-top: 0 !important;
}
.product-info__block-group.product-info__offer-list .text-with-icon {
  align-items:flex-start;
}
.product-info__block-group.product-info__offer-list .bold {
  font-weight:500;
}
#header-sidebar-menu .mobile-level-23 li {
  padding: 8px 0;
}
#header-sidebar-menu .mobile-level-23:nth-child(2) li {
  font-size: 18px;
  padding: 5px 0;
  opacity:0.8!important;
}

#header-sidebar-menu .mobile-level-23 .mobile-group-title {
  display:none;
}
#header-sidebar-menu .mobile-level-23:nth-child(2) > .mobile-group-title {
  display:flex;
}

.mega-menu__nav .has-childs > a {
  display:none;
   font-size:18px;
  color:#212121;
}
.mega-menu__nav .has-childs:first-child > a {
  display:block;
}

.mega-menu__nav .has-childs:not(:first-child) > ul li {
  font-size:18px;
  color:#212121;
}
.mega-menu__nav .has-childs:not(:first-child) > ul li a.link-faded {
  opacity:1!important;
}
nav.header__link-list li {
  font-size:18px;
}
.item-sku {
  font-size: 13px;
  opacity: 0.5;
}
.privacy-cart {
  margin-top:15px;
}
.privacy-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.privacy-item input {
  margin-top:7px;
}
.privacy-item label {
  line-height: 1.4;
}
.privacy-item a {
  font-weight:500;
  text-decoration:underline
}
.button:disabled {
  opacity:0.2;
}
/*collection swatches*/

.collection__facets #accordion-filter-v-m-specs-farbe .accordion__content > .wrap,
#facets-drawer #accordion-filter-v-m-specs-farbe .accordion__content > .wrap {
  flex-direction: column;
  align-items: flex-start;
}
.collection__facets #accordion-filter-v-m-specs-farbe .accordion__content .color-swatch span,
#facets-drawer #accordion-filter-v-m-specs-farbe .accordion__content .color-swatch span {
  position: absolute;
  left: 40px;
  width: 210px;
}
.collection__facets #accordion-filter-v-m-specs-farbe .accordion__content .color-swatch:after,
.collection__facets #accordion-filter-v-m-specs-farbe .accordion__content .color-swatch:hover:after,
.variant-picker__option-values .swatch-title,
.product-card__swatch-list .swatch-title {
  display:none!important;
}

@media screen and (max-width:1400px) {
  .product-info__block-group.product-info__offer-list {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }
}

@media screen and (max-width:1149px) {
  .desktop-nav-social {
    display:none;
  }
}

@media screen and (min-width:1150px) {
  .nav_below_header.header .header__wrapper {
    padding-bottom:12px!important;
  }
 .nav_below_header.header + .header__link-list {
    background-color:#fff;
    padding-bottom:12px;
    gap:18px!important;
    position: relative;
    top: -1px;
    /* z-index: -1; */
  }
  .nav_below_header.header + .header__link-list  summary.text-with-icon {
    gap:5px!important;
  }
}

.header.nav_below_header {
  position: relative;    
  z-index: 2;
}

buy-buttons #quantity-discount-app {
  display: none;
}

/* Stelle sicher, dass das Icon-Elternelement positioniert ist */
a.tap-area {
  position: relative !important;
}

/* Die Bubble selbst absolut positionieren */
.header__cart-count .count-bubble {
  position: absolute !important;
  top: -14px !important;      /* Hier verschiebst du sie nach oben, z.B. -14px oder -16px für noch weiter hoch */
  right: -30px !important;    /* Passt sie etwas mehr nach rechts, falls nötig */
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  line-height: 30px !important;
  font-size: 14px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 2.5px solid #A8D5BA !important;
  background: #A8D5BA !important;
  color: #222 !important;
  font-weight: bold !important;
  box-sizing: border-box;
  z-index: 99;
}

.info-circle {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  background: #222;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  cursor: pointer;
  line-height: 16px;
  position: relative;
  transition: background 0.18s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  vertical-align: 6px;
  user-select: none;
}

.tooltip-container {
  position: relative;
  display: inline-block;
}

.tooltip-text {
  /* Zurück zu deiner alten Position */
  position: absolute;
  top: -12px;
  left: 130%;
  z-index: 9999;
  background: #222;
  color: #fff;
  padding: 11px 17px;
  border-radius: 8px;
  font-size: 14px;
  min-width: 250px;
  max-width: 300px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.13);
  white-space: pre-line;
  pointer-events: none;
  
  /* Der Firefox-Fix: Visibility statt Display */
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.13s, visibility 0.13s;
}

/* Dein Hover-Effekt: Jetzt für beide Browser-Engines */
.tooltip-container:hover .tooltip-text,
.tooltip-container.show-tooltip .tooltip-text {
  visibility: visible;
  opacity: 1;
}

/* Der kleine Pfeil (Dein Original) */
.tooltip-text::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 100%;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #222 transparent transparent;
}

/* Ganz wichtig für Firefox in Tabellen! */
#eigenschaften td, .accordion-content td {
  overflow: visible !important;
  position: relative;
}

.product-gallery__media img {
  width: 100% !important;
  height: auto !important;
  max-height: 100% !important;
  object-fit: contain !important;
  background: #fff !important;
}
.footer a,
.footer .link-faded {
  opacity: 1 !important;
  color: rgb(var(--text-color)) !important;
}
.footer .text-subdued,
.footer .text-subdued * {
  color: #fff !important;
  opacity: 1 !important;
}
.footer .footer__uvp-hinweis {
  color: #fff !important;
}
/* Schwarz + Gold */
label.color-swatch[style*="schwarz + gold"] {
  /* Erst das fehlerhafte Inline-Gradient zurücksetzen */
  background: none !important;
  /* Dann den korrekten Verlauf setzen */
  background: linear-gradient(to right, black 50%, gold 50%) !important;
}

/* Gold + Schwarz */
label.color-swatch[style*="gold + schwarz"] {
  background: none !important;
  background: linear-gradient(to right, gold 50%, black 50%) !important;
}

/* Du kannst dieselbe Logik für alle anderen Kombinationen anwenden, zum Beispiel: */

/* Weiß + Gold */
label.color-swatch[style*="weiß + gold"],
label.color-swatch[style*="weiss + gold"] {
  background: none !important;
  background: linear-gradient(to right, white 50%, gold 50%) !important;
  border: 1px solid #ccc !important;
}

/* Gold + Weiß */
label.color-swatch[style*="gold + weiß"],
label.color-swatch[style*="gold + weiss"] {
  background: none !important;
  background: linear-gradient(to right, gold 50%, white 50%) !important;
  border: 1px solid #ccc !important;
}
/* Champagner + Weiß */
label.color-swatch[style*="champagner + weiß"],
label.color-swatch[style*="champagner + weiss"] {
  background: none !important;
  background: linear-gradient(to right, #F7E7CE 50%, white 50%) !important;
  border: 1px solid #ccc !important;
}
/* Schwarz/Gold (Slash-Variante) */
label.color-swatch[style*="schwarz/gold"],
label.color-swatch[style*="gold/schwarz"] {
  background: none !important;
  background: linear-gradient(to right, black 50%, gold 50%) !important;
}

/* Weiß/Gold (Slash-Variante) */
label.color-swatch[style*="weiß/gold"],
label.color-swatch[style*="weiss/gold"],
label.color-swatch[style*="gold/weiß"],
label.color-swatch[style*="gold/weiss"] {
  background: none !important;
  background: linear-gradient(to right, white 50%, gold 50%) !important;
  border: 1px solid #ccc !important;
}

/* Schwarz + Kupfer & Schwarz/Kupfer */
label.color-swatch[style*="schwarz + kupfer"],
label.color-swatch[style*="schwarz/kupfer"],
label.color-swatch[style*="kupfer + schwarz"],
label.color-swatch[style*="kupfer/schwarz"] {
  /* überschreibe die CSS-Variable, die das Theme für den Hintergrund nutzt */
  --swatch-background: linear-gradient(to right, black 50%, #B87333 50%) !important;
}

/* Champagner als mattes Gold (#D4AF37) */
label.color-swatch[style*="champagner"],
label.color-swatch[style*="schwarz + champagner"],
label.color-swatch[style*="schwarz/champagner"],
label.color-swatch[style*="champagner + schwarz"],
label.color-swatch[style*="champagner/schwarz"],
label.color-swatch[style*="weiß + champagner"],
label.color-swatch[style*="weiß/champagner"],
label.color-swatch[style*="champagner + weiß"],
label.color-swatch[style*="champagner/weiß"] {
  --swatch-background: linear-gradient(to right, 
    /* für Schwarz/Champagner: */ black 50%, #D4AF37 50%,
    /* für Weiß/Champagner:   */ white 50%, #D4AF37 50%
  ) !important;
  /* optionaler Rahmen für helle Seiten */
  border: 1px solid #ccc !important;
}
/* Weiß + Schwarz (Plus-Variante) */
label.color-swatch[style*="weiß + schwarz"],
label.color-swatch[style*="weiss + schwarz"],
label.color-swatch[style*="weiß + schwarz"] {
  --swatch-background: linear-gradient(to right, white 50%, black 50%) !important;
  border: 1px solid #ccc !important;
}

/* Schwarz + Weiß (Plus-Variante) */
label.color-swatch[style*="schwarz + weiß"],
label.color-swatch[style*="schwarz + weiss"],
label.color-swatch[style*="black + white"] {
  --swatch-background: linear-gradient(to right, black 50%, white 50%) !important;
}

/* Weiß/Schwarz (Slash-Variante) */
label.color-swatch[style*="weiß/schwarz"],
label.color-swatch[style*="weiss/schwarz"] {
  --swatch-background: linear-gradient(to right, white 50%, black 50%) !important;
  border: 1px solid #ccc !important;
}

/* Schwarz/Weiß (Slash-Variante) */
label.color-swatch[style*="schwarz/weiß"],
label.color-swatch[style*="schwarz/weiss"] {
  --swatch-background: linear-gradient(to right, black 50%, white 50%) !important;
}
/* Weißer Swatch sichtbarer Rahmen */
label.color-swatch[style*="#FFFFFF"] {
  border: 2px solid #000 !important;
  box-sizing: border-box;
}
/* === Lichtfarben Swatches (Designleuchten) === */

.block-swatch--2700-kelvin {
  background-color: #FFC58A !important; /* deutlich wärmer/amber */
}
.block-swatch--3000-kelvin {
  background-color: #FFE6B0 !important; /* weniger orange, neutraler warmweiß */
}
.block-swatch--4000-kelvin {
  background-color: #F2F7FF !important; /* leicht kühl, nicht „steril blau“ */
}


.block-swatch--1800-2850-kelvin {
  background: linear-gradient(90deg,
    #C9792E 0%,
    #FFC27A 60%,
    #FFF6E6 100%
  ) !important;
}

.block-swatch--2000-3000-kelvin,
.block-swatch--dim-to-warm {
  background: linear-gradient(90deg,
    #E98B2A 0%,
    #FFC27A 60%,
    #FFE6B0 100%
  ) !important;
}

.block-swatch--3000-6500-kelvin {
  background: linear-gradient(90deg,
    #FFE6B0 0%,
    #F2F7FF 50%,
    #CFE3FF 100%
  ) !important;
}



/* Gemeinsame Swatch-Styles für alle Lichtfarben */
.block-swatch[class*="kelvin"],
.block-swatch--dim-to-warm {
  display: inline-block;
  width: 5rem;
  height: 3rem;
  border-radius: 20%;
  overflow: hidden;
  border: 1px solid #ccc;
  vertical-align: middle;
  margin-right: 0.5rem;
  box-sizing: border-box;
  cursor: pointer;
  text-indent: -9999px; /* Text im Label verstecken, bleibt für Screenreader */
}

/* Text innerhalb des Swatch ausblenden */
.block-swatch--2700-kelvin span,
.block-swatch--3000-kelvin span,
.block-swatch--4000-kelvin span,
.block-swatch--1800-2850-kelvin span,
.block-swatch--2000-3000-kelvin span,
.block-swatch--dim-to-warm span,
.block-swatch--3000-6500-kelvin span {
  display: none !important;
}
/* Markiere die ausgewählte Lichtfarbe mit dickerem Rahmen */
input[type="radio"]:checked + label.block-swatch {
  border: 3px solid #000;     /* Dicke und Farbe des Rahmens anpassen */
  box-shadow: 0 0 0 2px #fff; /* Optional: Leichter weißer „Glow“ außenrum für besseren Kontrast */
  /* Du kannst auch nur border nutzen, wenn du keinen Schatten willst */
}
/* Tabelle im Blogbereich möglichst weit links */
.article .rte table {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.accordion-title {
  width: 100%;
  padding: 12px 16px;
  font-weight: bold;
  background: #1a1a1a; /* Helleres Grau */
  color: #FFFFFF;
  border: none;
  text-align: left;
  cursor: pointer;
  border-radius: 8px; /* Leicht abgerundete Ecken */
  margin-bottom: 8px;
  position: relative;
  padding-right: 40px; /* Platz für Pfeil */
  transition: background 0.2s;
}

.accordion-title:hover {
  background: #000; /* Leicht dunkler beim Hover */
  color: #FFFFFF
}

.accordion-content {
  display: none;
  padding: 16px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-top: -4px;
  margin-bottom: 16px;
}

.accordion-item.active .accordion-content {
  display: block;
}

.accordion-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  transition: transform 0.3s ease;
}

.accordion-item.active .accordion-icon {
  transform: translateY(-50%) rotate(180deg);
}
.product-tabs {
  margin-top: 0px !important; /* oder z. B. 12px, je nachdem wie kompakt du es willst */
}
@media (min-width: 768px) {
  .accordion-item {
    max-width: 1200px;
    margin: 12px auto;
    padding: 0 16px;
  }

  .accordion-title {
    font-size: 18px;
    padding: 10px 14px;
  }

  .accordion-content {
    font-size: 19px;
    padding: 10px 14px;
  }
}
@media (max-width: 767px) {
  .accordion-content table {
    width: 100%;
    border-collapse: collapse;
  }

  .accordion-content table tr {
    display: block;
    margin-bottom: 12px;
  }

  .accordion-content table td {
    display: block;
    width: 100%;
    padding: 6px 0;
  }

  .accordion-content table td:first-child {
    font-weight: bold;
    color: #222;
  }
}
.product-gallery__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;        /* Kein Kreis mehr */
  border: none;
  color: #1A1A1A;
  font-size: 48px;         /* Schön groß */
  font-weight: bold;
  z-index: 10;
  cursor: pointer;
  line-height: 1;
  box-shadow: none;
  padding: 0 8px;          /* Etwas Puffer links/rechts */
  transition: color 0.15s, transform 0.15s;
}

.product-gallery__arrow:active,
.product-gallery__arrow:focus,
.product-gallery__arrow:hover {
  color: #5A5A5A;          /* Dunkler beim Hover/Active */
  transform: translateY(-50%) scale(1.08);
}

.product-gallery__arrow--left {
  left: 10px;
}
.product-gallery__arrow--right {
  right: 10px;
}

@media (max-width: 767px) {
  .product-gallery__arrow {
    display: none !important;
  }
}
product-gallery:has(media-carousel[desktop-mode="grid_highlight"]) .product-gallery__arrow{
  display: none !important;
}
.accordion-content p + p {
  margin-top: 1.2em !important;
}
.mega-menu {
  z-index: 100 !important;
  background: #fff !important;
}
header, .header__wrapper, .header__main-nav, .mega-menu {
  z-index: 100 !important;
}
.header__wrapper {
  margin-top: 0 !important;
}
.header__wrapper {
  padding-top: 0 !important;
}
@media (min-width: 700px) {
  .header__logo {
    margin-left: 90px !important;
  }
}
@media (max-width: 699px) {
  .header__logo {
    margin-left: 0 !important;
    margin-right: 10px !important; /* Optional: weiter nach links schieben */
  }
}
.reversed-link {
  word-break: break-word;
  hyphens: auto;
}
.swatch-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
h2 {
  font-weight: bold !important;
}
h3 {
  font-weight: bold !important;
}
.social-link {
  display: inline-block;
  text-align: center;
  margin: 0 20px;  /* Abstand zwischen den Icons, anpassbar */
}

.social-link a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: inherit; /* Übernimmt die Schriftfarbe, ggf. anpassen */
  text-decoration: none;
}
.social-link .social-label {
  margin-top: 4px;        /* Weniger Abstand */
  font-size: 0.92rem;     /* Etwas kleiner */
  font-weight: 400;       /* Nicht fett */
  letter-spacing: 0.01em; /* Dezentes Letterspacing */
  color: #ececec;         /* Helleres Grau, kannst du anpassen */
  opacity: 0.9;           /* Leicht transparent, wirkt dezenter */
}
.schienensysteme-section a {
  text-decoration: underline;
  color: #1a1a1a; /* oder eine passende Akzentfarbe */
  font-weight: bold;
}
.schienensysteme-section a:hover {
  color: #44B2D9; /* z.B. beim Hover eine andere Farbe */
  text-decoration: underline;
}
/* Nur auf Desktop größer machen: */
@media screen and (min-width: 1024px) {
  .buy-buttons button,
  .buy-buttons .button,
  .buy-buttons .button--xl {
    width: 180% !important;
    max-width: 600px;    /* Optional: Maximalbreite setzen, falls nötig */
  }
}
/* Stelle das Compact‑Formular auf Flexbox im Column‑Layout */
.buy-buttons.buy-buttons--compact {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.75rem;      /* Abstand zwischen den Buttons */
}

/* Nur FAQ-Bereich – selektiv innerhalb von .accordion-box */
.accordion-box.bg-secondary {
  background-color: #000 !important;
  color: #fff !important;
  border-radius: 12px;
  padding: 20px;
}

/* Nur Accordion-Toggles innerhalb des FAQ-Bereichs */
.accordion-box.bg-secondary .accordion__toggle {
  background-color: #111;
  color: #fff !important;
  border-radius: 8px;
  padding: 14px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #222;
  margin-bottom: 6px;
}

/* Hover */
.accordion-box.bg-secondary .accordion__toggle:hover {
  background-color: #222;
}

/* Pfeilfarbe nur hier */
.accordion-box.bg-secondary .accordion__toggle svg path {
  stroke: #fff;
  transition: all 0.3s ease;
}

/* Geöffneter Zustand */
.accordion-box.bg-secondary .accordion[open] .accordion__toggle {
  background-color: #fff;
  color: #000 !important;
  border: 1px solid #fff;
}

/* Pfeil im geöffneten Zustand */
.accordion-box.bg-secondary .accordion[open] .accordion__toggle svg path {
  stroke: #000;
}

/* Inhalt schwarz/weiß */
.accordion-box.bg-secondary .accordion__content {
  background-color: #000;
  color: #fff;
  padding: 10px 16px 20px;
}

.accordion-box.bg-secondary .accordion__content p {
  margin-bottom: 10px;
}

@media (max-width: 749px) {
  .cart-drawer .buy-buttons--compact {
    flex-direction: column !important;
    gap: 0.5rem !important;
  }

  .cart-drawer .buy-buttons--compact .button {
    width: 100% !important;
    display: block !important;
  }
}



/* ===========================================
   ANTI-WACKEL FIX – NUR MOBIL (Impact Theme)
   =========================================== */

@media (max-width: 749px) {

  /* Verhindert horizontales Wischen / Scrollen auf Mobilgeräten */
  html, body {
    overflow-x: hidden !important;
    width: 100% !important;
    scroll-behavior: smooth;
    overscroll-behavior-x: none;
  }

  /* Typische Shopify/Impact-Sektionen, die überstehen können */
  .section,
  .shopify-section,
  .image-banner,
  .image-with-text,
  .footer,
  .cart-drawer {
    overflow-x: hidden !important;
  }

  /* Slider-Container, z. B. Produktgalerien oder Banner-Slider */
  .flickity-viewport,
  .swiper,
  .swiper-wrapper,
  .carousel,
  .carousel__inner {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  /* Drawer, Popups und Modals stabilisieren */
  .drawer,
  .popup,
  .modal {
    overscroll-behavior: contain;
  }
}

/* Mobile: Checkbox + Text sauber in einer Zeile ausrichten */
@media (max-width: 749px) {
  /* Container von Checkbox + Label als Flex-Zeile */
  .cart-drawer .privacy-cart .privacy-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
  }

  /* Checkbox nicht schrumpfen und leicht nach unten versetzen (optische Mitte) */
  .cart-drawer .privacy-cart .privacy-item input[type="checkbox"] {
    flex: 0 0 auto !important;
    margin: 3px 0 0 0 !important;
  }

  /* Label ohne Außenabstände, damit nichts einrückt */
  .cart-drawer .privacy-cart .privacy-item label[for="privacy_drawer"] {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }

  /* Text (inkl. deiner kleineren Schrift) */
  .cart-drawer .privacy-cart .privacy-item label[for="privacy_drawer"] p {
    font-size: 12px !important;
    line-height: 1.35 !important;
    margin: 0 !important;         /* wichtig: kein zusätzlicher Versatz */
  }

  /* Optional: manuelle Zeilenbrüche weiterhin entfernen */
  .cart-drawer .privacy-cart .privacy-item label[for="privacy_drawer"] p br {
    display: none !important;
  }
}

@media (max-width: 749px) {
  /* Kleinere Schrift für Steuer-/Versand-Hinweis im Warenkorb-Drawer */
  .cart-drawer .cart__taxes,
  .cart-drawer .totals__footer,
  .cart-drawer .cart__footer p,
  .cart-drawer [slot="footer"] p:has(a[href*="shipping"]) {
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: #666 !important; /* leicht abgeschwächt */
    margin-top: 2px !important;
  }
}

.cart-drawer .buy-buttons {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.cart-drawer .buy-buttons a {
  flex: 1;
}

/* Empfohlenes Zubehör im Warenkorb */
.cart-recommendations-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(4, 1fr);
}

.cart-recommendations-grid .product-card-wrapper {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  padding: 0.5rem;
  transition: box-shadow 0.2s ease;
}

.cart-recommendations-grid .product-card-wrapper:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.cart-recommendations-grid img {
  max-height: 160px;
  object-fit: contain;
  margin: 0 auto;
}

/* Tablet */
@media (max-width: 1024px) {
  .cart-recommendations-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile */
@media (max-width: 640px) {
  .cart-recommendations-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ===============================
   MODERNES DESIGN DER PRODUKTBOX
   =============================== */

/* --- Hauptbox (Desktop) --- */
.product-purchase-block,
.buy-box-container {
  background: #ffffff !important; /* Rein weiß, kein Grauton */
  border: 1px solid #e5e5e5 !important; /* Dezente, elegante Linie */
  border-radius: 12px !important;
  padding: 0.75rem !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.05rem !important;
  margin-top: 0.5rem !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05) !important; /* Sanfter Schatten */
  transition: all 0.25s ease !important; /* Für Hover-Effekt */
}

/* --- Hover-Effekt (Desktop only) --- */
@media (hover: hover) {
  .product-purchase-block:hover,
  .buy-box-container:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08) !important;
  }
}

/* --- Preis, Buttons, Zahlbereich (Abstände) --- */
.product-purchase-block .product-info__price {
  margin: 0 !important;
}

.product-purchase-block .quantity-cart-wrapper__button {
  margin-top: 0.5rem !important;
}

.product-purchase-block .shopify-payment-button {
  margin-top: 0.5rem !important;
}

/* --- Mobile Version --- */
@media (max-width: 768px) {
  .product-purchase-block,
  .buy-box-container {
    background: #ffffff !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 8px !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04) !important;
    padding: 1rem !important;
    margin-top: 0.75rem !important;
  }
}

/* Alle internen Abstände drastisch reduzieren */
.buy-box-container * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Titel und Metazeile */
.buy-box-container .product-info__title {
  margin-bottom: 0.25rem !important;
}

.buy-box-container .product-info__meta-line {
  margin-bottom: 0.25rem !important;
}

/* Preisblock enger */
.buy-box-container .product-info__price {
  margin: 0 !important;
  padding: 0 !important;
}

/* Variantenfeld und Mengenblock minimaler Abstand */
.buy-box-container .product-info__variant-picker,
.buy-box-container .quantity-cart-wrapper,
.buy-box-container .product-info__block-item {
  margin-top: 0.4rem !important;
  margin-bottom: 0.4rem !important;
}

/* Mengenauswahl und Button dichter zusammen */
.buy-box-container .quantity-cart-wrapper__button,
.buy-box-container .shopify-payment-button {
  margin-top: 0.4rem !important;
}

/* Paragraphen sehr eng */
.buy-box-container p {
  margin: 0.2rem 0 !important;
}

/* Falls der Mengenrabatt-Block zu viel Luft hat */
.buy-box-container .volume-pricing {
  margin-top: 0.3rem !important;
  margin-bottom: 0.3rem !important;
}

/* --- Leere Blöcke im Produktinfo-Bereich ausblenden --- */
.product-info__block-item[data-block-type="buy-buttons"]:empty,
.product-info__block-item[data-block-type="payment-terms"]:empty,
.product-info__block-item[data-block-type="delivery-time"]:empty,
.product-info__block-item[data-block-type="separator"]:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}

/* Falls Shopify unsichtbare Leerzeichen rendert */
.product-info__block-item[data-block-type="buy-buttons"],
.product-info__block-item[data-block-type="payment-terms"],
.product-info__block-item[data-block-type="delivery-time"],
.product-info__block-item[data-block-type="separator"] {
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* --- Einheitliche Kaufbox für Mengenrabatt / Warenkorb / Payment-Icons --- */
.buybox-wrapper {
  max-width: 480px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

/* Mengenrabatt */
.buybox-wrapper .rapi-bundle-content-0 {
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  background: #fafafa !important;
  padding: 10px 14px !important;
  box-sizing: border-box;
}

/* Warenkorb-Button */
.buybox-wrapper .button {
  width: 100% !important;
  border-radius: 8px !important;
  height: 52px !important;
  font-weight: 600 !important;
  margin: 0 auto;
  box-sizing: border-box;
}

/* Payment-Icons */
.buybox-wrapper .essential-banners-default-placement [data-banners] {
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  background: #fff !important;
  padding: 6px 10px !important;
  min-height: 52px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

/* --- Payment Icons: zentriert, responsive, kein Überlauf --- */
.buybox-wrapper .icon-block-container {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important; /* erlaubt Zeilenumbruch */
  gap: 8px !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

/* --- Warenkorb-Button auf volle Breite unter die Menge ziehen --- */
.quantity-cart-wrapper {
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 10px !important;
}

.quantity-cart-wrapper__quantity {
  width: 100% !important;
}

.quantity-cart-wrapper__button {
  width: 100% !important;
}

.quantity-cart-wrapper__button .button {
  width: 100% !important;
  margin: 0 !important;
}

/* --- Judge.me Bewertung zentriert & zweizeilig --- */
.jdgm-all-reviews-text {
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1.3 !important;
  gap: 2px !important;
  max-width: 100%;
}

.jdgm-all-reviews-rating__score,
.jdgm-all-reviews-rating__stars {
  font-size: 14px !important;
}

.jdgm-all-reviews-text__text {
  font-size: 13px !important;
  white-space: normal !important;
  word-break: break-word !important;
  text-align: center !important;
  max-width: 100% !important;
}

/* Wenn keine Bewertungen vorhanden sind → komplett ausblenden */
.jdgm-widget.jdgm-preview-badge[data-number-of-reviews="0"],
.jdgm-widget.jdgm-preview-badge .jdgm-prev-badge[data-number-of-reviews="0"],
.jdgm-prev-badge__text:contains("Keine Bewertungen") {
  display: none !important;
}

/* Entfernt zusätzlich den leeren Produktblock drumherum */
.product-info__block-item:has(.jdgm-widget.jdgm-preview-badge[data-number-of-reviews="0"]),
.product-info__block-item:has(.jdgm-prev-badge__text:contains("Keine Bewertungen")) {
  display: none !important;
}

/* Blendet das Judge.me-Badge vollständig aus, wenn keine Bewertungen vorhanden sind */
.jdgm-widget.jdgm-preview-badge[data-average-rating="0.00"],
.jdgm-widget.jdgm-preview-badge[data-number-of-reviews="0"] {
  display: none !important;
}

/* Entfernt zusätzlich den leeren Shopify-Block drumherum */
.product-info__block-item:has(.jdgm-widget.jdgm-preview-badge[data-number-of-reviews="0"]) {
  display: none !important;
}


/* Entfernt auch leere Badges-Blöcke */
.product-info__block-item[data-block-type="badges"]:empty {
  display: none !important;
}

/* Kein zusätzlicher Abstand zwischen aufeinanderfolgenden Produktblöcken */
.product-info__block-item + .product-info__block-item {
  margin-bottom: 10px !important;
}

/* ===============================
   LEERE PRODUKTBEREICHE AUSBLENDEN
   =============================== */

/* 1. Beschreibung */
.product-info__block-item[data-block-type="description"]:empty,
.product-info__block-item[data-block-type="description"]:not(:has(*)),
.product-info__block-item[data-block-type="description"] > div:empty {
  display: none !important;
}

/* 2. Associated Products / Zubehör */
.product-info__block-item[data-block-type="associated-products"]:empty,
.product-info__block-item[data-block-type="associated-products"]:not(:has(*)),
.product-info__block-item[data-block-type="associated-products"] > div:empty {
  display: none !important;
}

/* 3. Technische Infos */
.product-info__block-item[data-block-type="tech-info"]:empty,
.product-info__block-item[data-block-type="tech-info"]:not(:has(*)),
.product-info__block-item[data-block-type="tech-info"] > div:empty {
  display: none !important;
}

/* 4. Leere Separatoren, Badges, Garantie- oder App-Blöcke */
.product-info__block-item[data-block-type="separator"]:empty,
.product-info__block-item[data-block-type="badges"]:empty,
.product-info__block-item[data-block-type="@app"]:empty {
  display: none !important;
}

/* 5. Judge.me – wenn keine Bewertungen vorhanden sind */
.jdgm-widget.jdgm-preview-badge[data-number-of-reviews="0"],
.jdgm-prev-badge__text:contains("Keine Bewertungen") {
  display: none !important;
}
.product-info__block-item:has(.jdgm-prev-badge__text:contains("Keine Bewertungen")) {
  display: none !important;
}

/* 6. Allgemein: Alle Produktblöcke, die wirklich leer sind */
.product-info__block-item:empty,
.product-info__block-item:not(:has(*)) {
  display: none !important;
}

/* 7. Abstandskorrektur zwischen echten Blöcken */
.product-info__block-item + .product-info__block-item {
  margin-top: 0 !important;
}

/* Falls ein App-Block wirklich leer ist */
.product-info__block-item[data-block-type="@app"]:empty {
  display: none !important;
  height: 0 !important; 
  }

/* ===============================
   Checkout loading overlay
================================ */
.checkout-loader-overlay{
  position: fixed;
  inset: 0;
  background: rgba(255,255,255,.65);
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
}

.checkout-loader-overlay.is-visible{
  display: flex;
}

.checkout-loader-spinner{
  width: 42px;
  height: 42px;
  border: 4px solid rgba(0,0,0,.15);
  border-top-color: rgba(0,0,0,.55);
  border-radius: 50%;
  animation: checkoutSpin .9s linear infinite;
}

@keyframes checkoutSpin{
  to { transform: rotate(360deg); }
}

/* =========================
   Grid Highlight: make small tiles square + cover images
   IMPORTANT: do NOT size all direct children, only the IMG
   (prevents zoom overlay from blocking clicks)
   ========================= */
@media (min-width: 1000px) {
  media-carousel[desktop-mode="grid_highlight"] .product-gallery__media:not([style*="z-index: 2"]) {
    aspect-ratio: 1 / 1;
  }
}

/* =========================
   Click safety: don't let the zoom overlay block clicks on the image
   (button remains clickable)
   ========================= */
.product-gallery__zoom {
  pointer-events: none;
}

.product-gallery__zoom button {
  pointer-events: auto;
}
/* =========================
   Mobile: Thumbnails gleich groß (quadratisch)
   ========================= */
@media (max-width: 999px) {
  /* Häufige Thumbnail-Wrapper in Shopify-Themes */
  product-gallery .product-gallery__thumbnail,
  product-gallery .product-gallery__thumbnails .product-gallery__thumbnail,
  product-gallery .product-gallery__thumbnail-list .product-gallery__thumbnail,
  product-gallery .product-gallery__thumbnail-list button,
  product-gallery .product-gallery__thumbnail-list a {
    width: 56px;        /* <- Größe anpassen */
    height: 56px;       /* <- Größe anpassen */
    border-radius: 10px;
    overflow: hidden;
    flex: 0 0 auto;
  }



  /* Falls manche Thumbnails SVG/Icons statt IMG sind */
  product-gallery .product-gallery__thumbnail svg,
  product-gallery .product-gallery__thumbnail-list svg,
  product-gallery .product-gallery__thumbnails svg {
    width: 100%;
    height: 100%;
    display: block;
  }
  }
/* ---------- Lightnox Quality Select Box ---------- */

.lnx-quality-select{
  margin: 10px 0;
  padding: 12px 16px;

  border: 1px solid rgba(0,0,0,.12) !important;
  border-radius: 12px !important;

  background: #fff !important;
  box-shadow: 0 2px 10px rgba(0,0,0,.06) !important;

  font-size: 17px;
  line-height: 1.4;

  position: relative;
  top: 8px;
}

/* Titel */
.lnx-quality-select__title{
  display: inline-block;
  font-weight: 600;
  color: inherit;
  margin-bottom: 4px;

  border-bottom: 1px solid currentColor;
  text-decoration: none;
}

.lnx-quality-select__text{
  font-size: 17px;
}

/* Hearts */
.lnx-quality-select__title::before{
  content: "🖤";
  margin-right: 6px;
  font-size: 14px;
}

.lnx-quality-select__title::after{
  content: "🖤";
  margin-left: 6px;
  font-size: 14px;
}
.lnx-quality-select:hover{
  box-shadow: 0 6px 18px rgba(0,0,0,.10) !important;
  transform: translateY(-1px);
  transition: all .2s ease;
}

/* Mobile */
/* Mobile: Titel + Text immer 1 Zeile, skalieren bei Bedarf */
@media (max-width: 999px){

  /* TITEL — größer lassen */
  .lnx-quality-select__title{
    white-space: nowrap !important;
    font-size: clamp(13px, 4vw, 17px) !important;
    line-height: 1.15;
  }

  /* TEXT DARUNTER — darf kleiner werden */
  .lnx-quality-select__text{
    white-space: nowrap !important;
    font-size: clamp(11px, 3.2vw, 15px) !important;
    line-height: 1.15;
  }

  /* Herzen minimal kleiner */
  .lnx-quality-select__title::before,
  .lnx-quality-select__title::after{
    font-size: 12px;
    margin: 0 4px;
  }

}


/* Essential Icons Box */

/* 1) Container volle Breite */
.essential-banners-default-placement [data-banner][data-type="product-page"] .icon-block-container{
  display: flex !important;
  width: 100% !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;                 /* wichtig */
  justify-content: space-between !important; /* optional, kann auch bleiben */
}

/* 2) Jedes Icon-Element bekommt gleichen Platz */
.essential-banners-default-placement [data-banner][data-type="product-page"] .icon-block-container .icon-block{
  flex: 1 1 0 !important;            /* DAS ist der Gamechanger */
  display: flex !important;
  justify-content: center !important; /* Icon in seinem Slot zentrieren */
  align-items: center !important;
}

/* 3) Kein Auto-Margin / kein Extra-Padding am Icon */
.essential-banners-default-placement [data-banner][data-type="product-page"] .icon-block-container .icon-container{
  margin: 0 !important;
  padding: 0 !important;
}

/* Buy Box zentrieren mobil*/
@media (max-width: 999px){

  /* 1) Der „Shift“, der bei dir funktioniert */
  safe-sticky.product-info,
  .product-info{
    padding-left: 2px !important;
    padding-right: 2px !important;   /* symmetrisch, damit innen wieder stimmt */
    box-sizing: border-box !important;

    position: relative !important;
    left: 0 !important;
    transform: none !important;

    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  /* 2) Innen: wieder gleich viel Luft links/rechts */
  .product-info .buy-box-container{
    padding-left: 14px !important;
    padding-right: 14px !important;
    box-sizing: border-box !important;
  }

}
@media (max-width: 999px){
  safe-sticky.product-info{
    margin-left: -4px !important;  /* verschiebt die ganze Buybox nach links */
  }
}
/* 1) Abstand unter der Preiszeile killen */
.product-info__price .rating-with-text,
.product-info__price .price-row{
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* 2) Standard-Abstand von <p> killen (nur hier) */
.product-info__price p{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* 3) Falls das Theme zwischen den Blöcken ein gap setzt */
.product-info__price{
  row-gap: 0 !important;
  gap: 0 !important;
}
/* Zeilenumbruch Collection - Nur bei ganzen Wörtern */
.collection-card__content :is(.h1, .h2, .h3, .h4, .h5) {
  white-space: normal !important; /* Erlaubt Mehrzeiligkeit */
  word-break: keep-all !important; /* Verhindert das Zerhacken von Wörtern */
  overflow-wrap: break-word;      /* Falls ein Wort allein zu lang ist, bricht es sicherheitshalber */
  font-size: clamp(16px, 2.2vw, 26px); /* Leicht nach unten korrigiert für Mobile */
  padding: 0 10px;               /* Sicherheitsabstand zum Rand */
  display: inline-block;         /* Sorgt für korrekte Berechnung der Breite */
}
/* ---------- 1. Sektions-Container & Abstände zum Menü ---------- */

/* Reduziert das Standard-Padding der Sektion nach oben */
.section.section-blends.section-full {
  padding-top: 0 !important; 
  margin-top: 0 !important;
}

/* ---------- 2. Fix NUR für Quality Select Überschrift ---------- */

/* Wir zielen spezifisch auf den Header ab, der den Link zu Quality Select enthält */
.section-header:has(a[href*="quality-select"]) h2.h2 {
  white-space: nowrap !important;
  display: block !important;
  line-height: 1.2 !important;
  margin-bottom: 4px !important;
}

/* Verhindert Umbrüche durch das Animations-Skript nur in diesem Sektor */
.section-header:has(a[href*="quality-select"]) h2.h2 split-lines,
.section-header:has(a[href*="quality-select"]) h2.h2 .split-lines__line {
  display: inline !important;
  white-space: nowrap !important;
}

/* ---------- 3. Mobile Anpassung (Spezifisch) ---------- */

@media (max-width: 768px) {
  /* Nur bei Quality Select die Größe erzwingen */
  .section-header:has(a[href*="quality-select"]) h2.h2 {
    font-size: clamp(16px, 5vw, 24px) !important; /* Etwas kleiner für Mobile-Einzeiligkeit */
  }

  /* Alle anderen H2 Überschriften dürfen wieder normal umbrechen */
  .section-stack h2.h2:not(:has(+ a[href*="quality-select"])) {
    white-space: normal !important;
  }
}

/* Button neben Überschrift Startseite*/
/* 1) Den Header-Bereich neu strukturieren */
.section-stack .section-header {
  display: flex !important;
  flex-direction: row !important; 
  justify-content: flex-start !important; /* Alles nach links */
  align-items: flex-end !important;       /* Button an der Text-Unterkante ausrichten */
  gap: 40px !important;                  /* Kontrollierter Abstand zwischen Text und Button */
  flex-wrap: wrap !important;
}

/* 2) Den Text-Block (Prose) kompakt halten */
.section-header .prose {
  flex: 0 1 auto !important; /* Nimmt nur so viel Platz wie nötig */
  margin: 0 !important;
}

/* 3) Den Button-Style verfeinern (Option B) */
.section-header a.text-with-icon {
  flex: 0 0 auto !important;
  margin-bottom: 5px !important;
  border: 1px solid #1a1a1a !important;
  padding: 8px 18px !important;
  border-radius: 50px !important;
  background: #fff !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.03) !important;
  transition: all 0.2s ease-in-out !important;
}

.section-header a.text-with-icon:hover {
  border-color: #1a1a1a !important;
  background: #f9f9f9 !important;
  transform: translateY(-1px);
}

/* 4) Mobil: Button unter den Text schieben */
@media (max-width: 999px) {
  .section-stack .section-header {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 15px !important;
  }
  
  .section-header a.text-with-icon {
    margin-bottom: 0 !important;
    padding: 6px 14px !important;
    font-size: 13px !important;
  }
}
/* ---------- 4. Mobiler Slider Fix für Product-List ---------- */

@media (max-width: 999px) {
  /* Wir sprechen nur die Produktliste an, die innerhalb deines speziellen Carousels liegt */
  #scroll-area-template--27860306329935__featured_collection_La486Q .product-list {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    gap: 15px !important;
    padding-bottom: 10px !important;
    margin-right: -20px !important;
  }

  /* Auch die Karten werden nur innerhalb dieses speziellen Bereichs fixiert */
  #scroll-area-template--27860306329935__featured_collection_La486Q .product-list product-card {
    flex: 0 0 60% !important;
    scroll-snap-align: start !important;
    max-width: 280px !important;
  }
}
/* Erzwingt quadratische Bilder in der Collection List */
.collection-card .content-over-media {
  aspect-ratio: 1 / 1 !important; /* Macht das Bild quadratisch */
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Stellt sicher, dass das Bild den Container füllt, ohne sich zu verzerren */
.collection-card .zoom-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover !important; /* Schneidet Ränder ab, statt das Bild zu stauchen */
}

/* Positionierung des Textes Collection Bilder optimieren */
.collection-card__content-wrapper {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center; /* Zentriert Text vertikal */
  justify-content: center; /* Zentriert Text horizontal */
}

/* YOUTUBE VIDEO GRÖßE */

/* Wrapper-Variante (wenn du .lx-video nutzt) */
.lx-video{
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  overflow: hidden;
}
.lx-video iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Desktop: Video darf breiter werden + angenehm zentriert */
@media (min-width: 750px){
  .lx-video{
    max-width: 1000px;   /* anpassen */
    margin: 16px auto;
  }
}

/* Alte YouTube-Embeds in der Produktbeschreibung automatisch responsive machen */
.product__description iframe[src*="youtube.com/embed"],
.product__description iframe[src*="youtube-nocookie.com/embed"],
.rte iframe[src*="youtube.com/embed"],
.rte iframe[src*="youtube-nocookie.com/embed"]{
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
  max-width: 100% !important;
  border: 0;
  display: block;
}

/*ÜBERSCHRIFT KLEINER*/
.product-info__title {
  font-size: 25px;
  line-height: 1.2;
}

/*Brand Logo*/
/* Galerie als Bezugspunkt */
.product-gallery__ar-wrapper {
  position: relative;
}

/* Marken-Badge */
.brand-badge-overlay {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3; /* unter Zoom/Buttons anpassbar */
  width: 99px;
  height: 99px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0,0,0,0.10);
  box-shadow: 0 4px 14px rgba(0,0,0,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  box-sizing: border-box;
  pointer-events: auto;
}

.brand-badge-overlay img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

/* Mobile etwas kleiner */
@media (max-width: 768px) {
  .brand-badge-overlay {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    padding: 6px;
    top: 10px;
    left: 10px;
  }
}

/*VENDIR AUSBLENDEN BEI WEVER PRODUKTEN*/
/* Vendor nur bei Wever ausblenden */
.vendor-wever .product-info__meta-line .product-info__vendor {
  display: none !important;
}

.vendor-wever .product-info__meta-line {
  gap: 0 !important;
}

/* Meta-Zeile enger */
.product-info__meta-line {
  gap: 0 !important;
}

/* Abstand unter dem Vendor-Block reduzieren, wenn Vendor versteckt ist */
.product-info__block-item[data-block-type="vendor"] {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
/*Artikelnummer etwas größer*/
#sku-output.product-info__sku {
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 500;
  color: rgba(0,0,0,0.72) !important;
}
/*Abstand Judge Me Bewertungssterne*/
/* Judge.me Block im Produktbereich kompakter machen */
.product-info__block-item[data-block-type="@app"] {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Wenn der Judge.me Block direkt nach einem anderen Block kommt */
.product-info__block-item[data-block-type="@app"] .jdgm-widget.jdgm-preview-badge {
  margin-top: 0 !important;
  padding-top: 0 !important;
  line-height: 1.2;
}

/* Versteckte Default-Badge von Judge.me hat manchmal Einfluss */
.product-info__block-item[data-block-type="@app"] .jdgm-prev-badge {
  margin-top: 0 !important;
}

/* THUMBNAILS SCHARF MACHEN DESKTOP */
/* Einheitliche Thumbnail-Kacheln */
product-gallery page-dots button.product-gallery__thumbnail {
  width: 80px !important;
  height: 80px !important;
  min-width: 80px !important;
  min-height: 80px !important;
  flex: 0 0 80px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 8px !important;
}

/* SUCHZEILE MOBIL SICHTBAR */
.mobile-search-bar{
  padding: 10px 26px;
  border-top: 1px solid rgba(0,0,0,.08);
}

.mobile-search-bar__btn{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 18px;
  border: 1px solid rgba(0,0,0,.18);
  border-radius: 12px;
  background: #fff;
  font: inherit;
  color: #000;
}

.mobile-search-bar__btn svg{
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  opacity: .75;
}

.mobile-search-bar__placeholder{
  opacity: .65;
}

@media (max-width: 699px){
  .mobile-search-icon-hidden{
    display: none !important;
  }
}

/*UVP DARSTELLUNG*/
.product-info__badge-list,
on-sale-badge.badge--on-sale {
  display: none !important;
}
.price-row compare-at-price {
  font-size: 0.95rem;
  color: #8a8a8a;
  margin-left: 8px;
  }
.price-row .tax-inline {
  font-size: 0.9rem;
  color: #7a7a7a;
  margin-left: 8px;
}
.price-row sale-price,
.price-row .text-on-sale {
  color: #000 !important;
  font-weight: 500;
}
.price-row compare-at-price::after {
  content: " UVP";
  text-decoration: none;
  font-size: 0.85em;
  color: #8a8a8a;
  margin-left: 3px;
}
.rating-with-text.price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.rating-with-text.price-row price-list {
  display: contents;
}

.rating-with-text.price-row sale-price {
  order: 1;
}

.rating-with-text.price-row .tax-inline {
  order: 2;
}

.rating-with-text.price-row compare-at-price {
  order: 3;
}

/*UVP NICHT AUF KATEGROEISEITE*/
/* Produktübersicht: UVP ausblenden */
product-card .price-list compare-at-price {
  display: none !important;
}

/* Produktübersicht: Sale-Rot entfernen und Preis neutral darstellen */
product-card .price-list sale-price,
product-card .price-list .text-on-sale {
  color: rgb(var(--text-color)) !important;
}

/* Optional: Sale-Badge auf Produktkarten ausblenden */
product-card .product-card__badge-list,
product-card on-sale-badge {
  display: none !important;
}

/*MONTAGEANLEITUNG DOWNLOAD*/
table a.download-link {
  color: #1a5fb4;
  text-decoration: underline;
}

/*KACHELN BILDER*/
.product-gallery__media-list-wrapper {
  position: relative;
}

.product-image-tiles {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 30;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 75%;
  pointer-events: auto;
}

.product-image-tile {
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 10px;
  padding: 8px 10px;
  min-width: 62px;
  min-height: 52px;
  text-align: center;
  font-size: 12px;
  line-height: 1.15;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product-image-tile__icon {
  display: block;
  font-size: 27px;
  line-height: 1;
  margin-bottom: 5px;
}

.product-image-tile__value {
  font-weight: 700;
  margin: 0;
}

.product-image-tile--text-only {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6px;
  padding-bottom: 6px;
}

.product-image-tile--text-only .product-image-tile__value {
  margin: 0;
  font-size: 15px;
  line-height: 1;
}

.product-image-tile--text-only .product-image-tile__value {
  margin: 0;
}
.product-image-tile--bulb .product-image-tile__icon {
  color: #d4a017;
}

.product-image-tile__icon--excluded {
  position: relative;
  display: inline-block;
  color: #d4a017;
}

.product-image-tile__icon--excluded::before,
.product-image-tile__icon--excluded::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 1.5px;
  background: #111;
  transform-origin: center;
}

.product-image-tile__icon--excluded::before {
  transform: translate(-50%, -50%) rotate(35deg);
}

.product-image-tile__icon--excluded::after {
  transform: translate(-50%, -50%) rotate(-35deg);
}

.product-image-tiles.is-hidden {
  display: none;
}

@media screen and (max-width: 740px) {
  .product-image-tiles {
    left: 10px;
    bottom: 10px;
    gap: 6px;
    max-width: calc(100% - 20px);
  }

  .product-image-tile {
    min-width: 54px;
    min-height: 48px;
    padding: 7px 8px;
    font-size: 11px;
  }

  .product-image-tile__icon {
    font-size: 25px;
    margin-bottom: 4px;
  }
}
/* HEADER NEU*/
@media screen and (min-width: 990px) {

  .header__wrapper {
    display: grid;
    grid-template-columns: auto minmax(420px, 720px) auto;
    grid-template-areas:
      "logo search secondary"
      "mainnav mainnav mainnav";
    align-items: center;
    column-gap: 32px;
    row-gap: 18px;
  }

  .header__logo {
    grid-area: logo;
    margin: 0;
    justify-self: start;
  }

  .header__desktop-search {
    grid-area: search;
    width: 100%;
    display: block;
  }

  .header__secondary-nav {
    grid-area: secondary;
    justify-self: end;
  }

  .header__main-nav {
    grid-area: mainnav;
    width: 100%;
  }

  /* Navigation in der zweiten Zeile schön links starten */
  .header__main-nav .header__icon-list {
    display: block;
    width: 100%;
  }

  .header__main-nav nav.header__link-list {
    width: 100%;
  }

  .header__main-nav nav.header__link-list > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    align-items: center;
  }

  /* Desktop-Suchfeld Styling */
.header__desktop-search-form {
  position: relative;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}

@media screen and (min-width: 990px) {

  .header__desktop-search-wrap {
    position: relative;
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    z-index: 200;
    overflow: visible !important;
  }

  .header__desktop-search-form {
    position: relative;
    width: 100%;
  }

  .header__desktop-search-input {
    width: 100%;
    height: 46px;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 999px;
    background: #f7f7f7;
    padding: 0 46px 0 18px;
    font-size: 16px;
    outline: none;
    transition: all 0.2s ease;
  }

  .header__desktop-search-input:focus {
    background: #fff;
    border-color: rgba(0,0,0,0.18);
  }

  .header__desktop-search-button {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
  }

  /* Vorschau */
  .header__search-predictive {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    overflow: hidden;
  }

  .header__search-predictive-inner {
    max-height: 420px;
    overflow-y: auto;
    padding: 8px 0;
  }

  .header__search-item {
    display: grid;
    grid-template-columns: 56px 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 10px 14px;
    text-decoration: none;
    color: inherit;
  }

  .header__search-item:hover {
    background: #f7f7f7;
  }

  .header__search-item-image {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 8px;
    background: #f3f3f3;
  }

  .header__search-item-title {
    font-size: 14px;
    line-height: 1.3;
  }

  .header__search-item-price {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
  }

  .header__search-empty,
  .header__search-view-all {
    display: block;
    padding: 12px 14px;
    font-size: 14px;
  }

  .header__search-view-all {
    border-top: 1px solid rgba(0,0,0,0.06);
    font-weight: 600;
    text-decoration: none;
    color: inherit;
  }

  /* Navigation unterordnen */
  .header__main-nav,
  .header__secondary-nav {
    position: relative;
    z-index: 1;
  }

  /* Wichtig für Dropdown */
  .header,
  .header__wrapper,
  .header__desktop-search {
    overflow: visible !important;
  }

  /* Alte Icons raus */
  .header__secondary-nav a[aria-controls="search-drawer"] {
    display: none !important;
  }

  .header__main-nav button[aria-controls="header-sidebar-menu"] {
    display: none !important;
  }

  .header__search-tabs {
    display: flex;
    gap: 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    padding: 0 14px;
  }

  .header__search-tab {
    appearance: none;
    background: none;
    border: 0;
    padding: 14px 12px 12px;
    font-size: 13px;
    font-weight: 600;
    color: #777;
    cursor: pointer;
    position: relative;
  }

  .header__search-tab.is-active {
    color: #111;
  }

  .header__search-tab.is-active::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 0;
    height: 2px;
    background: #111;
    border-radius: 999px;
  }

}


















































