.js-store-grid-cont .t-store__card {
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  border-radius: 8px;
  border: 1px solid #eaeaea;
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.js-store-grid-cont .t-store__card:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  transform: translateY(-4px);
}



.js-store-grid-cont .t-store__card__bottom {
  margin-top: auto;
  padding-top: 1px;
}

.t-store__card__mark {
  font-size: 10px !important;
  background-color: #e02a2a !important;
  color: #fff !important;
  height: auto !important; /* сбрасывает фиксированную высоту */
  padding: 2px 2px !important;
  border-radius: 4px !important;
  white-space: nowrap !important;
  display: inline-block !important;
  line-height: 2 !important;
  text-align: center !important;
  min-width: 68px !important; /* 👈 фиксированная ширина */
  box-sizing: border-box !important;
  


