@media (max-width: 575px) {
	h1, h2 {
	  font-size: 22px;
	}
  
	h3 {
	  font-size: 18px;
	}
  
	.carosel-img {
	  height: 320px;
	  width: 768px;
	}
  
	.geo-mappa {
	  width: 350px;
	}
  
	.img-certificati {
	  width: 300px;
	  margin-left: 90px;
	}
  
	.carosel-img-high {
	  display: none;
	}
  }
  
  @media (min-width: 575px) {
	.carosel-img-low {
	  display: none;
	}

  }
  
  @media (max-width: 767px) {
	.section-description p {
	  padding: 0;
	}
  
	.section-1-container {
	  padding-bottom: 60px;
	}
  
	.section-1-box {
	  text-align: center;
	}
  
	.section-1-box h3 {
	  margin-top: 30px;
	  padding-top: 40px;
	}
  
	.section-3-box {
	  text-align: center;
	}
  
	.section-3-box h3 {
	  margin-top: 30px;
	  padding-top: 40px;
	}
  
	.img-certificati {
	  margin: 10px;
	}

	.img-product-profile {
		width: 300px;

	}
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
	.section-description p {
	  padding: 0;
	}
  
	.section-1-box .section-1-box-icon,
	.section-3-box .section-3-box-icon {
	  width: 50px;
	  height: 50px;
	  font-size: 26px;
	  line-height: 50px;
	}
  }
  
  @media (max-width: 768px) {

  
	.we-serve-title,
	.we-serve-text {
	  text-align: center;
	}
  
	.section-1-box-icon img {
	  width: 100px;
	}
  
	.carosel-img {
	  height: 350px;
	  width: 840px;
	}
  
	.row-section-2 {
	  padding-bottom: 50px !important;
	}
  
	.dettagli-prodotto h2:after {
	  background-color: #000;
	  content: "";
	  display: inline-block;
	  height: 1px;
	  position: relative;
	  vertical-align: middle;
	  width: 200px;
	}
  
	.container_foto {
	  margin: auto;
	}
  
	.section-3-box .section-3-box-icon img,
	.section-1-box .section-1-box-icon img {
	  margin-left: -15px;
	}
  }
  
  @media (min-width: 768px) {
	.ul {
	  text-align: left;
	}
  
	.footer-column:not(:first-child) {
	  padding-top: 0px;
	}

  }
  
  @media (max-width: 960px) {

  
	.tostatura-lenta h2:before,
	.tostatura-lenta h2:after {
	  display: none;
	}
  
	.tostatura-lenta-text {
	  font-size: 15px;
	  line-height: 1.5;
	  padding: 0 20px;
	}

  }
  
  @media (max-width: 992px) {
	body {
	  padding-top: 120px;
	}
  
	.title-section {
	  font-size: 32px;
	  margin-top: -40px;
	}

	.title-home {
	  font-size: 40px;
	}
  
	.section-1-box h3 {
	  font-size: 25px !important;
	}
  
	.section-1-box {
	  line-height: 1.5;
	}
  
	.we-serve-text-v {
	  display: none;
	}
  
	.we-serve-title {
	  font-size: 40px;
	}
  
	.we-serve-text {
	  font-size: 15px;
	  line-height: 1.7;
	}
  
	.carosel-img {
	  height: 450px;
	  width: 1097px;
	}
  
	.section-1-box-icon img {
	  width: 80px;
	}
  
	.row-section-2 {
	  padding-bottom: 100px !important;
	}
  
	.dettagli-prodotto h2:after {
	  background-color: #000;
	  content: "";
	  display: inline-block;
	  height: 1px;
	  position: relative;
	  vertical-align: middle;
	  width: 400px;
	}
  
	.tostatura-lenta-text {
	  font-size: 18px;
	  line-height: 1.5;
	  padding: 0 20px;
	}
  
	.bs-carusel {
	  margin-top: 90px;
	}
  
	.we-serve-item-img {
	  width: 500px;
	}
  
	.img-monoporzionato {
	  width: 200px;
	}
  
	.img-certificati {
	  margin-left: 100px;
	}
  
	.container-ul ul {
	  margin-left: 0;
	}

  }
  
  @media (min-width: 992px) {
	.container-ul ul {
	  margin-left: 150px;
	}

	.product-profile {
		padding-right: 150px;
	}

  }
  
  @media (min-width: 992px) and (max-width: 1199px) {
	.section-1-box .section-1-box-icon {
	  width: 60px;
	  height: 60px;
	  font-size: 32px;
	  line-height: 60px;
	}
  
	.dettagli-prodotto h2:after {
	  background-color: #000;
	  content: "";
	  display: inline-block;
	  height: 1px;
	  position: relative;
	  vertical-align: middle;
	  width: 600px;
	}
  }
  
/***** CONTATTI *****/
/* Responsive - sui dispositivi piccoli i bottoni sono uno sotto l’altro */
  @media (max-width: 600px) {
    .cta-buttons {
      flex-direction: column;
      gap: 15px;
    }
    .cta-buttons button {
      flex: none;
      width: 100%;
    }
  }



@media (max-width: 768px) {
	/* Responsive fix */
  .mega-menu {
    padding: 1rem;
	max-height: 70vh;
    overflow-y: auto;
  }
  
  .dropdown-menu {
    position: static !important;
    transform: none !important;
    box-shadow: none;
    background-color:  #eddec8; /* crema chiaro */
  }

  .dropdown-header {
	margin-top: 15px;
	margin-bottom: 5px;
  }

  /* ICONE SERVIZI */
   .icona-img {
    width: 70px;
  }

  .icona-servizio {
    margin-bottom: 40px; /* più spazio tra le icone */
  }

  .icona-titolo {
    font-size: 16px;
  }

  /* CONTAINER HOME CTA */
  .container-background-cta .row {
    text-align: center;
    justify-content: center;
  }
   .cta-title {
    font-size: 30px;
	text-align: center;
  }

  .cta-subtitle {
    font-size: 18px;
	text-align: center;
	margin-bottom: 0;
  }

  .cta-button {
    font-size: 14px;
    padding: 8px 20px;
    display: inline-block;
    margin-top: 15px;
  }

  /* Private label img */
  .packaging-private-label {
    width: 200px;
    margin: 0 auto;
    display: block;
	}

 /* Capsule Styles */
 .capsule-card {
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
  }

  .capsule-content {
    text-align: left;
  }

}


@media screen and (max-width: 991px) {
  /* Breadcrumbs nascosti nella versione mobile */
  .hide-on-mobile {
    display: none !important;
  }

  /* Immagine background titolo ridimensionata */
  .container-background {
    height: 100px;
  }
}