Exibir barra de pesquisa no cabeçalho – Script Shopify

Script

@media screen and (min-width: 990px) {
  .header__search summary {
    border: 2px solid;
    border-radius: var(--inputs-radius);
    width: 250px;
    padding: 1rem;
    text-decoration: none;
  }
  .header__icon span {
    justify-content: flex-start;
  }
  .header__search summary,
  .header__icon span:after {
    color: white !important;
    border-radius: 15px;
  }
}
Esse tutorial foi util?