.fabrikk--content-container {
  background-color: #85ba5c; /* Sostituisci con il colore desiderato */
}

.fabrikk--content {
  background-color: #85ab5c;
}

body {
  background-color: #85ab5c; /* Sostituisci con il colore desiderato */
}

.fabrikk--top-bar {
  overflow: auto !important;
}

.footer-image {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 2;          /* mantiene proporzioni immagine */
  min-height: 150px;            /* altezza minima, può adattarsi */
  background-color: black;      /* sfondo per coprire le bande */
  background-image: url('https://cdn.abicart.com/shop/ws63/113363/files/inverted_fence_image.jpeg');
  background-size: contain;      /* mantiene tutta l’immagine visibile */
  background-position: center;   /* centrata */
  background-repeat: no-repeat;
  margin: 0;
}

