/** Shopify CDN: Minification failed

Line 51:0 Unexpected "}"

**/
.ed-text-with-icons__list{
      display:grid !important;
 grid-template-columns:1fr 1fr 1fr 1fr;
  column-gap:1rem;
        row-gap:1rem;
}
.ed-testimonial-with-rating .vertical-breather .ed-testimonial-inner .ed-text-with-icons__list .ed-testimonial{
    margin-left:0rem;
    margin-right:0rem;
}

.ed-testimonial-with-rating .vertical-breather .ed-testimonial-inner .ed-text-with-icons__list .ed-testimonial .testimonial-item .text-with-icons__content-wrapper .testimonial-text p{
    height:auto !important
}
.product-rating-block{
    margin-bottom:1rem;
}

@media screen and (max-width:1200px){
    .ed-text-with-icons__list{
      
        grid-template-columns:1fr 1fr 1fr;
       
    }
}

@media screen and (max-width:992px){
    .ed-text-with-icons__list{
        grid-template-columns:1fr 1fr 1fr;
       
    }
}

@media screen and (max-width:692px){
    .ed-text-with-icons__list{
        grid-template-columns:1fr;
    }
    #header-localization-form{
display: grid !important;
    order: 3;
    position: absolute;
    right: 10px;
    top: 8px;
}
    }
}