/* Imported from: ../ReviewCard/styles.css */
.cc_oq2CzzyIDn_aNPfhUuf4R .review-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 240px;
  padding: 22px 20px 20px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  box-sizing: border-box;
  font-family: var(--font-body);
  color: #111111;
}

.cc_oq2CzzyIDn_aNPfhUuf4R .review-card__stars {
  display: flex;
  gap: 3px;
  color: #111111;
  margin-bottom: 14px;
}

.cc_oq2CzzyIDn_aNPfhUuf4R .review-card__text {
  margin: 0;
  flex: 1 1 auto;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  color: #1a1a1a;
}

.cc_oq2CzzyIDn_aNPfhUuf4R .review-card__footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  align-items: start;
}

.cc_oq2CzzyIDn_aNPfhUuf4R .review-card__author {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-right: 12px;
}

.cc_oq2CzzyIDn_aNPfhUuf4R .review-card__author::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.14);
}

@media (max-width: 420px) {
  .cc_oq2CzzyIDn_aNPfhUuf4R .review-card__footer {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cc_oq2CzzyIDn_aNPfhUuf4R .review-card__author {
    padding-right: 0;
  }

  .cc_oq2CzzyIDn_aNPfhUuf4R .review-card__author::after {
    content: none;
  }

  .cc_oq2CzzyIDn_aNPfhUuf4R .review-card__product {
    padding-left: 0;
  }
}

.cc_oq2CzzyIDn_aNPfhUuf4R .review-card__name {
  margin: 0;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  color: #111111;
}

.cc_oq2CzzyIDn_aNPfhUuf4R .review-card__verified {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(17, 17, 17, 0.7);
}

.cc_oq2CzzyIDn_aNPfhUuf4R .review-card__verified svg {
  flex-shrink: 0;
  color: #111111;
}

.cc_oq2CzzyIDn_aNPfhUuf4R .review-card__product {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 4px;
}

.cc_oq2CzzyIDn_aNPfhUuf4R .review-card__product-label {
  margin: 0;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.45);
  line-height: 1.3;
}

.cc_oq2CzzyIDn_aNPfhUuf4R .review-card__product-name {
  margin: 0;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  color: #111111;
}

@media (min-width: 900px) {
  .cc_oq2CzzyIDn_aNPfhUuf4R .review-card {
    min-height: 260px;
    padding: 24px 22px 22px;
  }

  .cc_oq2CzzyIDn_aNPfhUuf4R .review-card__text {
    font-size: 15px;
  }

  .cc_oq2CzzyIDn_aNPfhUuf4R .review-card__name {
    font-size: 13px;
  }
}

/* End import: ../ReviewCard/styles.css */

.cc_oq2CzzyIDn_aNPfhUuf4R .reviews-section {
  width: 100%;
  background: #ffffff !important;
  color: #111111;
  font-family: var(--font-body);
  padding: clamp(48px, 8vw, 80px) 0;
}

.cc_oq2CzzyIDn_aNPfhUuf4R .reviews-section__inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 40px);
}

.cc_oq2CzzyIDn_aNPfhUuf4R .reviews-section__header {
  text-align: center;
  margin-bottom: clamp(28px, 5vw, 40px);
}

.cc_oq2CzzyIDn_aNPfhUuf4R .reviews-section__eyebrow {
  margin: 0 0 10px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.55);
}

.cc_oq2CzzyIDn_aNPfhUuf4R .reviews-section__heading {
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 500;
  line-height: 1.2;
  color: #111111;
}

.cc_oq2CzzyIDn_aNPfhUuf4R .reviews-section__carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cc_oq2CzzyIDn_aNPfhUuf4R .reviews-section__viewport {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}

.cc_oq2CzzyIDn_aNPfhUuf4R .reviews-section__track {
  display: flex;
  transition: transform 320ms ease;
  will-change: transform;
}

.cc_oq2CzzyIDn_aNPfhUuf4R .reviews-section__slide {
  flex: 0 0 calc(100% / var(--reviews-visible, 1));
  max-width: calc(100% / var(--reviews-visible, 1));
  padding: 0 8px;
  box-sizing: border-box;
}

.cc_oq2CzzyIDn_aNPfhUuf4R .reviews-section__arrow {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #111111;
  cursor: pointer;
  padding: 0;
}

.cc_oq2CzzyIDn_aNPfhUuf4R .reviews-section__arrow:disabled {
  opacity: 0.25;
  cursor: default;
}

.cc_oq2CzzyIDn_aNPfhUuf4R .reviews-section__arrow:hover:not(:disabled) {
  opacity: 0.65;
}

.cc_oq2CzzyIDn_aNPfhUuf4R .reviews-section__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
}

.cc_oq2CzzyIDn_aNPfhUuf4R .reviews-section__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #111111;
  background: transparent;
  cursor: pointer;
}

.cc_oq2CzzyIDn_aNPfhUuf4R .reviews-section__dot.is-active {
  background: #111111;
}

@media (prefers-reduced-motion: reduce) {
  .cc_oq2CzzyIDn_aNPfhUuf4R .reviews-section__track {
    transition: none;
  }
}

@media (min-width: 900px) {
  .cc_oq2CzzyIDn_aNPfhUuf4R .reviews-section__slide {
    padding: 0 10px;
  }

  .cc_oq2CzzyIDn_aNPfhUuf4R .reviews-section__arrow {
    width: 40px;
    height: 40px;
  }

  .cc_oq2CzzyIDn_aNPfhUuf4R .reviews-section__heading {
    font-size: 40px;
  }
}
