/* =========================================================================
   Achei para o Bebê — style.css (v5 · Design System · Responsivo)
   ========================================================================= */

/* ---------- VARIÁVEIS ---------- */
:root {
  --cream:        #faf6f1;
  --cream-soft:   #f3ece2;
  --paper:        #f7f1e8;
  --ink:          #2a2520;
  --ink-soft:     #4b4339;
  --muted:        #756a5c;
  --line:         #e6dccd;
  --line-soft:    #efe6d6;
  --terra:        #c87f5a;
  --terra-dark:   #ab6a47;
  --terra-soft:   #fdf0e6;
  --powder:       #a8c5d6;
  --sage:         #9eb398;
  --sage-dark:    #6f8c6a;
  --blush:        #e9c5b4;
  --gold:         #c89a3a;
  --whatsapp:     #25d366;
  --whatsapp-dark:#1da851;
  --shopee:       #ee4d2d;
  --ml:           #fff159;
  --ml-text:      #2d3277;
  --amazon:       #ff9900;
  --amazon-text:  #232f3e;

  --shadow-card:  0 1px 0 rgba(42,37,32,.03), 0 10px 24px -16px rgba(42,37,32,.18);
  --shadow-hover: 0 2px 0 rgba(42,37,32,.04), 0 22px 40px -18px rgba(42,37,32,.28);
  --shadow-pop:   0 30px 60px -28px rgba(42,37,32,.35);

  --radius-card: 18px;
  --radius-soft: 12px;
  --radius-pill: 999px;
  --radius-btn: 12px;

  --font-display: 'Instrument Serif', Georgia, serif;
  --font-body:    'Plus Jakarta Sans', system-ui, sans-serif;

  --hit: 44px;
  --header-h: 60px;
  --bottomnav-h: 64px;

  --max-width: 1200px;

  /* escala de espaçamento — mantém ritmo consistente em qualquer tela */
  --sp-1: 0.25rem;
  --sp-2: 0.5rem;
  --sp-3: 0.75rem;
  --sp-4: 1rem;
  --sp-5: 1.5rem;
  --sp-6: 2rem;
  --sp-7: 3rem;
  --sp-8: 4.5rem;

  --ease: cubic-bezier(.22,.61,.36,1);
}

/* Em telas de celular, o cabeçalho fica mais compacto para abrir mais
   espaço de tela ao feed, e os alvos de toque ficam maiores. */
@media (max-width: 767px) {
  :root { --header-h: 56px; --bottomnav-h: 70px; --hit: 48px; }
}

/* ---------- RESET & BASE ---------- */
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  background-image:
    radial-gradient(circle at 12% 6%, rgba(233,197,180,.30) 0, transparent 32%),
    radial-gradient(circle at 92% 72%, rgba(168,197,214,.22) 0, transparent 40%);
  background-attachment: fixed;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  padding-bottom: calc(var(--bottomnav-h) + env(safe-area-inset-bottom, 0));
  overflow-x: hidden;
  width: 100%;
}
h1, h2, h3, h4, p, .card-title, .display, .section-title { overflow-wrap: break-word; word-break: break-word; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: 0; }
[hidden] { display: none !important; }
.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;
}
a.sr-only:focus {
  position: fixed;
  top: 0.75rem; left: 0.75rem;
  width: auto; height: auto; margin: 0;
  overflow: visible; clip: auto; white-space: normal;
  z-index: 100;
  background: var(--ink);
  color: var(--cream);
  padding: 0.75rem 1.2rem;
  border-radius: var(--radius-soft);
  font-weight: 600;
  font-size: 0.85rem;
}

/* foco visível e consistente em qualquer elemento interativo */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--terra);
  outline-offset: 3px;
  border-radius: 4px;
}

/* feedback de toque em telas sem hover (mobile) */
@media (hover: none) {
  .product-card:active { transform: scale(.985); }
  .btn-store:active, .btn-primary:active, .share-cta:active,
  .newsletter-form button:active, .cat-chip:active { transform: scale(.96); }
}

.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2.5rem);
}

/* Tipografia geral maior no celular — textos de apoio (compartilhar,
   newsletter, rodapé, navegação inferior) ficam mais fáceis de ler. */
@media (max-width: 767px) {
  body { font-size: 16.5px; line-height: 1.6; }
  .bn-item { font-size: 0.72rem; gap: 0.25rem; }
  .bn-item i { font-size: 1.3rem; }
  .share-text h2 { font-size: clamp(1.9rem, 7vw, 2.4rem); }
  .share-text p { font-size: 1rem; }
  .share-cta { font-size: 0.98rem; padding: 0.9rem 1.7rem; }
  .share-bubble { font-size: 0.95rem; max-width: 290px; }
  .newsletter h3 { font-size: clamp(1.6rem, 6vw, 2rem); }
  .newsletter p { font-size: 1rem; }
  .newsletter-form input,
  .newsletter-form button { font-size: 1rem; height: 52px; }
  .footer-about,
  .footer-list li,
  .footer-note { font-size: 0.92rem; }
  .site-footer h4 { font-size: 0.75rem; }
}

/* ---------- HEADER ---------- */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(250,246,241,.92);
  backdrop-filter: blur(14px) saturate(120%);
  border-bottom: 1px solid var(--line);
  height: var(--header-h);
  transition: box-shadow .25s ease;
}
.site-header.scrolled { box-shadow: 0 8px 24px -18px rgba(42,37,32,.35); }
.header-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2.5rem);
  height: var(--header-h);
  display: flex;
  align-items: center;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}
.brand-mark {
  width: 36px;
  height: 36px;
  display: block;
  flex-shrink: 0;
}
.brand-mark svg { width: 100%; height: 100%; }
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}
.brand-name {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  font-style: italic;
  color: var(--ink);
  white-space: nowrap;
}
.brand-sub {
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--muted);
  font-weight: 600;
  display: none;
}
@media (min-width: 768px) {
  .brand-sub { display: block; }
  .brand-mark { width: 40px; height: 40px; }
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
}
.ghost-btn {
  display: none;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: var(--radius-pill);
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink-soft);
  font-weight: 600;
  font-size: 0.8rem;
  transition: all .15s;
}
.ghost-btn:hover { border-color: var(--terra); color: var(--terra); }
@media (min-width: 768px) { .ghost-btn { display: inline-flex; } }

.icon-action {
  width: var(--hit);
  height: var(--hit);
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ink-soft);
  transition: background .15s, color .15s;
}
.icon-action:hover { background: var(--cream-soft); color: var(--terra); }
.icon-action i { font-size: 1.1rem; }
.icon-action { position: relative; }
.fav-count {
  position: absolute; top: 2px; right: 2px;
  background: var(--terra); color: #fff;
  font-size: 0.6rem; font-weight: 800;
  min-width: 15px; height: 15px; padding: 0 3px;
  border-radius: 999px; display: flex; align-items: center; justify-content: center;
  line-height: 1;
}

/* ---------- BUSCA (header) ---------- */
.header-search {
  flex: 1 1 auto;
  max-width: 380px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  padding: 0 0.85rem;
  height: 38px;
  transition: border-color .2s, box-shadow .2s;
}
.header-search:focus-within { border-color: var(--terra); box-shadow: 0 0 0 3px rgba(200,127,90,.14); }
.header-search i { color: var(--muted); font-size: 0.85rem; flex-shrink: 0; }
.header-search input {
  flex: 1; border: 0; outline: 0; background: transparent;
  font-family: var(--font-body); font-size: 0.85rem; color: var(--ink);
  min-width: 0;
}
.header-search input::placeholder { color: var(--muted); }
.header-search input::-webkit-search-cancel-button { display: none; }
.busca-clear { color: var(--muted); flex-shrink: 0; display: flex; }
.busca-clear:hover { color: var(--terra); }
@media (max-width: 767px) {
  .header-search { max-width: none; order: 3; flex: 1 1 100%; margin-top: 0.4rem; }
  .header-inner { flex-wrap: wrap; height: auto; padding-top: 0.5rem; padding-bottom: 0.5rem; }
  .site-header { height: auto; }
}

/* ---------- OVERLAY DE RESULTADOS (busca/favoritos) ---------- */
body.busca-aberta { overflow: hidden; }
.busca-overlay {
  position: fixed; inset: 0; z-index: 90;
  background: var(--cream);
  overflow-y: auto;
  padding-top: calc(var(--header-h) + 1rem);
  padding-bottom: 3rem;
  animation: fadeIn .18s ease;
}
.busca-overlay-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 1.25rem;
  font-weight: 700;
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* ---------- BOTÃO VOLTAR AO TOPO ---------- */
.back-to-top {
  position: fixed;
  right: 1.1rem;
  bottom: calc(var(--bottomnav-h) + 1.1rem);
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--cream);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-pop);
  z-index: 45;
  transition: transform .2s var(--ease), background .2s;
}
.back-to-top:hover { background: var(--terra); transform: translateY(-3px); }
@media (min-width: 768px) { .back-to-top { bottom: 1.5rem; } }

/* ---------- CATEGORY NAV ---------- */
.category-nav-wrap {
  position: sticky;
  top: var(--header-h);
  z-index: 30;
  background: var(--cream);
  border-bottom: 1px solid var(--line-soft);
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%);
}
.category-nav {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0.6rem clamp(1rem, 4vw, 2.5rem);
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}
.category-nav::-webkit-scrollbar { display: none; }

.cat-chip {
  flex-shrink: 0;
  padding: 0.4rem 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--ink-soft);
  border-radius: var(--radius-pill);
  border: 1px solid var(--line);
  background: #fff;
  transition: all .15s;
  white-space: nowrap;
  scroll-snap-align: start;
}
.cat-chip:hover { border-color: var(--terra); color: var(--terra); }
.cat-chip.featured {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
}
.cat-chip.featured:hover { background: var(--terra); border-color: var(--terra); }

/* ---------- HERO ---------- */
.hero {
  max-width: var(--max-width);
  margin: 2rem auto 2.5rem;
  padding: 0 clamp(1rem, 4vw, 2.5rem);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1.1fr 1fr;
    gap: 3rem;
  }
}

.hero-text { max-width: 620px; animation: fadeUp .5s var(--ease) both; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--terra);
}
.eyebrow::before {
  content: '';
  width: 1.2rem;
  height: 1px;
  background: currentColor;
}
.eyebrow.dark { color: var(--blush); }

.display {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2rem, 8vw, 3.5rem);
  line-height: 1.02;
  letter-spacing: -0.5px;
  margin: 0.75rem 0 1rem;
  color: var(--ink);
  text-wrap: balance;
}
.display em { font-style: italic; color: var(--terra); }

.lede {
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.6;
  color: var(--ink-soft);
  margin-bottom: 1.2rem;
  max-width: 480px;
  text-wrap: pretty;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  font-size: 0.8rem;
  color: var(--muted);
  margin-bottom: 1.5rem;
}
.hero-meta span { display: inline-flex; align-items: center; gap: 0.3rem; }
.hero-meta i { color: var(--sage-dark); }

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.2rem;
  margin-bottom: 1.5rem;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.7rem;
  min-height: var(--hit);
  background: var(--ink);
  color: var(--cream);
  border-radius: var(--radius-btn);
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  border: 1px solid var(--ink);
  transition: all .18s var(--ease);
}
.btn-primary:hover { background: var(--terra); border-color: var(--terra); transform: translateY(-2px); box-shadow: 0 14px 28px -14px rgba(200,127,90,.55); }

.btn-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--ink);
  padding: 0.6rem 0.2rem;
  border-bottom: 1px solid var(--ink);
  transition: all .15s;
}
.btn-link:hover { color: var(--terra); border-color: var(--terra); gap: 0.6rem; }

.curadora-strip {
  padding: 0.8rem 1rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-soft);
  display: flex;
  align-items: center;
  gap: 0.8rem;
  box-shadow: var(--shadow-card);
}
.curadora-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blush), var(--terra));
  color: #fff;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.4rem;
  flex-shrink: 0;
}
.curadora-text {
  font-size: 0.85rem;
  color: var(--ink-soft);
  line-height: 1.4;
}
.curadora-text strong { color: var(--ink); }

.hero-image {
  position: relative;
  isolation: isolate;
  aspect-ratio: 4/3;
  border-radius: var(--radius-card);
  background: var(--cream-soft);
  animation: fadeUp .6s var(--ease) .1s both;
}
.hero-image::before {
  content: '';
  position: absolute;
  inset: -10px -10px auto auto;
  width: 70%;
  height: 70%;
  background: linear-gradient(135deg, var(--blush), var(--terra));
  border-radius: var(--radius-card);
  z-index: -1;
  opacity: .55;
}
.hero-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
}
@media (min-width: 1024px) {
  .hero-image { aspect-ratio: 5/6; max-height: 520px; }
}
.hero-image-card {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  background: var(--cream);
  padding: 0.75rem 1rem;
  border-radius: var(--radius-soft);
  box-shadow: 0 10px 28px -12px rgba(0,0,0,.3);
}
.hero-image-card-eyebrow {
  font-size: 0.6rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}
.hero-image-card strong {
  font-family: var(--font-display);
  font-size: 1.5rem;
  line-height: 1;
  color: var(--ink);
  font-weight: 400;
  font-style: italic;
}
.hero-image-card-sub {
  font-size: 0.75rem;
  color: var(--ink-soft);
}

/* ---------- SEÇÕES ---------- */
.section { margin: clamp(2.25rem, 6vw, 3.5rem) 0; }
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.4rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid var(--line-soft);
  position: relative;
}
.section-head::before {
  content: '';
  position: absolute;
  left: 0; bottom: -1px;
  width: 48px; height: 2px;
  background: var(--terra);
}
.section-eyebrow {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--terra);
  margin-bottom: 0.3rem;
}
.section-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  margin: 0;
  letter-spacing: -0.3px;
  line-height: 1.05;
  color: var(--ink);
}
.section-title em { font-style: italic; color: var(--terra); }
.section-tag {
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .12em;
}
.text-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-weight: 600;
  font-size: 0.8rem;
  color: var(--ink);
  padding: 0.3rem 0;
  border-bottom: 1px solid transparent;
  transition: all .15s;
}
.text-btn:hover { color: var(--terra); border-color: var(--terra); gap: 0.6rem; }

/* ---------- GRID DE PRODUTOS ---------- */
/* grid fluido: o número de colunas se adapta sozinho à largura real da tela
   (celular pequeno, celular grande, tablet, notebook, monitor largo) sem
   "saltos" bruscos entre breakpoints fixos. */
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--sp-3);
}
@media (min-width: 480px) {
  .product-grid {
    grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
    gap: var(--sp-4);
  }
}
@media (min-width: 768px) {
  .product-grid { grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: var(--sp-5); }
}
@media (min-width: 1024px) {
  .product-grid { grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: var(--sp-5); }
}

.rail {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0.3rem 0 1.5rem 0;
  scrollbar-width: none;
}
.rail::-webkit-scrollbar { display: none; }
.rail .product-card {
  flex: 0 0 70vw;
  max-width: 280px;
  scroll-snap-align: start;
}

/* ---------- CARD ---------- */
.product-card {
  background: #fff;
  border-radius: var(--radius-card);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-card);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s;
}
.product-card:hover {
  border-color: rgba(200,127,90,.45);
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
}

.card-image {
  position: relative;
  aspect-ratio: 1/1;
  background: var(--cream-soft);
  overflow: hidden;
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.product-card:hover .card-image img { transform: scale(1.04); }

.card-badge {
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(6px);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 0.3rem 0.6rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(0,0,0,.04);
  z-index: 2;
}
.card-discount {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  background: var(--terra);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.3rem 0.65rem;
  border-radius: var(--radius-pill);
  box-shadow: 0 6px 16px -8px rgba(200,127,90,.6);
  z-index: 2;
}
.card-fav {
  position: absolute;
  top: 0.6rem; right: 0.6rem;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  color: var(--ink-soft);
  z-index: 3;
  transition: transform .15s var(--ease), color .15s, background .15s;
  box-shadow: 0 4px 12px -6px rgba(42,37,32,.25);
}
.card-fav:hover { transform: scale(1.1); color: #e0435f; }
.card-fav.is-fav { color: #e0435f; }
.card-fav.is-fav i { animation: favPop .35s var(--ease); }
@keyframes favPop { 0% { transform: scale(.6); } 60% { transform: scale(1.25); } 100% { transform: scale(1); } }
/* quando já há badge de desconto no topo direito, o coração desce */
.card-discount ~ .card-fav, .card-discount + .card-fav { top: 2.6rem; }

.card-rank {
  position: absolute;
  bottom: -0.75rem;
  left: 0.75rem;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  background: var(--cream);
  color: var(--ink);
  border-radius: 50%;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.2rem;
  border: 1px solid var(--line);
  box-shadow: 0 4px 14px -6px rgba(0,0,0,.2);
  z-index: 3;
}

.card-body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.card-store {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.4rem;
}
.card-store .store-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--shopee);
}
.card-store.ml .store-dot { background: var(--ml-text); }
.card-store.amazon .store-dot { background: var(--amazon); }
.card-store .dot-sep { color: var(--line); margin: 0 0.15rem; }

.card-title {
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.35;
  color: var(--ink);
  margin: 0 0 0.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.6em;
}

.card-social {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin-bottom: 0.6rem;
  font-size: 0.75rem;
  color: var(--ink-soft);
}
.card-stars {
  color: var(--gold);
  font-size: 0.8rem;
  letter-spacing: 0.3px;
}
.card-rating-num { font-weight: 700; color: var(--ink); }
.card-reviews { color: var(--muted); }

.card-price {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.1rem;
}
.price-old {
  font-size: 0.78rem;
  color: var(--muted);
  text-decoration: line-through;
  text-decoration-color: var(--muted);
}
.price-now {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 1.45rem;
  letter-spacing: -0.01em;
  color: var(--ink);
  line-height: 1;
}
.price-save {
  font-size: 0.7rem;
  color: var(--sage-dark);
  font-weight: 600;
  margin-bottom: 0.6rem;
}
.price-save i { margin-right: 0.2rem; }

.card-coupon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  background: var(--terra-soft);
  border: 1px dashed var(--terra);
  border-radius: var(--radius-soft);
  padding: 0.4rem 0.8rem;
  margin-bottom: 0.6rem;
  transition: background .15s;
}
.card-coupon:hover { background: #ffe6d3; }
.card-coupon .coupon-label {
  font-size: 0.55rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--terra-dark);
}
.card-coupon .coupon-code {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1rem;
  color: var(--ink);
  letter-spacing: 0.5px;
  flex: 1;
  text-align: center;
}
.card-coupon .coupon-copy { color: var(--terra); font-size: 0.75rem; }

.card-scarcity {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.7rem;
  color: var(--terra-dark);
  margin-bottom: 0.6rem;
  font-weight: 600;
}
.card-scarcity i { font-size: 0.6rem; }

/* em telas bem pequenas, simplifica o card: menos linhas, foco em
   imagem + preço + botão de compra, que é o que importa para decidir */
@media (max-width: 420px) {
  .card-scarcity,
  .card-reviews,
  .card-meta-stat { display: none; }
  .card-meta { justify-content: flex-end; }
  .card-body { padding: 0.8rem; gap: 0; }
  .card-title { font-size: 0.85rem; min-height: 2.4em; margin-bottom: 0.4rem; }
  .btn-whatsapp .btn-label {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
  }
  .btn-whatsapp { min-width: var(--hit); flex: 0 0 var(--hit); padding: 0; }
  .card-cta { flex-direction: row; }
  .btn-store { flex: 1; }
}

.card-cta {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.btn-store {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.8rem 1rem;
  min-height: var(--hit);
  border-radius: var(--radius-btn);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.01em;
  transition: all .18s var(--ease);
  width: 100%;
}
.btn-store:hover { transform: translateY(-1px); box-shadow: 0 10px 22px -12px rgba(42,37,32,.35); }
.btn-store .btn-label { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.btn-store i:last-child { transition: transform .2s; }
.btn-store:hover i:last-child { transform: translateX(4px); }
.btn-store.shopee { background: var(--shopee); color: #fff; }
.btn-store.shopee:hover { background: #d8421f; }
.btn-store.ml { background: var(--ml); color: var(--ml-text); }
.btn-store.ml:hover { filter: brightness(.95); }
.btn-store.amazon { background: var(--amazon); color: var(--amazon-text); }
.btn-store.amazon:hover { filter: brightness(.95); }

.btn-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.6rem 1rem;
  min-height: 40px;
  background: #fff;
  color: var(--whatsapp-dark);
  border: 1.5px solid var(--whatsapp);
  border-radius: var(--radius-btn);
  font-weight: 700;
  font-size: 0.8rem;
  transition: all .15s;
}
.btn-whatsapp:hover { background: var(--whatsapp); color: #fff; }
.btn-whatsapp i { font-size: 1rem; }

.card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.6rem;
  padding-top: 0.6rem;
  border-top: 1px solid var(--line-soft);
  font-size: 0.65rem;
  color: var(--muted);
}
.card-meta-stat { display: inline-flex; align-items: center; gap: 0.2rem; }
.card-meta-stat i { color: var(--terra); }
.icon-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: var(--muted);
  display: grid;
  place-items: center;
  transition: all .15s;
}
.icon-btn:hover { background: var(--cream-soft); color: var(--terra); }

/* ---------- FEED MOBILE (estilo reels) ----------
   No celular, em vez da grade tradicional, as ofertas viram um feed vertical
   de tela cheia — uma oferta por vez, com fotos e textos grandes, sem precisar
   dar zoom. No desktop esse feed fica oculto e a grade normal continua igual. */
.feed-mobile { display: none; }

@media (max-width: 767px) {
  .feed-mobile { display: block; position: relative; }
  .category-nav-wrap,
  .hero,
  #top10-section,
  .howto,
  #destaques-section,
  #categorias-container { display: none !important; }
}

.feed-progress {
  position: absolute;
  top: calc(env(safe-area-inset-top, 0) + 12px);
  left: 14px; right: 14px;
  z-index: 6;
  display: flex;
  gap: 5px;
}
.feed-progress .seg {
  flex: 1;
  height: 4px;
  border-radius: 99px;
  background: rgba(255,255,255,.32);
  overflow: hidden;
}
.feed-progress .seg.seen { background: #fff; }

.feed-track {
  position: relative;
  height: 100vh;
  height: calc(100dvh - var(--header-h));
  overflow-y: auto;
  overscroll-behavior-y: contain;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
  background: var(--ink);
  scrollbar-width: none;
}
.feed-track::-webkit-scrollbar { display: none; }

.feed-item {
  position: relative;
  height: 100vh;
  height: calc(100dvh - var(--header-h));
  scroll-snap-align: start;
  scroll-snap-stop: always;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  isolation: isolate;
}
.feed-media { position: absolute; inset: 0; z-index: -1; background: var(--cream-soft); }
.feed-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(.98) saturate(1.06);
  transform: scale(1.06);
  animation: feedKenBurns 9s ease-out forwards;
}
@keyframes feedKenBurns {
  0% { transform: scale(1.1); }
  100% { transform: scale(1); }
}
.feed-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.28) 0%, rgba(0,0,0,.05) 22%, rgba(0,0,0,.1) 42%, rgba(0,0,0,.55) 68%, rgba(0,0,0,.88) 100%);
}

.feed-top {
  position: absolute;
  top: calc(env(safe-area-inset-top, 0) + 28px);
  left: 18px; right: 18px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.6rem;
  z-index: 2;
}
.feed-counter {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  background: rgba(0,0,0,.45);
  padding: 0.4rem 0.8rem;
  border-radius: 99px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  flex-shrink: 0;
}
.feed-badge {
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 0.45rem 0.85rem;
  border-radius: 99px;
  color: var(--ink);
  box-shadow: 0 6px 18px -8px rgba(0,0,0,.4);
}

/* O texto fica sobre uma "folha" de vidro fosco escuro, igual ao padrão
   usado por Instagram/TikTok Shop: garante leitura perfeita não importa
   a cor ou o brilho da foto do produto por trás. */
.feed-content {
  position: relative;
  z-index: 2;
  padding: 30px 20px calc(var(--bottomnav-h) + env(safe-area-inset-bottom, 0) + 28px);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border-radius: 28px 28px 0 0;
  background: linear-gradient(180deg, rgba(16,13,10,0) 0%, rgba(16,13,10,.62) 14%, rgba(13,10,8,.88) 40%, rgba(11,9,7,.96) 100%);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  box-shadow: 0 -24px 50px -30px rgba(0,0,0,.6);
}
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .feed-content { background: linear-gradient(180deg, rgba(10,8,6,.2) 0%, rgba(10,8,6,.82) 28%, rgba(8,6,5,.97) 100%); }
}
.feed-store {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #f3e9dc;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.feed-store .store-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--shopee); flex-shrink: 0; }
.feed-store.ml .store-dot { background: #fff159; }
.feed-store.amazon .store-dot { background: var(--amazon); }
.feed-fire {
  display: inline-flex; align-items: center; gap: 0.35rem; width: fit-content;
  background: linear-gradient(90deg, var(--terra), #e0a15c);
  color: #fff; font-weight: 800; font-size: 0.82rem;
  padding: 0.35rem 0.8rem; border-radius: 99px;
  box-shadow: 0 8px 18px -8px rgba(200,127,90,.7);
}
.feed-title {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(2rem, 8.6vw, 2.9rem);
  line-height: 1.06;
  text-wrap: balance;
  text-shadow: 0 2px 18px rgba(0,0,0,.3);
}
.feed-rating { font-size: 1rem; color: #f3e9dc; display: flex; align-items: center; gap: 0.45rem; }
.feed-rating .stars { color: var(--gold); letter-spacing: 1px; font-size: 1.05rem; }
.feed-price { display: flex; align-items: baseline; gap: 0.8rem; flex-wrap: wrap; }
.feed-price .old { font-size: 1.15rem; color: #cdbfac; text-decoration: line-through; }
.feed-price-now {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: clamp(2.5rem, 10.5vw, 3.4rem);
  letter-spacing: -0.01em;
  color: #fff;
}
.feed-discount-tag {
  background: var(--terra);
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  padding: 0.3rem 0.75rem;
  border-radius: 99px;
}
.feed-save { font-size: 0.95rem; color: var(--sage); font-weight: 700; display: flex; align-items: center; gap: 0.35rem; }
.feed-coupon {
  display: flex; align-items: center; justify-content: space-between; gap: 0.6rem;
  background: rgba(255,255,255,.14);
  border: 1.5px dashed rgba(255,255,255,.6);
  border-radius: var(--radius-soft);
  padding: 0.65rem 1.05rem;
  backdrop-filter: blur(6px);
  width: fit-content;
  max-width: 100%;
}
.feed-coupon .coupon-label { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: #f3e9dc; }
.feed-coupon .coupon-code { font-family: var(--font-display); font-style: italic; font-size: 1.25rem; color: #fff; letter-spacing: .5px; }
.feed-coupon .coupon-copy { color: var(--blush); font-size: 0.9rem; }

.feed-cta { display: flex; gap: 0.7rem; margin-top: 0.4rem; }
.feed-buy-btn {
  flex: 1;
  display: flex; align-items: center; justify-content: center; gap: 0.55rem;
  min-height: 60px;
  border-radius: var(--radius-btn);
  font-weight: 800;
  font-size: 1.12rem;
  background: linear-gradient(180deg, var(--terra) 0%, var(--terra-dark) 100%);
  color: #fff;
  box-shadow: 0 18px 36px -14px rgba(0,0,0,.6);
  transition: transform .15s var(--ease);
}
.feed-buy-btn:active { transform: scale(.97); }
.feed-share-btn {
  width: 60px; height: 60px; flex-shrink: 0;
  border-radius: var(--radius-btn);
  background: rgba(255,255,255,.16);
  border: 1.5px solid rgba(255,255,255,.5);
  color: #fff;
  display: grid; place-items: center;
  backdrop-filter: blur(6px);
  font-size: 1.4rem;
  transition: transform .15s var(--ease);
}
.feed-share-btn:active { transform: scale(.92); }

.feed-swipe-hint {
  position: absolute;
  left: 50%;
  bottom: calc(var(--bottomnav-h) + env(safe-area-inset-bottom, 0) + 12px);
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  opacity: .9;
  text-shadow: 0 2px 8px rgba(0,0,0,.4);
  animation: feedHintBounce 1.6s ease-in-out infinite;
  pointer-events: none;
}
.feed-item:not(:first-child) .feed-swipe-hint { display: none; }
@keyframes feedHintBounce {
  0%, 100% { transform: translate(-50%, 0); opacity: .9; }
  50% { transform: translate(-50%, 6px); opacity: .55; }
}

.feed-heart {
  position: absolute;
  left: 50%; top: 42%;
  z-index: 4;
  color: #fff;
  font-size: 6.5rem;
  text-shadow: 0 8px 24px rgba(0,0,0,.45);
  transform: translate(-50%, -50%) scale(0);
  animation: feedHeartPop .75s var(--ease) forwards;
  pointer-events: none;
}
@keyframes feedHeartPop {
  0%   { transform: translate(-50%,-50%) scale(0);    opacity: 0; }
  18%  { transform: translate(-50%,-50%) scale(1.15); opacity: 1; }
  32%  { transform: translate(-50%,-50%) scale(1);    opacity: 1; }
  100% { transform: translate(-50%,-50%) scale(1);    opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .feed-swipe-hint { animation: none; }
  .feed-media img { animation: none; transform: none; }
}

/* ---------- HOWTO ---------- */
.howto {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin: 3rem 0;
  padding: 2rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
@media (min-width: 768px) {
  .howto { grid-template-columns: repeat(3, 1fr); gap: 2rem; padding: 2.5rem 0; }
}
.howto-item { padding: 0 0.25rem; }
.howto-num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 2.4rem;
  color: var(--terra);
  line-height: 1;
  display: block;
  margin-bottom: 0.4rem;
}
.howto-item h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.2rem;
  color: var(--ink);
}
.howto-item p {
  font-size: 0.85rem;
  color: var(--ink-soft);
  line-height: 1.5;
}

/* ---------- SHARE ---------- */
.share-banner {
  margin: clamp(2.25rem, 6vw, 3.5rem) 0;
  background: var(--ink);
  color: var(--cream);
  border-radius: var(--radius-card);
  padding: 2rem 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
  background-image:
    radial-gradient(circle at 90% 110%, rgba(200,127,90,.35) 0, transparent 50%),
    radial-gradient(circle at 5% 0%, rgba(168,197,214,.18) 0, transparent 40%);
}
@media (min-width: 768px) {
  .share-banner {
    grid-template-columns: 1.2fr 1fr;
    padding: 2.5rem 2rem;
    gap: 2rem;
  }
}
.share-text h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  margin: 0.6rem 0 0.8rem;
  line-height: 1.05;
}
.share-text h2 em { font-style: italic; color: var(--blush); }
.share-text p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #d8cebf;
  margin-bottom: 1rem;
}
.share-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--whatsapp);
  color: #fff;
  padding: 0.75rem 1.5rem;
  min-height: var(--hit);
  border-radius: var(--radius-btn);
  font-weight: 700;
  font-size: 0.88rem;
  transition: all .18s var(--ease);
  border: 1px solid var(--whatsapp);
}
.share-cta:hover { background: var(--whatsapp-dark); transform: translateY(-2px); box-shadow: 0 14px 28px -14px rgba(37,211,102,.5); }

.share-illustration { display: flex; justify-content: center; }
.share-bubble {
  background: var(--whatsapp);
  color: #fff;
  border-radius: 18px 18px 4px 18px;
  padding: 1rem 1.2rem;
  font-size: 0.85rem;
  line-height: 1.5;
  box-shadow: 0 12px 36px -8px rgba(37,211,102,.4);
  transform: rotate(-2deg);
  max-width: 260px;
}
.bubble-name {
  font-weight: 700;
  font-size: 0.65rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .85;
  margin-bottom: 0.3rem;
}
.bubble-tag {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  background: rgba(0,0,0,.2);
  padding: 0.1rem 0.5rem;
  border-radius: 99px;
  margin-left: 0.2rem;
}

/* ---------- NEWSLETTER ---------- */
.newsletter {
  margin: clamp(2.25rem, 6vw, 3.5rem) 0;
  padding: 2rem 1.5rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  text-align: center;
}
.newsletter h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.4rem, 3vw, 2rem);
  margin: 0.5rem 0 0.5rem;
  color: var(--ink);
}
.newsletter h3 em { font-style: italic; color: var(--terra); }
.newsletter p {
  font-size: 0.9rem;
  color: var(--ink-soft);
  max-width: 440px;
  margin: 0 auto 1.2rem;
  line-height: 1.55;
}
.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 420px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .newsletter-form { flex-direction: row; }
}
.newsletter-form input {
  flex: 1;
  height: var(--hit);
  padding: 0 1.1rem;
  border-radius: var(--radius-btn);
  border: 1px solid var(--line);
  background: #fff;
  font-size: 0.9rem;
  color: var(--ink);
  outline: none;
}
.newsletter-form input:focus {
  border-color: var(--terra);
  box-shadow: 0 0 0 4px rgba(200,127,90,.12);
}
.newsletter-form button {
  height: var(--hit);
  padding: 0 1.6rem;
  background: var(--ink);
  color: var(--cream);
  border-radius: var(--radius-btn);
  font-weight: 700;
  font-size: 0.9rem;
  border: 1px solid var(--ink);
  transition: all .18s var(--ease);
}
.newsletter-form button:hover { background: var(--terra); border-color: var(--terra); transform: translateY(-2px); }
.newsletter-note {
  font-size: 0.7rem;
  color: var(--muted);
  margin-top: 0.8rem;
}

/* ---------- FOOTER ---------- */
.site-footer {
  margin-top: clamp(3rem, 7vw, 4.5rem);
  background: var(--ink);
  color: #d8cebf;
  background-image: radial-gradient(circle at 88% 0%, rgba(200,127,90,.18) 0, transparent 45%);
}
.footer-grid {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 2.75rem 1rem 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .footer-grid { grid-template-columns: 1.3fr 1fr 1.3fr; gap: 2.5rem; padding: 3.5rem 2rem 2rem; }
}
.site-footer .brand-name { color: var(--cream); }
.site-footer .brand-sub { color: #a89a87; }
.footer-about {
  font-size: 0.85rem;
  color: #c9bda9;
  margin-top: 0.8rem;
  max-width: 360px;
  line-height: 1.6;
}
.site-footer h4 {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--cream);
  margin-bottom: 0.8rem;
}
.footer-list {
  list-style: none;
  padding: 0;
}
.footer-list li {
  font-size: 0.85rem;
  color: #c9bda9;
  padding: 0.3rem 0;
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}
.footer-list i { color: var(--blush); width: 1rem; padding-top: 0.15rem; }
.footer-note {
  font-size: 0.8rem;
  color: #c9bda9;
  line-height: 1.6;
}
.footer-bottom {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 1rem 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: 0.7rem;
  color: #a89a87;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.footer-made { font-style: italic; }

/* ---------- BOTTOM NAV ---------- */
.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  height: var(--bottomnav-h);
  padding-bottom: env(safe-area-inset-bottom, 0);
  background: rgba(250,246,241,.96);
  backdrop-filter: blur(14px) saturate(120%);
  border-top: 1px solid var(--line);
  display: flex;
  align-items: stretch;
  justify-content: space-around;
}
@media (min-width: 768px) { .bottom-nav { display: none; } }

.bn-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  color: var(--muted);
  font-size: 0.6rem;
  font-weight: 600;
  padding: 0.3rem 0.2rem;
  transition: color .15s;
}
.bn-item i { font-size: 1.1rem; }
.bn-item.active { color: var(--terra); }
.bn-item:hover { color: var(--ink); }

/* ---------- TOAST ---------- */
.toast {
  position: fixed;
  bottom: calc(var(--bottomnav-h) + 1rem + env(safe-area-inset-bottom, 0));
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: var(--ink);
  color: var(--cream);
  padding: 0.7rem 1.4rem;
  border-radius: var(--radius-pill);
  font-size: 0.85rem;
  font-weight: 600;
  box-shadow: 0 14px 36px -12px rgba(0,0,0,.4);
  opacity: 0;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  max-width: calc(100vw - 2rem);
}
.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.toast i { color: var(--blush); }

/* ---------- SKELETON ---------- */
.skeleton-card {
  background: #fff;
  border-radius: var(--radius-card);
  border: 1px solid var(--line);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.skeleton-img {
  aspect-ratio: 1/1;
  background: linear-gradient(90deg, #eee0cc 0%, #f6ede0 50%, #eee0cc 100%);
  background-size: 200% 100%;
  animation: shimmer 1.4s linear infinite;
}
.skeleton-body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.skeleton-line {
  height: 0.6rem;
  border-radius: 6px;
  background: linear-gradient(90deg, #f0e5d3 0%, #faf3e7 50%, #f0e5d3 100%);
  background-size: 200% 100%;
  animation: shimmer 1.4s linear infinite;
}
.skeleton-line.short  { width: 35%; height: 0.5rem; }
.skeleton-line.title  { width: 90%; height: 0.8rem; }
.skeleton-line.title-2{ width: 60%; height: 0.8rem; }
.skeleton-line.price  { width: 50%; height: 1.4rem; margin-top: 0.2rem; }
.skeleton-line.btn    { width: 100%; height: 2.4rem; border-radius: var(--radius-soft); margin-top: 0.2rem; }

@keyframes shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* ---------- ANIMAÇÕES ---------- */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: none; }
}
.fade-up { animation: fadeUp .35s ease both; }

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}