/* Desktop catalog search: isolated production correction. */
@media (min-width:1181px) {
  html .compact-catalog .catalog-toolbar { grid-template-columns:minmax(0,1fr) minmax(340px,425px); }
  html .compact-catalog .catalog-actions { width:100%; min-width:0; }
  html .compact-catalog .catalog-actions .search-field { max-width:none; }
}
