/* Мобильные правки магазина */
@media (max-width: 640px){
  /* 2 карточки в ряд и меньше отступы */
  .t-store__card { width:48% !important; }
  .t-store__card__wrap_txt-and-opts{ padding-top:8px; }

  /* Картинка ниже и компактнее */
  .t-store__card__img{ height:140px !important; object-fit:contain; }

  /* Заголовок и цена компактно */
  .t-store__card__title{ font-size:13px; line-height:1.25; 
    display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
  .t-store__card__price-item{ font-size:14px; }

  /* Кнопки меньше */
  .t-store__card__btn .t-btn{ font-size:12px; padding:10px 14px; border-radius:8px; }

  /* Оставить только одну кнопку — скрыть вторую (если их две) */
  .t-store__card__btns-wrapper .t-btn:nth-child(2){ display:none; }

  /* SALE меньше */
  .t-store__card__badge{ transform:scale(.8); }
}