.wwk-ssr {
  --wwk-accent: var(--bde-palette-main-cta-ccbf76b2-4f96-4668-abdc-9202f63ceeea-4, #e94e24);
  --wwk-border: var(--bde-palette-main-40percent-ea88e4a4-b9d1-4d1f-accc-161e30cc745d-2, #c1dfed);
  --wwk-star-empty: var(--bde-palette-main-20percent-c266e7f4-0786-4ce2-9bc8-8fdc9aff3ba9-1, #e7f3f8);
  --wwk-muted: var(--bde-palette-text-grey-4fca9d10-cb93-469c-ac60-0a7be3726e71-5, #707070);
  --wwk-black: var(--bde-palette-black-0046062d-25de-4f6a-bdfd-8a00809e75da-3, #000);
  --wwk-white: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: calc(100% - 48px);
  max-width: 1110px;
  margin-inline: auto;
  color: var(--wwk-black);
  font-family: "Swiss 721 BT", sans-serif;
}

.wwk-ssr,
.wwk-ssr * {
  box-sizing: border-box;
}

.wwk-ssr__heading-row {
  width: 100%;
  height: 48px;
}

.wwk-ssr__heading {
  width: auto;
  margin: 0;
  color: var(--wwk-black) !important;
  font-family: "Swiss 721 BT", sans-serif !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
  letter-spacing: 0 !important;
}

.wwk-ssr__summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: -16px 0;
  font-size: 12px;
  line-height: 16px;
}

.wwk-ssr__summary-score {
  font-weight: 700;
}

.wwk-ssr__summary-count {
  color: var(--wwk-muted);
}

.wwk-ssr__grid {
  display: flex;
  gap: 8px;
  width: 100%;
  height: 292px;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}

.wwk-ssr__grid::-webkit-scrollbar {
  display: none;
}

.wwk-ssr__review {
  position: relative;
  display: flex;
  flex: 0 0 calc((100% - 24px) / 4);
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  height: 292px;
  margin: 0;
  padding: 16px;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid var(--wwk-border);
  border-radius: 16px;
  background: transparent;
}

.wwk-ssr__review-trigger {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 16px;
  background: transparent;
  cursor: pointer;
  appearance: none;
}

.wwk-ssr__review-trigger:focus-visible {
  outline: 2px solid var(--wwk-accent);
  outline-offset: -3px;
}

.wwk-ssr__review-header {
  display: flex;
  flex: 0 0 16px;
  align-items: center;
  gap: 4px;
  height: 16px;
  margin: 0;
  white-space: nowrap;
}

.wwk-ssr__stars {
  display: flex;
  flex: 0 0 100px;
  width: 100px;
  height: 14px;
  color: var(--wwk-accent);
}

.wwk-ssr__star {
  position: relative;
  display: flex;
  flex: 0 0 20px;
  align-items: center;
  justify-content: flex-start;
  width: 20px;
  height: 14px;
}

.wwk-ssr__star-leaf {
  display: block;
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.wwk-ssr__star-leaf--empty {
  color: var(--wwk-star-empty);
}

.wwk-ssr__star-fill {
  position: absolute;
  inset: 0 auto 0 0;
  display: block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  color: var(--wwk-accent);
  -webkit-clip-path: inset(0 calc(100% - var(--wwk-star-fill)) 0 0);
  clip-path: inset(0 calc(100% - var(--wwk-star-fill)) 0 0);
}

.wwk-ssr__verified {
  flex: 0 0 auto;
  color: var(--wwk-black);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.wwk-ssr__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  min-width: 0;
  padding-bottom: 20px;
}

.wwk-ssr__name {
  display: block;
  width: 100%;
  margin: 0;
  color: var(--wwk-black) !important;
  font-family: "Swiss 721 BT", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  letter-spacing: 0 !important;
}

.wwk-ssr__comment {
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  color: var(--wwk-muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  white-space: pre-line;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  line-clamp: 9;
}

.wwk-ssr__date {
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: block;
  width: auto;
  height: 16px;
  padding: 0;
  margin: 0;
  color: #707070;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  white-space: nowrap;
  border: 0;
}

.wwk-ssr-product-rating {
  --wwk-accent: #88c1dc;
  --wwk-star-empty: #e7f3f8;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #000;
  font-family: "Swiss 721 BT", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  white-space: nowrap;
}

.wwk-ssr-product-rating,
.wwk-ssr-product-rating * {
  box-sizing: border-box;
}

.wwk-ssr-product-rating .wwk-ssr__stars {
  color: #88c1dc;
}

.wwk-ssr-product-rating__text {
  color: #000;
  font-family: "Swiss 721 BT", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.wwk-ssr__rating-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wwk-ssr__reaction {
  padding: 8px;
  overflow: hidden;
  border-left: 2px solid var(--wwk-accent);
  color: var(--wwk-muted);
  font-size: 12px;
  line-height: 16px;
}

.wwk-ssr__reaction strong,
.wwk-ssr__reaction p {
  margin: 0;
}

.wwk-ssr__navigation {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 8px;
  width: 136px;
  height: 48px;
}

.wwk-ssr__nav-button {
  display: flex;
  flex: 0 0 64px;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 48px;
  margin: 0;
  padding: 0;
  border: 1px solid var(--wwk-border);
  border-radius: 8px;
  background: var(--wwk-white);
  color: var(--wwk-black);
  cursor: pointer;
  appearance: none;
}

.wwk-ssr__nav-button svg {
  display: block;
  flex: 0 0 7px;
  width: 7px;
  height: 12px;
  fill: currentColor;
}

.wwk-ssr__nav-button:focus-visible {
  outline: 2px solid var(--wwk-accent);
  outline-offset: 2px;
}

.wwk-ssr__notice {
  padding: 12px 16px;
  border-left: 4px solid #dba617;
  background: #fff8e5;
}

.wwk-ssr__lightbox {
  width: min(1120px, calc(100% - 48px));
  max-width: none;
  height: min(820px, calc(100dvh - 48px));
  max-height: none;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--wwk-border);
  border-radius: 16px;
  background: var(--wwk-white);
  color: var(--wwk-black);
  font-family: "Swiss 721 BT", sans-serif;
}

.wwk-ssr__lightbox::backdrop {
  background: rgba(0, 0, 0, .56);
}

.wwk-ssr__lightbox-panel {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

.wwk-ssr__lightbox-close {
  position: absolute;
  z-index: 1;
  top: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid var(--wwk-border);
  border-radius: 8px;
  background: var(--wwk-white);
  color: var(--wwk-black);
  font: inherit;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.wwk-ssr__lightbox-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: var(--wwk-white);
}

@media (max-width: 1119px) and (min-width: 768px) {
  .wwk-ssr__review {
    flex-basis: calc((100% - 8px) / 2);
  }
}

@media (max-width: 767px) {
  .wwk-ssr {
    gap: 24px;
    width: calc(100% - 48px);
  }

  .wwk-ssr__heading-row {
    height: 32px;
  }

  .wwk-ssr__heading {
    width: 100%;
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .wwk-ssr__grid {
    height: 210px;
  }

  .wwk-ssr__review {
    flex-basis: 270px;
    width: 270px;
    height: 210px;
  }

  .wwk-ssr__comment {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }

  .wwk-ssr__navigation {
    position: static;
  }

  .wwk-ssr__lightbox {
    width: calc(100% - 24px);
    height: calc(100dvh - 24px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wwk-ssr__grid {
    scroll-behavior: auto;
  }
}
