/* 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; }

/* ════════════════════════════════════════════════════════════
   POLIMENTO 2026-09-14 — make-interfaces-feel-better (site-wide)
   Tipografia óptica, números tabulares, contorno de imagem,
   texto branco FORÇADO em botão cheio (WhatsApp/verde/laranja)
   e feedback tátil onde faltava. Cadeia: carrega depois de
   lc-chrome; conta/carrinho enfileiram depois → defesa com
   !important só no color.
   ════════════════════════════════════════════════════════════ */

/* ── Títulos equilibrados; parágrafos sem linha órfã ── */
h1, h2, h3, h4,
.mo-section-head__title,
.lct-blog__feat-title {
  text-wrap: balance;
}
p, li {
  text-wrap: pretty;
}

/* ── Números tabulares: preço, badges de carrinho, contadores ao vivo ── */
.woocommerce-Price-amount,
.woocommerce .price,
.woocommerce .amount,
.pdv-live__view strong,
.pdv-hot__it strong,
.mo-hdr-main__cart-badge,
.mo-tabbar__count {
  font-variant-numeric: tabular-nums;
}

/* ── Contorno 1px (preto puro 10%) nas fotos das categorias da home ── */
.lcs-cats__thumb img {
  border-radius: 10px;
  outline: 1px solid rgba(0, 0, 0, .1);
  outline-offset: -1px;
}

/* ── Defesa: botão cheio verde/WhatsApp/laranja tem SEMPRE texto branco ── */
.ob-acc-btn--wa, .ob-acc-btn--wa:hover,
.lc-cnpj-modal__wa, .lc-cnpj-modal__wa:hover,
.ob-whatsapp-btn, .ob-whatsapp-btn:hover,
.ob-pcard-whatsapp-btn, .ob-pcard-whatsapp-btn:hover,
.mo-footer-a__news-form button, .mo-footer-a__news-form button:hover,
.ob-cart-empty__btn, .ob-cart-empty__btn:hover {
  color: #fff !important;
}

/* ── Feedback tátil onde faltava: scale .96 no press do botão do rodapé ── */
.mo-footer-a__news-form button {
  transition-property: background-color, scale;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.2, 0, 0, 1);
}
.mo-footer-a__news-form button:active {
  scale: .96;
}

@media (prefers-reduced-motion: reduce) {
  .mo-footer-a__news-form button { transition: none; }
}
