:root{
  --colorTextSecond:#39519e;
  --blue:#39519e;

}
.header {background:#39519e;margin-bottom: 0.5rem!important;padding: 0.3rem 0.6rem!important;border:0!important;}
.header .center{padding:0 0.6rem!important;align-items:center!important;}
.header_logo img{width:auto!important;height:60px!important;}
nav::before{background-size:90px!important;height:89px!important;margin:0.2rem auto 0; }
.header_shopCart svg, .header_dashboard svg,.header_menu svg{color:#fff;}
@media(min-width:1024px){
  nav{background:transparent!important;}
  .header_dashboard {display:block;margin-left:auto;font-size:1.5rem;}
  .header .center{padding:0.2rem 0.6rem!important}
  nav li a{color:#fff;}
nav li a:hover{color:#fff!important;opacity:0.5;}
.header_logo img{height:80px!important;}
.header_shopCart svg, .header_dashboard svg{font-size:1.9rem!important}
}
/*================================================= LISTA PRODOTTI =================================================*/
.ecom_listProduct h1{margin-bottom:0!important;text-align:center;font-size:2.6rem;}
.ecom_listProduct h2{text-align:center;color:var(--colorTextSecond);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 =================================================*/


