#breadcrumbs {
  background-color: #9F9F9F; /* Colore di sfondo di fallback */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../../../../images/breadcrumbs/breadcrumbs-buoni-regalo.jpg'); /* Overlay semitrasparente grigio + immagine */
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 150%;
  background-attachment: fixed;
	padding: 50px;
}
#breadcrumbs h1 {
  color: #fff; /* Imposta il colore del testo a bianco */
}