.header {background: url(/g/bg-header.png) repeat 0 0;background-size: contain;margin-bottom: 0.5rem!important;padding: 0.3rem 0.6rem!important;border:0!important;}
.header .center{padding:0 0.6rem!important;align-items:flex-start!important;}
.header_logo img{width:auto!important;height:88px!important;}
.header_menu,.header_shopCart{padding-top:0.4rem;}
nav::before{background-size:90px!important;height:89px!important;margin:0.2rem auto 0; }
@media(min-width:1024px){
  nav{background:transparent!important;}
  .header_dashboard {display:block;margin-left:auto;padding-top:0.8rem;font-size:1.5rem;}
  .header_shopCart{padding-top:0.8rem;}
  .header .center{padding:0.9rem 0.6rem!important}
}
/*================================================= LISTA PRODOTTI =================================================*/
.ecom_listProduct h1{margin-bottom:0!important;text-align:center;font-size:2.6rem;}
.ecom_listProduct h2{text-align:center;color:#70b62b;font-size:1.5rem;font-style:italic;}
.ecom_listProduct h2+span{margin:0.4rem 0 var(--marginBottomSection);display:block;text-align:center;font-size:1.1rem;}
@media(min-width:768px){
  .ecom_listProduct h1{margin-bottom:0.4rem;font-size:3rem;}
  .ecom_listProduct h2{font-size:1.6rem;}
}
@media(min-width:1024px){
  .ecom_listProduct h2+span{font-size:1.3rem;}
}

/*================================================= FINE SCHEDA PRODOTTO =================================================*/
/*================================================= FAQ =================================================*/
.ecom_faq{margin-bottom:var(--marginBottomSection)!important;}
.ecom_faq details{border:var(--border);border-radius:var(--radius);margin-bottom:1rem;padding:1rem;transition:all 0.3s ease;}
.ecom_faq summary{display:flex;cursor:pointer;font-weight:bold;outline:none;align-items:center;font-size:1rem;justify-content:space-between;}
.ecom_faq summary svg{margin-left:1rem;}
.ecom_faq details[open] summary svg{transform:rotate(-180deg);}
.ecom_faq details p {margin-top:0.8rem;font-size:0.9rem;line-height:1.5;}
@media(min-width:768px){
  .ecom_faq{display:flex;flex-wrap:wrap;gap:0.5rem;align-items:flex-start;}
  .ecom_faq h3{flex:0 0 100%;}
  .ecom_faq details{margin-bottom:0;flex:0 0 calc(50% - 0.3rem);}
}
@media(min-width:1024px){
  .ecom_faq{gap:1rem;}
  .ecom_faq details{flex:0 0 calc(50% - 0.5rem);}
  .ecom_faq details p{font-size:1rem;}
  .ecom_faq summary{font-size:1.1rem;}
}
/*================================================= FINE FAQ =================================================*/


