/* Approved mobile catalog order; desktop stays unchanged. */
@media (max-width:760px) {
  html .compact-catalog .catalog-actions { grid-template-columns:minmax(0,1fr) auto; }
  html .compact-catalog .catalog-actions .search-field { grid-column:1; grid-row:1; }
  html .compact-catalog .catalog-actions .favorites-filter { grid-column:2; grid-row:1; }
}
