/* Скрыть боковую колонку фильтров */
.t-store__filters-col {
  display: none !important;
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Заставить главный блок с товарами занять всю ширину */
.t-store__products-col {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 auto !important;
  float: none !important;
}

/* Центрируем товары */
.t-store__products {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  width: 100% !important;
}

/* Карточки товаров с отступами */
.t-store__item {
  margin: 10px !important;
  box-sizing: border-box !important;
}
