/* Case See — identidade da loja.
   Um acento laranja sobre neutro quente; verde-azulado reservado
   exclusivamente para a linha inclusiva. Fraunces (display, variavel) traz
   o toque editorial/boutique; Work Sans (texto) mantem a leitura limpa. */

@font-face {
  font-family: "Fraunces Var";
  src: url("../fonts/fraunces-variable.069cb90e11a3.woff2") format("woff2-variations"),
       url("../fonts/fraunces-variable.069cb90e11a3.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}@font-face {
  font-family: "Work Sans Var";
  src: url("../fonts/worksans-variable.97b33529e13b.woff2") format("woff2-variations"),
       url("../fonts/worksans-variable.97b33529e13b.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}:root {
  /* Paleta alinhada ao case-see.css (loja publica) — Painel usa os mesmos tokens de cor/fonte. */
  --ground: #F1F3F6;
  --paper: #ffffff;
  --surface: #F1F3F6;
  --surface-2: #E3E6EB;
  --line: #E3E6EB;
  --line-soft: #E3E6EB;
  --ink: #101319;
  /* Tres niveis reais de tinta. Antes --ink-3 era identico a --ink-2, entao
     rotulo, ajuda e cabecalho de tabela saiam todos no mesmo peso otico.
     Contraste sobre --paper: ink 16:1, ink-2 7.2:1, ink-3 4.6:1 (AA). */
  --ink-2: #4E5666;
  --ink-3: #666D7B;
  /* Tons escuros para texto sobre os fundos *-soft (badges, alertas):
     as cores cheias reprovavam AA em texto pequeno. */
  --warn-ink: #7A5300;
  --good-ink: #0A6244;
  --accent-ink-soft: #9E3610;
  --accent: #F05A22;
  --accent-deep: #D94D18;
  /* Mesmo laranja, fechado o suficiente pra branco por cima chegar a 4.83:1
     (WCAG 1.4.3 pede 4.5:1). --accent segue intacto pra borda, icone e anel
     de foco, onde o minimo e 3:1. Mesmo valor do --laranja-texto da loja. */
  --accent-texto: #C9451A;
  --accent-soft: #fbe6dc;
  --accent-ink: #ffffff;
  --incl: #6E56CF;
  --incl-soft: #ece7fb;
  --good: #0E8A5F;
  --good-soft: #dff3ec;
  --warn: #B07800;
  --warn-soft: #f8ecd9;
  --crit: #a32b22;
  --shadow-s: 0 1px 2px rgba(16, 19, 25, .04);
  --shadow-m: 0 1px 2px rgba(16, 19, 25, .04), 0 10px 30px rgba(16, 19, 25, .07);
  --shadow-l: 0 24px 60px rgba(16, 19, 25, .16);
  --r-s: 8px;
  --r-m: 14px;
  --r-l: 20px;
  /* Escala tipografica: o painel tinha 18 tamanhos distintos, 11 deles
     espremidos entre .62 e .88rem — diferencas invisiveis que so
     desalinhavam. Seis passos cobrem tudo. */
  --fs-2xs: .6875rem;  /* 11px — eyebrow, badge, tag */
  --fs-xs: .75rem;     /* 12px — hint, cabecalho de tabela, meta */
  --fs-sm: .8125rem;   /* 13px — celula de tabela, chip, botao pequeno */
  --fs-md: .875rem;    /* 14px — corpo: nav, links, campos, rotulos */
  --fs-lg: 1rem;       /* 16px — titulo de card */
  --fs-xl: 1.5rem;     /* 24px — titulo de pagina */
  --fs-2xl: 1.75rem;   /* 28px — numero de KPI */
  /* Espacamento base 4pt: antes eram 24 paddings e 12 gaps sem sistema
     (9px, 11px, 13px, 15px, 26px...). */
  --sp-1: 4px; --sp-2: 8px; --sp-3: 12px; --sp-4: 16px;
  --sp-5: 20px; --sp-6: 24px; --sp-8: 32px;
  --t: .16s var(--ease);
  --ease: cubic-bezier(.2, .7, .2, 1);
  --display: "Bricolage Grotesque", system-ui, sans-serif;
  --body: "Inter", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, monospace;

  /* segunda cor de marca — linha inclusiva e PIX, terracota fica reservado para CTA primario */
  --accent-2: #6E56CF;
  --accent-2-deep: #5B45B0;
  --accent-2-soft: #ece7fb;

  /* escala fluida de tipografia editorial */
  --step--1: clamp(.8rem, .77rem + .15vw, .9rem);
  --step-0: clamp(.95rem, .92rem + .15vw, 1rem);
  --step-1: clamp(1.1rem, 1rem + .5vw, 1.3rem);
  --step-2: clamp(1.4rem, 1.2rem + 1vw, 1.75rem);
  --step-3: clamp(1.8rem, 1.4rem + 2vw, 2.4rem);
  --step-4: clamp(2.3rem, 1.6rem + 3vw, 3.2rem);
  --step-5: clamp(2.75rem, 1.7rem + 4.5vw, 4.5rem);

  /* ritmo de espacamento 4/8px */
  --space-1: 4px; --space-2: 8px; --space-3: 12px; --space-4: 16px;
  --space-5: 24px; --space-6: 32px; --space-7: 40px; --space-8: 56px;
  --space-9: 72px; --space-10: 96px; --space-11: 112px; --space-12: 128px;

  --container-narrow: 720px;
  --container-wide: 1440px;

  --shadow-sticky: 0 -4px 20px rgba(23, 18, 16, .12);
  --z-header: 40; --z-sticky-atc: 45; --z-toast: 1000; --z-modal: 60;
}* { box-sizing: border-box; }.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}h1, h2, h3, h4 {
  margin: 0;
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.1;
  text-wrap: balance;
}h1 { font-size: clamp(2rem, 1.2rem + 3vw, 3.5rem); }h2 { font-size: clamp(1.6rem, 1rem + 2vw, 2.4rem); }h3 { font-size: clamp(1.3rem, .9rem + 1.5vw, 1.9rem); }p { margin: 0; line-height: 1.62; }a { color: inherit; text-decoration: none; }img { max-width: 100%; display: block; }button { font: inherit; cursor: pointer; }:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }.wrap { max-width: 1280px; margin: 0 auto; padding: 0 28px; width: 100%; }.scroll-x {
  overflow-x: auto; scrollbar-width: thin; scrollbar-color: var(--line) transparent;
}.scroll-x::-webkit-scrollbar { height: 6px; }.scroll-x::-webkit-scrollbar-thumb { background: var(--line); border-radius: 999px; }.scroll-x::-webkit-scrollbar-track { background: transparent; }.eyebrow { font-size: .68rem; text-transform: uppercase; letter-spacing: .16em; font-weight: 700; color: var(--ink-3); }.num { font-variant-numeric: tabular-nums; }main { flex: 1; }.stack { display: flex; flex-direction: column; gap: 18px; }.muted { color: var(--ink-2); }.logo { display: flex; align-items: center; gap: 12px; white-space: nowrap; transition: transform .2s var(--ease); }.logo:hover { transform: translateY(-1px); }.logo .mk {
  width: 40px; height: 40px; border-radius: 12px; object-fit: cover; flex: none;
  box-shadow: 0 2px 8px rgba(23, 18, 16, .12);
  border: 1px solid var(--line-soft);
}.logo b { font-family: var(--display); font-size: 1.35rem; font-weight: 800; letter-spacing: -.045em; display: block; }.logo small { font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); font-weight: 700; }.searchbox {
  flex: 1; min-width: 0; display: flex; align-items: center; gap: 12px; background: var(--surface);
  border: 1.5px solid var(--line); border-radius: 999px; padding: 11px 20px;
  transition: all .2s var(--ease);
}.searchbox:focus-within { border-color: var(--accent); box-shadow: 0 2px 8px rgba(217, 83, 30, .12); }.pfilter-search { max-width: 280px; flex: 1; }.searchbox input { flex: 1; min-width: 0; border: 0; background: transparent; color: var(--ink); font: inherit; font-size: .9rem; outline: none; }.searchbox input::placeholder { color: var(--ink-3); }.searchbox button { border: 0; background: none; color: var(--ink-3); display: grid; place-items: center; padding: 0; transition: color .2s var(--ease); }.searchbox button:hover { color: var(--accent); }.navrow-fade { position: relative; min-width: 0; flex: 0 1 auto; }.navrow-fade::after {
  content: ""; position: absolute; right: 0; top: 0; bottom: 0; width: 24px; pointer-events: none;
  background: linear-gradient(90deg, transparent, var(--paper));
}.navrow {
  display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; padding: 10px 0; min-width: 0;
  cursor: grab; -ms-overflow-style: none;
}.navrow::-webkit-scrollbar { display: none; }.navrow:active { cursor: grabbing; }.navutil { display: flex; gap: 4px; flex: none; padding: 10px 0; margin-left: auto; }.navutil a { padding: 8px 12px; font-size: .84rem; font-weight: 650; color: var(--ink-3); white-space: nowrap; border-radius: 999px; transition: all .2s var(--ease); }.navutil a:hover { color: var(--ink); background: var(--surface); }.navutil a.incl { color: var(--accent-2); }.navutil a.incl:hover { background: var(--accent-2-soft); }.navutil a.incl.on { background: var(--accent-2); color: #fff; }/* botoes */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  border: 1px solid var(--line); background: var(--paper); color: var(--ink);
  border-radius: var(--r-s); padding: 12px 22px; font-weight: 650; font-size: .9rem;
  transition: all .2s var(--ease);
  cursor: pointer;
}.btn:hover { border-color: var(--ink); box-shadow: var(--shadow-m); transform: translateY(-2px); }.btn:active { transform: translateY(0px); box-shadow: var(--shadow-s); }.btn.primary { background: var(--accent-texto); border-color: var(--accent-texto); color: var(--accent-ink); box-shadow: 0 4px 14px rgba(217, 83, 30, .25); }.btn.primary:hover { background: var(--accent-deep); border-color: var(--accent-deep); box-shadow: 0 8px 24px rgba(166, 58, 17, .35); }.btn.teal { background: var(--incl-soft); border-color: transparent; color: var(--incl); }.btn.wide { width: 100%; }.btn.wa { background: var(--good); border-color: var(--good); color: #fff; box-shadow: 0 4px 12px rgba(44, 115, 67, .2); }.btn.wa:hover { box-shadow: 0 8px 20px rgba(44, 115, 67, .3); }.btn:disabled { opacity: .5; cursor: not-allowed; transform: none; box-shadow: none; }/* hero */
.hero { padding: 60px 0 48px; }.hero h1 { font-size: clamp(2.2rem, 1.3rem + 3.4vw, 3.9rem); letter-spacing: -.045em; }.hero h1 em { font-style: normal; color: var(--accent); }.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }/* composição assimétrica: texto sobrepondo pilha solta de fotos { display: grid; grid-template-columns: 1.05fr 1fr; gap: 8px; align-items: center; position: relative; z-index: 1; min-height: 480px; }
@keyframes hero-slide-in {from { opacity: 0; transform: translateY(8px); }to { opacity: 1; transform: translateY(0); } }.hero-dots button.is-active { background: var(--accent); width: 22px; border-radius: 999px; }

@keyframes pulse {0%, 100% { opacity: 1; }50% { opacity: .5; } }.hero-modern > .wrap > .hero-left > p { font-size: 1.05rem; color: var(--ink-2); max-width: 52ch; line-height: 1.6; }
@keyframes float-item {0%, 100% { transform: translateY(0); }50% { transform: translateY(-6px); } }@supports (backdrop-filter: blur(10px)) {
}
@keyframes float-gallery-1 {0%, 100% { transform: translateX(8px) translateY(-6px) rotate(-1.5deg) scale(1); box-shadow: var(--shadow-m); }50% { transform: translateX(10px) translateY(-17px) rotate(-2.3deg) scale(1.015); box-shadow: var(--shadow-l); }
}
@keyframes float-gallery-2 {0%, 100% { transform: translateX(-6px) translateY(4px) rotate(1.2deg) scale(1); box-shadow: var(--shadow-m); }50% { transform: translateX(-8px) translateY(-7px) rotate(1.9deg) scale(1.015); box-shadow: var(--shadow-l); }
}
@keyframes float-gallery-3 {0%, 100% { transform: translateX(4px) translateY(6px) rotate(0.8deg) scale(1); box-shadow: var(--shadow-m); }50% { transform: translateX(6px) translateY(-5px) rotate(1.4deg) scale(1.015); box-shadow: var(--shadow-l); }
}
@keyframes float-gallery-4 {0%, 100% { transform: translateX(-8px) translateY(-4px) rotate(-0.6deg) scale(1); box-shadow: var(--shadow-m); }50% { transform: translateX(-10px) translateY(-15px) rotate(-1.1deg) scale(1.015); box-shadow: var(--shadow-l); }
}.vprop.pix svg { color: var(--accent-2); }/* faixas */
.band {
  padding: 56px 0; position: relative;
}.band-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 32px; }.band-head h2 { font-size: 1.85rem; letter-spacing: -.03em; }.band-head .eyebrow { margin-bottom: 8px; display: block; }.toolbar {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap; padding: 14px 0;
  border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); margin-bottom: 24px;
}.chip {
  border: 1px solid var(--line); background: var(--paper); color: var(--ink-2); border-radius: 999px;
  padding: 7px 15px; font-size: .8rem; font-weight: 600; white-space: nowrap; display: inline-block;
}.chip:hover { border-color: var(--ink-3); color: var(--ink); }.chip.on { background: var(--ink); border-color: var(--ink); color: var(--ground); }.chip.teal.on { background: var(--incl); border-color: var(--incl); color: #fff; }.chip .c { opacity: .62; margin-left: 5px; font-variant-numeric: tabular-nums; }.spacer { flex: 1; }/* drawer de filtros deslizante (padrao Mous) */
.filters-toolbar { display: flex; align-items: center; gap: 12px; padding: 14px 0; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); margin-bottom: 24px; }.sort-form select {
  border: 1px solid var(--line); background: var(--paper); color: var(--ink); border-radius: var(--r-s);
  padding: 10px 14px; font: inherit; font-size: .85rem; font-weight: 600;
}.filter-price { display: flex; gap: 12px; margin-top: 14px; }.filter-price label { flex: 1; display: flex; flex-direction: column; gap: 6px; font-size: .74rem; font-weight: 650; color: var(--ink-2); }.filter-price input {
  border: 1px solid var(--line); background: var(--ground); color: var(--ink); border-radius: var(--r-s);
  padding: 9px 11px; font: inherit; font-size: .85rem;
}/* barra lateral de categorias — legado, mantido para paineis internos */
.catalog-layout { display: grid; grid-template-columns: 240px 1fr; gap: 32px; align-items: start; min-width: 0; }.catalog-layout > * { min-width: 0; }.cat-sidebar { position: sticky; top: 84px; display: flex; flex-direction: column; gap: 10px; }.cat-sidebar nav { display: flex; flex-direction: column; gap: 2px; }.sidebar-price .filter-price { margin-top: 10px; }.cat-sep { height: 1px; background: var(--line-soft); margin: 8px 0; }.cat-link {
  display: flex; justify-content: space-between; gap: 10px; padding: 8px 10px; border-radius: var(--r-s);
  font-size: .85rem; font-weight: 600; color: var(--ink-2);
}.cat-link:hover { background: var(--surface); color: var(--ink); }.cat-link.on { background: var(--ink); color: var(--ground); }.cat-link.on .c { color: var(--ground); opacity: .7; }.cat-link.incl { color: var(--accent-2); }.cat-link.incl.on { background: var(--accent-2); color: #fff; }.cat-link .c { font-variant-numeric: tabular-nums; opacity: .55; font-weight: 650; }/* cards "blob" de categoria — foto + botao Confira {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 28px;
}/* vitrine de categorias na home — cartao com foto real em vez de chip de texto */
.cat-showcase {
  display: grid; grid-auto-flow: column; grid-auto-columns: 160px; gap: 16px;
  overflow-x: auto; padding-bottom: 8px; scrollbar-width: none;
}.cat-showcase::-webkit-scrollbar { display: none; }.cat-card { display: flex; flex-direction: column; gap: 12px; }.cat-card-shot {
  aspect-ratio: 1/1; border-radius: var(--r-m); overflow: hidden; background: var(--surface);
  display: grid; place-items: center; box-shadow: var(--shadow-m);
  transition: all .26s var(--ease);
  border: 1px solid var(--line-soft);
}.cat-card:hover .cat-card-shot {
  transform: translateY(-6px) scale(1.02);
  box-shadow: var(--shadow-l);
  border-color: var(--accent-soft);
}.cat-card-shot img { width: 100%; height: 100%; object-fit: cover; }.cat-card-shot svg { width: 48%; height: 48%; color: var(--accent); transition: all .26s var(--ease); }.cat-card:hover .cat-card-shot svg { transform: scale(1.1); }.cat-card-label {
  display: flex; justify-content: space-between; align-items: baseline; gap: 6px;
  font-size: .85rem; font-weight: 700; color: var(--ink); letter-spacing: -.01em;
}.cat-card-label .c { font-size: .74rem; font-weight: 650; color: var(--accent); font-variant-numeric: tabular-nums; }/* grade de produtos */
.catalog { display: grid; grid-template-columns: repeat(auto-fill, minmax(248px, 1fr)); gap: 22px; }.card {
  background: var(--paper); border: 1px solid var(--line-soft); border-radius: var(--r-m); overflow: hidden;
  display: flex; flex-direction: column; box-shadow: var(--shadow-s);
  transition: transform .24s var(--ease), box-shadow .24s var(--ease), border-color .24s var(--ease);
}.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-l); border-color: var(--accent-soft); }.card:hover .shot img, .card:hover .shot svg { transform: scale(1.08); }.shot { position: relative; aspect-ratio: 1/1; background: var(--surface); display: grid; place-items: center; color: var(--ink-2); overflow: hidden; }.shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s var(--ease); }.shot svg { width: 58%; height: 58%; transition: transform .35s var(--ease); }.tag {
  position: absolute; top: 12px; left: 12px; font-size: .62rem; font-weight: 750; letter-spacing: .09em;
  text-transform: uppercase; padding: 5px 9px; border-radius: 6px; background: var(--ink); color: var(--ground);
}.tag.incl { background: var(--accent-2); color: #fff; }.card-body { padding: 16px; display: flex; flex-direction: column; gap: 6px; flex: 1; }.card-body form { margin-top: auto; }.kicker { font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 750; color: var(--ink-3); }.pname { font-size: .95rem; font-weight: 640; line-height: 1.32; }.pix { font-size: .7rem; color: var(--good); font-weight: 650; }.qty-input {
  width: 62px; border: 1px solid var(--line); border-radius: var(--r-s); padding: 8px;
  text-align: center; font: inherit; font-size: .85rem; font-variant-numeric: tabular-nums;
  background: var(--paper); color: var(--ink);
}.variant-select {
  width: 100%; margin-top: 10px; border: 1px solid var(--line); border-radius: var(--r-s);
  padding: 9px 10px; font: inherit; font-size: .82rem; background: var(--paper); color: var(--ink);
}.variant-select:invalid { color: var(--ink-3); }/* pagina de produto */
.pdp { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; padding: 40px 0; align-items: start; }.stage { aspect-ratio: 1/1; background: var(--surface); border-radius: var(--r-m); display: grid; place-items: center; color: var(--ink); overflow: hidden; }.stage svg { width: 56%; height: 56%; }.stage img { width: 100%; height: 100%; object-fit: cover; }.thumbs { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }.thumb { width: 74px; aspect-ratio: 1/1; background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--r-s); overflow: hidden; display: grid; place-items: center; }.thumb img { width: 100%; height: 100%; object-fit: cover; }.crumbs { font-size: .76rem; color: var(--ink-3); display: flex; gap: 7px; flex-wrap: wrap; }.pdp h1 { font-size: 2rem; }.pdp-meta { display: flex; gap: 14px; flex-wrap: wrap; font-size: .78rem; color: var(--ink-3); font-family: var(--mono); }.pricepanel { background: var(--surface); border-radius: var(--r-m); padding: 22px 24px; display: flex; flex-direction: column; gap: 8px; }.pricepanel .big { font-family: var(--display); font-size: 2.2rem; font-weight: 770; letter-spacing: -.035em; }.pricepanel .alt { font-size: .86rem; color: var(--ink-2); }.badge-save { align-self: flex-start; background: var(--good-soft); color: var(--good); border-radius: 6px; padding: 4px 10px; font-size: .75rem; font-weight: 700; }.buyrow { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }.trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }.trust div { background: var(--surface); border-radius: var(--r-s); padding: 14px; font-size: .76rem; color: var(--ink-2); text-align: center; }.trust b { display: block; color: var(--ink); font-size: .82rem; margin-bottom: 3px; }.desc { font-size: .92rem; color: var(--ink-2); border-top: 1px solid var(--line); padding-top: 18px; }.pix-alt { display: flex; align-items: center; gap: 8px; }.stock-urgency { color: var(--crit); font-size: .82rem; font-weight: 700; }.rating-head { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }.rating-stars { color: var(--accent); font-size: 1rem; letter-spacing: 1px; }.variant-picker { display: flex; flex-direction: column; gap: 8px; }.variant-options { display: flex; gap: 8px; flex-wrap: wrap; }.variant-chip {
  border: 1.5px solid var(--line); background: var(--paper); color: var(--ink);
  border-radius: var(--r-s); padding: 8px 16px; font-size: .85rem; font-weight: 650;
  transition: all .2s var(--ease);
}.variant-chip:hover:not(:disabled) { border-color: var(--ink); }.variant-chip.is-active { background: var(--ink); border-color: var(--ink); color: var(--ground); }.variant-chip:disabled { opacity: .4; text-decoration: line-through; cursor: not-allowed; }.variant-note { font-size: .78rem; color: var(--ink-3); min-height: 1em; }.thumb { cursor: pointer; border: 1.5px solid var(--line-soft); padding: 0; transition: border-color .2s var(--ease); }.thumb.is-active { border-color: var(--accent); }.sticky-atc {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: var(--z-sticky-atc);
  background: var(--paper); border-top: 1px solid var(--line); box-shadow: var(--shadow-sticky);
  transform: translateY(100%); transition: transform .25s var(--ease);
  display: none;
}.sticky-atc.is-visible { transform: translateY(0); }.sticky-atc-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 0; }.sticky-atc-info { display: flex; flex-direction: column; gap: 2px; min-width: 0; }.sticky-atc-info b { font-size: .85rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 40vw; }.sticky-atc-info .num { font-family: var(--display); font-weight: 750; }.sticky-atc form { display: flex; gap: 8px; align-items: center; }
@media (min-width: 641px) {.sticky-atc { display: block; } }
@media (max-width: 640px) {.sticky-atc { display: block; }.sticky-atc-info b { max-width: 30vw; } }/* carrinho e checkout */
.co { display: grid; grid-template-columns: 1.25fr .75fr; gap: 36px; padding: 36px 0; align-items: start; }.panel { background: var(--paper); border: 1px solid var(--line-soft); border-radius: var(--r-m); padding: 24px; box-shadow: var(--shadow-s); }.panel + .panel { margin-top: 18px; }.panel h3 { font-size: 1.05rem; margin-bottom: 16px; }.lineitem { display: flex; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line-soft); align-items: center; flex-wrap: wrap; }.lineitem:last-child { border-bottom: 0; }.lineitem .im { width: 66px; height: 66px; border-radius: var(--r-s); background: var(--surface); display: grid; place-items: center; color: var(--ink-2); flex: none; overflow: hidden; }.lineitem .im img { width: 100%; height: 100%; object-fit: cover; }.lineitem .im svg { width: 58%; height: 58%; }.lineitem .info { flex: 1; min-width: 160px; display: flex; flex-direction: column; gap: 3px; }.lineitem .info b { font-size: .9rem; font-weight: 640; }.lineitem .amt { font-family: var(--display); font-weight: 700; font-variant-numeric: tabular-nums; white-space: nowrap; }.fieldgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.field { display: flex; flex-direction: column; gap: 6px; }.field.wide { grid-column: 1/-1; }.field label { font-size: .74rem; font-weight: 650; color: var(--ink-2); }.field input, .field select, .field textarea {
  border: 1px solid var(--line); background: var(--paper); color: var(--ink);
  border-radius: var(--r-s); padding: 11px 13px; font: inherit; font-size: .88rem; width: 100%;
  transition: border-color .15s var(--ease), box-shadow .15s var(--ease);
}.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft);
}/* Teclado ganha anel solido alem do halo — o halo sozinho (3px de
   --accent-soft) e fraco demais pra sinalizar posicao ao navegar por Tab. */
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible {
  outline: 2px solid var(--accent); outline-offset: 2px;
}.errorlist { list-style: none; margin: 0; padding: 0; color: var(--crit); font-size: .74rem; }/* input[type=file] vem cru do navegador (botao cinza do sistema) e destoa
   de tudo — estiliza o botao interno pra casar com .btn do painel. */
input[type="file"] {
  font: inherit; font-size: .85rem; color: var(--ink-2); max-width: 100%;
}input[type="file"]::file-selector-button {
  border: 1px solid var(--line); background: var(--paper); color: var(--ink);
  border-radius: var(--r-s); padding: 9px 14px; margin-right: 12px;
  font: inherit; font-size: .82rem; font-weight: 650; cursor: pointer;
  transition: background .15s var(--ease), border-color .15s var(--ease);
}input[type="file"]::file-selector-button:hover {
  background: var(--surface); border-color: var(--ink-3);
}.coupon-disclosure { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line-soft); }.coupon-disclosure summary { cursor: pointer; font-size: .85rem; font-weight: 650; color: var(--ink-2); }.coupon-disclosure summary:hover { color: var(--accent); }.summary { position: sticky; top: 96px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-m); overflow: hidden; }.summary-head { padding: 18px 20px; border-bottom: 1px solid var(--line-soft); display: flex; justify-content: space-between; align-items: center; }.summary-body { padding: 18px 20px; display: flex; flex-direction: column; gap: 11px; }.srow { display: flex; justify-content: space-between; font-size: .87rem; color: var(--ink-2); gap: 12px; }.srow span:last-child { font-variant-numeric: tabular-nums; color: var(--ink); }.srow.good span:last-child { color: var(--good); font-weight: 650; }.stotal { display: flex; justify-content: space-between; align-items: baseline; padding-top: 14px; margin-top: 4px; border-top: 1px solid var(--line); }.stotal .lbl { font-weight: 700; }.stotal .val { font-family: var(--display); font-size: 1.7rem; font-weight: 770; letter-spacing: -.035em; font-variant-numeric: tabular-nums; }.summary-foot { padding: 0 20px 20px; font-size: .72rem; color: var(--ink-3); text-align: center; }.summary .btn { margin: 0 20px 14px; width: calc(100% - 40px); }/* avisos */
.alert { border-radius: var(--r-m); padding: 14px 18px; font-size: .87rem; display: flex; gap: 10px; align-items: flex-start; }.alert.warn { background: var(--warn-soft); color: var(--warn); border: 1px solid var(--warn); }.alert.good { background: var(--good-soft); color: var(--good); border: 1px solid var(--good); }.alert.info { background: var(--surface); color: var(--ink-2); border: 1px solid var(--line); }/* pedido confirmado */
.receipt { max-width: 640px; margin: 48px auto; }.thank-you { text-align: center; padding: 12px 0 8px; }.thank-you-icon {
  display: inline-grid; place-items: center; width: 56px; height: 56px; border-radius: 999px;
  background: var(--good-soft); color: var(--good); font-size: 1.6rem; font-weight: 800;
  margin-bottom: 14px;
}.receipt .code { font-family: var(--mono); font-size: 1.3rem; font-weight: 700; letter-spacing: .04em; }.status-pill { display: inline-flex; align-items: center; gap: 6px; border-radius: 999px; padding: 4px 12px; font-size: .75rem; font-weight: 700; background: var(--warn-soft); color: var(--warn); }.status-pill.pago, .status-pill.entregue { background: var(--good-soft); color: var(--good); }.status-pill.enviado { background: var(--accent-soft); color: var(--accent-deep); }/* paginacao */
.pager { display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 34px; }.pager .page-info { font-size: .82rem; color: var(--ink-3); }.eyebrow { display: block; margin-bottom: 12px; }.pay-chip { border: 1px solid rgba(250, 247, 243, .22); border-radius: 6px; padding: 4px 10px; font-size: .72rem; font-weight: 700; color: rgba(250, 247, 243, .8); background: transparent; }.pay-chip.pix { background: var(--accent-2); border-color: var(--accent-2); color: #fff; }.empty { text-align: center; padding: 64px 24px; color: var(--ink-2); }.empty h2 { font-size: 1.4rem; margin-bottom: 10px; }

@media (max-width: 1000px) {.pdp { grid-template-columns: 1fr; gap: 30px; }.co { grid-template-columns: 1fr; }.summary { position: static; }.catalog-layout { grid-template-columns: 1fr; }.cat-sidebar { position: static; }.cat-sidebar nav { flex-direction: row; overflow-x: auto; gap: 8px; padding-bottom: 4px; scrollbar-width: none; }.cat-sidebar nav::-webkit-scrollbar { display: none; }.cat-link { flex-direction: row; white-space: nowrap; border: 1px solid var(--line); border-radius: 999px; padding: 7px 14px; }.cat-sep { display: none; }
}

@media (max-width: 860px) {.navrow { display: none; }.navutil { display: none; }
}

@media (max-width: 640px) {.searchbox { order: 3; flex-basis: 100%; }.fieldgrid { grid-template-columns: 1fr; }.trust { grid-template-columns: 1fr; }.cat-showcase { grid-auto-columns: 124px; gap: 12px; }
}

@media (max-width: 480px) {.logo small { display: none; }.wrap { padding: 0 16px; }
}
/* Estilos de sidebar/topbar/kpi do painel migraram pra static/store/css/painel.css —
   o painel nao carrega mais loja.css, so login.html e verificar_2fa.html ainda usam
   esta folha (pro .plogin/.panel do formulario de acesso). */
