/* Phase 10.7.3 — directional mobile search and stable shop controls. */
@media (max-width:800px){
  .gce-header{will-change:auto!important}
  .gce-search.gce-search--mobile{
    transition:height .2s ease,min-height .2s ease,margin .2s ease,opacity .14s ease,border-width .14s ease,box-shadow .14s ease!important;
  }
  .gce-header.avx-search-collapsed .gce-search.gce-search--mobile{
    height:0!important;
    min-height:0!important;
    margin-top:0!important;
    border-top-width:0!important;
    border-bottom-width:0!important;
    opacity:0!important;
    box-shadow:none!important;
    pointer-events:none!important;
  }
  body.avx-shop-page .cpsc-toolbar{
    position:sticky!important;
    top:var(--avx-mobile-header-height,68px)!important;
    z-index:90!important;
    transition:top .2s ease!important;
  }
  @media (prefers-reduced-motion:reduce){
    .gce-search.gce-search--mobile,.cpsc-toolbar{transition:none!important}
  }
}
