.card { border-radius: 10px; }

a .outfit-card {
    cursor: pointer;
}
a .outfit-card:hover {
    transform: translateY(-6px) !important; /* чуть сильнее подъём */
}
