.pd-also-viewed-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: clamp(18px, 2.4vw, 26px);
}

.pd-also-viewed-kicker {
  margin: 0;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #607357;
}

.pd-also-viewed-title {
  margin: 0;
  max-width: min(100%, 58ch);
  font-size: clamp(1rem, 0.92rem + 0.52vw, 1.36rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #142515;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}

.pd-also-viewed-controls {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.pd-also-viewed-page {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: #4e5e4c;
  white-space: nowrap;
}

.pd-also-viewed-viewport--mobile {
  display: none;
}

.pd-also-viewed-panel {
  display: grid;
  gap: 14px;
}

.pd-also-viewed-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #d8dfd3;
  border-radius: 12px;
  background: #fff;
  color: #173018;
  font: inherit;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
}

.pd-also-viewed-nav-btn:hover,
.pd-also-viewed-nav-btn:focus-visible {
  border-color: #9cad98;
  outline: none;
  background: #f6f8f4;
}

.pd-also-viewed-nav-btn[disabled] {
  opacity: 0.45;
  cursor: default;
}

.pd-also-viewed-shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}

.pd-also-viewed-nav-btn--side {
  align-self: center;
  height: clamp(44px, 4vw, 52px);
  width: clamp(44px, 4vw, 52px);
}

.pd-also-viewed-grid {
  display: grid;
  gap: var(--pd-also-viewed-gap);
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pd-also-viewed-grid--5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pd-also-viewed-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pd-also-viewed .scharrsr-card {
  display: grid;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  grid-template-rows: auto 1fr;
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}

.pd-also-viewed .scharrsr-img-link {
  color: inherit;
  text-decoration: none;
}

.pd-also-viewed .scharrsr-img-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  background: linear-gradient(180deg, #f7f8f3, #eef1e8);
}

.pd-also-viewed .scharrsr-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 180ms ease;
}

.pd-also-viewed .scharrsr-img-link:hover .scharrsr-img,
.pd-also-viewed .scharrsr-img-link:focus-visible .scharrsr-img {
  transform: scale(1.02);
}

.pd-also-viewed .scharrsr-discount {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 9px;
  border-radius: 999px;
  background: #23481f;
  color: #fff;
  font-size: 0.74rem;
  font-weight: 700;
}

.pd-also-viewed .scharrsr-info {
  display: grid;
  min-width: 0;
  align-content: start;
  gap: 8px;
  padding: 14px 2px 0;
}

.pd-also-viewed .scharrsr-brand {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #4f5f49;
}

.pd-also-viewed .scharrsr-title-link {
  color: inherit;
  text-decoration: none;
}

.pd-also-viewed .scharrsr-title-link:hover .scharrsr-prod-title,
.pd-also-viewed .scharrsr-title-link:focus-visible .scharrsr-prod-title {
  color: #23481f;
  text-decoration: underline;
}

.pd-also-viewed .scharrsr-prod-title {
  min-width: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.32;
  color: #162917;
  overflow-wrap: anywhere;
}

.pd-also-viewed .scharrsr-short {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #5a6757;
  font-size: 0.9rem;
  line-height: 1.42;
}

.pd-also-viewed .scharrsr-price-block {
  display: grid;
  min-width: 0;
  gap: 4px;
  margin-top: auto;
}

.pd-also-viewed .scharrsr-uvp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.78rem;
  color: #55634f;
}

.pd-also-viewed .scharrsr-uvp-label {
  color: #55634f;
  font-weight: 700;
}

.pd-also-viewed .scharrsr-strike {
  color: #55634f;
  text-decoration: line-through;
}

.pd-also-viewed .scharrsr-price {
  font-size: 1.1rem;
  font-weight: 800;
  color: #162917;
}

.pd-also-viewed .scharrsr-taxnote,
.pd-also-viewed .scharrsr-delivery {
  min-width: 0;
  font-size: 0.8rem;
  line-height: 1.4;
  color: #687565;
  overflow-wrap: anywhere;
}

.pd-also-viewed .scharrsr-taxnote {
  white-space: normal;
}

.pd-also-viewed .scharrsr-inline-link {
  color: #23481f;
  text-underline-offset: 2px;
}

@media (max-width: 640px) {
  .pd-reviews-gallery {
    grid-auto-columns: minmax(132px, 68vw);
  }

  .pd-reviews-cta-hint,
  .pd-reviews-copy,
  .pd-reviews-empty {
    max-width: none;
  }

  .pd-seo-links__content {
    gap: 12px;
    padding: 12px 10px;
    border-radius: 16px;
  }

  .pd-seo-links__item {
    font-size: 0.95rem;
    padding-bottom: 8px;
  }

  .pd-also-viewed-head {
    align-items: stretch;
    flex-direction: column;
  }

  .pd-also-viewed-controls {
    width: 100%;
  }

  .pd-also-viewed-viewport--desktop {
    display: none;
  }

  .pd-also-viewed-viewport--mobile {
    display: block;
  }

  .pd-also-viewed-shell {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 8px;
  }

  .pd-also-viewed-grid {
    gap: 14px;
  }

  .pd-also-viewed .scharrsr-info {
    gap: 7px;
  }

  .pd-also-viewed .scharrsr-price {
    font-size: 1rem;
  }

  .pd-also-viewed .scharrsr-taxnote,
  .pd-also-viewed .scharrsr-delivery {
    font-size: 0.76rem;
    line-height: 1.35;
  }

  .pd-also-viewed-nav-btn {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    font-size: 1rem;
  }

  .pd-also-viewed .scharrsr-short {
    display: none;
  }
}

@media (min-width: 641px) and (max-width: 1024px) {
  .pd-reviews-layout {
    grid-template-columns: minmax(220px, 30%) minmax(0, 1fr);
  }

  .pd-also-viewed-grid--5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1025px) {
  .pd-reviews-layout {
    grid-template-columns: minmax(240px, 25%) minmax(0, 1fr);
  }
}

