/* Убираем пустой сайдбар каталога */
.t951__sidebar {
  display: none !important;
  width: 0 !important;
  min-width: 0 !important;
}

/* Растягиваем каталог на всю ширину */
.t951__content,
.t951__main {
  width: 100% !important;
  max-width: 100% !important;
}

/* На всякий случай убираем горизонтальный скролл */
.st320n {
  overflow-x: hidden !important;
}
/* Центрируем каталог после удаления сайдбара */
.t951__content,
.t951__main {
  margin: 0 auto !important;
}

/* Центрируем сетку товаров */
.t-store__grid-cont {
  margin-left: auto !important;
  margin-right: auto !important;
}
/* Центрируем обёртку каталога */
.t951__cont-wrapper {
  display: flex !important;
  justify-content: center !important;
}

/* Растягиваем и центрируем основной контент */
.t951__main,
.t951__content {
  margin: 0 auto !important;
  max-width: 100% !important;
}

/* Центрируем саму сетку товаров */
.t-store__grid-cont {
  margin-left: auto !important;
  margin-right: auto !important;
}


