/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 66:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.hero-banner-slider-wrapper {
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.hero-slider-track {
  display: flex;
  transition: transform 0.6s ease;
  width: 100%;
}

.hero-slide {
  flex: 0 0 100%;
  background-size: cover;
  background-position: center;
  padding: 80px;
  min-height: 700px;
  display: flex;
  text-align: left;
      border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.hero-content {
  color: #fff;
  max-width: 626px;
}

.hero-content h2, .hero-content p {
  margin: 0 0 20px;
}

.hero-content a.button {
    display: inline-block;
    background: #fff;
    color: #385A6A;
    padding: 14px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
  .desktop-only { display: none !important; }

    .hero-slide{
    padding: 40px 20px;
  }
}
@media screen and (min-width: 769px) {
  .mobile-only { display: none !important; }
}
</style>
.arrow-wrapper-mobile {
    display:none;
  }
  .swiper-button-prev {
      background-image: url(/cdn/shop/files/Property_1_Variant2.png?v=1742284873) !important;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: center;
      width:80px;
      height:80px;
      transform: rotate(180deg);
      color: #412B78;
      opacity: 0.5;
  }
  .swiper-button-prev:hover {
    opacity:1
  }

  .swiper-button-next {
      background-image: url(/cdn/shop/files/Property_1_Variant2.png?v=1742284873) !important;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: center;
      width:80px;
      height:80px;
      color: #412B78;
      opacity: 0.5;
  }
  .swiper-button-next:hover {
    opacity:1;
  }

  .swiper-button-next::after {
      visibility:hidden
  }

  .swiper-button-prev::after {
      visibility:hidden
  }
  .testimonials-slider {
      text-align: center;
      position: relative;
      padding-top: 60px;
      padding-bottom: 60px;
      max-width:1200px;
      margin:0 auto;
  }

  .kg-lost-badge {
    background-color: #412B78;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 7px 24px;
    border-radius: 100px;
    margin: 0 auto 40px auto;
    max-width: 120px;
    font-size:20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .images-wrapper {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 40px;
  }

  .before-image, .after-image {
    max-width: 316px;
    width: 100%;
  }
  .after-image {
    margin-left:-5%;
  }
  .before-image img {
    transform: rotate(-3deg);
    transition: transform 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border-radius: 30px;
  }

  .after-image img {
    transform: rotate(3deg);
    transition: transform 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border-radius: 30px;
  }


  .testimonial-author {
    margin-bottom: 40px;
    color: #412B78;
    font-size: 26px;
    font-family: Poppins;
    font-weight: 400;
  }

  .testimonial-text {
    margin: 0 auto 40px auto;
    color: #412B78;
    font-size: 40px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 54px;
    word-wrap: break-word;
    max-width: 633px;
    width:100%;
  }

  .testimonial-button {
    position: relative;
    display: flex;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #412B78;
    color: #F3F3F3;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: auto;
    max-width: 194px;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden; /* Ensures pseudo-element stays within the button */
    z-index: 0; /* Create stacking context */
  }

  .testimonial-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #412B78 0%, #2D1C57 100%);
    opacity: 0;
    transition: opacity 0.1s ease;
    z-index: -1; /* Place behind the button's content */
  }

  .testimonial-button:hover::after {
    opacity: 1;
  }
  .swiper-container {
    max-width:1093px;
    width: 100%;
    overflow: hidden;
    margin:0 auto;
  }
  .swiper-pagination {
    margin-top:40px;
    margin-bottom:40px;
  }

  @media (max-width:768px) {
    .testimonial-author {
      margin-bottom:20px
    }
    .testimonial-text {
      font-size: 26px;
      line-height: 120%; /* 31.2px */
      margin-bottom:20px;
    }
    .swiper-container {
      padding: 20px;
    }
    .images-wrapper {
      margin-bottom:20px;
    }
    .swiper-button-next, .swiper-button-prev {
      width:60px;
      height:60px;
    }
    .arrow-wrapper-desktop {
      display:none;
    }
    .arrow-wrapper-mobile {
      max-width: 140px;
      display:flex;
      gap:20px;
      position: absolute;
      width: 100%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    .testimonial-button {
      margin-top:40px
    }
  }
  @media (max-width:390px) {
    .testimonial-button {
      width: 100%;
      max-width:360px;
      padding: 20px 40px;
      font-size: 20px;
      }
  }
  /* If you’d like, style Swiper navigation/pagination here */