/** Shopify CDN: Minification failed

Line 136:2 Unexpected "{"
Line 136:3 Expected identifier but found "%"
Line 140:2 Unexpected "{"
Line 140:3 Expected identifier but found "%"
Line 143:2 Unexpected "{"
Line 143:3 Expected identifier but found "%"
Line 147:2 Unexpected "{"
Line 147:3 Expected identifier but found "%"

**/


/* CSS from section stylesheet tags */
/* ========================== */
/*      Desktop Styling       */
/* ========================== */

.bg-image-with-text-main {
  padding: 40px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin: 50px 0px 80px 0px;
}

h2.title.h1 {
  font-size: 48px;
  margin: 0;
  color: #252525;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  font-family: 'Poppins';
  font-weight: 500 !important;
  line-height: calc(1 + 0.3 / max(1,1.3));
}

.bg-image-with-text-main p {
  font-size: 20px;
  width: 100%;
  max-width: 66%;
  line-height: 30px;
  font-family: system-ui;
  letter-spacing: 0.06rem;
  font-weight: 400;
  color: #252525E6;
}

.badge-ith-text {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 50%;
}

.badge-content {
  margin-left: 15px;
  margin-top: 20px;
}
.badge_top_text{
  text-transform: uppercase;
}
.badge-content p {
  margin: 0;
  font-size: 16px;
  font-family: system-ui;
  line-height: 23px;
  color: #073742;
  letter-spacing: .5px;
}

  .badge-content strong {
    color: #073742;
    font-size: 18px;
    margin-bottom: 4px;
    display: block;
    font-family: system-ui;
    line-height: 1.5;
  }

.page-width {
    max-width: 1375px;
    margin: 0 auto;
}
/* ========================== */
/*       MOBILE STYLING      */
/* ========================== */

@media(max-width: 1390px){
  .color-background-1 .page-width{
    padding: 0 15px;
  }
}
@media(max-width: 1024px){
  h2.title.h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {

  .bg-image-with-text-main {
    background-image: unset !important;
    display: flex;
    flex-direction: column-reverse;
    /* background: {{ section.settings.mobile_background_gradient }}; */
    background: linear-gradient(0deg,#fee4ff,#d0ffff) !important;
    position: relative;
    margin: 50px 0;
    border-radius: 10px;
    padding: 40px;
  }
  
  .bg-image-with-text-main p {
    max-width: 100%;
  }

  .badge-image {
    position: absolute;
    top: -68px;
  }

  .badge-ith-text {
    max-width: 100%;
    flex-direction: column;
    text-align: center;
  }

  .badge-content {
    margin: 20px auto auto;
    text-align: center;
  }

  /* Hide Title on Mobile */
  {% if section.settings.hide_title_mobile %}
  .bg-image-with-text-main > .title.h1 {
    display: none !important;
  }
  {% endif %}

  /* Hide Main Text on Mobile */
  {% if section.settings.hide_main_text_mobile %}
  .bg-image-with-text-main > p {
    display: none !important;
  }
  {% endif %}

  /* Mobile font reset */
  .bg-image-with-text-main .badge-content p {
    font-size: 16px !important;
  }

  .bg-image-with-text-main .badge-content strong {
    font-size: 18px !important;
  }

}

@media screen and (max-width: 767px) {
    /* .badge-content {
        margin: 20px auto auto;
    } */
    .bg-image-with-text-main .badge-content strong {
      font-size: 20px !important;
      font-family: FuturaLT Heavy;
    }
    .bg-image-with-text-main{
      border-radius: 0;
      background: linear-gradient(0deg, #d0ffff, #fee4ff) !important; 
    }
  }
.custom-review-slider  .review-heading {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    color: #000;
}
.custom-review-slider {
    background-color: #fdf3fd;
    padding: 36px 0px;
}
.custom-review-slider-header{
    padding: 0px 50px;
}
.custom-review-slider .review-subheading {
    font-size: 30px;
    margin-top: 12px;
    margin-bottom: 20px !important;
    color: #121212;
    text-align: center;
    /* font-weight: 390; */
    color: #252525;
    line-height: 130%;
    text-transform: unset;
    font-family: system-ui!important;
    letter-spacing: 0.06rem;
}
.custom-review-slider .stars {
    display: flex;
    justify-content: center;
    gap: 2px;
}

.custom-review-slider .review-heading p {
    font-size: 42px;
    font-family: Poppins,ITC Avant Garde Gothic Bold;
    color: #252525;
    line-height: 130%;
    text-transform: unset;
    letter-spacing: 0.06rem;
}
.custom-review-slider .review-card {
  background: #fff;
  border: 1px solid #121212;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}


.custom-review-slider .review-img {
  border-radius: 16px;
  /* margin-bottom: 15px; */
  margin-bottom: 0px;
  width: 100%;
  height: auto;
  object-fit: cover;
      aspect-ratio: 12 / 12;
}
.custom-review-slider .review-text{
  margin: 0 -2px;
  margin-top: 9px;
  
}
.custom-review-slider .review-text p {
    font-family: system-ui;
    font-size: 16px;
    line-height:130%;
    color: #323232;
    font-weight: 390;
    letter-spacing: 0.6px;
}


 .custom-review-slider .stars{
  margin-top: 12px;
 }
.custom-review-slider .stars svg {
    width: 16px;
}

.custom-review-slider .review-name {
  font-weight: bold;
  font-size: 14px;
  color: #323232;
  line-height: 1.3;
  margin-top: 12px;
}

.custom-review-slider .swiper-button-next,
.custom-review-slider .swiper-button-prev {
  color: #ff4081;
  background-color: transparent;
  border-radius: 50%;
  font-size: 24px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}



.custom-review-slider .swiper-button-next::after,
.custom-review-slider .swiper-button-prev::after {
  display: none;
}
.custom-review-slider .swiper-button-next::after{
    display: none;
}
.custom-review-slider .swiper-button-next,
.custom-review-slider .swiper-button-prev {
  position: static !important;
  color: #ff4081;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  margin: 0 15px;
}
.custom-review-slider .swiper-button-next {
  position: static !important;
  color: #ff4081;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  margin: 0 15px;
}
.custom-review-slider .swiper-nav-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.custom-review-slider .swiper-nav-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}

.custom-review-slider .swiper-button-prev,
.custom-review-slider .swiper-button-next {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 20px;
  padding: 0;
  margin: 0;
}
.custom-review-slider .swiper-nav-wrapper svg {
    position: static !important;
    flex: 0 0 50px;
    background: transparent;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    -webkit-appearance: none;
    border: 0px;
    box-shadow: none;
    padding: 0px;
}
.custom-review-slider .swiper-nav-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
}
.custom-review-slider .swiper-slide {
  height: auto; /* allow flex stretching */
  display: flex;
}

.custom-review-slider .review-card {
  height: 100% !important;   /* stretch full height of slide */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Show arrows on desktop */
.custom-review-slider .swiper-nav-wrapper {
  display: flex;
}

/* Hide dots by default */
.custom-review-slider .swiper-pagination {
  display: none;
}

.custom-review-slider  .review-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 auto;
}

/* On mobile: hide arrows, show dots */
@media (max-width: 1023px) {
  .custom-review-slider .swiper-pagination {
        display: flex !important;
        margin-top: 30px;
        text-align: center !important;
        position: relative !important;
        justify-content: center;
        gap: 5px;
        bottom: 0 !important;
  }
  .custom-review-slider .swiper-pagination-bullet {
    background: #fff7fc !important;
    border: 1px solid #ff6a94 !important;
    opacity: 0.5 !important;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px))!important;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px))!important;
  }
  .custom-review-slider .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #ff6a94 !important;
  }
  .custom-review-slider .swiper-nav-wrapper {
    display: none;
  }
  .custom-review-slider .review-name,
  .custom-review-slider .review-text {
    margin-top: 0px;
  }
  .custom-review-slider .review-card {
    padding: 16px 16px;
  }
  .custom-review-slider .review-heading p,
  .custom-review-slider .review-subheading { font-size: 22px;}
  .custom-review-slider { padding: 27px 0;}
}

@media(max-width:800px){
  .custom-review-slider .review-name,
  .custom-review-slider .review-text {
    margin-top: 9px;
  }
}
@media (max-width: 767px) {

  .custom-review-slider .review-text{
    margin: 0 2px;
  }
  .custom-review-slider .stars{
    margin-top: 9px;
  }
  .custom-review-slider .review-name, .custom-review-slider .review-text{
    margin-top: 8px;
  }
}


@media (max-width: 767px) {
  body .shopify-section--rich-text .heading.h2{
    font-size: 25px;
    font-weight: 600;
  }
  .custom-review-slider-header {
    padding: 0px 15px;
  }
}