/* AUTOERA MOBILE 3.0 FOUNDATION */
@media (max-width:768px){
  html.ae-m3,
  body.ae-m3{
    max-width:100%;
    overflow-x:hidden;
  }

  body.ae-m3{
    background:#f6f7f9;
  }

  body.ae-m3 .ae-m3-page{
    width:100%;
    box-sizing:border-box;
  }

  body.ae-m3 .ae-m3-language-strip{
    display:flex;
    gap:8px;
    padding:10px 14px;
    background:#fff;
    border-bottom:1px solid #e5e7eb;
  }

  body.ae-m3 .ae-m3-language-strip a{
    flex:1;
    min-height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #d8dde4;
    border-radius:11px;
    background:#fff;
    color:#172033;
    font-size:14px;
    font-weight:800;
    text-decoration:none;
  }

  body.ae-m3 .ae-m3-language-strip a.is-active{
    border-color:#ed1c24;
    background:#fff1f2;
    color:#d71920;
  }

  body.ae-m3 .ae-m3-hidden{
    display:none!important;
  }

  body.ae-m3-cart .ae-mobile-sticky-buy,
  body.ae-m3-cart [class*="sticky-buy"],
  body.ae-m3-checkout .ae-mobile-sticky-buy,
  body.ae-m3-checkout [class*="sticky-buy"]{
    display:none!important;
  }
}
