/* Loja Core · lc-polish.css — ajustes finos (rodada de polimento 2026-09-11). Carrega depois de lc-chrome.css. */

/* ════════════════════════════════════════════════════════════
   404 (template do Blocksy, sem arquivo próprio no tema) — agente home/blog/marcas
   Título no mesmo corpo dos títulos da loja (Inter 900, tinta), texto em ink-2,
   campo de busca com superfície branca e anel em vez do campo quase invisível.
   ════════════════════════════════════════════════════════════ */
body.error404 .ct-no-results {
  max-width: 640px;
  margin-inline: auto;
  text-align: center;
}
body.error404 .ct-no-results .page-title {
  margin-bottom: 12px;
  font-family: var(--lc-font-body);
  font-weight: 900;
  font-size: clamp(26px, 3.2vw, 36px);
  line-height: 1.12;
  letter-spacing: -.02em;
  color: var(--lc-ink);
  text-wrap: balance;
}
body.error404 .ct-no-results .page-description {
  font-size: 15px;
  line-height: 1.55;
  color: var(--lc-ink-2);
  text-wrap: pretty;
}
body.error404 .ct-no-results .ct-search-form {
  --theme-form-field-border-initial-color: transparent;
  --theme-form-field-border-focus-color: transparent;
  max-width: 460px;
  margin-inline: auto;
}
body.error404 .ct-no-results .ct-search-form input[type="search"] {
  height: 48px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .05);
  font-size: 15px;
  color: var(--lc-ink);
  transition-property: box-shadow;
  transition-duration: .15s;
}
body.error404 .ct-no-results .ct-search-form input[type="search"]:focus {
  box-shadow: 0 0 0 2px var(--lc-primary), 0 1px 2px rgba(0, 0, 0, .05);
}
body.error404 .ct-no-results .ct-search-form input[type="search"] { padding-inline: 16px 52px; }
/* a lupa ficava solta ao lado do campo: vai para dentro dele, à direita */
body.error404 .ct-no-results .ct-search-form-controls {
  position: absolute;
  top: 0;
  right: 0;
}
body.error404 .ct-no-results .ct-search-form button {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: transparent;
  color: var(--lc-ink-2);
  transition-property: color, scale;
  transition-duration: .15s;
}
body.error404 .ct-no-results .ct-search-form button:hover { color: var(--lc-primary); }
body.error404 .ct-no-results .ct-search-form button:active { scale: .96; }
