.s-product-card-content-title a {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
.s-product-card-entry{
padding: 5px;
}
.s-product-card-content {
    padding:0px;
    padding-bottom: 5px;
     padding-top: 5px;
}




@media (max-width:992px) {
    .all_questions__div_img {
        gap: 10px;
    }
    .flex_section .left_part .s-product-card-entry {
        height: 100%;
        width: 100%;
        max-width: 100%;
    }
  .left_part {
        width: 100%;
    }
    .flex_section{
        display: grid;
        grid-template-columns: 100%;
    }
        .flex_section .right_part {
        height: auto;
        width: 100%;
        min-width: 250px;
    }
.s-product-card-entry{
    width: 100%;
   max-width: 100%;
}
.s-products-slider-wrapper .s-slider-wrapper .swiper-wrapper > .swiper-slide {
    padding-left: 3px !important;
    padding-right: 3px !important;
    width: 33.333%;
}
    .ref_images img{
        width: 100%;
        height: 100%;
    }
    .img_sec salla-slider .swiper-slide {
    width: 30%;
}
.ref_images {
    width: 100%;
    height: 100%;
    display: block;
}
}
@media (max-width:768px) {

    
    .img_sec salla-slider .swiper-slide {
    width: 50%;
}

}
@media (max-width:576px) {
.s-block--tabs-produtcs .tabs {
    overflow-x: auto;
    white-space: nowrap;
    padding: 5px;
    text-align: center;
    margin: 0 !important;
}

.s-block--tabs-produtcs .tab-trigger.is-active button,.s-button-primary-outline{
    padding: 5px !important;
    font-size: 15px !important; 
  }
    .s-product-card-entry .s-product-card-image a {
        height: 145px;
    }
    .s-products-slider-wrapper .s-slider-wrapper .swiper-wrapper > .swiper-slide {
    width: 50%;
}
  }