.layoutMain {
  padding: 0 !important;
}
.layoutMainC {
  max-width: 100% !important;
}
.recenze {
  font-family: var(--fontNormal);
  color: #1a1a1a;
}
.recenze__container {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 48px;
}
.recenze__hero {
  background: #fff;
  padding: 80px 0 64px;
  text-align: center;
}
.recenze__hero-title {
  font-family: var(--fontBold);
  font-size: 64px;
  line-height: 1.1;
  margin-bottom: 16px;
}
.recenze__hero-subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 56px;
}
.recenze__stats {
  display: flex;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
.recenze__stat-number {
  font-family: var(--fontBold);
  font-size: 36px;
  color: var(--colorMagenta);
  line-height: 1;
  margin-bottom: 8px;
}
.recenze__stat-label {
  font-size: 14px;
  color: #666;
}
.recenze__trust {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  padding-top: 40px;
}
.recenze__trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #555;
}
.recenze__trust-item svg {
  flex-shrink: 0;
}
.recenze__section-title {
  font-family: var(--fontBold);
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
}
.recenze__scroll-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 16px;
}
.recenze__scroll-wrap::-webkit-scrollbar {
  display: none;
}
.recenze__loading {
  padding: 40px;
  text-align: center;
  color: #999;
  font-size: 14px;
}
.recenze-stars {
  display: flex;
  gap: 3px;
  align-items: center;
}
.recenze-star {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.recenze-tcard .recenze-star {
  width: 32px;
  height: 32px;
}
.recenze__products {
  background: #f0f0f0;
  padding: 72px 0;
}
.recenze-pcard__track {
  display: flex;
  gap: 32px;
  padding-inline: 48px;
  width: max-content;
}
.recenze-pcard {
  background: #fff;
  border-radius: 5px;
  width: 420px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 40px;
  box-shadow: 0 10px 25px rgba(22, 22, 22, 0.12);
}
.recenze-pcard__img-wrap {
  display: block;
  width: 280px;
  height: 280px;
  flex-shrink: 0;
  overflow: hidden;
  background: #f8f8f8;
}
.recenze-pcard__img-wrap--empty {
  background: #f0f0f0;
}
.recenze-pcard__img-wrap img {
  width: 280px;
  height: 280px;
  object-fit: contain;
  display: block;
}
.recenze-pcard__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}
.recenze-pcard__body {
  flex: 1;
}
.recenze-pcard__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.recenze-pcard__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
}
.recenze-pcard__name {
  font-size: 18px;
  color: #666;
  flex: 1;
  min-width: 0;
}
.recenze-pcard__name:hover {
  color: var(--colorMagenta);
}
.recenze-pcard__text-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.recenze-pcard__text {
  font-size: 18px;
  color: #1e1e1e;
  line-height: 1.33;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recenze-pcard__more {
  font-size: 18px;
  color: var(--colorMagenta);
  text-decoration: underline;
}
.recenze-pcard__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.recenze-pcard__author {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-family: var(--fontBold);
}
.recenze-pcard__avatar-wrap {
  position: relative;
  width: 33px;
  height: 33px;
  min-width: 33px;
  border-radius: 4px;
  background: #f0f0f0;
  overflow: hidden;
}
.recenze-pcard__avatar--bird {
  position: absolute;
  display: block;
  width: 51px;
  height: 68px;
  left: -15px;
  top: -10px;
}
.recenze-pcard__avatar--bird-2 {
  width: 54px;
  height: 80px;
  left: -21px;
  top: -12px;
}
.recenze-pcard__avatar--bird-3 {
  width: 86px;
  height: 122px;
  left: -26px;
  top: -36px;
}
.recenze-pcard__date {
  font-size: 18px;
  color: #666;
}
.recenze__platforms {
  background: #fff;
  padding: 72px 0 64px;
}
.recenze__platforms-row {
  display: flex;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.recenze__platform {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
}
.recenze__platform:hover {
  opacity: 0.8;
}
.recenze__platform-logo {
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1px;
}
.recenze__platform-logo--heureka,
.recenze__platform-logo--heureka span {
  color: #f60;
}
.recenze__platform-logo--zbozi {
  color: #cc0000;
}
.recenze__platform-logo--zbozi span {
  color: #cc0000;
  font-size: 26px;
}
.recenze__platform-logo-svg {
  display: block;
  height: 48px;
  width: auto;
}
.recenze__platform-score {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #555;
}
.recenze__platform-score strong {
  font-family: var(--fontBold);
  font-size: 17px;
  color: #1a1a1a;
}
.recenze__platforms-note {
  text-align: center;
  font-size: 13px;
  color: #888;
  margin-top: 8px;
}
.recenze__brand {
  background: #fff;
  padding: 72px 0;
}
.recenze-tcard__track {
  display: flex;
  gap: 32px;
  padding-inline: 48px;
  width: max-content;
}
.recenze-tcard {
  background: #fff;
  border-radius: 5px;
  width: 420px;
  flex-shrink: 0;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: 0 10px 25px rgba(22, 22, 22, 0.12);
}
.recenze-tcard__text {
  font-size: 18px;
  color: #1e1e1e;
  line-height: 1.33;
  flex: 1;
}
.recenze-tcard__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #f0f0f0;
  padding-top: 16px;
  margin-top: auto;
  overflow: visible;
}
.recenze-tcard__author {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-family: var(--fontBold);
}
.recenze-tcard__date {
  font-size: 18px;
  color: #666;
}
.recenze__cta {
  background: #fff;
  padding: 80px 0 72px;
}
.recenze__cta-card {
  position: relative;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 25px rgba(22, 22, 22, 0.12);
  max-width: 988px;
  height: 200px;
  margin-inline: auto;
  overflow: visible;
}
.recenze__cta-bird-wrap {
  position: absolute;
  left: 163px;
  top: -58px;
  width: 288px;
  height: 258px;
  pointer-events: none;
}
.recenze__cta-bird {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.recenze__cta-content {
  position: absolute;
  left: 571px;
  top: 40px;
  right: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.recenze__cta-title {
  font-size: 24px;
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 8px;
}
.recenze__cta-text {
  font-size: 16px;
  color: #1e1e1e;
}
.recenze__cta-btn {
  background: var(--colorMagenta) !important;
  color: #fff !important;
  border: none;
  border-radius: 2px !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  font-size: 18px;
  padding: 8px 24px;
}
.recenze__about {
  background: #fff;
  padding: 72px 0;
}
.recenze__about-inner {
  display: flex;
  align-items: center;
  gap: 64px;
}
.recenze__about-text {
  flex: 0 0 340px;
}
.recenze__about-title {
  font-family: var(--fontBold);
  font-size: 32px;
  margin-bottom: 16px;
}
.recenze__about-desc {
  font-size: 15px;
  color: #555;
  line-height: 1.65;
  margin-bottom: 32px;
}
.recenze__about-btn {
  display: inline-block;
  background: var(--colorMagenta) !important;
  color: #fff !important;
}
.recenze__about-photos {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.recenze__about-photo-top {
  width: 100%;
  height: 320px;
  overflow: hidden;
  border-radius: 5px;
}
.recenze__about-photo-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.recenze__about-photo-row {
  display: flex;
  gap: 24px;
}
.recenze__about-photo-item {
  flex: 1;
  height: 320px;
  overflow: hidden;
  border-radius: 5px;
}
.recenze__about-photo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.recenze__stores {
  padding: 0;
  margin-top: 96px;
  margin-bottom: 96px;
}
.recenze__stores .recenze__container {
  background: #f0f0f0;
  border-radius: 5px;
}
.recenze__stores-inner {
  display: flex;
  align-items: center;
  min-height: 433px;
  gap: 95px;
}
.recenze__stores-img {
  flex: 0 0 620px;
  overflow: hidden;
}
.recenze__stores-img img {
  width: 620px;
  height: 320px;
  object-fit: cover;
  display: block;
}
.recenze__stores-content {
  flex: 1;
}
.recenze__stores-title {
  font-family: var(--fontBold);
  font-size: 24px;
  color: #1e1e1e;
  margin-bottom: 12px;
}
.recenze__stores-text {
  font-size: 16px;
  color: #1e1e1e;
  margin-bottom: 24px;
  line-height: 1.5;
}
.recenze__stores .btn-magenta {
  background: var(--colorMagenta) !important;
  color: #fff !important;
  border-radius: 2px;
  padding: 8px 24px;
}
.recenze__offer {
  padding: 0;
  overflow: visible;
}
.recenze__offer .recenze__container {
  background: #f0f0f0;
  border-radius: 5px;
  overflow: visible;
  padding-right: 0;
}
.recenze__offer-inner {
  display: flex;
  align-items: center;
  min-height: 298px;
}
.recenze__offer-text {
  flex: 0 0 381px;
  padding: 40px 0;
}
.recenze__offer-title {
  font-family: var(--fontBold);
  font-size: 28px;
  margin-bottom: 8px;
  color: #1e1e1e;
}
.recenze__offer-desc {
  font-size: 16px;
  color: #1e1e1e;
  line-height: 1.375;
  margin-bottom: 16px;
}
.recenze__offer .btn-magenta {
  background: var(--colorMagenta) !important;
  color: #fff !important;
  display: inline-flex;
  border-radius: 5px;
  font-size: 18px;
  padding: 8px 16px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
.recenze__offer-visual {
  flex: 1;
  position: relative;
  height: 298px;
  overflow: visible;
}
.recenze__offer-product {
  position: absolute;
  right: 114px;
  bottom: 0;
  width: 553px;
  height: 355px;
  display: block;
  z-index: 1;
}
.recenze__offer-grid {
  position: absolute;
  right: 0;
  top: 0;
  width: 266px;
  height: 266px;
  display: grid;
  grid-template-columns: 133px 133px;
  grid-template-rows: 133px 133px;
  overflow: hidden;
  border-radius: 0 5px 5px 0;
}
.recenze__offer-grid-item--white {
  background: #fff;
}
@keyframes recenze-shimmer {
  0% {
    background-position: -600px 0;
  }
  100% {
    background-position: 600px 0;
  }
}
.recenze-skeleton-line {
  height: 14px;
  border-radius: 4px;
  background: linear-gradient(90deg, #ececec 25%, #f5f5f5 50%, #ececec 75%);
  background-size: 600px 100%;
  animation: recenze-shimmer 1.4s infinite linear;
  margin-bottom: 10px;
}
.recenze-skeleton-line--title {
  height: 16px;
  width: 75%;
}
.recenze-skeleton-line--stars {
  height: 14px;
  width: 90px;
}
.recenze-skeleton-line--short {
  width: 55%;
}
.recenze-skeleton-line--author {
  height: 12px;
  width: 100px;
}
.recenze-pcard--skeleton {
  pointer-events: none;
}
.recenze-pcard--skeleton .recenze-pcard__img-wrap--skeleton {
  background: linear-gradient(90deg, #ececec 25%, #f5f5f5 50%, #ececec 75%);
  background-size: 600px 100%;
  animation: recenze-shimmer 1.4s infinite linear;
}
.recenze-bcard--skeleton {
  pointer-events: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  min-width: 260px;
  flex: 0 0 260px;
}
.recenze-review-heading {
  font-family: var(--fontBold);
  font-size: 15px;
  color: #1a1a1a;
  margin-bottom: 4px;
}
.recenze-review-counter {
  display: block;
  font-size: 12px;
  color: #aaa;
  margin-top: 4px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .recenze__container {
    padding-inline: 24px;
  }
  .recenze-pcard__track,
  .recenze-tcard__track {
    padding-inline: 24px;
  }
  .recenze__stats {
    gap: 48px;
  }
  .recenze__hero-title {
    font-size: 44px;
  }
  .recenze__stat-number {
    font-size: 30px;
  }
  .recenze__platforms-row {
    gap: 48px;
  }
  .recenze__trust {
    gap: 24px;
  }
  .recenze-pcard {
    width: 360px;
    padding: 32px;
    gap: 24px;
  }
  .recenze-pcard__img-wrap,
  .recenze-pcard__img-wrap img {
    width: 296px;
    height: 296px;
  }
  .recenze-tcard {
    width: 360px;
  }
  .recenze__about-inner {
    gap: 40px;
  }
  .recenze__about-text {
    flex: 0 0 280px;
  }
  .recenze__about-photo-top {
    height: 240px;
  }
  .recenze__about-photo-item {
    height: 200px;
  }
  .recenze__stores-img {
    flex: 0 0 440px;
  }
  .recenze__stores-img img {
    width: 440px;
    height: 228px;
  }
  .recenze__offer-img-wrap img {
    height: 240px;
  }
  .recenze__stores-inner {
    gap: 48px;
  }
}
@media screen and (max-width: 768px) {
  .recenze__container {
    padding-inline: 16px;
  }
  .recenze-pcard__track,
  .recenze-tcard__track {
    padding-inline: 16px;
    gap: 20px;
  }
  .recenze__hero {
    padding: 56px 0 48px;
  }
  .recenze__hero-title {
    font-size: 32px;
  }
  .recenze__hero-subtitle {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .recenze__stats {
    gap: 32px;
    margin-bottom: 40px;
  }
  .recenze__stat-number {
    font-size: 24px;
  }
  .recenze__section-title {
    font-size: 22px;
  }
  .recenze__products,
  .recenze__platforms,
  .recenze__brand,
  .recenze__cta,
  .recenze__about,
  .recenze__offer {
    padding: 56px 0;
  }
  .recenze__platforms-row {
    gap: 32px;
  }
  .recenze__platform-logo {
    font-size: 28px;
  }
  .recenze__cta-card {
    height: auto;
    min-height: 220px;
    padding: 32px 24px 32px 24px;
  }
  .recenze__cta-bird-wrap {
    position: static;
    width: 160px;
    height: 140px;
    margin: 0 auto 16px;
  }
  .recenze__cta-content {
    position: static;
    text-align: center;
    align-items: center;
  }
  .recenze__trust {
    gap: 16px;
  }
  .recenze__trust-item {
    font-size: 13px;
  }
  .recenze-pcard {
    width: 300px;
    padding: 20px;
    gap: 20px;
  }
  .recenze-pcard__img-wrap,
  .recenze-pcard__img-wrap img {
    width: 260px;
    height: 260px;
  }
  .recenze-tcard {
    width: 300px;
  }
  .recenze__about-inner {
    flex-direction: column;
    gap: 32px;
  }
  .recenze__about-text {
    flex: unset;
  }
  .recenze__offer-visual {
    height: 180px;
  }
  .recenze__offer-product {
    width: 300px;
    height: 193px;
    right: 40px;
  }
  .recenze__offer-grid {
    width: 160px;
    height: 160px;
    grid-template-columns: 80px 80px;
    grid-template-rows: 80px 80px;
  }
  .recenze__about-photos {
    width: 100%;
  }
  .recenze__about-photo-top {
    height: 220px;
  }
  .recenze__about-photo-item {
    height: 180px;
  }
  .recenze__stores {
    padding: 56px 0;
  }
  .recenze__stores-inner {
    flex-direction: column;
    gap: 32px;
    min-height: unset;
  }
  .recenze__stores-img {
    flex: unset;
    width: 100%;
  }
  .recenze__stores-img img {
    width: 100%;
    height: 220px;
  }
  .recenze__about-title {
    font-size: 26px;
  }
}
.form-stars {
  display: flex;
  align-items: center;
}
.form-star {
  margin-right: 6px;
  fill: #ccc;
  cursor: pointer;
}
.form-star.active {
  fill: #ffcc02;
}
.recenze-popup-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.recenze-popup-row__name {
  flex: 0 0 268px;
}
.recenze-popup-row__rating {
  flex: 1;
}
.recenzeAddReview .popup-title {
  font-family: var(--fontBold);
  font-size: 24px;
  line-height: 1.49;
  color: #1e1e1e;
}
.recenzeAddReview .form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.recenzeAddReview .form-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.recenzeAddReview .form-label {
  font-size: 14px;
  line-height: 1.44;
  color: #1e1e1e;
}
.recenzeAddReview .form-label-req {
  color: #dd0000;
}
.recenzeAddReview .form-input {
  height: 40px;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  padding: 0 8px;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
  width: 100%;
}
.recenzeAddReview .form-textarea {
  height: 100px;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  padding: 8px;
  font-size: 14px;
  resize: none;
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  display: block;
  align-self: stretch;
}
.recenzeAddReview .recenze-popup-row {
  gap: 40px;
}
.recenzeAddReview .form-stars {
  gap: 8px;
  height: 40px;
}
.recenzeAddReview .form-star {
  margin-right: 0;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.recenzeAddReview .form-field-check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
.recenzeAddReview .form-check {
  width: 24px;
  height: 24px;
  min-width: 24px;
  flex: 0 0 24px;
  position: static;
  top: auto;
  border: 1px solid #b2b2b2;
  border-radius: 2px;
  cursor: pointer;
  accent-color: #c02485;
  margin: 0;
}
.recenzeAddReview .form-submit {
  min-width: 178px;
  height: 41px;
  border-radius: 5px;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  margin-top: 8px;
}
