#hodnoceniobchodu .vote-wrap:nth-child(n + 4) {
  display: none !important;
}
#hodnoceniobchodu {
  width: 99.6vw;
  margin-left: calc(-50vw + 50%);
  margin-top: 20px;
  position: relative;
}
#hodnoceniobchodu::before,
#hodnoceniobchodu::after {
  display: none;
}
.review__bg {
  height: 100%;
  z-index: 1;
}
.review__bg::before,
.review__bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  /* aspect-ratio: 1/ 0.23; */
  background-color: #f2efeb;
  z-index: -1;
}
.review__bg::before {
  left: 0;
  transform: translateX(-88%);
}
.review__bg::after {
  right: 0;
  transform: translateX(88%);
}

.review__bg {
  padding: 100px 15px 50px;
  /* aspect-ratio: 1 / 0.35; */
  background-image: url("https://www.bargertex.sk/user/documents/upload/review/Bargetex - prvky 1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left 20%;
}

.review__wrapper {
  max-width: 1394px;
  margin: 0 auto;
  gap: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

#hodnoceniobchodu .vote-delimeter {
  display: none !important;
}

.review__wrapper-left {
  width: 25%;
}
#hodnoceniobchodu .shop-eval {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  width: 75%;
  gap: 20px;
  padding: 0px !important;
  border: 0;
  background-color: transparent;
}
.vote-header {
  display: block !important;
}

.review-left__title {
  margin: 0;
  margin-bottom: 7px;
  font-size: 34px;
  text-align: left !important;
}
.review-left__description {
  font-family: "span", serif !important;
  font-size: 20px;
  text-decoration: underline;
}
.review-left__image {
  width: 120px;
}

.review-left__heureka-title {
  font-family: "span", serif !important;
  margin: 0;
  margin-bottom: 10px;
  font-size: 22px;
}
.review-left__heureka-description {
  font-family: "span", serif !important;
  margin: 0;
  font-size: 12px;
}
.review-left__heureka-link {
  font-family: "span", serif !important;
  font-size: 12px;
  text-decoration: underline;
}
.review-left__wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}

#hodnoceniobchodu .vote-wrap {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% - 40px) / 3);
  margin: 0;
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background-color: white !important;
}
.vote-content {
  width: 100%;
  font-size: 13px;
  line-height: 20px;
}
.review__card-avatar {
  width: 60px;
  height: 60px;
  background-image: url("https://www.bargertex.sk/user/documents/upload/review/avatar.png");
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
#hodnoceniobchodu .vote-wrap > *:not(.no-display) {
  flex-basis: auto !important;
}
.review__card-top {
  margin-bottom: 0px;
  padding: 20px 15px;
}

.vote-wrap .vote-content {
  margin-top: 5px;
}
#hodnoceniobchodu .review__card-bottom {
  display: flex !important;
  align-items: center;
  padding: 20px 15px;
  gap: 10px;
  border-top: 1px solid #f2efeb;
}
.review__user-title {
  display: flex;
  align-items: center;
  margin: 0;
  margin-bottom: 5px;
  gap: 5px;
  font-size: 18px;
}
.review__card-verification {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("https://www.bargertex.sk/user/documents/upload/review/verification.png");
  background-size: cover;
  flex-shrink: 0;
}

.vote-time {
  margin: 0;
  font-size: 12px;
  color: #808285;
}
.vote-rating {
  overflow: visible;
}
.stars {
  display: flex;
  gap: 2px;
  margin-bottom: 5px;
}
.star {
  width: 22px;
  height: 22px;
}

#hodnoceniobchodu .vote-summary {
  height: auto;
}

.vote-header .vote-name {
  display: none;
}

@media (max-width: 1440px) {
  .review__wrapper {
    max-width: 1178px;
  }
  .review-left__wrapper {
    gap: 5px;
  }
  .review-left__title {
    font-size: 28px;
  }
  .review-left__description {
    font-size: 16px;
  }
  .review-left__image {
    width: 85px;
  }
  .review-left__heureka-title {
    font-size: 18px;
  }
  .review-left__heureka-description {
    font-size: 12px;
  }
  .review-left__heureka-link {
    font-size: 12px;
  }
  .review__user-title {
    font-size: 14px;
  }
  .vote-wrap {
    padding: 15px 20px;
  }
  .review__card-avatar {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1200px) {
  .review__bg::before,
  .review__bg::after {
    display: none;
  }
  .review__bg {
    padding: 100px 15px 50px;
  }
  .review__wrapper {
    max-width: 972px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .review__wrapper-left {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: center;
    width: 100%;
  }
  #hodnoceniobchodu .shop-eval {
    width: 100%;
  }

  .review-left__title {
    font-size: 44px;
  }

  .review-left__description {
    font-size: 26px;
  }

  .review-left__wrapper {
    margin-top: 0;
  }

  .review-left__image {
    width: 150px;
  }
  .review-left__heureka-title {
    font-size: 26px;
  }

  .review-left__heureka-description {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .review-left__heureka-link {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  #hodnoceniobchodu .shop-eval {
    justify-content: center;
  }
  #hodnoceniobchodu .vote-wrap {
    width: calc((100% - 20px) / 2);
  }
  #hodnoceniobchodu .vote-wrap:nth-child(n + 3) {
    display: none !important;
  }
  .review-left__title {
    font-size: 30px;
  }
  .review-left__description {
    font-size: 20px;
  }
  .review__wrapper-left {
    /* justify-content: space-between; */
    gap: 20px;
  }
  .review-left__image {
    width: 120px;
  }
  .review-left__heureka-title {
    font-size: 22px;
    margin-bottom: 0;
  }
  .review-left__heureka-description {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .review-left__heureka-link {
    font-size: 16px;
  }
}

@media (max-width: 972px) {
  .review__wrapper {
    max-width: 742px;
  }
}

@media (max-width: 865px) {
  .review__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .review-left__wrapper {
    margin-top: 0;
  }
}
@media (max-width: 710px) {
  .review__wrapper-left {
    padding: 0 5px;
    gap: 10px;
  }
  .review-left__title {
    font-size: 24px;
  }

  .review-left__description {
    font-size: 14px;
  }

  .review-left__image {
    width: 100px;
  }
  .review-left__heureka-title {
    font-size: 16px;
  }

  .review-left__heureka-description {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .review-left__heureka-link {
    font-size: 14px;
  }

  .review__user-title {
    font-size: 14px;
  }

  .review__card-verification {
    width: 12px;
    height: 12px;
  }

  .review__card-avatar {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 500px) {
  .review__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  #hodnoceniobchodu .shop-eval {
    display: none !important;
  }
  .review__wrapper-left {
    display: flex;
    flex-direction: column;
    padding: 0;
    align-items: center;
    gap: 10px;
    justify-content: center;
    width: 100%;
  }

  .review-left__wrapper {
    gap: 5px;
  }

  .review-left__title {
    font-size: 28px;
  }

  .review-left__description {
    font-size: 18px;
  }

  .review-left__image {
    width: 100px;
  }
  .review-left__heureka-title {
    font-size: 18px;
  }

  .review-left__heureka-description {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .review-left__heureka-link {
    font-size: 13px;
  }
}
