@media screen and (min-width: 960px) {
    #rec886076221 .js-store-grid-cont .t-store__grid-cont,
    #rec946236431 .js-store-grid-cont .t-store__grid-cont{
        display: grid !important;
        grid-template-columns: repeat(6,1fr);
    }
    #rec886076221 .js-store-grid-cont .t-store__grid-cont:after, .js-store-grid-cont .t-store__grid-cont::before,
    #rec946236431 .js-store-grid-cont .t-store__grid-cont:after, .js-store-grid-cont .t-store__grid-cont::before{
        display: none !important;
    }
    #rec886076221 .t-clear.t-store__grid-separator,
    #rec946236431 .t-clear.t-store__grid-separator{
        display: none !important;
    }
    #rec886076221 .js-product .t-store__card .t-store__stretch-col, 
    #rec946236431 .js-product .t-store__card .t-store__stretch-col{
        width: auto !important;
    }
    #rec886076221 .t-col_3,
    #rec946236431 .t-col_3{
    max-width: 200px;
    }
    
   /* Стиль кнопок Хиты и Новинки */
  #rec886076221 .t-btn_xs,
  #rec946236431 .t-btn_xs{
    height: 30px;
    font-size: 10px;
    padding-left: 11px;
    padding-right: 11px;
}
}
@media (min-width: 960px) and (max-width: 1200px) {
    #rec886076221 .t-col_3,
    #rec946236431 .t-col_3{
        max-width: 172px !important;
    }

      /* Стиль кнопок Хиты и Новинки */
  #rec886076221 .t-btn_xs,
  #rec946236431 .t-btn_xs{
    height: 26px;
    font-size: 8px;
    padding-left: 10px;
    padding-right: 10px;
}
}
  .js-store-prod-descr {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-height: 3.2em !important; /* Примерно 2 строки */
  }
    .t-store__card__title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    min-height: 3.2em !important;  /* примерно 2 строки */
    line-height: 1.6em !important;
  }
