.card {
  width: 100% !important;
}
.card .card-body {
  cursor: pointer;
}
.card .card-placeholder {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background-color: #dee6f0;
}

a.card {
  text-decoration: none !important;
}

.card-banner {
  position: relative;
  color: white;
  min-height: 270px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.card-banner::after {
  border-radius: var(--bs-card-border-radius);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(56, 70, 85, 0) 30%, var(--bs-primary) 81%, var(--bs-primary) 100%);
  z-index: 1;
  /* assicurati che sia sopra l'immagine di sfondo ma sotto il contenuto del testo */
}
.card-banner .card-body {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

a.card-product {
  text-decoration: none !important;
}

.card-product:hover, .card-product > img:hover {
  cursor: pointer;
}

/*# sourceMappingURL=cards.css-du-2jur.map */
