/* En celulares, las categorías y el buscador ya presentan Qeubo; priorizamos el catálogo. */
@media (max-width: 750px) {
  #inicio .hero { display: none !important; }
  #inicio .section.market-featured { padding-top: 17px; }
  #inicio .market-featured .section-head p { display: none; }
  #inicio .market-featured .section-head { margin-bottom: 12px; }
  #inicio .market-featured .section-head h2 { margin: 3px 0; }
  #inicio .market-featured .eyebrow { font-size: 10px; }
  #inicio .market-featured .listing-cover { height: 156px; }
  #inicio .market-featured .featured-track > .listing { flex-basis: min(70vw, 265px); }
}
