/* italianskayamebel.ru overrides: shrink category-tile headings 30% (were overflowing
   the tile because trajan/typekit fallback + drifted vw scale). Scoped to card tiles. */
.card-family h3.text--xl,
.card-family .text--xl { font-size: 2.24vw !important; }            /* desktop  3.2 -> 2.24 */
@media (max-width: 1199.98px) {
  .card-family h3.text--xl,
  .card-family .text--xl { font-size: 2.8vw !important; }            /* tablet   4.0 -> 2.80 */
}
@media (max-width: 767.98px) {
  .card-family h3.text--xl,
  .card-family .text--xl { font-size: 5.95vw !important; }           /* mobile   8.5 -> 5.95 */
}
