/** Shopify CDN: Minification failed

Line 307:13 Expected ":"

**/
/* Testimonials Slider Styles */
.testimonials-slider-section {
  background: #fff;
}
/* Header Styles */
.testimonials-slider-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 30px;
}

.testimonials-slider-title-section {
  flex: 1;
}

.testimonials-slider-subheading-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
}

.testimonials-star-image {
    width: 117px;
    height: 20.28px;
    object-fit: cover;
}

/* Navigation Styles */
.testimonials-slider-navigation {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* Slider Wrapper */
.testimonials-slider-wrapper {
  margin-right: -16px;
}

.slick-testimonial-slide.slick-slide {
  margin-right: 21px;
  border-radius: 10px;
  background: #FBF9F8;
  border: none;
  height: auto;
}

/* Testimonial Card Styles */
.testimonial-card {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

/* Image Container */

/* Content Container */
.testimonial-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  gap: 13px;
}

/* Rating Styles */
.testimonial-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 0px;
  flex-shrink: 0;
}

.testimonial-star-image {
    width: 88.4px;
    height: 15.32px;
    object-fit: cover;
}

/* Footer Section - Fixed positioning for alignment */
.testimonial-footer {
  margin-top: auto;
  flex-shrink: 0;
}

/* Reviewer Info */
.reviewer-info {
    display: flex;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 15px;
    flex-direction: column
}

.verified-badge {
  display: flex;
  align-items: center;
  gap: 4px;
}

.verify-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

/* Product Button */
.testimonial-product-button {
    border-radius: 10px;
    background: #000;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24.7px 16.9px;
    transition: all .3s ease;
    flex-shrink: 0;
    margin-top: 41px;
}

.testimonial-product-button:hover {
  transform: translateY(-2px);
}

.testimonial-product-link {
  display: flex;
  color: #ffffff;
  align-items: center;
  gap: 10px;
  justify-content: center;
  text-decoration: none;
  width: 100%;
}

.testimonial-product-thumbnail {
    width: 23.4px;
    height: 23.4px;
  border-radius: 50%;
  object-fit: cover;
}

h2.testimonials-slider-heading {
    color: #000;
    font-family: Anton;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

img.testimonial-image {
    height: 233px;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}

.testimonials-slider-section .slick-track {
    display: flex!important;
    align-items: stretch;
}


span.review-average {
    color: #000;
    font-family: Inter;
    font-size: 15.6px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

p.testimonial-review {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.4px;
}

span.reviewer-name {
    color: #000;
    font-family: Inter;
    font-size: 18.2px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin: 0;
    display: flex;
    width: 100%;
    align-items: center;
    gap: 5px;
}

span.reviewer-name img {
    width: 18.2px;
    height: 18.145px;
}

span.verified-text {
    color: #030E21;
    font-family: Inter;
    font-size: 15.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.4px;
}

span.testimonial-product-title {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.testimonials-slider-subheading p {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Responsive Styles */
@media (max-width: 980px) {
    .testimonials-slider-navigation {
        display: none;
    }
    .slick-testimonial-slide.slick-slide {
        margin-right: 10px;
    }
}

@media (max-width: 580px) {
    h2.testimonials-slider-heading {
        font-size: 28px;
        line-height: 35px;
        width: 214px;
    }
    
    .testimonials-slider-subheading p {
        color: #000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    
    .testimonials-star-image {
        width: 90px;
        height: 15.6px;
    }
    
    .testimonials-slider-header {
        padding-bottom: 20px;
    }
    
    img.testimonial-image {
        height: 222px;
    }
    
    .testimonial-content {
        padding: 20px 10px;
        gap: 10px;
    }
    
    .testimonial-star-image {
        width: 68px;
        height: 11.8px;
    }
    
    span.review-average {
        font-size: 12px;
    }
    
    p.testimonial-review {
        font-size: 14px;
        line-height: 18px;
    }
    
    span.reviewer-name {
        font-size: 14px;
        line-height: 20px;
    }
    
    span.reviewer-name img {
        width: 14px;
        height: 13.958px;
        Style;
    }
    
    span.verified-text {
        font-size: 12px;
        line-height: 18px;
    }
    
    .testimonial-product-button {
        margin-top: 10px;
        height: 42px;
        padding: 19px 13px;
    }
    
    span.testimonial-product-title {
        font-size: 13px;
    }
    
    .testimonial-product-thumbnail {
        width: 18px;
        height: 18px;
    }
    .slick-testimonial-slide.slick-slide {
        margin-right: 10px;
    }
} 
@media (max-width: 400px) {
    span.testimonial-product-title {
        font-size: 11px;
    }
}
@media (max-width: 360px) {
    span.testimonial-product-title {
        font-size: 9px;
    }
}