#hodnoceniobchodu .vote-wrap:nth-child(n + 5),
.template-10 #hodnoceniobchodu .vote-wrap:nth-child(n + 4) {
  display: block !important;
}

#hodnoceniobchodu.container.row {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-block: 30px;
  padding-inline: max(20px, calc(50vw - 690px));
  background: var(--mth-cream);
  font-family: var(--mth-font-body);
  color: var(--mth-ink);
  overflow: hidden;

  display: grid;
  grid-template-columns: 380px minmax(0, 1fr);
  grid-template-areas:
    "title  track"
    "rating track"
    "nav    track";
  grid-template-rows: auto auto 1fr;
  column-gap: 59px;
  align-content: start;
}
#hodnoceniobchodu.container.row *,
#hodnoceniobchodu.container.row *::before,
#hodnoceniobchodu.container.row *::after {
  box-sizing: border-box;
}
/* systemovy <br> mezi hodnocenim a vypisem */
#hodnoceniobchodu > br {
  display: none;
}
/* v maketu neni - odkaz na vsechna hodnoceni nahrazuji sipky.
   Kdybyste ho chteli zpet, smazte tento blok. */
#hodnoceniobchodu .shop-stat-all {
  display: none;
}
#hodnoceniobchodu .stars {
  display: inline-flex;
  gap: 3px;
  line-height: 0;
}
#hodnoceniobchodu .star {
  display: inline-block;
  width: 17px;
  height: 17px;
  font-size: 0;
  background: var(--mth-line);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19'%3E%3Cpath d='m10 0 2.9 6.2 6.8.8-5 4.6 1.3 6.7L10 15l-6 3.3 1.3-6.7L.3 7l6.8-.8z'/%3E%3C/svg%3E")
    no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19'%3E%3Cpath d='m10 0 2.9 6.2 6.8.8-5 4.6 1.3 6.7L10 15l-6 3.3 1.3-6.7L.3 7l6.8-.8z'/%3E%3C/svg%3E")
    no-repeat center / contain;
}
#hodnoceniobchodu .star::before,
#hodnoceniobchodu .star::after {
  content: none !important;
}
#hodnoceniobchodu .star.star-on {
  background: var(--mth-yellow);
}
#hodnoceniobchodu > h2 {
  grid-area: title;
  margin: 0 0 22px;
  padding: 0;
  font-family: var(--mth-font-head);
  font-weight: 400;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: 0;
  color: #000;
  text-align: left;
  text-transform: none;
}
#hodnoceniobchodu > h2 a {
  color: inherit;
  text-decoration: none;
}
#hodnoceniobchodu > h2 a:hover {
  color: var(--mth-brown);
}

#hodnoceniobchodu .shop-eval-stars {
  grid-area: rating;
  margin: 0;
}
#hodnoceniobchodu .rate-average-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
#hodnoceniobchodu .rate-average-inner .rate-average {
  font-size: 45px !important;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #000;
}
#hodnoceniobchodu .rate-star-wrap {
  display: block;
}
#hodnoceniobchodu .rate-star-wrap .star {
  width: 20px;
  height: 20px;
}
#hodnoceniobchodu .stars-label {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #000;
}
#hodnoceniobchodu .mth-reviews__nav {
  grid-area: nav;
  display: flex;
  gap: 16px;
  margin-top: 22px;
  align-self: start;
}
#hodnoceniobchodu .mth-reviews__viewport {
  grid-area: track;
  min-width: 0;
  overflow: hidden;
}

#hodnoceniobchodu .shop-eval {
  min-width: 0;
  display: flex !important;
  flex-wrap: nowrap !important;
  flex-direction: row !important;
  grid-template-columns: none !important;
  grid-template-rows: none !important;
  column-count: auto !important;
  justify-content: flex-start !important;
  gap: 15px;
  margin: 0;
  padding: 0;
  will-change: transform;
}
#hodnoceniobchodu .shop-eval .vote-wrap.srw-review {
  flex: 0 0 auto !important;
  min-height: 237px;
  display: flex;
  flex-direction: column;
  margin: 0 !important;
  padding: 26px 30px;
  background: #fff !important;
  border: 0 !important;
  border-radius: 12px !important;
  box-shadow: none;
}

#hodnoceniobchodu .vote-header {
  margin: 0 0 14px;
  padding: 0;
  border: 0;
  background: none;
}
#hodnoceniobchodu .vote-summary {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#hodnoceniobchodu .vote-name {
  font-size: 15px;
  line-height: 24px;
  font-weight: 800;
  color: #000;
  white-space: normal;
}
#hodnoceniobchodu .vote-rating {
  display: flex;
  align-items: center;
  gap: 12px;
}
#hodnoceniobchodu .vote-rating .star {
  width: 15px;
  height: 15px;
}
/* v maketu neni oddelovac "|" */
#hodnoceniobchodu .vote-delimeter {
  display: none;
}
#hodnoceniobchodu .vote-time {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  color: #000;
}

#hodnoceniobchodu .vote-content {
  flex: 1 1 auto;
  max-height: 100px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  color: #000;
}
#hodnoceniobchodu .vote-content br {
  display: none;
}
#hodnoceniobchodu .heureka-rating-group {
  margin: 0;
}
#hodnoceniobchodu .heureka-rating-group div {
  margin: 0;
}
#hodnoceniobchodu .heureka-rating-group.plus div {
  color: #000;
}
#hodnoceniobchodu .heureka-rating-group.minus div {
  color: var(--mth-muted);
}

/* ------------------------------- responsive ------------------------------ */
@media (max-width: 1279px) {
  #hodnoceniobchodu.container.row {
    grid-template-columns: 320px minmax(0, 1fr);
    column-gap: 34px;
  }
}

@media (max-width: 991px) {
  #hodnoceniobchodu.container.row {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "title"
      "rating"
      "nav"
      "track";
    grid-template-rows: auto auto auto 1fr;
    row-gap: 0;
  }
  #hodnoceniobchodu .mth-reviews__nav {
    margin-top: 16px;
    margin-bottom: 24px;
  }
  #hodnoceniobchodu .rate-average-inner {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  #hodnoceniobchodu > h2 {
    font-size: 26px;
    text-align: center;
  }
  #hodnoceniobchodu .rate-average {
    font-size: 36px;
  }
  #hodnoceniobchodu .mth-reviews__nav {
    justify-content: space-between;
  }
}
