.icone-menu * {
    width: 30px;
    height: 30px;
  }

  .nav-bar__link.link {
    margin-left: 8px;
  }

  .nav-bar__item {
    display: inline-flex;
  }

  .header {
    background: linear-gradient(360deg, #ffffff, #ffffff) !important;
  }

  .nav-bar {
    padding-top: 0px;
  }

  @media screen and (min-width: 1000px) {
    .nav-bar__item {
      padding: 17px 0;
    }
  }

  .barra-colorida-header {
    background-size: 400% 400% !important;
    -webkit-animation: rgbAnimation 5s linear 1s infinite;
    animation: rgbAnimation 5s ease infinite;
  }

  @-webkit-keyframes rgbAnimation {
    0% {
      background-position: 0% 50%;
    }

    50% {
      background-position: 100% 50%;
    }

    100% {
      background-position: 0% 50%;
    }
  }

  @keyframes rgbAnimation {
    0% {
      background-position: 0% 50%;
    }

    50% {
      background-position: 100% 50%;
    }

    100% {
      background-position: 0% 50%;
    }
  }


  :root {
    --cor-de-fundo-barra-de-pesquisa: 255, 255, 255;
    --header-is-sticky: 0;
    --header-inline-navigation: 1;
  }

  #shopify-section-header {
    position: relative;
    z-index: 5;
  }

  .header__logo-image {
    max-width: 120px !important;
  }

  @media screen and (min-width: 641px) {
    .header__logo-image {
      max-width: 140px !important;
    }
  }

  @media screen and (min-width: 1000px) {

    /* This allows to reduce the padding if header background is the same as secondary background to avoid space that is too big */
    .header:not(.header--condensed) {
      padding-bottom: 0;
    }
  }

  .icone_meu_cabecalho {
    fill: #333333;
    margin-right: 6px;
  }

  .search-bar__submit {
    color: #ffffff;
    background: #1c3168;
  }