/** Shopify CDN: Minification failed

Line 338:0 Unexpected "<"
Line 344:13 Unexpected "{"
Line 344:22 Expected ":"
Line 344:29 Unexpected "{"
Line 353:13 Unexpected "{"
Line 353:22 Expected ":"
Line 358:13 Unexpected "{"
Line 358:22 Expected ":"
Line 366:13 Unexpected "{"
Line 366:22 Expected ":"
... and 92 more hidden warnings

**/
/* START_SECTION:best-of-countdown-section-final (INDEX:5) */
.bo-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
  }

  .bo-section {
    padding: 20px 0;
  }

  .bo-top {
    text-align: center;
    margin-bottom: 20px;
  }

  .bo-eyebrow {
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #762380;
    font-weight: 700;
    margin: 0 0 8px;
  }

  .bo-heading {
    font-size: 28px;
    font-weight: 700;
    color: #111111;
    margin: 0;
  }

  .bo-cards {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .bo-card {
    flex: 0 1 560px;
    display: flex;
    align-items: center;
    gap: 18px;
    background: #f7f7f8;
    border-radius: 16px;
    padding: 20px 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  }

  .bo-frame {
    position: relative;
    width: 180px;
    height: 180px;
    flex-shrink: 0;
  }

  .bo-frame-corner {
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #a0a0a6;
    z-index: 2;
  }

  .bo-frame-corner.tl { top: -6px; left: -6px; border-right: none; border-bottom: none; }
  .bo-frame-corner.tr { top: -6px; right: -6px; border-left: none; border-bottom: none; }
  .bo-frame-corner.bl { bottom: -6px; left: -6px; border-right: none; border-top: none; }
  .bo-frame-corner.br { bottom: -6px; right: -6px; border-left: none; border-top: none; }

  .bo-frame-image {
    position: absolute;
    inset: 0;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    transition: filter 0.4s ease;
  }

  .bo-frame-link {
    display: block;
    width: 100%;
    height: 100%;
  }

  .bo-frame-placeholder {
    position: absolute;
    inset: 0;
    background: #eeeeef;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cacace;
    font-size: 24px;
  }

  .bo-content {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .bo-plaque {
    font-size: 10px;
    letter-spacing: 0.08em;
    color: #8a8a90;
    text-transform: uppercase;
    margin: 0 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .bo-name {
    font-size: 17px;
    font-weight: 700;
    color: #111111;
    margin: 0 0 16px;
  }

  .bo-name--placeholder {
    color: #b8b8bc;
    font-weight: 400;
    margin-bottom: 0;
  }

  .bo-timer {
    display: flex;
    justify-content: center;
    gap: 12px;
  }

  .bo-timer-unit {
    display: flex;
    align-items: baseline;
    gap: 2px;
  }

  .bo-timer-num {
    font-size: 15px;
    font-weight: 700;
    color: #111111;
    font-variant-numeric: tabular-nums;
  }

  .bo-timer-label {
    font-size: 9px;
    color: #9a9aa0;
    text-transform: uppercase;
  }

  .bo-btn--footer {
    margin-top: 20px;
  }

  .bo-calendar-wrap--footer {
    margin-top: 20px;
  }

  .bo-calendar-wrap {
    position: relative;
    flex-shrink: 0;
  }

  .bo-btn {
    flex-shrink: 0;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #762380;
    background: transparent;
    border: 1px solid #762380;
    padding: 9px 18px;
    border-radius: 999px;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.15s ease, color 0.15s ease;
  }

  .bo-btn:hover {
    background-color: #762380;
    color: #ffffff;
  }

  .bo-btn--filled {
    background-color: #762380;
    color: #ffffff;
  }

  .bo-btn--filled:hover {
    opacity: 0.85;
    background-color: #762380;
  }

  .bo-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    background: #ffffff;
    border: 1px solid #e4e4e6;
    border-radius: 4px;
    overflow: hidden;
    min-width: 180px;
    z-index: 10;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  }

  .bo-dropdown.bo-dropdown--open {
    display: block;
  }

  .bo-dropdown a {
    display: block;
    padding: 10px 14px;
    font-size: 13px;
    color: #333338;
    text-decoration: none;
    text-align: left;
  }

  .bo-dropdown a:hover {
    background: #f6f2f7;
  }

  .bo-dropdown a + a {
    border-top: 1px solid #eeeeef;
  }

  @media screen and (max-width: 749px) {
    .bo-inner {
      padding: 20px;
    }

    .bo-section {
      padding: 0;
    }

    .bo-heading {
      font-size: 22px;
    }

    .bo-cards {
      flex-direction: row;
      gap: 10px;
    }

    .bo-card {
      flex: 1 1 0;
      flex-direction: column;
      align-items: center;
      padding: 14px 12px;
      gap: 10px;
    }

    .bo-frame {
      width: 100px;
      height: 100px;
      flex-shrink: 0;
    }

    .bo-content {
      align-items: center;
      text-align: center;
    }

    .bo-plaque {
      font-size: 9px;
      white-space: normal;
    }

    .bo-name {
      font-size: 14px;
      margin-bottom: 8px;
    }

    .bo-timer {
      justify-content: center;
      gap: 6px;
      flex-wrap: wrap;
    }

    .bo-timer-num {
      font-size: 13px;
    }

    .bo-timer-label {
      font-size: 7px;
    }

    .bo-btn {
      font-size: 11px;
      padding: 8px 12px;
    }

    .bo-btn--footer,
    .bo-calendar-wrap--footer {
      margin-top: 10px;
      width: 100%;
    }

    .bo-btn--footer {
      display: block;
      text-align: center;
    }

    .bo-calendar-wrap .bo-btn {
      width: 100%;
      text-align: center;
    }

    .bo-dropdown {
      left: 0;
      right: 0;
    }
  }
/* END_SECTION:best-of-countdown-section-final */
/* START_SECTION:unsere-bestseller (INDEX:109) */
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet">

<div class="bestseller-section" id="Bestseller-{{ section.id }}">

#Bestseller-{{ section.id }} {
  --bs-purple: #5C1B63;
  --bs-purple-deep: #3D1242;
  --bs-ink: #1A1816;
  --bs-ink-soft: #55524C;
  --bs-line: #E7E3DB;
  --bs-red: #B23B2E;
  padding: 48px 0;
}
#Bestseller-{{ section.id }} .bestseller-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px;
}
#Bestseller-{{ section.id }} .bestseller-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
#Bestseller-{{ section.id }} .bestseller-heading {
  font-size: 32px !important;
  font-weight: 700 !important;
  letter-spacing: normal;
  margin: 0 0 4px 0;
  color: #1A1816 !important;
  line-height: 1.2;
}
#Bestseller-{{ section.id }} .bestseller-sub {
  margin: 0;
  color: #55524C;
  font-size: 14px;
}
#Bestseller-{{ section.id }} .bestseller-tabs {
  display: flex;
  gap: 28px;
  border-bottom: 1px solid #E7E3DB;
  margin-bottom: 24px;
  overflow-x: auto;
  scrollbar-width: none;
}
#Bestseller-{{ section.id }} .bestseller-tabs::-webkit-scrollbar { display: none; }
#Bestseller-{{ section.id }} .bestseller-tab {
  position: relative;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #55524C !important;
  padding: 0 0 14px 0 !important;
  margin: 0;
  cursor: pointer;
  white-space: nowrap;
  text-transform: none !important;
}
#Bestseller-{{ section.id }} .bestseller-tab.active { color: #5C1B63 !important; }
#Bestseller-{{ section.id }} .bestseller-tab.active::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  height: 2px !important;
  background: #5C1B63 !important;
  border-radius: 2px;
}
#Bestseller-{{ section.id }} .bestseller-count {
  font-weight: 400;
  color: #55524C;
  font-size: 12px;
  margin-left: 4px;
}
#Bestseller-{{ section.id }} .bestseller-panel { display: none; }
#Bestseller-{{ section.id }} .bestseller-panel.active { display: block; }
#Bestseller-{{ section.id }} .bestseller-carousel-row { position: relative; }
#Bestseller-{{ section.id }} .bestseller-carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 6px;
  scrollbar-width: none;
}
#Bestseller-{{ section.id }} .bestseller-carousel::-webkit-scrollbar { display: none; }
#Bestseller-{{ section.id }} .bestseller-card {
  flex: 0 0 320px;
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid #E7E3DB;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none !important;
  color: #1A1816 !important;
  display: block;
  transition: box-shadow .2s ease, transform .2s ease;
}
#Bestseller-{{ section.id }} .bestseller-card:hover,
#Bestseller-{{ section.id }} .bestseller-card:visited {
  text-decoration: none !important;
  color: #1A1816 !important;
}
#Bestseller-{{ section.id }} .bestseller-card:hover {
  box-shadow: 0 8px 24px rgba(26,24,22,0.08);
  transform: translateY(-2px);
}
#Bestseller-{{ section.id }} .bestseller-media {
  position: relative;
  aspect-ratio: 1/1;
  background: #F4F1EA;
}
#Bestseller-{{ section.id }} .bestseller-media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
#Bestseller-{{ section.id }} .bestseller-badge {
  position: absolute;
  top: 10px; left: 10px;
  font-size: 10.5px;
  font-weight: 700 !important;
  padding: 4px 9px;
  border-radius: 5px;
  color: #fff !important;
  z-index: 2;
  line-height: 1.3;
}
#Bestseller-{{ section.id }} .bestseller-badge.sale { background: #B23B2E !important; }
#Bestseller-{{ section.id }} .bestseller-badge.unikat { background: #5C1B63 !important; }
#Bestseller-{{ section.id }} .bestseller-badge.uv { background: #3D1242 !important; }
#Bestseller-{{ section.id }} .bestseller-badge.new,
#Bestseller-{{ section.id }} .bestseller-badge.best { background: #1A1816 !important; }
#Bestseller-{{ section.id }} .bestseller-rating {
  position: absolute;
  top: 10px; right: 10px;
  z-index: 2;
  background: rgba(255,255,255,0.92);
  border-radius: 20px;
  padding: 3px 9px 3px 7px;
  font-size: 11px !important;
  font-weight: 600 !important;
  color: #1A1816 !important;
  display: flex;
  align-items: center;
  gap: 3px;
}
#Bestseller-{{ section.id }} .bestseller-rating svg {
  width: 11px;
  height: 11px;
  fill: #B8894B;
}
#Bestseller-{{ section.id }} .bestseller-stock {
  position: absolute;
  bottom: 10px; left: 10px;
  font-size: 10.5px;
  font-weight: 600;
  background: rgba(255,255,255,0.92);
  padding: 3px 8px;
  border-radius: 5px;
  z-index: 2;
}
#Bestseller-{{ section.id }} .bestseller-stock.low { color: #B23B2E; }
#Bestseller-{{ section.id }} .bestseller-body { padding: 14px 14px 16px 14px; }
#Bestseller-{{ section.id }} .bestseller-cat {
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #55524C;
  margin: 0 0 4px 0;
}
#Bestseller-{{ section.id }} .bestseller-title {
  font-size: 14.5px;
  font-weight: 600;
  margin: 0 0 8px 0;
  line-height: 1.35;
  color: #1A1816;
}
#Bestseller-{{ section.id }} .bestseller-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
#Bestseller-{{ section.id }} .bestseller-price .from { font-size: 11px; color: #55524C; }
#Bestseller-{{ section.id }} .bestseller-price .now { font-size: 16px; font-weight: 700; color: #1A1816; }
#Bestseller-{{ section.id }} .bestseller-price .old { font-size: 12px; color: #55524C; text-decoration: line-through; }
#Bestseller-{{ section.id }} .bestseller-nav {
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid #E7E3DB;
  background: #fff;
  box-shadow: 0 4px 14px rgba(26,24,22,0.10);
  cursor: pointer;
  z-index: 3;
  color: #1A1816;
  font-size: 18px;
}
#Bestseller-{{ section.id }} .bestseller-nav:hover { border-color: #5C1B63; color: #5C1B63; }
#Bestseller-{{ section.id }} .bestseller-nav.prev { left: -21px; }
#Bestseller-{{ section.id }} .bestseller-nav.next { right: -21px; }
#Bestseller-{{ section.id }} .bestseller-dots {
  display: none;
  justify-content: center;
  gap: 6px;
  margin-top: 16px;
}
#Bestseller-{{ section.id }} .bestseller-dots .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #E7E3DB;
}
#Bestseller-{{ section.id }} .bestseller-dots .dot.active {
  background: #5C1B63; width: 16px; border-radius: 3px;
}
@media (max-width: 720px) {
  #Bestseller-{{ section.id }} .bestseller-wrap { padding: 0 18px; }
  #Bestseller-{{ section.id }} .bestseller-nav { display: none; }
  #Bestseller-{{ section.id }} .bestseller-card { flex-basis: 100%; }
  #Bestseller-{{ section.id }} .bestseller-dots { display: flex; }
}
/* END_SECTION:unsere-bestseller */
