/** Shopify CDN: Minification failed

Line 21:0 Unexpected "<"
Line 27:13 Unexpected "{"
Line 27:22 Expected ":"
Line 27:29 Unexpected "{"
Line 36:13 Unexpected "{"
Line 36:22 Expected ":"
Line 41:13 Unexpected "{"
Line 41:22 Expected ":"
Line 49:13 Unexpected "{"
Line 49:22 Expected ":"
... and 92 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:unsere-bestseller (INDEX:103) */
<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 */