/** Shopify CDN: Minification failed

Line 95:5 Expected ":"

**/

  .ws-review-slider {
   
    padding: 40px 0;
    position: relative;
  }

  .ws-review-slider-container {
    display: flex;
    justify-content: space-between;

    margin: 0 auto;
    padding-left: 80px;
    padding-right: 80px;
  }

.ws-review-swiper {
    padding-bottom: 52px;
    padding-top: 32px;
}


.ws-creative-review-container {
   margin-bottom: 15px;
    text-align: center;
    border-radius: 8px;
    display: flex;
    max-width: 400px;
    margin-inline: auto;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

  .ws-creative-review-container svg {

   height: 30px;
    display: block;
  }

  .ws-creative-content {
    
   
  }

  .ws-creative-cta {
    display: inline-block;
   

  }
  .ws-slider-heading h2 {

    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px;
    color: #000;
    margin-bottom: 40px;
    text-align: center;
  }

  .ws-review-slide {
    width: 400px;
  
  }

  .ws-slider-card {
    text-align: center;
  }

  .ws-slider-card .ws-star-img {
    max-width: 110px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .ws-slider-card h4 {
    color: #000;

    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 20px 0;
  }

  .ws-slider-card .ws-slide-content {
    color: #000;
    f
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 12px;
    min-height: 75px;
  }

  .ws-reviewer-details p {
    color: #000;

    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    margin: 0;
  }

  .ws-swiper-button-prev,
  .ws-swiper-button-next {
    position: absolute;
    top: auto;
    bottom: 0;
    max-width: 24px;
    width: 100%;
    height: 12px;
  }

  .ws-swiper-button-prev {
    left: 47%;
  }

  .ws-swiper-button-next {
    left: 51%;
  }

  .ws-swiper-button-prev img,
  .ws-swiper-button-next img {
    width: 100%;
    height: 100%;
  }

  .ws-swiper-button-prev::after,
  .ws-swiper-button-next::after {
    display: none;
  }

  @media screen and (max-width: 480px) {
    .ws-review-slider {
      background-image: url('https://cdn.shopify.com/s/files/1/0026/0010/8078/files/footer-bg-mobile.png?v=1735041092');
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      position: relative;
    }

    .ws-review-slider::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 119px;
      background: linear-gradient(to bottom, rgba(253, 251, 247, 0), rgba(255, 255, 255, 0.63));
      pointer-events: none;
    }

    .ws-review-slider::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 37px;
      background: linear-gradient(to top, rgba(253, 251, 247, 0), rgba(255, 255, 255, 0.63));
      pointer-events: none;
    }
  }

  @media (max-width: 768px) {
    .ws-review-slider {
      padding: 30px 0;
    }

    .ws-review-slider-container {
      padding-left: 16px;
      padding-right: 16px;
    }

    .ws-slider-card {
      padding: 12px;
    }

    .ws-slider-card h4 {
      margin: 16px 0 8px;
    }

    .ws-slider-heading h2 {
      font-size: 36px;
      line-height: 116.667%;
      margin-bottom: 32px;
    }

    .ws-slider-card .ws-slide-content {
      margin-bottom: 18px;
      min-height: 95px;
    }

    .ws-swiper-button-prev {
      left: 44%;
    }

    .ws-swiper-button-next {
      left: 55%;
    }

    .ws-review-swiper {
      padding-bottom: 42px;
    }
  }
