body.stella-reviews-ready #recenze {
  display: none !important;
}

.stella-reviews {
  --sr-bg: #f4f1ec;
  --sr-surface: #fffdf9;
  --sr-text: #292724;
  --sr-muted: #746e68;
  --sr-accent: #a8643a;
  --sr-border: rgba(54, 45, 37, 0.1);
  background: var(--sr-bg);
  box-sizing: border-box;
  color: var(--sr-text);
  font-family: Inter, system-ui, sans-serif;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  padding: 28px 0 26px;
  position: relative;
  right: 50%;
  width: 100vw;
}

.stella-reviews *,
.stella-reviews *::before,
.stella-reviews *::after {
  box-sizing: border-box;
}

.stella-reviews__inner {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 16px;
  width: 100%;
}

.stella-reviews__head {
  align-items: flex-end;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 16px;
}

.stella-reviews__title {
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin: 0 0 6px;
}

.stella-reviews__meta {
  color: var(--sr-muted);
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}

.stella-reviews__meta strong {
  color: var(--sr-text);
  font-weight: 600;
}

.stella-reviews__controls {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.stella-reviews__button {
  align-items: center;
  background: var(--sr-surface);
  border: 1px solid var(--sr-border);
  border-radius: 50%;
  color: var(--sr-text);
  cursor: pointer;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  padding: 0;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  width: 38px;
}

.stella-reviews__button:hover,
.stella-reviews__button:focus-visible {
  background: #fff;
  border-color: rgba(168, 100, 58, 0.4);
  outline: none;
}

.stella-reviews__button:active {
  transform: scale(0.95);
}

.stella-reviews__button svg {
  height: 17px;
  pointer-events: none;
  width: 17px;
}

.stella-reviews__viewport {
  margin-right: -16px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  touch-action: pan-x pan-y;
}

.stella-reviews__viewport::-webkit-scrollbar {
  display: none;
}

.stella-reviews__track {
  display: flex;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0 16px 2px 0;
}

.stella-reviews__card {
  background: var(--sr-surface);
  border: 1px solid var(--sr-border);
  border-radius: 14px;
  display: flex;
  flex: 0 0 calc(100% - 36px);
  flex-direction: column;
  gap: 10px;
  min-height: 198px;
  padding: 18px;
  scroll-snap-align: start;
}

.stella-reviews__stars {
  color: var(--sr-accent);
  display: flex;
  gap: 2px;
  letter-spacing: 0.02em;
  line-height: 1;
}

.stella-reviews__stars span {
  font-size: 14px;
}

.stella-reviews__text {
  color: var(--sr-text);
  display: -webkit-box;
  flex: 1;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.stella-reviews__foot {
  align-items: baseline;
  border-top: 1px solid var(--sr-border);
  display: flex;
  gap: 8px;
  justify-content: space-between;
  padding-top: 11px;
}

.stella-reviews__name,
.stella-reviews__date {
  margin: 0;
}

.stella-reviews__name {
  font-size: 12px;
  font-weight: 600;
}

.stella-reviews__date {
  color: var(--sr-muted);
  flex: 0 0 auto;
  font-size: 11px;
}

.stella-reviews__bottom {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  margin-top: 16px;
}

.stella-reviews__dots {
  align-items: center;
  display: flex;
  gap: 7px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.stella-reviews__dot {
  background: rgba(41, 39, 36, 0.18);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 7px;
  padding: 0;
  transition: background-color 0.2s ease, transform 0.2s ease, width 0.2s ease;
  width: 7px;
}

.stella-reviews__dot[aria-current='true'] {
  background: var(--sr-accent);
  border-radius: 999px;
  transform: none;
  width: 18px;
}

.stella-reviews__dot:hover,
.stella-reviews__dot:focus-visible {
  background: rgba(168, 100, 58, 0.55);
  outline: none;
}

.stella-reviews__sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.stella-reviews__cta {
  color: var(--sr-accent);
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: rgba(168, 100, 58, 0.35);
  text-underline-offset: 4px;
}

.stella-reviews__cta:hover,
.stella-reviews__cta:focus {
  color: #874d2c;
  text-decoration-color: currentColor;
}

.stella-reviews--pdp {
  background: transparent;
  border-top: 1px solid var(--sr-border);
  left: auto;
  margin: 22px 0 4px;
  padding: 24px 0 18px;
  position: relative;
  right: auto;
  width: 100%;
}

.stella-reviews--pdp .stella-reviews__inner {
  max-width: none;
  padding: 0;
}

.stella-reviews--pdp .stella-reviews__viewport {
  margin-right: 0;
}

.stella-reviews--pdp .stella-reviews__track {
  padding-right: 0;
}

.stella-reviews--pdp .stella-reviews__card {
  background: #faf7f2;
}

@media (min-width: 700px) {
  .stella-reviews {
    padding: 36px 0 32px;
  }

  .stella-reviews__inner {
    padding: 0 28px;
  }

  .stella-reviews__viewport {
    margin-right: 0;
  }

  .stella-reviews__track {
    gap: 16px;
    padding-right: 0;
  }

  .stella-reviews__card {
    flex-basis: calc((100% - 32px) / 3);
    min-height: 205px;
    padding: 19px;
  }

  .stella-reviews__text {
    -webkit-line-clamp: 4;
  }
}

@media (max-width: 699px) {
  .stella-reviews__head {
    align-items: center;
    margin-bottom: 14px;
  }

  .stella-reviews__title {
    font-size: 22px;
  }

  .stella-reviews__button {
    height: 36px;
    width: 36px;
  }

  .stella-reviews--pdp .stella-reviews__title {
    font-size: 20px;
  }
}

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

  .stella-reviews__button,
  .stella-reviews__dot {
    transition: none;
  }
}
