/* xFigma – Scheiblhofer RE: Shop-Übersicht (Figma 822:3766) – dunkles Grid, eigenes Figma-Tile (.xfigma-re-tile) */
.xfigma-re-shop {
  background: #131313;
  color: #ffffff;
  padding: 170px 36px 120px;
  /* oben Platz fuer den Sticky-Header */
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
}
.xfigma-re-shop__inner {
  max-width: 1512px;
  margin: 0 auto;
}
.xfigma-re-shop__headline {
  margin: 0 0 40px;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0.01em;
  color: #ffffff;
}
.xfigma-re-shop__count {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
}
/* Produkt-Grid ohne Gutter -> Karten bilden ein durchgehendes Raster wie im Figma */
.xfigma-re-shop .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  margin-left: 0;
  margin-right: 0;
}
.xfigma-re-shop [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
/* "Mehr laden"-Button */
.xfigma-re-shop__more {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}
.xfigma-re-shop__more .btn,
.xfigma-re-shop__more a,
.xfigma-re-shop__more button {
  border: 1px solid #ffffff;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  padding: 14px 44px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.xfigma-re-shop__more .btn:hover,
.xfigma-re-shop__more a:hover,
.xfigma-re-shop__more button:hover {
  background: #bf0f1e;
  border-color: #bf0f1e;
  color: #ffffff;
}
@media (max-width: 900px) {
  .xfigma-re-shop {
    padding: 40px 16px 80px;
  }
  .xfigma-re-shop__headline {
    font-size: 30px;
    margin-bottom: 28px;
  }
}
/*# sourceMappingURL=/xassets/uncompressed/source_map/161.css.css.map */