
.t-catalog__card{
  background:#FFFFFF !important;
  border:1px solid #EADAD3 !important;
  border-radius:16px !important;
  overflow:hidden !important;
  box-shadow:0 8px 28px rgba(55,44,40,.06) !important;
  transition:transform .25s, box-shadow .25s !important;
}
.t-catalog__card:hover{
  transform:translateY(-4px) !important;
  box-shadow:0 14px 34px rgba(55,44,40,.12) !important;
}
.t-catalog__card__title{ color:#372C28 !important; }
.t-catalog__card__price-value{ color:#6B4A42 !important; }
.t-catalog__card__price_old .t-catalog__card__price-value{ color:#B89A8F !important; }
</style>