.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;
}

.debug-card-icons {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 2px 10px rgba(18, 28, 42, 0.22);
  backdrop-filter: blur(4px);
}
.debug-card-icons i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0;
  border-radius: 6px;
  color: #1c2430 !important;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.debug-card-icons i:hover {
  background: #eef1f5;
  color: var(--bs-primary, #0d6efd) !important;
}
.debug-card-icons i.bi-trash:hover {
  color: #dc3545 !important;
  background: #fde8ea;
}

/*# sourceMappingURL=cards.css-i4YOmFH.map */
