/** Shopify CDN: Minification failed

Line 155:5 Expected "}" to go with "{"

**/


/* CSS from section stylesheet tags */
.slick-slide {
    margin: 7px;
}
 
  .testimonial-card {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    border-radius: 8px;
       height: 737px;
}.star-rating {
    text-align: center;
}
svg.h-5.opacity-100.rating {
    width: 24px;}
    section.testimonial-slider {
        margin-top: 2rem;
        margin-bottom: 5rem;
    }
    .testimonial-meta {
        display: flex;
            align-items: flex-start;
           background: #f4f5f7de;
    padding: 15px;
    height: 100%;
    justify-content: space-between;
    }
    .testimonial-meta img.avatar {
        margin-right: 1rem;
        width: 84px;
        height: 84px;
    }
  button.slick-prev.slick-arrow {
    left: 0;
    top: calc(50% - 27.5px);
    z-index: 9999;
    background: no-repeat;
}
    .author-meta h3 {
        margin: 0 0px 2px 0;
        font-weight: bold;
        font-size: 2rem;
     text-align: center;
    }
    .testimonial-card {
        padding: 3rem;
        border: 1px solid #707070;
        margin-top: 30px;
    }
 .author-meta p {
    line-height: 1em;
    font-size: 14px;
    color: #000;
   text-align: center;
}
    .slick-slide .star-rating img {
        display: inline!important;
    }
    button.slick-arrow {
        background: black;
        border: none;
        padding: 2rem;
        font-size: 0;
        color: transparent;
        position: absolute;
        cursor: pointer;
    }
 button.slick-next.slick-arrow {
    right: 4px;
    top: calc(50% - 27.5px);
    background: no-repeat;
    z-index: 9999;
}
  section.testimonial-slider h2 {
    text-align: center;
    font-size: 28px;
}
    button.slick-prev.slick-arrow:before {
        content:url('/cdn/shop/files/chevron-left.png?v=1740383293');   
    }
    button.slick-next.slick-arrow:before {
        content:url('/cdn/shop/files/chevron-right.png?v=1740383291');   
    }
    button.slick-arrow:hover {
        opacity:0.75
    }
    .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 20px;
        height: 20px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }
    .slick-dots li button:before {
        font-family: 'slick';
        font-size: 5rem;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: '•';
        text-align: center;
        opacity: .25;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .slick-dots li.slick-active button:before {
        opacity: .75;
        color: black;
    }
    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px ;
        height: 20px ;
        margin: 0 5px ;
        padding: 0;
        cursor: pointer;
    }
    .slick-dots {
        position: absolute;
        bottom: -25px ;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    } 
    @media screen and (max-width:798px) {
   

      
      .testimonial-card {
    padding: 2rem;
    }