h1{
    font-weight: 1000 !important;
}
.testo-box {
    width: 85%;
    margin-top: -20px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    height: auto;
    font-weight: 1000;
    font-size: 22px;
    color: #65a833;
    align-self: center;
    padding: 0;
}
.testo-box p {
    padding: 20px;
    margin: 0;
    align-self: center;
}
.full-header-group {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 20;
        }
.hero-background {
    border-radius: 28px;
    min-height: 80vh !important;
    margin: 80px 50px 0 50px !important;
            position: relative;
            inset: 0;
            z-index: 1;
            animation: zoomOut 2s ease-out forwards;
            background-size: cover;
            background-position: center;
        }
        .gomitolo-filo {
            position: absolute;
            right: 30px;
            top: 10px;
            z-index: 2;
            pointer-events: none;
            user-select: none;
        }
        .gomitolo-filo img{
            height: 750px;
        }
        .hero-content {
            position: relative;
            z-index: 2;
            color: #1c1c1c;
            text-align: center;
        }
        .sezione-chi-siamo {
            position: relative;
            z-index: 10;
            margin: 50px;
            border-radius: 28px;
        }
        .contenuto-chi-siamo {
            display: flex;
            gap: 50px;
            position: relative;
        }
        .chi-siamo-loghi, .chi-siamo {
            border-radius: 28px;
            position: relative;
        }
        .chi-siamo-loghi{
            gap:20px;
        }
        .chi-siamo {
              flex: 2.4;
              z-index: 5;
              order: 1;
              padding: 0 !important;
        }
        .chi-siamo-loghi {
              flex: 1;
              z-index: 12;
              order: 3;
              flex-direction: column;
              background-size: cover;
              background-position: left;
              align-items: center;
        }
        .chi-siamo-img {
            flex: 0.75;
        }
        .colonna-testo {
            flex: 1;
            margin: 0 !important;
        }
        .chi-siamo-loghi img {
            width: 180px;
        }
        .gomitolo-filo-1 {
            position: absolute;
            z-index: 10;
            right: 18%;
            top: 35%;
            pointer-events: none;
        }
        .gomitolo-filo-1 img{
            max-height: 480px;
            width: auto;
        }
        .colonna-testo h1{
            font-weight: 1000;
        }

        .sezione-calze {
            position: relative;
            margin: 50px;
            z-index: 5;
        }

        .contenuto-calze {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 50px;
            position: relative;
            flex-wrap: wrap;
        }
        .colonna {
            min-width: 280px;
            position: relative;
            text-align: center;
        }
        .immagine {
            flex:1.4;
            aspect-ratio: 1 / 1;
            z-index: 4;
            position: relative;
        }
        .testo-calze {
            flex:1;
            margin:120px auto auto -70px !important;
            position: relative;
            z-index: 1;
            box-shadow: 0 4px 10px rgba(0,0,0,0.05);
        }
        .manifesto {
            flex:1.2;
            z-index: 99;
            position: relative;
        }
        .box-manifesto {
            box-shadow: 0 4px 10px rgba(0,0,0,0.05);
            position: relative;
            z-index:4;
        }
        .box-manifesto h2{
            line-height: 3rem !important;
        }
        .gomitoli-calze {
            position: absolute;
            top: 0;
            left: 0;
            width: 71%;
            z-index: 2;
            pointer-events: none;
        }
        .ciotola-cotone{
            position: absolute;
            top:450px;
            right:-50px;
            width:77%;
        }
        .bottone a{
            background-color:#7EB940;
            color:#fff;
            padding:15px 30px;
            border-radius:28px;
        }
        .bottone a:hover{
            background-color:#60922C;
            color:#fff;
        }

        .prodotti-shop {
            position: relative;
            top: 100px;
            z-index: 20;
            margin:50px;
        }
        .linea-prodotti{
            position:absolute;
            width:60%;
            right:18%;
            bottom:-120px;
            z-index: -5;
        }

        .sezione-materie-prime {
            position: relative;
            z-index: 20;
            width:900px;
        }
        .materie-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 50px;
            flex-wrap: wrap;
        }
        .materie-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            flex: 2;
        }
        .materie-testo {
            flex: 1;
        }
        .gomitolo-materieprime{
            position:absolute;
            width:65%;
            right:-38%;
            top:200px;
        }
        .ct-woo-card-actions a{
          border-radius: 999px !important;
        }

@media (min-width: 1800px) {
    .gomitolo-filo{
      right: 0px;
    }
    .gomitolo-filo img{
      height: 1000px;
    }
    .gomitolo-filo-1 {
        right: 20%;
    }
    .gomitolo-filo-1 img{
        max-height: 440px !important;
    }
    .manifesto{
        padding-top: 60px !important;
    }
    .linea-prodotti{
        height: 150px;
    }
}
@media (max-width: 1800px) {
    .gomitoli-calze {
        width: 90% !important;
    }
}
@media (max-width: 1400px) {
    .gomitolo-filo-1 {
        right: 15%;
    }
    .gomitolo-filo-1 img{
        max-height: 430px !important;
    }
    .manifesto{
        padding-top: 60px !important;
    }
    .linea-prodotti{
        height: 150px;
    }
}
@media (max-width: 1300px) {
    .gomitolo-filo-1 {
        display: none;
    }
    .manifesto h2{
        font-size: 28px !important;
        font-weight: 900 !important;
    }
    .immagine {
        aspect-ratio: 3 / 4;
        margin-top: 350px !important;
    }
    .testo-calze {
        flex:1.2;
    }
    .gomitoli-calze {
        width: 74%;
    }
    .ciotola-cotone{
        width:85% !important;
    }
    .hero-background {
      min-height: 70vh !important;
    }
}
@media (max-width: 1200px) {
    .gomitoli-calze {
        width: 76%;
    }
    .ciotola-cotone{
      width: 90%;
      top:450px;
    }
}
@media (max-width: 1024px){
  .gomitolo-filo,.gomitolo-filo-1,.gomitoli-calze{
    display: none;
  }
  .hero-background,.sezione-chi-siamo,.sezione-calze,.prodotti-shop{
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .contenuto-chi-siamo{
    flex-direction: column;
  }
  .chi-siamo {
    align-items: stretch; 
  }
  .chi-siamo-loghi {
    flex-direction: row !important;
  }
  .colonna {
    width: 100%;
    margin: 0 !important;
  }
  .manifesto{
    padding-top: 0px !important;
  }
  .contenuto-calze{
    display: flex;
    flex-direction: column-reverse !important;
  }
  .immagine {
    width: 60% !important;
    aspect-ratio: 1 / 1;
  }
  .ciotola-cotone{
    top:600px;
  }
  .sezione-chi-siamo{
    margin-bottom: 50px !important;
  }
  .sezione-calze{
    margin-bottom: 0 !important;
  }
  .prodotti-shop{
    padding: 50px 20px !important;
  }
  .linea-prodotti{
    width: 80%;
  }
  .sezione-materie-prime{
    width: 100%;
    margin: 0 !important;
  }
  .sfondo-materie-prime{
    padding: 20px !important;
    margin-bottom: 50px !important;
  }
  .gomitolo-materieprime{
    display: none;
  }
  .hero-background {
    min-height: 60vh !important;
  }
}

@media (max-width: 768px){
  .hero-background,.sezione-chi-siamo,.sezione-calze,.prodotti-shop{
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .prodotti-shop{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .sfondo-materie-prime{
    padding: 10px !important;
  }
  .materie-container{
    flex-direction: column-reverse;
    text-align: center;
  }
  .materie-grid {
    display: flex;
    flex-direction: column;
    gap: 0px;
    row-gap: 10px !important;
    flex: 2;
  }
  .linea-prodotti{
    display: none;
  }
  .chi-siamo {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .chi-siamo-img {
    min-height: 300px !important;
    border-radius: 28px 28px 0 0 !important;
  }
  .hero-background {
    margin-top: 60px !important;
  }     
  .immagine {
    width: 70% !important;
    aspect-ratio: 1 / 1;
  }
  .ciotola-cotone{
    top:750px;
  }   
}
@media (max-width: 468px){
  .ciotola-cotone{
    display: none;
  }
  .immagine {
    width: 100% !important;
  }
}

html, body {
  max-width: 100%;
  overflow-x: clip;
}
@supports not (overflow: clip) {
  html, body { overflow-x: hidden; }
}

