.index-offers {
  margin-top: 5%;
  justify-content: center;
}

.index-offers > .card {
  border: 0px;
  max-width: 230px !important;
  margin: 1% 1% !important;
  text-decoration: none;
  cursor: pointer;
}

.index-offers > .card > img:hover {
  transform: scale(1.1) translateY(-20px);
}

.index-offers > .card > .card-body {
  padding: 12px 0px;
}

.index-offers > .card > .card-body > .card-title {
  color: #3a722d;
  font-weight: bold;
  margin: 0;
}

.index-offers > .card > .card-body > .card-text {
  color: #999999;
}

.index-offers > .card > img {
  transition-duration: 200ms;
  border-radius: 3px;
}

.products {
  width: 90%;
}

.prodotto {
  width: 200px;
}

.prodotto > img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.prodotti {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.filter-colS {
  min-width: 16%;
  margin: 1%;
}

.filter-colM {
  min-width: 32%;
  margin: 1%;
}

.filter-colS > button {
  width: 48%;
  margin: 0 2%;
}

.filter-colM > div > button {
  width: 100%;
}

.filter-colM > nav > form > input {
  width: 30%;
}

.card {
  border: 0px;
  margin: 10px 10px;
  display: flex;
  width: 180px;
}

.prodotto > img {
  border-radius: 3px;
}

.container {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Centra orizzontalmente il contenuto */
  margin: 30px auto;
  box-sizing: border-box; /* Assicura che il padding rientri nella larghezza specificata */
}

.promo {
  height: 36px;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  background-color: #f0bd00;
  padding: 5px 20px;
  border-radius: 3px;
  position: absolute;
  top: -15px;
  left: -8px;
}

.card-body {
  padding-left: 0;
}

.card-body > * {
  margin-top: -8px;
}

.container-prodotto {
  width: 100%;
  max-width: 850px;
  margin: 20px auto;
  padding: 0 20px;
}

.immagini-e-testo {
  display: flex;
  flex-wrap: wrap;
}

.immagini {
  width: 100%;
  max-width: 500px;
}

.cornice {
  overflow: hidden;
  border-radius: 3px;
}

#immagine {
  width: 100%;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}

.immagini-secondarie {
  display: flex;
  width: 100%;
  margin: 10px 0;
  overflow: auto;
}

.immagine-secondaria {
  height: 90px;
  margin-right: 10px;
  border-radius: 3px;
}

.testo {
  width: 280px;
  margin-left: 30px;
}

.info {
  color: white;
  background-color: #f0bd00;
  padding: 5px 20px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3px;
}

.garanzia {
  background-color: #3a722d;
}

@media screen and (max-width: 860px) {
  .testo {
    width: 100%;
    margin: 4px auto;
  }
  .testo > * {
    text-align: center;
    margin: 4px auto;
  }
  .products {
    padding: 0px;
  }
  .card {
    width: 100%;
  }
  .prodotti {
    flex-direction: column;
  }
  .prodotto {
    width: 100%;
  }
  .prodotto > img {
    height: 250px;
  }
}
.form-control {
  margin: 10px 0;
  width: 100%;
  border: 2px solid;
  border-radius: 3px;
  border-color: #3a722d;
}

form {
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding: 0 20px;
}

.gradient {
  background: radial-gradient(#3a722d, #415a3e) !important;
  border-radius: 3px !important;
}

#dropdownMenuButton1 {
  background-color: #3a722d;
}/*# sourceMappingURL=prodotti.css.map */