/* ---------- ALINHAMENTO IMAGEM, BUSCA, CONTA E CARRINHO  ---------- */
.conteiner > .row-fluid:first-of-type{
  display:flex;
  align-items:center;
}
.conteiner > .row-fluid:first-of-type > .span3{
  float:none;
  flex:0 0 auto;
  margin:0;
}
.conteiner > .row-fluid:first-of-type > .conteudo-topo.span9{
  float:none;
  flex:1 1 auto;
}

.conteudo-topo .inferior.row-fluid{
  display:flex;
  align-items:center;
}
.conteudo-topo .inferior .span8.busca-mobile{
  float:none; flex:1 1 auto; min-width:260px;
}
.conteudo-topo .inferior .span4.hidden-phone{
  float:none; flex:0 0 auto;
  display:flex; align-items:center; justify-content:flex-end;
}
/* espaço entre “Minha conta” e o carrinho */
.conteudo-topo .inferior .span4.hidden-phone > * + *{ margin-left:16px; }

.conteudo-topo .busca{
  position:relative;
  border:1px solid #e6e6e6 !important;
  background:#fff !important;
  border-radius:999px;
  padding:0 !important;
  box-shadow:none !important;
  overflow:hidden;
}
.conteudo-topo .busca form{ margin:0; }
.conteudo-topo .busca input[type="text"]{
  width:100%; height:44px; line-height:44px;
  padding:0 46px 0 16px;
  border:0 !important; background:transparent !important;
  border-radius:999px; box-shadow:none !important;
}

.link-minha-conta-topo{
  display:inline-block;
  line-height:38px; height:38px;   /* ajuste fino com a altura do carrinho */
  font-weight:600; text-decoration:none;
}
.link-minha-conta-topo:hover{ text-decoration:underline; }

.conteudo-topo .superior{ display:none; }

@media (max-width:768px){
  .conteiner > .row-fluid:first-of-type{ display:block; }
  .conteudo-topo .inferior.row-fluid{ display:block; }
  .conteudo-topo .inferior .span8.busca-mobile,
  .conteudo-topo .inferior .span4.hidden-phone{ float:none; width:100%; }
  .conteudo-topo .inferior .span4.hidden-phone{ margin-top:8px; }
}

/* ---------- ÍCONE BOTÃO BUSCA  ---------- */
.conteudo-topo .busca .botao-busca,
.conteudo-topo .busca .botao.botao-busca{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px; height: 32px;
  padding: 0; border: 0;
  margin-top: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  display: inline-flex; align-items: center; justify-content: center;
  z-index: 1;
}

.conteudo-topo .busca .botao-busca.icon-search:before{
  position: static !important;      /* remove qualquer top/absolute herdado */
  transform: none !important;
  margin: 0 !important;
  display: block;
  width: 32px; height: 32px;
  line-height: 32px;                /* centraliza verticalmente */
  text-align: center;
  font-size: 18px;
  color: #333 !important;           /* ajuste a cor se quiser */
}

/* ---------- MINHA CONTA  ---------- */
.conteudo-topo .inferior .span4.hidden-phone{
  display:flex; align-items:center; justify-content:flex-end;
}

.conteudo-topo .inferior .span4.hidden-phone .link-minha-conta-topo{
  display:inline-flex; align-items:center;
  height:36px; line-height:36px;
  text-transform:uppercase !important;   /* força maiúsculo */
  font-weight:700 !important;            /* força peso */
  letter-spacing:.02em;
  margin-right:12px !important;          /* aproxima do carrinho (mude p/ 8/16) */
  color: inherit;                         /* mantém cor do tema */
}

.conteudo-topo .inferior .span4.hidden-phone > * + *{
  margin-left:12px !important;
}
