/** Shopify CDN: Minification failed

Line 21:2 Unexpected "{"
Line 21:3 Expected identifier but found "%"
Line 21:45 Unexpected "{"
Line 21:46 Expected identifier but found "%"

**/
.row:has(.trustpilot-slider) {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.trustpilot-slider {
  position: relative;
  margin-top: 30px;
}
.trustpilot-slider .swiper-button-prev,
.trustpilot-slider .swiper-button-next {
  top: 50%;
  height: auto;
  {% comment %} transform: translateY(-50%); {% endcomment %}
}
.trustpilot-slider .swiper-button-prev {
  left: -40px;
}
.trustpilot-slider .swiper-button-next {
  right: -40px;
}
.trustpilot-slider .swiper-button-prev::after,
.trustpilot-slider .swiper-button-next::after {
  display: none;
}
.trustpilot-slider .swiper-button-prev,
.trustpilot-slider .swiper-button-next {
  display: flex;
}

.trustpilot-slider h2 {
  color: #1A1C1D;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px; /* 123.529% */
  letter-spacing: -0.68px;
}

.section:has(.trustpilot-slider) .subtitle {
  color: #2C2D2E;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.2px; /* 160% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.trustpilot-slider .review-card h3 {
  color: #2C2D2E;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  margin: 0;
}
.trustpilot-slider  p {
  color: rgba(44, 45, 46, 0.80);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 19.5px */
  text-transform: none;
  margin: 0;
}
.trustpilot-slider .review-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 1.5rem;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  user-select: none;
}


.trustpilot-slider .rating{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
.trustpilot-slider .verified-badge {
  color: #6C6C85;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .trustpilot-slider {
    max-width: calc(100% - 2rem - 80px);
    margin: 0 auto;
  }
  
  .trustpilot-slider .swiper-trustpilot {
    width: 100%;
  }

  .trustpilot-slider .swiper-slide {
    width: 100%;
  }
}