h1{
    font-weight: 800;
}
.gomitolo-filo {
    position: absolute;
    right: 0px;
    top: 100px;
    z-index: -1;
    pointer-events: none;
    user-select: none;
}
.gomitolo-filo img{
    height: 950px;
}
.intro-faq h1{
    line-height: 5rem !important;
}

.faq-section.is-hidden { display: none !important; }
.tab-panel.is-hidden   { display: none !important; }
.faq-tabs li.is-active > a span,
.materie-tabs li.is-active,.materie-tabs li:hover {
  color: #65a833;
}
li.is-active{
    font-weight: 600 !important;
}

.faq-section{
    display: flex;
}
.materie-tabs{
    flex:1;
    border-right:2px solid #DEDBC7;
    margin-right: 20px !important;
}
.materie-tabs ul{
    border-right:none;
}
.materie-content{
    flex:2.5;
    display: flex;
    align-content: center;
}
.materie-tabs ul {
  padding-left: 30px;
}

.riquadro-contatto {
    position: relative;
    z-index:1;
}
.contatto-illu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 180px;  
  height: auto;
  pointer-events: none;   
}
.contatto-content {
    display:flex;
    position:relative;
    justify-items: stretch;
    width: 100%;
}
.contatto-content p, .contatto-content h2{
    margin:0;
}
.contatto-content h2{
    font-weight: 800 !important;
    flex:1.5;
}
.contatto-content .link-contatti{
    flex:0.4;
}
.illustrazione-punti{
    position: absolute;
    z-index: 0;
    height:650px;
    top: 100px;
    left: 30px;
}
.banner-box h2{
    font-weight:900;
}
.shop-bottom-banner {
    position:relative;
    z-index: 1;
    display: flex;
    flex-direction:row !important;
    justify-content: space-between;
    gap: 40px;
}
.shop-bottom-banner .banner-box {
  position: relative;
  display: flex;
}
.punti-vendita{
    position:relative;
}
.box-banner-box{
    flex:1 !important;
}
.acquista-calze{
    flex:2 !important; 
}
.illustrazione-punti{
    position: absolute;
    z-index: 0;
    height:700px;
    top: 100px;
    left: 30px;
}
.banner-content-title{
    display:flex;
    align-items:start;
    gap:20px;
}

.banner-button a{
  background-color: #7EB940;
  padding: 12px 30px;
  border-radius: 50px;
  color: white;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.banner-button a:hover {
  background-color: #65a833;
  color:#fff;
}
.banner-box h3{
    font-weight:1000;
}
.acquista-calze{
    display:flex;
}
.img-box{
    flex: 1.3;
}
.banner-content{
    flex: 2;
}


@media (max-width: 1224px){

}

@media (max-width: 1023px){
  .intro-faq,.gruppo-domande{
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .riquadro-contatto,.contatto-content,.shop-bottom-banner,.acquista-calze{
    flex-direction: column !important;
  }
  .contatto-wrapper{
    padding: 50px 20px 20px !important;
  }
  .contatto-content{
    padding: 100px 0 0 0 !important;
    text-align: center;
  }
  .contatto-illu {
    top: 30px;
    width: 150px;  
  }
  .box-banner-box{
    padding-bottom: 0px !important;
  }
  .img-box{
    width: 100%;
    min-height: 340px !important;
    border-radius: 0 0 28px 28px !important;
    background-position: center !important;
  }
  .acquista-calze{
    margin-bottom: 50px !important;
  }
  .shop-bottom-banner{
    padding: 20px !important;
  }
  .gomitolo-filo{
    display: none;
  }
}

@media (max-width: 768px){
  .intro-illu {
    right: -150px;
  }
  .img-box{
    width: 100%;
    min-height: 240px !important;
    border-radius: 0 0 28px 28px !important;
    background-position: center !important;
  }
  .intro-faq,.gruppo-domande{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 767px){
  .gruppo-domande > .faq-section{ display: none !important; }
  .gruppo-domande .tab-clone-holder{ display: block !important; }

  .qa-expanded-list{ display: grid; gap: 16px; }
  .qa-item{ background: #F2F0E4; border-radius: 16px; padding: 16px; }
  .qa-question{ margin: 0 0 8px; font-size: 18px; font-weight: 600; }
  .qa-answer > *:first-child{ margin-top: 0; }
  .faq-tabs ul{
    display: flex !important;
    flex-direction: column !important;
  }
}


