/** Shopify CDN: Minification failed

Line 171:20 Unexpected "{"
Line 171:29 Expected ":"
Line 175:20 Unexpected "{"
Line 175:29 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:header (INDEX:25) */
.brand-tabs {
    background: var(--color-scheme-2-background, #f4f4f4);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .brand-tabs__inner {
    display: flex;
    align-items: stretch;
    max-width: var(--page-width, 1400px);
    margin: 0 auto;
  }

  .brand-tabs__tab {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.55);
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 0.15s ease, border-color 0.15s ease;
    white-space: nowrap;
  }

  .brand-tabs__tab:hover {
    color: rgba(0, 0, 0, 0.85);
  }

  .brand-tabs__tab--active {
    color: #000;
    font-weight: 700;
    border-bottom-color: #000;
  }

  @media screen and (max-width: 699px) {
    .brand-tabs__tab {
      padding: 9px 12px;
      font-size: 10px;
    }
  }

  .header__logo-group {
    grid-area: logo;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  .brand-switcher {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }

  .brand-switcher--header {
    margin-top: 2px;
  }

  .brand-switcher--menu {
    align-items: center;
    padding-top: 20px;
    margin-top: 6px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    width: 100%;
  }

  .brand-switcher__label {
    font-family: Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.75);
    margin: 0 0 4px 0;
  }

  .brand-switcher--menu .brand-switcher__label {
    font-size: 17px;
  }

  .brand-switcher__others {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: center;
    width: 100%;
  }

  .brand-switcher__img--active {
    width: 160px;
    height: auto;
  }

  .brand-switcher--menu .brand-switcher__img--active {
    width: 128px; /* 20% kleiner als Header */
    height: auto;
  }

  .brand-switcher__other {
    display: block;
    transition: transform 0.2s ease, opacity 0.2s ease;
    opacity: 0.85;
  }

  .brand-switcher__other:hover {
    opacity: 1;
    transform: translateY(-1px);
  }

  .brand-switcher--header .brand-switcher__other {
    height: 52px; /* doppelt so groß */
  }

  .brand-switcher--menu .brand-switcher__other {
    height: 34px; /* 30% größer */
  }

  .brand-switcher__other .brand-switcher__img {
    height: 100%;
    width: auto;
    object-fit: contain;
    display: block;
  }

  .brand-switcher__other .brand-switcher__text-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    padding: 0 6px;
  }

  .brand-switcher--header .brand-switcher__other .brand-switcher__text-logo {
    font-size: 10px;
    padding: 4px;
  }

  .brand-switcher--menu .brand-switcher__other .brand-switcher__text-logo {
    font-size: 9px;
    padding: 3px;
  }

  .brand-switcher__text-logo--active {
    font-weight: 700;
  }

  /* SALE-Menüpunkt: dunkles Bordeaux statt Standard-Schwarz, abgestimmt auf das Pink-Logo.
     Per href-Attribut statt Klasse, damit sowohl die Desktop-Navigation als auch das
     mobile Drawer-Menü (snippets/navigation-panel.liquid, eigene Link-Struktur ohne
     header__link--sale-Klasse) erfasst werden. */
  #shopify-section-{{ section.id }} a[href*="/collections/sale"] {
    color: #8c1f4a !important;
  }

  #shopify-section-{{ section.id }} a[href*="/collections/sale"]:hover {
    color: #6e1739 !important;
  }
/* END_SECTION:header */

/* START_SECTION:main-product (INDEX:49) */
@media screen and (min-width: 1000px) {
    .product-info {
      position: static;
      top: auto;
    }

    .product-gallery {
      position: sticky;
      top: calc(var(--sticky-area-height) + 20px);
      align-self: start;
    }
  }
/* END_SECTION:main-product */