.t-store .t-store__card__body:hover .t-store__card__title,
.t-store .t-store__card__body:hover .t-store__card__price {
  transform: scale(1.03) !important;
  transition: transform 0.3s ease !important;
}
