
/* Control Center 7.9.1 - Search scroll UX */
#catalogo,
.tools{
  scroll-margin-top:112px;
}
.tools:focus-within{
  border-color:rgba(125,239,255,.28)!important;
  box-shadow:0 18px 48px rgba(0,0,0,.24), 0 0 0 1px rgba(125,239,255,.08)!important;
}
@media(max-width:720px){
  #catalogo,
  .tools{
    scroll-margin-top:88px;
  }
}
