/** Shopify CDN: Minification failed

Line 111:14 Expected identifier but found whitespace
Line 111:15 Unexpected "translate("

**/
/* Critical */
.icon-with-text-slider slider-component .slider__slides,
.icon-with-text-slider slideshow-component slideshow-slides {
  scroll-snap-type: x mandatory;
}

/* Each slide becomes one snap */
.icon-with-text-slider slideshow-slide {
  scroll-snap-align: start;
}
.icon-with-text-slider slideshow-arrows button[ref].disable{
    background-color:#00980aba;
}
.icon-with-text-slider .star-rating{
    display:inline-flex;
    align-items: center;
    gap: 2px;
}
.icon-with-text-slider slideshow-component slideshow-arrows button[disabled]{
    cursor:pointer;
}
.icon-with-text-slider slideshow-component slideshow-arrows button[disabled].disable{
    cursor:not-allowed;
}
.icon-with-text-slider .star-rating .loox-icon{

}
.custom-testimonial .testimonial-slide .customer-info-wrapper img.avatar{
    width:50px;
    height:50px;
    border-radius:50%;
}
.custom-testimonial slideshow-slide .testimonial-slide{
    border-radius:20px;
    padding:20px;
}
.custom-testimonial slideshow-slide .customer-info-wrapper{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.customer-info * {
    margin: 0;
    line-height: 1.2;
}

.customer-info {
    display: flex;
    gap: 10px;
    align-items: center;
}
p.circle-name {
    background: green;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
} 

.icon-with-text-slider .star-rating span {
    letter-spacing: -6.1px;
}
.custom-testimonial {
    max-width: 1480px;
    padding: 0 20px;
    margin: auto;
}
.icon-with-text-slider a.size-style.button {
    width: fit-content;
    margin: 0 auto;
}
.icon-with-text-slider slideshow-slide .testimonial-slide{
    /* margin:0 10px; */
    /* transform: scale(.8); */
    transform: scale(.95);
     transition: transform 0.6s ease-in-out; 
    backface-visibility: hidden;
    /* will-change: transform;  */
    
}
 .icon-with-text-slider slideshow-slide.active .testimonial-slide {
    transform: scale(1)  !important;
     transition: transform 0.6s ease-in-out; 
    backface-visibility: hidden;
    /* will-change: transform; */

}
.icon-with-text-slider slideshow-slide.active-near .testimonial-slide{
    transform: translate(-0%, 0) scale(.82) !important;
     transition: transform 0.6s ease-in-out; 
    backface-visibility: hidden;
    /* will-change: transform; */
}
.icon-with-text-slider slideshow-slide.active+slideshow-slide .testimonial-slide{
    transform: translate(0%, 0) scale(.82)  !important;
     transition: transform 0.6s ease-in-out; 
    backface-visibility: hidden;
    /* will-change: transform; */
} 
/* .icon-with-text-slider slideshow-slide[aria-hidden=false] .testimonial-slide{
    /* transform: translate(15%) scale(.66); */
    transform: translate(10%) scale(.8);
     transition: transform 0.6s ease-in-out; 
    backface-visibility: hidden;
    /* will-change: transform; */
} */
.icon-with-text-slider slideshow-slide.active-near+slideshow-slide[aria-hidden=false] .testimonial-slide{
    /* transform: translate(-15%) scale(.66); */
    transform: translate(-10%) scale(.8);
     transition: transform 0.6s ease-in-out; 
    /* will-change: transform; */
    backface-visibility: hidden;
} 
.icon-with-text-slider h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 26.29px;
    vertical-align: middle;
}
.icon-with-text-slider slideshow-slides {
    align-items: stretch;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
.icon-with-text-slider h6 {
    color: #01312C;
}
.icon-with-text-slider .star-rating span {
    font-size: 24px;
}
.icon-with-text-slider h6 em {
    font-weight: 400;
    font-size: 12px;
    font-style: normal;
    color: #01312C;
}
.icon-with-text-slider slideshow-slide slideshow-slide{
    transform: scale(1) !important;
    transition: all 0.6s ease;
}
p.name {
    font-weight:500;
    color: #01312C;
    font-size: 16px;
}
p.date {
    font-size: 12px;
    color: #01312C;
    margin-top:3px;
}
.customer-info-wrapper svg.loox-icon {
    width: .8em !important;
    height: .8em !important;
}
.icon-with-text-slider .star-rating span{
    letter-spacing: -6.1px;
    line-height: .9;
}
.icon-with-text-slider .comment {
    padding-bottom: 10px;
}
.icon-with-text-slider a.size-style.button {
    margin-top: 20px !important;
    
}
.custom-testimonial.icon-with-text-slider slideshow-slide .testimonial-slide{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
.custom-testimonial.icon-with-text-slider slideshow-slide {
max-height: -webkit-fill-available;
display: grid;
}
@media (min-width: 1025px) {
    /* .icon-with-text-slider slideshow-slide .testimonial-slide .comment p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
     transition: all 0.5s ease-in-out; 
    } 
    .icon-with-text-slider slideshow-slide.active-near .testimonial-slide .comment p,
    .icon-with-text-slider slideshow-slide.active .testimonial-slide .comment p {
        display: block !important;
        -webkit-line-clamp: unset !important;
        overflow: unset !important;
     transition: all 0.5s ease-in-out; 
    }  */
    /* .icon-with-text-slider slideshow-slide[aria-hidden=false] .testimonial-slide .customer-info p.date {
        font-size: 15.5px;
    } */
    .icon-with-text-slider slideshow-slide.active-near .testimonial-slide .customer-info p.date {
        font-size: 15px;
    }
    .icon-with-text-slider slideshow-slide.active .testimonial-slide .customer-info p.date {
        font-size: 12px;
    }
    .icon-with-text-slider slideshow-slide.active h4 {
        font-weight: 500;
        line-height: 34px;
    }
}
@media (max-width: 767px) {
.icon-with-text-slider slideshow-slide h4 {
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 34px !important;
}
.icon-with-text-slider .size-style.button {
    width: 80% !important;
}
.custom-testimonial.icon-with-text-slider slideshow-arrows{
      justify-content: space-between;
        align-items: flex-end;
        bottom: -52px;
        margin: auto;
        max-width: 96px;
}
.custom-testimonial.icon-with-text-slider a.size-style.button{
    margin-top: 55px !important;
}
.custom-testimonial slideshow-arrows .slideshow-control{
    opacity:1;
}
}