.t-catalog__parts-above-multiple {
  display: none !important;
}

.t-catalog__card__btns-wrapper {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  width: 100% !important;
}

.t-catalog__card__btns-wrapper > * {
  width: 100% !important;
  box-sizing: border-box !important;
}

.t-catalog__card__btns-wrapper .t-btn {
  width: 100% !important;
  text-align: center !important;
}

.t-store__card__btns-wrapper {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  width: 100% !important;
}

.t-store__card__btns-wrapper > * {
  width: 100% !important;
  box-sizing: border-box !important;
}

.t-store__card__btns-wrapper .t-btn,
.t-store__card__btns-wrapper .t-store__card__btn {
  width: 100% !important;
  text-align: center !important;
}