/** Shopify CDN: Minification failed

Line 6:0 Unexpected "/"

**/
/ ANpassung für Warenkorb Mwst Hinweiß responsive ( Diffsteuer) Für kleine Bildschirme (z. B. Smartphones) */
@media only screen and (max-width: 600px) {
  .mwst-container {
    text-align: left; /* Zentriere den Container */
  }

  .mwst-text {
    display: block;
    overflow-wrap: break-word; /* Erlaube Umbrüche innerhalb von Wörtern */
  }
}

.vz_sortedlist {
  max-width: calc(var(--max-width) + calc(var(--space-outer)* 2));
}

@media only screen and (min-width: 1400px) {
  .sk-detail-labeltext {
    max-width: 125px;
    word-wrap: break-word;
  }
}

.vz_lieferinfos {
  text-align: right;
}

.header__row-mobile .header__logo {
  margin: auto;
}

@media only screen and (max-width: 959px) {
  .header__icon-menu {
      flex: auto;
  }
}

.main-product-section { overflow: visible; }

.header__row a[href*='collections/sale'], .drawer-menu__contents a[href*='collections/sale'] { 
  color: #97141F; 
  font-weight: bold;
}

.pswp--ui-visible .pswp__bg {
  background-color: #000 !important;
  opacity: 0.5 !important;
}
