body:not(.in-index) #hodnoceniobchodu {
  display: none;
}

#hodnoceniobchodu.container.row,
#hodnoceniobchodu {
  position: relative;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  padding: 60px 0 !important;
  background-image: url("https://www.tokrahome.cz/user/documents/upload/reviews.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
#hodnoceniobchodu::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 60, 110, 0.55);
  pointer-events: none;
  z-index: 0;
}
#hodnoceniobchodu > * {
  position: relative;
  z-index: 1;
}
#hodnoceniobchodu > h2,
#hodnoceniobchodu > br {
  display: none !important;
}
#hodnoceniobchodu .reviews-shop-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 15px;
}
#hodnoceniobchodu .reviews-shop-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  width: 30%;
  min-width: 450px;
}
#hodnoceniobchodu .reviews-shop-title {
  margin: 0 0 12px;
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 126%;
  color: #fff;
}
#hodnoceniobchodu .reviews-shop-number {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 8px;
}
#hodnoceniobchodu .reviews-shop-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 6px;
}
#hodnoceniobchodu .reviews-shop-link {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
  margin-top: 6px;
}
#hodnoceniobchodu .reviews-shop-link:hover {
  text-decoration: none;
}
#hodnoceniobchodu .reviews-shop-bottom {
  width: 40%;
  min-width: 300px;
  max-width: 550px;
}
#hodnoceniobchodu .shop-eval {
  position: relative;
  flex: 1;
  padding-right: 80px;
  position: relative;
}
#hodnoceniobchodu .reviews-mask {
  width: 100%;
  padding-bottom: 40px;
  overflow: hidden;
}
#hodnoceniobchodu .reviews-track {
  display: flex;
  width: 100%;
  height: 80%;
  will-change: transform;
}
#hodnoceniobchodu .vote-wrap:nth-child(n + 5) {
  display: block !important;
}
#hodnoceniobchodu .vote-wrap {
  position: relative;
  flex: 0 0 auto;
  box-sizing: border-box;
  height: 100%;
  min-height: 250px;
  max-height: 300px;
  background: #fff;
  color: #241f20;
  border-radius: 20px !important;
  margin: 0;
  padding: 36px 40px 24px !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  overflow: visible;
}
#hodnoceniobchodu .vote-content {
  font-size: 16px !important;
  line-height: 1.55 !important;
  color: #444;
  text-align: center !important;
  overflow: hidden !important;
  margin: 0 auto 24px;
  max-width: 560px;
  min-height: 110px;
  max-height: 140px;
  font-family: inherit;
  -webkit-mask-image: linear-gradient(to bottom, #000 65%, transparent);
  mask-image: linear-gradient(to bottom, #000 65%, transparent);
}
#hodnoceniobchodu .vote-header {
  display: flex;
  justify-content: center;
  background: #f5f7fa;
  border-radius: 999px;
  padding: 10px 22px 10px 80px;
  width: max-content;
  max-width: 100%;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 3px 6.8px 2px rgba(0, 0, 0, 0.31);
}
#hodnoceniobchodu .vote-wrap .vote-header {
  width: auto !important;
}
#hodnoceniobchodu .vote-header::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-image: url("https://www.tokrahome.cz/user/documents/upload/avatar.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
#hodnoceniobchodu .vote-summary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#hodnoceniobchodu .vote-name {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #241f20;
}
#hodnoceniobchodu .vote-name::after {
  content: "Ověřený zákazník";
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #9b9b9b;
  margin-top: 2px;
  line-height: 1.2;
}
.jupiter #hodnoceniobchodu .vote-rating .vote-time {
  display: none !important;
}
#hodnoceniobchodu .vote-rating {
  order: -1;
  display: flex;
  align-items: center;
  gap: 6px;
}
#hodnoceniobchodu .vote-rating .stars,
#hodnoceniobchodu .reviews-shop-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
#hodnoceniobchodu .vote-rating .stars .star,
#hodnoceniobchodu .reviews-shop-stars .star {
  width: 14px;
  height: 14px;
  display: inline-block;
}
#hodnoceniobchodu .reviews-shop-stars .star {
  width: 16px;
  height: 16px;
}
#hodnoceniobchodu .vote-delimeter,
#hodnoceniobchodu .vote-time {
  display: none !important;
}
#hodnoceniobchodu .shop-stat-all {
  display: none;
}
#hodnoceniobchodu .reviews-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.45);
  background: #fff;
  outline: 6px solid rgba(255, 255, 255, 0.25);
  cursor: pointer;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
#hodnoceniobchodu .reviews-arrow::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;utf8,<svg width='23' height='18' viewBox='0 0 23 18' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M21.4383 8.05957C21.6085 8.22996 21.7041 8.46095 21.7041 8.70178C21.7041 8.94261 21.6085 9.17359 21.4383 9.34399L14.168 16.6143C14.0848 16.7036 13.9845 16.7752 13.873 16.8249C13.7615 16.8746 13.6412 16.9013 13.5192 16.9034C13.3971 16.9056 13.2759 16.8831 13.1628 16.8374C13.0496 16.7917 12.9468 16.7237 12.8605 16.6374C12.7742 16.5511 12.7062 16.4483 12.6605 16.3351C12.6148 16.222 12.5923 16.1008 12.5945 15.9787C12.5966 15.8567 12.6233 15.7364 12.673 15.6249C12.7227 15.5134 12.7943 15.4131 12.8836 15.3299L18.6029 9.61057L1.4086 9.61057C1.16757 9.61057 0.936416 9.51482 0.765985 9.34439C0.595554 9.17396 0.499807 8.9428 0.499807 8.70178C0.499807 8.46075 0.595554 8.2296 0.765985 8.05917C0.936416 7.88873 1.16757 7.79299 1.4086 7.79299L18.6029 7.79299L12.8836 2.07367C12.7943 1.99047 12.7227 1.89014 12.673 1.77866C12.6233 1.66718 12.5966 1.54684 12.5945 1.42482C12.5923 1.3028 12.6148 1.18159 12.6605 1.06843C12.7062 0.95527 12.7742 0.852475 12.8605 0.766178C12.9468 0.679881 13.0496 0.611849 13.1628 0.566142C13.2759 0.520434 13.3971 0.497988 13.5192 0.500141C13.6412 0.502294 13.7615 0.529002 13.873 0.578673C13.9845 0.628344 14.0848 0.699959 14.168 0.789247L21.4383 8.05957Z' fill='%23599DD5' stroke='%23599DD5'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#hodnoceniobchodu .reviews-arrow:hover {
  background: #ecf6ff;
}
#hodnoceniobchodu .reviews-arrow:focus-visible {
  box-shadow: none;
}
@media (max-width: 991px) {
  #hodnoceniobchodu .reviews-shop-row {
    flex-direction: column;
    align-items: center;
  }
  #hodnoceniobchodu .reviews-shop-header {
    width: 100%;
    align-items: center;
    min-width: 0;
  }
  #hodnoceniobchodu .reviews-shop-bottom {
    width: 100%;
    padding-right: 30px;
    margin-right: -30px;
  }
  #hodnoceniobchodu .reviews-arrow {
    right: 0;
  }
}
@media (max-width: 767px) {
  #hodnoceniobchodu .reviews-shop-header {
    min-width: 0;
  }
  #hodnoceniobchodu .reviews-shop-bottom {
    width: 80%;
    min-width: 0;
  }
}
@media (max-width: 500px) {
  #hodnoceniobchodu .reviews-shop-bottom {
    width: 85%;
  }
  #hodnoceniobchodu .reviews-shop-title {
    font-size: 24px;
  }
  #hodnoceniobchodu .reviews-shop-number {
    font-size: 30px;
    margin-bottom: 5px;
  }
  #hodnoceniobchodu .vote-name {
    font-size: 12px;
  }
  #hodnoceniobchodu .vote-header::before {
    width: 40px;
    height: 40px;
  }
  #hodnoceniobchodu .vote-header {
    padding: 10px 15px 10px 60px;
  }
}
