/* === buscar.css === */

body            { font-family:'Poppins',sans-serif; }

.resultado-title{ font-size:1.3rem; }
.laranja        { color:#ee4d2d; }

.card-img-top   { height:190px; object-fit:cover; }

.card-title     {
  font-size:.9rem; font-weight:500; min-height:2.3em;
  display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;
}

.preco          { color:#6c757d; font-weight:600; }
.loja-nome      { color:#ee4d2d; font-weight:600; font-size:.95rem; }

/* oculta o "X" nativo de vários engines */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration,
input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal { display:none !important; appearance:none; }

/* botão custom */
.clear-search{
  position:absolute; right:40px; top:50%;
  transform:translateY(-50%);
  font-size:1.25rem; cursor:pointer;
  color:#888; display:none; user-select:none;
}
.clear-search:hover{ color:#555; }
