html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 15px;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  background: #000;
  color: #fff;
  overflow-x: hidden;
}

body.review-lightbox-open {
  overflow: hidden;
}

img {
  border-style: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  font: inherit;
}

.container {
  width: min(calc(100% - 120px), 1514px);
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  padding-top: 0;
  height: 111px;
  overflow: visible;
}

.site-header .container {
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.brand-bar {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 111px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  background: #000;
  box-shadow: 0px 15px 26px -4px #624c24b5;
  z-index: 1;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.brand img {
  width: 115px;
  height: auto;
}

.brand-tagline {
  margin-top: 8px;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}

.page-home {
  position: relative;
  overflow: visible;
  padding-top: 111px;
}

.has-animate .animate {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.has-animate .animate.animated {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

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

  .has-animate .animate,
  .has-animate .animate.animated {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.start {
  position: relative;
  padding: 120px 0 19px;
  background: #000;
}

.start-hero {
  position: relative;
  display: grid;
  overflow: hidden;
  background: #000;
}

.start-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16));
  pointer-events: none;
  z-index: 1;
}

.start-hero-media,
.start-inner {
  grid-area: 1 / 1;
}

.start-hero-media {
  position: relative;
  z-index: 0;
}

.start-hero-media img {
  display: block;
  width: calc(100% - 30px);
  height: auto;
  margin-left: 30px;
}

.start-hero-media picture {
  display: block;
}

.start-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.start-copy {
  width: 50%;
  max-width: 650px;
  margin: 0;
  text-align: left;
}

.start-copy h1 {
  margin: 0 0 25px;
  font-size: 50px;
  line-height: 54px;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-align: left;
}

.start-title-main {
  color: #fff;
}

.start-title-accent {
  background: linear-gradient(90deg, #cdc58c 0%, #676346 100%);
  background: linear-gradient(90deg, #FFFFFF 0%, #B69853 25.48%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.start-lead {
  max-width: 640px;
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  color: #fff;
  max-width: 550px;
}

.start-lead-underline {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
}

.start-verdict {
  margin: 54px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.start-verdict-copy {
  width: 100%;
  max-width: 1004px;
  margin-top: 80px;
  position: relative;
  z-index: 1;
}

.start-verdict-copy::before {
  content: "";
  position: absolute;
  top: -118px;
  left: 50%;
  width: 780px;
  height: 428px;
  transform: translateX(-53%) rotate(9deg);
  background: url(../img/blurry-cloud.png) center/contain no-repeat;
  pointer-events: none;
  z-index: 0;
}

.start-rating {
  width: 258px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.start-verdict-copy h2 {
  margin-bottom: 20px;
  font-family: "Lexend", sans-serif;
  font-size: 40px;
  line-height: 56px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.01em;
  text-align: center;
  color: #d2c6a5;
  position: relative;
  z-index: 1;
}

.start-verdict-copy p {
  max-width: 900px;
  margin: 0 auto;
  font-family: "Lexend", sans-serif;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}

.start-video {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 54px auto 0;
}

.start-video > img:first-child {
  display: block;
  width: 100%;
  height: auto;
}

.bestseller-section {
  width: 100%;
  margin-top: 100px;
}

.bestseller-heading {
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-size: 40px;
  line-height: 46px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.01em;
  text-align: center;
  color: #d2c6a5;
}

.bestseller-badge {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 194px;
  max-width: 100%;
  height: auto;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.bestseller-badge.is-visible {
  opacity: 1;
  visibility: visible;
}

.bestseller-grid {
  display: grid;
  grid-template-columns: 390px minmax(0, 560px);
  align-items: start;
  justify-content: center;
  gap: 160px;
  margin-top: -40px;
}

.bestseller-product {
  display: flex;
  justify-content: flex-start;
  text-align: left;
}

.bestseller-product-stack {
  width: 100%;
  max-width: 390px;
}

.bestseller-product-visual {
  position: relative;
  padding-top: 100px;
}

.bestseller-product-box {
  position: relative;
  width: 100%;
  max-width: 390px;
  height: 390px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
}

.bestseller-product-text {
  text-align: left;
  margin-top: 22px;
}

.bestseller-product-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  margin: auto;
  cursor: pointer;
}

.start-verdict .bestseller-product-title {
  margin-top: 0;
  margin-bottom: 4px;
  font-family: "Lexend", sans-serif;
  font-size: 26px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  color: #d2c6a5;
}

.start-verdict .bestseller-product-model {
  margin-top: 0;
  font-family: "Lexend", sans-serif;
  font-size: 19px;
  line-height: 1;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  color: #fff;
}

.bestseller-rating-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 7px;
}

.bestseller-stars {
  display: block;
  width: 139px;
  min-width: 139px;
  height: auto;
  position: relative;
  margin: 0 -14px;
  top: -4px;
}

.bestseller-rating-value {
  font-family: "Lexend", sans-serif;
  font-size: 23px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}

.start-verdict .bestseller-rating-note {
  margin-top: 0;
  max-width: 390px;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
}

.bestseller-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 236px;
  height: 53px;
  margin-top: 24px;
  border-radius: 999px;
  background: linear-gradient(125deg, #b69853 0%, #fff9e8 52.4%, #b69853 100%);
  font-family: "Lexend", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  color: #000;
}

.bestseller-cta img {
  display: block;
  width: 10px;
  height: auto;
}

.bestseller-variants {
  width: 100%;
  max-width: 560px;
  text-align: left;
  padding-top: 96px;
}

.bestseller-variants-title {
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 6px;
  color: #d2c6a5;
}

.bestseller-variants-copy {
  margin-top: 0;
  font-family: "Lexend", sans-serif;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0;
  color: #fff;
}

.bestseller-variants-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 156px));
  column-gap: 30px;
  row-gap: 36px;
  margin-top: 30px;
}

.bestseller-variant-card {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.bestseller-variant-image {
  display: block;
  width: 156px;
  height: 183px;
  max-width: 100%;
  object-fit: contain;
  object-position: center center;
  box-sizing: border-box;
  background: #fff;
  border: 4px solid transparent;
  transition: border-color 0.2s ease;
}

.bestseller-variant-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  font-family: "Lexend", sans-serif;
  font-size: 19px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  transition: color 0.2s ease;
}

.bestseller-variant-label span:last-child {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.bestseller-color-dot {
  transition: none;
}

.bestseller-variant-card:hover .bestseller-variant-image,
.bestseller-variant-card:focus-visible .bestseller-variant-image,
.bestseller-variant-card.is-active .bestseller-variant-image {
  border-color: #b69853;
}

.bestseller-variant-card:hover .bestseller-variant-label,
.bestseller-variant-card:focus-visible .bestseller-variant-label,
.bestseller-variant-card.is-active .bestseller-variant-label {
  color: #b69853;
}

.bestseller-variant-card:hover .bestseller-variant-label span:last-child,
.bestseller-variant-card:focus-visible .bestseller-variant-label span:last-child,
.bestseller-variant-card.is-active .bestseller-variant-label span:last-child {
  border-bottom-color: #b69853;
}

.bestseller-color-dot {
  display: inline-block;
  width: 22px;
  height: 22px;
  min-width: 22px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.category-showcase {
  width: 100%;
  margin-top: 120px;
  position: relative;
}

.category-showcase::before {
  content: "";
  position: absolute;
  top: -165px;
  left: calc(50% - 27px);
  width: 780px;
  height: 428px;
  transform: translateX(-50%) rotate(9deg);
  background: url(../img/blurry-cloud.png) center/contain no-repeat;
  pointer-events: none;
  z-index: 2;
}

.start-verdict .category-showcase-heading {
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-size: 40px;
  line-height: 46px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.01em;
  text-align: center;
  color: #d2c6a5;
  position: relative;
  z-index: 3;
}

.category-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}

.category-showcase-media {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.category-showcase-image {
  display: block;
  width: 555px;
  min-width: 555px;
  max-width: 555px;
  height: auto;
  flex-shrink: 0;
}

.category-showcase-content {
  width: 100%;
  max-width: 666px;
  justify-self: start;
  margin-top: 20px;
  position: relative;
  z-index: 3;
}

.start-verdict .category-showcase-title {
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-size: 34px;
  margin-bottom: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.01em;
  text-align: left;
  color: #d2c6a5;
}

.start-verdict .category-showcase-copy {
  max-width: none;
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  color: #fff;
}

.start-verdict .category-showcase-note {
  max-width: none;
  margin: 14px 0 0;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  color: #fff;
}

.category-showcase-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 30px;
  margin-top: 42px;
}

.category-showcase-feature {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  min-width: 0;
  min-height: 112px;
}

.category-showcase-feature:focus-visible {
  outline: 1px solid rgba(210, 198, 165, 0.7);
  outline-offset: 10px;
}

.category-showcase-feature-icon {
  display: block;
  width: 70px;
  min-width: 70px;
  height: auto;
}

.category-showcase-feature-text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  min-width: 0;
  flex: 1 1 auto;
}

.start-verdict .category-showcase-feature-title {
  max-width: 260px;
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-size: 19px;
  line-height: 1.1;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  color: #d2c6a5;
}

.start-verdict .category-showcase-feature-description {
  max-width: 270px;
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  color: #fff;
}

.category-showcase-hint {
  margin-top: 35px;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
  align-self: flex-start;
  text-align: left;
}

.category-showcase-cursor {
  display: block;
  width: 32px;
  min-width: 32px;
  height: auto;
}

.category-showcase-hint span {
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  color: #fff;
  text-align: left;
}

@media (hover: hover) and (pointer: fine) {
  .category-showcase-feature-description {
    position: absolute;
    left: 0;
    top: calc(100% + 8px);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-4px);
    transition:
      max-height 0.22s ease,
      opacity 0.18s ease,
      transform 0.18s ease;
  }

  .category-showcase-feature:hover .category-showcase-feature-description,
  .category-showcase-feature:focus-visible .category-showcase-feature-description {
    max-height: 180px;
    opacity: 1;
    transform: translateY(0);
  }

}

@media (hover: none), (pointer: coarse) {
  .category-showcase-hint {
    display: none;
  }

  .category-showcase-feature {
    min-height: 0;
  }

  .category-showcase-feature-text {
    gap: 10px;
  }

  .category-showcase-feature-description {
    position: static;
  }

}

.category-showcase-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 30px;
}

.category-showcase-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 252px;
  height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  background: linear-gradient(125deg, #b69853 0%, #fff9e8 52.4%, #b69853 100%);
  font-family: "Lexend", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  color: #000;
  transition: opacity 0.2s ease;
}

.category-showcase-cta:hover,
.category-showcase-cta:focus-visible {
  opacity: 0.9;
}

.category-showcase-cta img {
  display: block;
  width: 10px;
  height: auto;
}

.category-showcase--reverse {
  margin-top: 110px;
}

.category-showcase--reverse::before {
  display: none;
}

.category-showcase--reverse .category-showcase-grid {
  margin-top: 0;
}

.category-showcase--reverse .category-showcase-content {
  max-width: 630px;
  margin-top: 0;
  justify-self: start;
}

.category-showcase--reverse .category-showcase-media {
  justify-content: center;
}

.category-showcase--reverse .category-showcase-image {
  width: 555px;
  min-width: 555px;
  max-width: 555px;
  margin-top: -50px;
}

.category-showcase--sidebyside {
  margin-top: 110px;
}

.category-showcase--sidebyside::before {
  display: none;
}

.category-showcase--sidebyside .category-showcase-grid {
  margin-top: 0;
}

.category-showcase--builtin {
  margin-top: 110px;
}

.category-showcase--builtin::before {
  display: none;
}

.category-showcase--builtin .category-showcase-grid {
  margin-top: 0;
}

.video-opinions {
  width: 100%;
  margin-top: 150px;
}

.start-verdict .video-opinions-title {
  max-width: 430px;
  margin: 0 auto;
  font-family: "Lexend", sans-serif;
  font-size: 35px;
  line-height: 36px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.01em;
  text-align: center;
  color: #d2c6a5;
}

.video-opinions-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  margin-top: 50px;
}

.video-opinions-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.video-opinions-card img:first-child {
  display: block;
  width: 100%;
  height: auto;
}

.appliance-categories {
  width: 100%;
  margin-top: 140px;
}

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

.appliance-categories-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.appliance-card {
  text-align: left;
}

.appliance-card-title {
  margin: 0 0 18px;
  font-family: "Lexend", sans-serif;
  font-size: 30px;
  line-height: 56px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.01em;
  color: #d2c6a5;
}

.appliance-card-image-link {
  display: block;
}

.appliance-card-image {
  display: block;
  width: 100%;
  height: auto;
}

.appliance-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 288px;
  height: 58px;
  margin-top: 30px;
  padding: 0 28px;
  border-radius: 999px;
  background: linear-gradient(125deg, #b69853 0%, #fff9e8 52.4%, #b69853 100%);
  font-family: "Lexend", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  color: #000;
  transition: opacity 0.2s ease;
}

.appliance-card-cta:hover,
.appliance-card-cta:focus-visible {
  opacity: 0.9;
}

.appliance-card-cta img {
  display: block;
  width: 10px;
  height: auto;
}

.market-proof {
  width: 100%;
  margin-top: 140px;
  padding-bottom: 34px;
  text-align: center;
}

.market-proof-badge {
  display: block;
  width: 497px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.start-verdict .market-proof-copy {
  max-width: 1030px;
  margin: 30px auto 0;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.01em;
  text-align: left;
  color: #fff;
}

.start-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 70px;
}

.start-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 57px;
  padding: 16px 38px;
  border: 1px solid #fff;
  border-radius: 60px;
  font-family: "Lexend", sans-serif;
  font-size: 23px;
  line-height: 1;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: transparent;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.start-category.is-active,
.start-category:hover {
  color: #000;
  background: #fff;
}

.reviews-preview {
  position: relative;
  width: 100vw;
  margin-top: 70px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;
  overflow: hidden;
  scroll-margin-top: 240px;
}

.reviews-preview::before,
.reviews-preview::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 86px;
  width: 240px;
  pointer-events: none;
  z-index: 4;
}

.reviews-preview::before {
  left: 0;
  background: linear-gradient(90.19deg, #000000 49.63%, rgba(0, 0, 0, 0) 97.43%);
}

.reviews-preview::after {
  right: 0;
  background: linear-gradient(269.81deg, #000000 50.03%, rgba(0, 0, 0, 0) 97.82%);
}

.reviews-group {
  position: relative;
  z-index: 1;
  display: none;
}

.reviews-group.is-active {
  display: block;
}

.play-button {
  position: absolute;
  left: 50%;
  top: 75%;
  width: 110px;
  height: 110px;
  padding: 0;
  border: 0;
  background: transparent;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.video-opinions-card .play-button {
  width: 74px;
  height: 74px;
}

.play-button img {
  display: block;
  width: 100%;
  height: 100%;
}

.reviews-carousel {
  overflow: visible;
}

.reviews-carousel .flickity-viewport {
  overflow: visible;
}

.review-slide {
  display: flex;
  flex-direction: column;
  width: 505px;
  min-height: 390px;
  padding: 35px 40px;
  margin-right: 24px;
  border: 1px solid #b69853;
  border-top-left-radius: 45px;
  border-bottom-right-radius: 45px;
  background: linear-gradient(241.91deg, rgba(0, 0, 0, 0.33) -26.47%, rgba(143, 134, 110, 0.33) 47.8%, rgba(0, 0, 0, 0.33) 134.45%);
  color: #fff;
  text-align: left;
}

.review-slide-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.review-user {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.review-avatar {
  width: 70px;
  min-width: 70px;
  height: 70px;
}

.review-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding-top: 6px;
}

.review-author {
  font-family: "Lexend", sans-serif;
  font-size: 23px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}

.start-hero-actions {
  margin-top: 32px;
}

.review-date {
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  color: #d2c6a5;
}

.review-score {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  text-align: right;
}

.review-score-label {
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  color: #d2c6a5;
}

.review-score-value {
  font-family: "Lexend", sans-serif;
  font-size: 35px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  color: #fff;
}

.review-body {
  display: flex;
  align-items: center;
  flex: 1;
  font-family: "Lexend", sans-serif;
  font-size: 23px;
  line-height: 1.15;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  color: #fff;
  text-align: left;
}

.review-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding: 0;
  padding-top: 24px;
  border: 0;
  background: transparent;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  color: #d2c6a5;
  cursor: pointer;
}

.review-more img {
  width: 10px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(81%) sepia(15%) saturate(516%) hue-rotate(5deg) brightness(90%) contrast(88%);
}

.reviews-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 60px;
}

.reviews-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.reviews-arrow img {
  width: 100%;
  height: auto;
}

.review-lightbox[hidden] {
  display: none;
}

.video-lightbox[hidden] {
  display: none;
}

.review-lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  overscroll-behavior: contain;
}

.video-lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  overscroll-behavior: contain;
}

.review-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.review-lightbox-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 40px 24px 40px;
}

.review-lightbox-shell {
  position: relative;
  width: min(100%, 703px);
}

.video-lightbox-shell {
  position: relative;
  width: min(100%, 1180px);
}

.review-lightbox-close {
  position: absolute;
  top: -70px;
  right: -69px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 63px;
  height: 63px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}

.review-lightbox-close img {
  display: block;
  width: 63px;
  height: 63px;
}

.review-lightbox-card {
  position: relative;
  width: min(100%, 703px);
  max-height: calc(100vh - 220px);
  display: flex;
  flex-direction: column;
  padding: 35px 40px 78px;
  border: 1px solid #b69853;
  border-top-left-radius: 45px;
  border-bottom-right-radius: 45px;
  background: linear-gradient(241.91deg, #000000 -26.47%, #252218 47.8%, #000000 134.45%);
  color: #fff;
}

.review-slide-head-modal {
  margin-bottom: 30px;
  flex-shrink: 0;
}

.review-slide-head-modal .review-score {
  gap: 5px;
}

.review-body-modal {
  flex: 1 1 auto;
  display: block;
  min-height: 0;
  font-size: 23px;
  line-height: 1.25;
  white-space: pre-line;
  overflow-y: auto;
  padding-right: 6px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  color: #fff;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.review-body-modal::-webkit-scrollbar {
  display: none;
}

.review-lightbox-dismiss {
  position: absolute;
  left: 40px;
  bottom: 35px;
  z-index: 1;
  flex-shrink: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  color: #d2c6a5;
  cursor: pointer;
}

.video-lightbox-card {
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  background: #000;
}

.video-lightbox-player {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  max-height: calc(100vh - 180px);
  background: #000;
}

.site-footer {
  padding: 0;
}

.footer-inner {
  display: block;
}

.world-badge,
.legal {
  display: none;
}

@media (max-width: 1399px) {
  .video-lightbox-shell {
    max-width: calc(100vw - 200px);
  }

  .video-lightbox-card,
  .video-lightbox-player {
    max-width: calc(100vw - 200px);
  }
}

@media (max-width: 1200px) {
  .start {
    padding: 160px 0 19px;
  }

  .start-hero {
    min-height: 0;
  }

  .start-copy {
    width: 56%;
  }

  .start-copy h1 {
    font-size: 42px;
    line-height: 1.08;
  }

  .start-lead {
    font-size: 20px;
    line-height: 1.2;
  }

  .start-hero-actions {
    margin-top: 28px;
  }

  .start-verdict-copy h2 {
    font-size: 34px;
    line-height: 1.2;
  }

  .start-verdict-copy p,
  .start-category {
    font-size: 20px;
  }

  .start-video {
    margin-top: 44px;
  }

  .start-verdict-copy {
    margin-top: 64px;
  }

  .start-verdict-copy::before {
    top: -94px;
    width: 620px;
    height: 340px;
  }

  .bestseller-grid {
    gap: 40px;
    grid-template-columns: minmax(0, 390px) minmax(0, 1fr);
  }

  .bestseller-variants {
    max-width: 100%;
    padding-top: 90px;
  }

  .bestseller-variants-grid {
    grid-template-columns: repeat(2, minmax(0, 156px));
    column-gap: 40px;
  }

  .category-showcase-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0;
  }

  .category-showcase::before {
    top: -130px;
    left: calc(50% - 24px);
    width: 500px;
    height: 360px;
  }

  .start-verdict .category-showcase-heading {
    font-size: 34px;
    line-height: 1.2;
  }

  .start-verdict .category-showcase-title {
    font-size: 30px;
    line-height: 1.2;
  }

  .category-showcase-features {
    column-gap: 28px;
  }

  .video-opinions-grid {
    grid-template-columns: 1fr;
  }

  .appliance-categories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .market-proof-copy {
    max-width: 860px;
  }

  .review-slide {
    min-height: 0;
  }

  .review-body {
    font-size: 20px;
    line-height: 1.15;
  }

  .reviews-preview::before,
  .reviews-preview::after {
    width: 120px;
    bottom: 74px;
  }

  .review-lightbox-inner {
    padding-top: 140px;
  }
}

@media (max-width: 1279px) {
  .category-showcase-features {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 800px) {
  html,
  body {
    overflow-x: hidden;
  }

  .container {
    width: min(calc(100% - 40px), 1514px);
  }

  .site-header{
    height: 84px;
  }

  .page-home{
    padding-top:84px;
  }

  .brand{
    margin-top:-3px;
  }

  .brand-bar {
    height: 111px;
    box-shadow: 0px 12px 18px -3px #624c24b5;
    width: 100%;
  }

  .brand img {
    width: 90px;
  }

  .brand-tagline {
    font-size: 16px;
    line-height: 1;
  }

  .start {
    padding: 20px 0 20px;
  }

  .start-hero {
    display: block;
    min-height: 0;
    overflow: visible;
    background: #000;
  }

  .start-hero::after {
    display: none;
  }

  .start-inner {
    display: block;
    padding-top: 20px;
  }

  .start-hero-media img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .start-copy {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .start-copy h1 {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 1.02;
    letter-spacing: -0.02em;
  }

  .start-lead {
    max-width: 100%;
    font-size: 21px;
  }

  .start-hero-actions {
    margin-top: 24px;
  }

  .start-verdict {
    margin-top: 30px;
  }

  .start-rating {
    width: 220px;
    margin-bottom: 18px;
  }

  .start-verdict-copy h2 {
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 1.2;
  }

  .start-verdict-copy p {
    font-size: 18px;
    line-height: 1.3;
  }

  .start-video {
    margin-top: 40px;
  }

  .start-verdict-copy {
    margin-top: 30px;
  }

  .start-verdict-copy::before {
    top: -64px;
    width: 420px;
    height: 230px;
  }

  .bestseller-section {
    margin-top: 56px;
  }

  .category-showcase {
    margin-top: 64px;
  }

  .category-showcase--reverse {
    margin-top: 72px;
  }

  .category-showcase--sidebyside {
    margin-top: 72px;
  }

  .category-showcase--builtin {
    margin-top: 72px;
  }

  .video-opinions {
    margin-top: 90px;
  }

  .start-verdict .video-opinions-title {
    font-size: 28px;
    line-height: 1.2;
  }

  .video-opinions-grid {
    gap: 20px;
    margin-top: 32px;
  }

  .video-opinions-card .play-button{
    width: 66px;
    height: 66px;
  }

  .appliance-categories {
    margin-top: 84px;
  }

  .appliance-categories-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .appliance-card-title {
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 18px;
  }

  .appliance-card-cta {
    min-width: 0;
    width: auto;
    max-width: none;
    font-size: 17px;
    height: 46px;
    gap: 10px;
    margin: 30px auto 0;
    padding: 0 20px;
  }

  .market-proof {
    margin-top: 60px;
    padding-bottom: 24px;
  }

  .market-proof-badge {
    width: min(497px, 100%);
    max-width: 280px;
  }

  .start-verdict .market-proof-copy {
    max-width: 100%;
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.3;
  }

  .category-showcase::before {
    top: -75px;
    left: calc(50% - 2px);
    width: 350px;
    height: 192px;
  }

  .category-showcase-content{
    margin-top:0;
  }

  .start-verdict .category-showcase-heading {
    font-size: 26px;
    line-height: 1.2;
  }

  .category-showcase-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 60px;
  }

  .category-showcase-image {
    width: min(420px, 100%);
    min-width: 0;
    max-width: 280px;
  }

  .category-showcase--reverse .category-showcase-media {
    order: -1;
  }

  .category-showcase--reverse .category-showcase-image {
    width: min(420px, 100%);
    min-width: 0;
    max-width: 280px;
  }

  .start-verdict .category-showcase-title {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 12px;
  }

  .start-verdict .category-showcase-copy {
    font-size: 20px;
    line-height: 1.2;
  }

  .start-verdict .category-showcase-note {
    font-size: 13px;
    line-height: 1.2;
  }

  .category-showcase-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 28px;
    margin-top: 28px;
  }

  .category-showcase-feature {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    grid-template-rows: 50px auto;
    column-gap: 12px;
    row-gap: 12px;
    align-items: start;
    min-height: 0;
  }

  .category-showcase-feature-icon {
    width: 50px;
    min-width: 50px;
    grid-column: 1;
    grid-row: 1;
  }

  .category-showcase-feature-text {
    display: contents;
  }

  .start-verdict .category-showcase-feature-title {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    max-width: none;
    font-size: 16px;
    line-height: 1.15;
  }

  .start-verdict .category-showcase-feature-description {
    grid-column: 1 / -1;
    grid-row: 2;
    max-width: none;
    position: static;
    max-height: none;
    opacity: 1;
    overflow: visible;
    transform: none;
    font-size: 14px;
    line-height: 16px;
  }

  .category-showcase-actions {
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
  }

  .category-showcase-cta {
    width: auto;
    min-width: 0;
    max-width: none;
    font-size: 17px;
    margin: 0 auto;
    height: 46px;
    padding: 0 20px;
  }

  .bestseller-heading {
    font-size: 28px;
    line-height: 1.2;
  }

  .bestseller-badge {
    width: 150px;
  }

  .bestseller-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    margin-top: 32px;
  }

  .bestseller-product {
    justify-content: center;
  }

  .bestseller-product-stack {
    max-width: 390px;
  }

  .bestseller-product-visual {
    padding-top: 72px;
  }

  .bestseller-product-box {
    width: min(390px, 100%);
    height: min(390px, calc(100vw - 40px));
  }

  .start-verdict .bestseller-product-title {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
  }

  .start-verdict .bestseller-product-model,
  .bestseller-variant-label,
  .bestseller-variants-copy {
    font-size: 18px;
    line-height: 1.3;
  }

  .bestseller-rating-row {
    flex-wrap: wrap;
    gap: 12px;
  }

  .bestseller-stars {
    width: auto;
    min-width: 0;
    max-width: 139px;
  }

  .bestseller-rating-value {
    font-size: 21px;
  }

  .bestseller-rating-note {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.2;
  }

  .bestseller-cta {
    width: 100%;
    max-width: 210px;
    height: 50px;
    margin-top: 24px;
    font-size: 17px;
  }

  .bestseller-variants {
    justify-self: start;
    padding-top: 0;
  }

  .bestseller-variants-title {
    font-size: 24px;
    margin-bottom: 6px;
  }

  .bestseller-variants-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    justify-items: start;
    column-gap: 20px;
    row-gap: 28px;
    margin-top: 24px;
  }

  .bestseller-variant-card {
    align-self: start;
  }

  .bestseller-variant-image {
    width: 100%;
    max-width: 156px;
    height: auto;
    aspect-ratio: 156 / 183;
  }

  .start-categories {
    gap: 20px 16px;
    margin-top: 24px;
  }

  .reviews-preview{
    margin-top:60px;
  }

  .start-category {
    min-height: 50px;
    padding: 14px 20px;
    font-size: 17px;
    width: calc(50% - 8px);
    border-radius: 30px;
  }

  .review-slide {
    width: calc(100% - 40px);
    min-height: 0;
    padding: 22px 20px;
    border-top-left-radius: 32px;
    border-bottom-right-radius: 32px;
  }

  .review-slide-head {
    gap: 14px;
    margin-bottom: 20px;
  }

  .review-meta{
    gap:6px;
  }

  .review-user {
    gap: 14px;
  }

  .review-avatar {
    width: 56px;
    min-width: 56px;
    height: 56px;
  }

  .review-author {
    font-size: 20px;
  }

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

  .review-score {
    gap: 8px;
  }

  .review-score-label {
    font-size: 14px;
  }

  .review-score-value {
    font-size: 26px;
  }

  .review-body {
    font-size: 18px;
    line-height: 1.3;
  }

  .review-more {
    padding-top: 20px;
    font-size: 15px;
  }

  .reviews-carousel {
    margin-bottom: 20px;
  }

  .reviews-arrow {
    width: 50px;
    height: 50px;
  }

  .play-button {
    width: 74px;
    height: 74px;
  }

  .start-video .play-button {
    width: 66px;
    height: 66px;
  }

  .site-footer {
    padding-bottom: 0;
  }

  .review-lightbox .review-lightbox-inner {
    align-items: flex-start;
    padding: 20px 16px 24px;
  }

  .video-lightbox .review-lightbox-inner {
    align-items: center;
    padding: 24px 16px;
  }

  .review-lightbox-shell {
    width: 100%;
  }

  .video-lightbox-shell {
    width: 100%;
    max-width: 100%;
  }

  .video-lightbox-card,
  .video-lightbox-player {
    width: 100%;
    max-width: 100%;
  }

  .review-lightbox-close {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
  }

  .review-lightbox-close img{
    width:50px;height:50px;
  }

  .has-animate .start-hero-media.animate {
    transition-delay: 0.02s;
  }

  .has-animate .start-copy.animate {
    transition-delay: 0.14s;
  }

  .has-animate .start-categories .animate:nth-child(1) {
    transition-delay: 0.04s;
  }

  .has-animate .start-categories .animate:nth-child(2) {
    transition-delay: 0.1s;
  }

  .has-animate .start-categories .animate:nth-child(3) {
    transition-delay: 0.16s;
  }

  .has-animate .start-categories .animate:nth-child(4) {
    transition-delay: 0.22s;
  }

  .has-animate .reviews-preview.animate {
    transition-delay: 0.12s;
  }

  .has-animate .start-verdict-copy.animate {
    transition-delay: 0.18s;
  }

  .has-animate .start-video.animate {
    transition-delay: 0.24s;
  }

  .has-animate .bestseller-heading.animate {
    transition-delay: 0.02s;
  }

  .has-animate .bestseller-product-visual.animate {
    transition-delay: 0.08s;
  }

  .has-animate .bestseller-product-text.animate {
    transition-delay: 0.16s;
  }

  .has-animate .bestseller-variants-title.animate {
    transition-delay: 0.04s;
  }

  .has-animate .bestseller-variants-copy.animate {
    transition-delay: 0.1s;
  }

  .has-animate .bestseller-variants-grid .animate:nth-child(1) {
    transition-delay: 0.16s;
  }

  .has-animate .bestseller-variants-grid .animate:nth-child(2) {
    transition-delay: 0.22s;
  }

  .has-animate .bestseller-variants-grid .animate:nth-child(3) {
    transition-delay: 0.28s;
  }

  .has-animate .bestseller-variants-grid .animate:nth-child(4) {
    transition-delay: 0.34s;
  }

  .has-animate .bestseller-variants-grid .animate:nth-child(5) {
    transition-delay: 0.4s;
  }

  .has-animate .category-showcase-media.animate {
    transition-delay: 0.02s;
  }

  .has-animate .category-showcase-heading.animate,
  .has-animate .category-showcase-title.animate {
    transition-delay: 0.06s;
  }

  .has-animate .category-showcase-copy.animate {
    transition-delay: 0.12s;
  }

  .has-animate .category-showcase-note.animate {
    transition-delay: 0.18s;
  }

  .has-animate .category-showcase-features .animate:nth-child(1) {
    transition-delay: 0.24s;
  }

  .has-animate .category-showcase-features .animate:nth-child(2) {
    transition-delay: 0.3s;
  }

  .has-animate .category-showcase-features .animate:nth-child(3) {
    transition-delay: 0.36s;
  }

  .has-animate .category-showcase-features .animate:nth-child(4) {
    transition-delay: 0.42s;
  }

  .has-animate .category-showcase-actions.animate {
    transition-delay: 0.48s;
  }

  .has-animate .category-showcase-hint.animate {
    transition-delay: 0.54s;
  }

  .has-animate .video-opinions-title.animate {
    transition-delay: 0.04s;
  }

  .has-animate .video-opinions-grid .animate:nth-child(1) {
    transition-delay: 0.12s;
  }

  .has-animate .video-opinions-grid .animate:nth-child(2) {
    transition-delay: 0.2s;
  }

  .has-animate .appliance-categories-grid .animate:nth-child(1) {
    transition-delay: 0.04s;
  }

  .has-animate .appliance-categories-grid .animate:nth-child(2) {
    transition-delay: 0.12s;
  }

  .has-animate .appliance-categories-grid .animate:nth-child(3) {
    transition-delay: 0.2s;
  }

  .has-animate .appliance-categories-grid .animate:nth-child(4) {
    transition-delay: 0.28s;
  }

  .has-animate .market-proof-badge.animate {
    transition-delay: 0.04s;
  }

  .has-animate .market-proof-copy.animate {
    transition-delay: 0.12s;
  }

  .review-lightbox-card {
    top: 60px;
    max-height: calc(100vh - 120px);
    padding: 20px 18px 56px;
    border-top-left-radius: 32px;
    border-bottom-right-radius: 32px;
  }

  .review-body-modal {
    font-size: 18px;
    padding-top: 0;
  }

  .review-lightbox-dismiss {
    left: 24px;
    bottom: 20px;
    font-size: 14px;
  }

  .reviews-preview::before,
  .reviews-preview::after {
    width: 48px;
    bottom: 68px;
    display:none;
  }
  .reviews-nav{
    margin-top:30px;
    gap: 16px;
  }
}

@media (max-width: 600px) {
  .category-showcase-feature {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
  }

  .category-showcase-feature-icon {
    grid-column: auto;
    grid-row: auto;
    margin: 0;
  }

  .category-showcase-feature-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
  }

  .start-verdict .category-showcase-feature-title {
    grid-column: auto;
    grid-row: auto;
    align-self: auto;
    text-align: left;
  }

  .start-verdict .category-showcase-feature-description {
    grid-column: auto;
    grid-row: auto;
    text-align: left;
  }
}

@media (max-width: 400px) {
    .start-copy h1 {
        font-size: 26px;
        line-height: 1.02;
        letter-spacing: -0.02em;
    }
}
