/** Shopify CDN: Minification failed

Line 16:9 Unexpected "{"
Line 16:18 Expected ":"
Line 22:8 Unexpected "{"
Line 22:17 Expected ":"
Line 25:9 Unexpected "{"
Line 25:18 Expected ":"
Line 31:9 Unexpected "{"
Line 31:18 Expected ":"
Line 36:9 Unexpected "{"
Line 36:18 Expected ":"
... and 37 more hidden warnings

**/
  .main-{{ section.id }}  .reviews{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
  }
 .main-{{ section.id }} .str-name{
   line-height: normal;
 }
  .main-{{ section.id }} .str-name p{
        margin: 4px 0px;
    font-weight: 600;
    color: black;
 }
 
  .main-{{ section.id }} .rev-img img{
    
    object-fit: cover;
    border-radius: 12px;
  }
  .main-{{ section.id }} .verfy{
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .main-{{ section.id }} .verfy span{
    font-size: 12px;
    font-weight: 600;
  }
  
 .main-{{ section.id }} .mySwiper-reviews  .text p{
   font-size: 16px;
    line-height: 20px;
    color: white;
   } 
  .main-{{ section.id }} .rev-ti{
    font-size: 16px !important;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 5px;
    line-height: 20px;
    color: white;
  }
 .review-card {
  display: flex;
  align-items: center;
  color: #fff;
       margin-top: 24px;
}

.profile-image {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid white;
  margin-right: 12px;
}

.profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-star-content .stars {
  color: #FFD700; /* gold */
  font-size: 16px;
  line-height: 1;
}

.reviewer-name {
  font-weight: bold;
  font-size: 16px;
}


.verified-new {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  opacity: 0.95;
}
 

  @media screen and (min-width: 1007px){
     .main-{{ section.id }} .mySwiper-reviews{
    padding-left: 30px;
        padding-right: 30px;
  }
    .swiper-button-lock{
      display:none;
    }
    .mySwiper-reviews.new-page{
      padding-left: 100px !important;
      max-width: 1500px;
    overflow: visible;
}
  }



  .main-{{section.id}} .swiper-button-next {
        position: absolute;
        top: auto !important;
        right: 43%;
        bottom: 3px;
        z-index: 17;
   }
     .main-{{section.id}}  .swiper-button-prev {
      position: absolute;
      top: auto !important;
      left: 43%;
      bottom: 3px;
      z-index: 17;
     }
   .bg-banner p{
    color: #101010;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; 
     margin: 0px;
    margin-top: 10px;
  }
  @media screen and (max-width: 768px) {
    .main-{{section.id}} {
       padding-top: {{ section.settings.top-mb_padding }}px;
        padding-bottom: {{ section.settings.bottom-mb_padding }}px;
    }
    .main-{{section.id}} .swiper-pagination{
      position: absolute;
      bottom: 0;
      top: unset;
      left: 0;
      width: 100%;
    }
    .slider-banner {
    margin: 0px 16px;
}
   .main-{{section.id}} .swiper-button-next:after, .swiper-button-prev:after {
      font-size: 20px;
    }
    .main-{{section.id}} .swiper-wrapper {
      margin-bottom: 20px;
    }
     .main-{{section.id}} .swiper-button-next {
        position: absolute;
        top: auto !important;
        right: 20%;
        bottom: -10px;
        z-index: 17;
   }
     .main-{{section.id}}  .swiper-button-prev {
      position: absolute;
      top: auto !important;
      left: 20%;
      bottom: -10px;
      z-index: 17;
     }
    .main-{{ section.id }} .mySwiper-reviews.new-page{
      padding:  24px !important;
    }
    
    .bg-banner p {
        font-size: 24px;
        line-height: 32px;
    }
    .heading-imge {
        margin-top: 40px !important;
    }
    .slid-image img {
      border: 2px solid #FFF
    }
    .bg-banner p {
          font-size: 20px ;
          line-height: 22px;
    }
    
  }
.main-{{ section.id }} .mySwiper-reviews.new-page{
      padding: 64px 24px;
    }
   
  
  