/** Shopify CDN: Minification failed

Line 113:0 Unexpected "}"

**/
.trust-reviews-section {
  width: 100%;
  overflow: hidden;
}
.trust-reviews-section .page-width{
    max-width: 1300px;
}
.trust-reviews-wrapper {
  width: 100%;
}

.trust-reviews-heading {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.trust-slider-container {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.trust-reviews-section .swiper-pagination {
    bottom: 0;
}
.trust-reviews-section .swiper-pagination-bullet {
    background: #ffffff80;
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 0 3px !important;
}
.trust-reviews-section .swiper-pagination-bullet-active {
    background: #fff;
    width: 20px;
    border-radius: 5px;
    height: 10px;
}
.trust-swiper-button-prev,
.trust-swiper-button-next {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid;
}

.trust-swiper-button-prev:hover,
.trust-swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.1);
}

.trust-swiper-button-prev.swiper-button-disabled,
.trust-swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.trust-swiper-button-prev svg,
.trust-swiper-button-next svg {
  color: rgba(0, 0, 0, 0.7);
}

.trust-reviews-swiper {
  flex: 1;
  overflow: hidden;
}

.trust-review-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trust-review-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  gap: 15px;
}

.trust-reviewer-info {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.trust-reviewer-name {
    font-weight: 400;
    color: rgb(var(--color-foreground));
    font-family: var(--font-heading-family);
}
}

.trust-verified-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #10b981;
  font-weight: 500;
}

.trust-verified-badge svg {
  fill: #10b981;
  flex-shrink: 0;
}

.trust-verified-badge img {
    width: 16px;
    height: 16px;
    display: block;
}

.trust-review-stars {
  flex-shrink: 0;
}
.trust-reviews-section .swiper-slide {
}
.trust-verified-badge {
    font-size: 14px;
    color: #34CE73;
    display: flex;
    align-items: center;
    gap: 3px;
}
.trust-review-stars img {
  height: 20px;
  width: auto;
}

.trust-review-text {
  line-height: 1.4;
  color: rgba(var(--color-foreground));
  flex: 1;
text-align: center;
}

.trust-reviews-button {
  text-align: center;
  margin-top: 20px;
}
.trust-reviews-button .button:hover {
  color:initial;
  text-decoration: none;
}
.trust-reviews-button .button {
    background: transparent;
    text-decoration: underline;
    font-weight: 400;
    padding: 0;
    border-radius: 0;
    font-size: 22px;
    font-family: var(--font-heading-family);
    border: none;
}
.trust-reviews-button .button:before, .trust-reviews-button .button:after {
display:none;
}
@media screen and (min-width: 750px) {
  .trust-reviews-heading {
    margin-bottom: 30px;
  }

  .trust-review-card {
        padding: 25px 35px;
        height: 100%;
        min-height: 260px;
  }
}

@media screen and (max-width: 749px) {
  .trust-reviews-heading {
    margin-bottom: 20px;
  }

  .trust-slider-container {
    gap: 10px;
  }

  .trust-swiper-button-prev,
  .trust-swiper-button-next {
    width: 40px;
    height: 40px;
  }

  .trust-swiper-button-prev svg,
  .trust-swiper-button-next svg {
    width: 20px;
    height: 20px;
  }

  .trust-review-card {
        padding: 20px 25px;
  }
  .trust-reviews-button .button {
    font-size: 16px;
}
.trust-reviews-swiper {
    padding-bottom: 40px;
}
}