/* Перемещаем товары не в наличии в конец списка */
.js-store-grid-cont {
  display: flex;
  flex-wrap: wrap;
}
.js-product[data-product-inv="0"] {
  order: 999;
}
/*Разделитель в потоках*/
#rec2492104281 .t-cms__card_list:not(:last-child)::after {
    background-color: black!important;
}
/*ширина блока в потоках на на 1200-1200px*/
.t-col_12 {
    max-width: 1065px;
}

@media screen and (max-width: 1200px) {
  .t-container, .t-col_12 {
    max-width: 1065px!important;
}
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  .t-prefix_1 {
    padding-left: 0;
  }
}
@media screen and (min-width: 1201px) {
  .t-prefix_1 {
    padding-left: 55px;
  }
}
/*стили товарного каталога*/
.t951__cont-wrapper .t951__sidebar {
    display: none!important;
}
.t951__grid-cont {
    max-width: 100%!important;
}
.t951__grid-cont .t-store__card-list {
    row-gap: 24px!important;
    
}
@media screen and (max-width: 960px) {
  .t951__grid-cont .t-store__card-list {
    row-gap: 24px !important;
  }
}

/*иконки*/
.t-store__card__mark-wrapper {
  overflow: visible !important;
}

.t-store__card__mark {
  position: relative;
  width: 70px !important;
  height: 70px !important;
  min-width: 70px;
  min-height: 70px;
  padding: 0 !important;
  background: transparent !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.t-store__card__mark::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background-image: var(--mark-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}