/* Busca - arredondar (sem seletores *="") */
input[type="search"],
.search input,
.busca input,
.form-busca input,
.header-search input,
#search input,
#busca input,
#Busca input,
#buscaProduto input {
  border-radius: 18px !important;
  overflow: hidden !important;
}

/* ===== CABECALHO: ÍCONES BRANCOS (#ffffff) SEM MEXER NA LOGO ===== */

#cabecalho svg,
.cabecalho svg,
.barra-topo svg,
.topo svg {
  fill: #ffffff !important;
  stroke: #ffffff !important;
  color: #ffffff !important;
}

#cabecalho i,
.cabecalho i,
.barra-topo i,
.topo i {
  color: #ffffff !important;
}

/* caso o tema use pseudo-elemento pro ícone */
#cabecalho a::before,
.cabecalho a::before,
.barra-topo a::before,
.topo a::before,
#cabecalho i::before,
.cabecalho i::before,
.barra-topo i::before,
.topo i::before {
  color: #ffffff !important;
}


@media screen and (min-width: 1024px) and (max-width: 1366px) {
  #banner-extra-acima-produtos {
    width: 90% !important;
    max-width: 1000px !important;
    margin: 15px auto !important;
  }

  #banner-extra-acima-produtos img {
    width: 100% !important;
    max-width: 1000px !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
    border-radius: 10px !important;
  }
}