/* Выровнять карточки и цену в ST305N */
.t-store__card__wrap_txt-and-opts {
  min-height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.t-store__card__price {
  font-weight: 700;
  margin-top: auto;
  margin-bottom: 8px;
}
.t-store__card__btn-and-qty {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width:480px){
  .t-store__card__wrap_txt-and-opts{min-height:130px}
  .t-store__card__btn-and-qty{flex-wrap:wrap}
}
