* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #f5f1ee;
  color: #3e3432;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}

figure {
  margin: 0;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: #3a2f2d;
  line-height: 1.2;
}

h1 {
  margin-bottom: 22px;
  font-size: 38px;
  font-weight: 700;
}

h2 {
  margin-bottom: 18px;
  font-size: 32px;
  font-weight: 700;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.sl-listing {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 8px 34px rgba(62, 52, 50, 0.08);
}

.sl-header {
  padding: 22px 36px 18px;
  text-align: center;
  border-bottom: 1px solid #eadfda;
  background: #fffaf8;
}

.sl-logo {
  width: 185px;
  margin: 0 auto 8px;
}

.sl-header__claim {
  margin: 0;
  color: #755963;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.sl-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  align-items: center;
  min-height: 560px;
  background: #fbf5f2;
}

.sl-hero__image {
  min-width: 0;
  padding: 42px;
  background: #ffffff;
}

.sl-hero__image img {
  width: 100%;
  max-height: 650px;
  margin: 0 auto;
  object-fit: contain;
}

.sl-hero__content {
  padding: 58px 54px 58px 48px;
}

.sl-kicker {
  margin-bottom: 10px;
  color: #8a5365;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sl-lead {
  margin-bottom: 26px;
  color: #62514d;
  font-size: 19px;
}

.sl-benefits {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.sl-benefits li {
  position: relative;
  margin: 10px 0;
  padding-left: 32px;
  font-weight: 700;
}

.sl-benefits li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #eecfd9;
  color: #713d4d;
  content: "✓";
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.sl-made-in {
  margin: 0;
  padding: 18px 20px;
  border-left: 4px solid #a76a7c;
  background: #ffffff;
  color: #665451;
  font-size: 14px;
}

.sl-made-in span {
  display: block;
  margin-bottom: 2px;
  color: #713d4d;
  font-size: 17px;
  font-weight: 700;
}

.sl-section {
  padding: 76px 64px;
  border-top: 1px solid #eee3df;
}

.sl-section__heading {
  width: 100%;
  max-width: 790px;
  margin: 0 auto 38px;
  text-align: center;
}

.sl-section__heading > p:last-child {
  margin-bottom: 0;
  color: #6b5b57;
  font-size: 18px;
}

.sl-story {
  background: #ffffff;
}

.sl-richtext {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  color: #574946;
  font-size: 17px;
}

.sl-richtext > :last-child {
  margin-bottom: 0;
}

.sl-richtext img,
.sl-technical-data img {
  max-width: 100%;
  height: auto;
}

.sl-personalization {
  background: #fbf3f5;
}

.sl-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 28px;
}

.sl-step {
  padding: 30px 24px 25px;
  border: 1px solid #ebd8de;
  border-radius: 18px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 5px 16px rgba(98, 70, 79, 0.06);
}

.sl-step__number {
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-bottom: 17px;
  border-radius: 50%;
  background: #8b5365;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
}

.sl-step p {
  margin-bottom: 0;
  color: #685653;
}

.sl-order-box {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
  padding: 28px 32px;
  border: 2px solid #dbaebe;
  border-radius: 18px;
  background: #ffffff;
}

.sl-order-box__icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #713d4d;
  color: #ffffff;
  font-size: 27px;
  line-height: 50px;
  text-align: center;
}

.sl-order-box p {
  margin-bottom: 13px;
}

.sl-order-box p:last-child {
  margin-bottom: 0;
}

.sl-example {
  display: inline-block;
  margin-top: 4px;
  padding: 11px 16px;
  border-radius: 10px;
  background: #f6e7ec;
  color: #613847;
  font-size: 18px;
}

.sl-example__legend {
  color: #87716c;
  font-size: 13px;
}

.sl-fonts {
  background: #ffffff;
}

.sl-font-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.sl-choice-card {
  overflow: hidden;
  border: 1px solid #e8dcd7;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 5px 18px rgba(62, 52, 50, 0.07);
}

.sl-choice-card img {
  width: 100%;
}

.sl-colors {
  background: #fffaf8;
}

.sl-color-chart {
  max-width: 760px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #eadcd7;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(62, 52, 50, 0.08);
}

.sl-color-chart img {
  width: 100%;
}

.sl-gallery-section {
  background: #ffffff;
}

.sl-product-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.sl-product-gallery figure {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #eee3df;
  border-radius: 18px;
  background: #ffffff;
}

.sl-product-gallery img {
  width: 100%;
  max-height: 680px;
  object-fit: contain;
}

.sl-details {
  background: #faf5f2;
}

.sl-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sl-detail-card {
  padding: 24px;
  border: 1px solid #eadfd9;
  border-radius: 15px;
  background: #ffffff;
}

.sl-detail-card p {
  margin-bottom: 0;
  color: #685653;
}

.sl-technical-data {
  margin-top: 26px;
  padding: 26px;
  border-radius: 15px;
  background: #ffffff;
}

.sl-technical-data:empty {
  display: none;
}

.sl-item-number {
  margin: 20px 0 0;
  color: #88736e;
  font-size: 13px;
  text-align: center;
}

/* Cross-Selling-Slider ohne JavaScript */
.sl-cross-selling {
  background: #ffffff;
}

.sl-cross-grid,
.cross-selling {
  display: block !important;
  width: 100%;
  overflow-x: scroll !important;
  overflow-y: hidden;
  padding: 3px 3px 18px;
  font-size: 0;
  white-space: nowrap;
  scroll-behavior: smooth;
  scroll-padding-left: 3px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-color: #8b5365 #f4ebe7;
  scrollbar-width: auto;
}

.sl-cross-grid::-webkit-scrollbar,
.cross-selling::-webkit-scrollbar {
  height: 12px;
}

.sl-cross-grid::-webkit-scrollbar-track,
.cross-selling::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f4ebe7;
}

.sl-cross-grid::-webkit-scrollbar-thumb,
.cross-selling::-webkit-scrollbar-thumb {
  border: 2px solid #f4ebe7;
  border-radius: 10px;
  background: #8b5365;
}

.sl-cross-card,
.cross-selling .card {
  /* Drei ganze Karten und ein Teil der naechsten Karte bleiben sichtbar. */
  display: inline-block !important;
  width: 30% !important;
  height: auto;
  margin: 0 18px 0 0 !important;
  min-width: 0;
  overflow: hidden;
  float: none !important;
  border: 1px solid #eadfd9;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 5px 18px rgba(62, 52, 50, 0.07);
  font-size: 16px;
  white-space: normal;
  vertical-align: top;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.sl-cross-card:last-child,
.cross-selling .card:last-child {
  margin-right: 0 !important;
}

.sl-cross-card__link {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: #3e3432;
  text-decoration: none;
}

.sl-cross-card__link:hover,
.sl-cross-card__link:focus {
  color: #3e3432;
  text-decoration: none;
}

.sl-cross-card__image {
  display: flex;
  aspect-ratio: 1 / 1;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: #fffaf8;
}

.sl-cross-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sl-cross-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
  text-align: center;
}

.sl-cross-card__title {
  flex: 1;
  margin-bottom: 12px;
  color: #3a2f2d;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.sl-cross-card__price {
  margin-bottom: 14px;
  color: #713d4d;
  font-size: 18px;
  font-weight: 700;
}

.sl-cross-card__button {
  display: block;
  padding: 10px 12px;
  border-radius: 9px;
  background: #8b5365;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.sl-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  border-top: 1px solid #e9ddd8;
  background: #e9ddd8;
}

.sl-trust__item {
  padding: 38px 28px;
  background: #ffffff;
  text-align: center;
}

.sl-trust__icon {
  display: block;
  margin-bottom: 12px;
  color: #8a5365;
  font-size: 36px;
  line-height: 1;
}

.sl-trust__item p {
  margin-bottom: 0;
  color: #6d5b57;
}

.sl-footer {
  padding: 40px 28px 34px;
  background: #4a3937;
  color: #f7eeeb;
  text-align: center;
}

.sl-footer__logo {
  width: 140px;
  margin: 0 auto 12px;
  padding: 6px 10px;
  border-radius: 8px;
  background: #fffaf8;
}

.sl-footer p {
  margin-bottom: 7px;
}

.sl-footer__legal {
  margin-bottom: 0;
  color: #ddccc7;
  font-size: 12px;
}

@media (max-width: 820px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  .sl-header {
    padding-right: 22px;
    padding-left: 22px;
  }

  .sl-hero {
    display: block;
    min-height: 0;
  }

  .sl-hero__image {
    padding: 30px;
  }

  .sl-hero__content {
    padding: 42px 34px 48px;
  }

  .sl-section {
    padding: 60px 34px;
  }

  .sl-steps,
  .sl-trust {
    grid-template-columns: 1fr;
  }

  .sl-trust {
    gap: 1px;
  }

  .sl-cross-card,
  .cross-selling .card {
    /* Zwei Karten und ein Teil der naechsten Karte als Scroll-Hinweis. */
    width: 46% !important;
  }
}

@media (max-width: 580px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 25px;
  }

  .sl-logo {
    width: 155px;
  }

  .sl-header__claim {
    font-size: 11px;
  }

  .sl-hero__image {
    padding: 18px;
  }

  .sl-hero__content {
    padding: 34px 22px 40px;
  }

  .sl-lead {
    font-size: 17px;
  }

  .sl-section {
    padding: 48px 20px;
  }

  .sl-section__heading {
    margin-bottom: 28px;
  }

  .sl-section__heading > p:last-child {
    font-size: 16px;
  }

  .sl-font-grid,
  .sl-product-gallery,
  .sl-detail-grid {
    grid-template-columns: 1fr;
  }

  .sl-order-box {
    display: block;
    padding: 24px 20px;
  }

  .sl-order-box__icon {
    margin-bottom: 16px;
  }

  .sl-example {
    display: block;
    font-size: 16px;
    text-align: center;
  }

  .sl-example__legend {
    text-align: center;
  }

  .sl-step {
    padding: 26px 20px 23px;
  }

  .sl-cross-grid,
  .cross-selling {
    scroll-snap-type: x mandatory;
  }

  .sl-cross-card,
  .cross-selling .card {
    width: 82% !important;
    margin-right: 12px !important;
  }

  .sl-cross-card:last-child,
  .cross-selling .card:last-child {
    margin-right: 0 !important;
  }

  .sl-cross-card__body {
    padding: 13px 10px;
  }

  .sl-cross-card__title {
    font-size: 13px;
  }

  .sl-cross-card__price {
    font-size: 16px;
  }

  .sl-cross-card__button {
    padding: 9px 6px;
    font-size: 12px;
  }
}
