.js-store-grid-cont a .js-store-prod-descr {
    height: 0;
    overflow: hidden;
}
/* Catalog */
#allrecords .t-rec .t-catalog{
 transform:translatex(0px) translatey(0px);
 padding-top:0px;
}
@media (max-width:639px){

 /* Rec */
 #t-header .t-rec{
  padding-top:0px !important;
 }
 
}

@media screen and (max-width: 960px) {
  #rec339480733 .t-catalog {
    transform: none !important;
  }

  #rec339480733 .t-catalog__filter__mobile-modal-panel {
    position: fixed !important;
    inset: auto 0 0 0 !important;
    width: 100% !important;
    max-height: 100dvh !important;
    z-index: 99999 !important;
  }
}