/* ══ HERO (claro, on-brand) ══════════════════════ */

.hero-v2 {
  background:
    radial-gradient(rgba(139,107,177,.06) 1.1px, transparent 1.1px) 0 0/28px 28px,
    radial-gradient(62% 70% at 90% 14%, rgba(46,207,196,.12), transparent 70%),
    radial-gradient(48% 58% at 4% 96%, rgba(139,107,177,.09), transparent 70%),
    linear-gradient(180deg, #fdf8f0 0%, var(--cream) 55%, var(--bg) 100%);
  padding: 124px 24px 72px;
  color: var(--dark);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-v2::before,
.hero-v2::after { content: none; }

.hero-v2-inner {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
  gap: 56px;
  align-items: center;
}

/* Quando o carrossel não tem fotos, o texto ocupa tudo */
.hero-v2-inner:has(#hero-carousel[style*="none"]) {
  grid-template-columns: 1fr;
  max-width: 760px;
  text-align: center;
}
.hero-v2-inner:has(#hero-carousel[style*="none"]) .hero-v2-text { max-width: none; }
.hero-v2-inner:has(#hero-carousel[style*="none"]) .hero-v2-actions,
.hero-v2-inner:has(#hero-carousel[style*="none"]) .hero-v2-stats { justify-content: center; }

.hero-v2-text { max-width: 560px; }

.hero-v2-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--teal-l);
  color: var(--teal-d);
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 100px;
  margin-bottom: 22px;
}
.hero-v2-tag::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
  display: block;
}

.hero-v2 h1 {
  font-family: var(--serif);
  font-size: clamp(2.3rem, 4.8vw, 3.6rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.015em;
  margin: 0 0 18px;
  color: var(--dark);
}

.hero-v2 h1 em {
  color: var(--teal-d);
  font-style: italic;
}

/* Assinatura manuscrita — "etiqueta personalizada" escrita à mão */
.hero-v2 h1 em.hand-accent {
  font-family: var(--hand);
  font-style: normal;
  font-weight: 600;
  font-size: 1.5em;
  color: var(--teal-d);
  display: inline-block;
  transform: rotate(-3deg);
  line-height: 1;
  padding: 0 .08em;
}

.hero-v2-text p {
  font-size: 1.08rem;
  color: var(--mid);
  max-width: 480px;
  line-height: 1.65;
  margin: 0 0 28px;
  font-weight: 400;
}

.hero-v2-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.hero-v2-actions .btn-outline {
  color: var(--dark);
  border: 1.5px solid var(--line);
  background: #fff;
}

.hero-v2-actions .btn-outline:hover {
  border-color: var(--teal);
  color: var(--teal-d);
  background: #fff;
}

.hero-v2-stats {
  display: flex;
  gap: 38px;
  flex-wrap: wrap;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.hero-v2-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hero-v2-stat-num {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--dark);
}

.hero-v2-stat-label {
  font-size: .73rem;
  color: var(--soft);
  text-transform: uppercase;
  letter-spacing: .06em;
}

@media (max-width: 900px) {
  .hero-v2-inner {
    grid-template-columns: 1fr;
    gap: 36px;
    text-align: center;
  }
  .hero-v2-text { max-width: none; }
  .hero-v2-text p { margin-left: auto; margin-right: auto; }
  .hero-v2-actions,
  .hero-v2-stats { justify-content: center; }
  .hero-art { margin-top: 8px; }
}

/* — Hero: foto emoldurada (clima de atelier) — */
.hero-art {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px 12px 30px;
}
.hero-frame {
  position: relative;
  width: 100%;
  max-width: 410px;
  background: #fff;
  padding: 12px 12px 14px;
  border-radius: 18px;
  box-shadow: 0 28px 60px rgba(42,37,64,.18), 0 2px 0 rgba(42,37,64,.04);
  transform: rotate(-1.8deg);
}
.washi {
  position: absolute;
  top: -13px;
  width: 92px;
  height: 26px;
  z-index: 5;
  box-shadow: 0 2px 6px rgba(0,0,0,.07);
  opacity: .85;
}
.washi-l { left: 22px; transform: rotate(-7deg); background: repeating-linear-gradient(45deg, rgba(46,207,196,.7) 0 6px, rgba(46,207,196,.45) 6px 12px); }
.washi-r { right: 22px; transform: rotate(6deg);  background: repeating-linear-gradient(45deg, rgba(232,154,44,.62) 0 6px, rgba(232,154,44,.4) 6px 12px); }
.hero-note {
  position: absolute;
  right: -10px;
  bottom: 6px;
  z-index: 6;
  font-family: var(--hand);
  color: var(--purple);
  font-size: 1.55rem;
  line-height: 1.04;
  text-align: center;
  background: #fff;
  padding: 9px 16px;
  border-radius: 14px;
  box-shadow: 0 12px 26px rgba(42,37,64,.16);
  transform: rotate(3.5deg);
}
.hero-note em { color: var(--teal-d); font-style: normal; }
.hero-frame .bow { top: -15px; left: 50%; transform: translateX(-50%); --bw: 60px; --tail: 48px; z-index: 8; }
@media (max-width: 900px) {
  .hero-note { right: 0; }
}

/* ══ CATEGORY CARDS ═════════════════════════════ */

.hero-cats {
  background: var(--bg);
  padding: 40px 24px 52px;
  border-bottom: 1px solid var(--line);
}

.hero-cats-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.hero-cat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 26px 14px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
  text-decoration: none;
  color: var(--dark);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s;
  cursor: pointer;
}

.hero-cat-card:hover {
  border-color: transparent;
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(42,37,64,.10);
}

.hero-cat-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--purple-l);
  color: var(--purple);
  transition: background .25s, color .25s;
}
.hero-cat-icon svg { width: 24px; height: 24px; }
.hero-cat-card:nth-child(1) .hero-cat-icon { background: var(--teal-l);   color: var(--teal-d); }
.hero-cat-card:nth-child(2) .hero-cat-icon { background: var(--purple-l); color: var(--purple); }
.hero-cat-card:nth-child(3) .hero-cat-icon { background: var(--amber-l);  color: var(--amber); }
.hero-cat-card:nth-child(4) .hero-cat-icon { background: var(--teal-l);   color: var(--teal-d); }
.hero-cat-card:nth-child(5) .hero-cat-icon { background: var(--purple-l); color: var(--purple); }
.hero-cat-card:hover .hero-cat-icon { transform: scale(1.08); }

.hero-cat-name {
  font-size: .84rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}

/* Selo flutuante sobre a foto do hero */
.hero-chip {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(4px);
  color: var(--dark);
  font-size: .78rem;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 100px;
  box-shadow: 0 6px 18px rgba(42,37,64,.16);
}
.hero-chip-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 4px rgba(46,207,196,.22);
}

/* ══ DESTAQUES ══════════════════════════════════ */

.destaques-section {
  padding: 56px 24px;
  background: #fafaf8;
}

.destaques-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

/* ══ RESPONSIVO HERO ════════════════════════════ */

@media (max-width: 768px) {
  .hero-v2 {
    padding: 90px 20px 36px;
  }
  
  .hero-v2-stats {
    gap: 24px;
  }

  .hero-cats-inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .hero-cat-card {
    padding: 16px 8px;
  }

  .hero-cat-icon {
    font-size: 1.6rem;
  }

  .hero-cat-name {
    font-size: .72rem;
  }

  .destaques-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .hero-cats-inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .hero-cat-card {
    padding: 14px 6px;
  }

  .destaques-grid {
    grid-template-columns: 1fr;
  }
}

/* ══ SUBCATEGORIAS ════════════════════════════════ */

/* Quando tem subcategorias E está ativa, cat-section vira flex column */
.cat-section.has-subcats.active {
  display: flex !important;
  flex-direction: column;
  gap: 0;
}

.subcat-filter {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.subcat-btn {
  padding: 6px 18px;
  border-radius: 100px;
  border: 1.5px solid #e5e7eb;
  background: #fafaf8;
  color: #4b5563;
  font-size: .82rem;
  font-weight: 500;
  cursor: pointer;
  transition: all .2s;
  font-family: inherit;
}

.subcat-btn:hover {
  border-color: #2ECFC4;
  color: #1a1a2e;
  background: #e6faf9;
}

.subcat-btn.active {
  background: #1a1a2e;
  color: white;
  border-color: #1a1a2e;
  font-weight: 600;
}

/* Grid que replica o layout original do catálogo */
.subcat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
}

@media (max-width: 1024px) {
  .subcat-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .subcat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .subcat-btn {
    padding: 5px 14px;
    font-size: .76rem;
  }
  
  .subcat-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* ══ VARIAÇÕES DE PRODUTOS ═══════════════════════ */

/* Carrossel de fotos da variação */
.product-img--carousel {
  position: relative;
  overflow: hidden;
}

.var-carousel-track {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
}

.var-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none;
}

.var-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.var-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Dots do carrossel */
.var-carousel-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 3;
}

.var-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,.5);
  cursor: pointer;
  padding: 0;
  transition: all .2s;
}

.var-dot.active {
  background: white;
  transform: scale(1.25);
  box-shadow: 0 1px 4px rgba(0,0,0,.3);
}

/* Setas do carrossel */
.var-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,.85);
  color: #1a1a2e;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .2s;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
}

.product-card:hover .var-arrow {
  opacity: 1;
}

.var-arrow--prev { left: 8px; }
.var-arrow--next { right: 8px; }

.var-arrow:hover {
  background: white;
  box-shadow: 0 2px 12px rgba(0,0,0,.25);
}

/* Seletor de variação (botões Normal / Luxo) */
.var-selector {
  display: flex;
  gap: 6px;
  margin: 8px 0 4px;
  flex-wrap: wrap;
}

.var-btn {
  padding: 5px 14px;
  border-radius: 100px;
  border: 1.5px solid #e5e7eb;
  background: #fafaf8;
  color: #4b5563;
  font-size: .78rem;
  font-weight: 500;
  cursor: pointer;
  transition: all .2s;
  font-family: inherit;
}

.var-btn:hover {
  border-color: #2ECFC4;
  color: #1a1a2e;
  background: #e6faf9;
}

.var-btn.active {
  background: #2ECFC4;
  color: white;
  border-color: #2ECFC4;
  font-weight: 600;
}

.var-price-wrap {
  min-height: 36px;
}

/* Mobile adjustments */
@media (max-width: 600px) {
  .var-arrow {
    opacity: 1;
    width: 26px;
    height: 26px;
    font-size: 1rem;
  }
  
  .var-btn {
    padding: 4px 12px;
    font-size: .72rem;
  }
}

/* ══ LISTA DE DESEJOS (Wishlist) ═════════════════ */

/* Botão adicionar no card */
.wl-add-btn {
  padding: 5px 12px;
  border-radius: 100px;
  border: 1.5px solid #e5e7eb;
  background: #fafaf8;
  color: #4b5563;
  font-size: .72rem;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s;
  font-family: inherit;
  white-space: nowrap;
}

.wl-add-btn:hover { border-color: #2ECFC4; color: #1a1a2e; background: #e6faf9; }
.wl-add-btn.wl-added { background: #2ECFC4; color: white; border-color: #2ECFC4; }

/* Botão flutuante */
.wl-float {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 20px;
  border-radius: 100px;
  border: none;
  background: #1a1a2e;
  color: white;
  font-size: .9rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0,0,0,.25);
  transition: all .2s;
  font-family: inherit;
}

.wl-float:hover { background: #2a2a3e; transform: translateY(-2px); box-shadow: 0 6px 24px rgba(0,0,0,.3); }

.wl-float-count {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #2ECFC4;
  color: white;
  font-size: .75rem;
  font-weight: 700;
}

.wl-pulse { animation: wlPulse .4s ease; }
@keyframes wlPulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.12); } }

/* Painel lateral */
.wl-panel {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  justify-content: flex-end;
}

.wl-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.4);
  backdrop-filter: blur(2px);
}

.wl-content {
  position: relative;
  width: 380px;
  max-width: 90vw;
  background: white;
  display: flex;
  flex-direction: column;
  box-shadow: -4px 0 24px rgba(0,0,0,.15);
  animation: wlSlide .25s ease;
}

@keyframes wlSlide { from { transform: translateX(100%); } to { transform: translateX(0); } }

.wl-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid #f0eeeb;
}

.wl-header h3 { margin: 0; font-size: 1rem; font-weight: 600; color: #1a1a2e; }

.wl-close {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #f5f5f2;
  color: #666;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wl-close:hover { background: #eee; }

.wl-body {
  flex: 1;
  overflow-y: auto;
  padding: 16px 24px;
}

.wl-empty { text-align: center; color: #999; font-size: .85rem; padding: 40px 0; line-height: 1.6; }

.wl-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #f5f5f2;
}

.wl-item-name { font-weight: 600; font-size: .85rem; color: #1a1a2e; }
.wl-item-price { font-size: .78rem; color: #666; margin-top: 2px; }

.wl-item-remove {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: #fef2f2;
  color: #dc2626;
  font-size: .8rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.wl-item-remove:hover { background: #fee2e2; }

.wl-footer {
  padding: 16px 24px;
  border-top: 1px solid #f0eeeb;
}

.wl-send {
  width: 100%;
  justify-content: center;
  gap: 8px;
  padding: 14px;
  font-size: .9rem;
}

/* Product foot layout adjustment */
.product-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}

@media (max-width: 480px) {
  .wl-float { bottom: 16px; left: 16px; padding: 10px 16px; font-size: .82rem; }
}

/* ══════════════════════════════════════════════════
   CATÁLOGO — repaginação elaborada (sem mexer na lógica)
   ══════════════════════════════════════════════════ */

/* Faixa do catálogo */
.catalog {
  background:
    radial-gradient(rgba(139,107,177,.05) 1.1px, transparent 1.1px) 0 0/30px 30px,
    linear-gradient(180deg, var(--bg) 0%, var(--cream) 100%);
  --accent: var(--teal); --accent-l: var(--teal-l); --accent-d: var(--teal-d);
}

/* — Cabeçalho editorial com sublinhado desenhado à mão — */
.catalog .section-header { margin-bottom: 14px; position: relative; }
.catalog #catalog-title { display: inline-block; position: relative; }
.catalog #catalog-title::after {
  content: "";
  position: absolute;
  left: 0; right: -6px; bottom: -10px;
  height: 11px;
  background: no-repeat center/100% 100%
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 11'><path d='M2 7 C40 2 70 9 100 5 S170 1 198 6' fill='none' stroke='%232ECFC4' stroke-width='3' stroke-linecap='round'/></svg>");
  opacity: .9;
}

/* — Abas de categoria: cada uma com sua cor — */
.cat-tabs {
  gap: 10px;
  margin-bottom: 30px;
  padding-bottom: 4px;
}
.cat-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: .86rem;
  font-weight: 700;
  border: 1.5px solid var(--line);
  background: #fff;
  color: var(--mid);
  transition: color .2s, background .2s, border-color .2s, box-shadow .2s, transform .2s;
}
.cat-tab::before {
  content: "";
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--tab-c, var(--teal));
  flex-shrink: 0;
  transition: transform .2s;
}
.cat-tab:nth-child(1) { --tab-c: var(--teal); }
.cat-tab:nth-child(2) { --tab-c: var(--purple); }
.cat-tab:nth-child(3) { --tab-c: var(--amber); }
.cat-tab:nth-child(4) { --tab-c: var(--rose); }
.cat-tab:nth-child(5) { --tab-c: var(--blue); }
.cat-tab:hover {
  border-color: var(--tab-c);
  color: var(--dark);
  transform: translateY(-2px);
}
.cat-tab.active {
  background: var(--tab-c);
  color: #fff;
  border-color: var(--tab-c);
  box-shadow: 0 10px 22px rgba(42,37,64,.18);
}
.cat-tab.active::before { background: #fff; transform: scale(1.1); }

/* — Cada seção carrega a cor da sua categoria — */
#cat-lemb     { --accent: var(--teal);   --accent-l: var(--teal-l);   --accent-d: var(--teal-d); }
#cat-3d       { --accent: var(--purple); --accent-l: var(--purple-l); --accent-d: var(--purple-d); }
#cat-mimos    { --accent: var(--amber);  --accent-l: var(--amber-l);  --accent-d: var(--amber-d); }
#cat-cestas   { --accent: var(--rose);   --accent-l: var(--rose-l);   --accent-d: var(--rose-d); }
#cat-empresas { --accent: var(--blue);   --accent-l: var(--blue-l);   --accent-d: var(--blue-d); }

/* — Grid com mais respiro — */
.cat-section.active,
.products-grid,
.subcat-grid { gap: 28px; }

/* — Card de produto: etiqueta de atelier — */
.product-card {
  padding: 10px 10px 4px;
  border-radius: 22px;
  border: 1px solid var(--line);
  box-shadow: 0 2px 8px rgba(42,37,64,.05);
  background: #fff;
  position: relative;
}
.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 50px rgba(42,37,64,.16);
  border-color: var(--accent);
}

/* Foto emoldurada dentro do card */
.product-img {
  height: auto;
  aspect-ratio: 4 / 3.4;
  border-radius: 15px;
  background: var(--bg2);
  overflow: hidden;
}
/* brilho sutil ao passar o mouse */
.product-img::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(42,37,64,.16));
  opacity: 0;
  transition: opacity .35s var(--ease);
  pointer-events: none;
  border-radius: 15px;
}
.product-card:hover .product-img::after { opacity: 1; }

/* Etiqueta de categoria como chip colorido por categoria */
.product-cat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .62rem;
  letter-spacing: .1em;
  color: var(--accent-d);
  background: var(--accent-l);
  padding: 5px 11px;
  border-radius: 100px;
  margin-bottom: 10px;
}
.product-cat::before {
  content: "";
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--accent);
}

.product-name {
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -.015em;
  margin-bottom: 7px;
}

.product-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.6em;
  margin-bottom: 0;
}

.product-body { padding: 16px 12px 12px; }

/* Divisória picotada (cara de ticket destacável) */
.product-foot {
  position: relative;
  margin-top: 16px;
  padding-top: 18px;
  border-top: 2px dashed var(--line);
}
.product-foot::before,
.product-foot::after {
  content: "";
  position: absolute;
  top: -9px;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--cream);
  border: 1px solid var(--line);
}
.product-foot::before { left: -19px; }
.product-foot::after  { right: -19px; }

/* Tag de preço */
.product-price {
  font-family: var(--serif);
  font-size: 1.18rem;
  font-weight: 600;
  color: var(--dark);
}
.product-price small { color: var(--soft); }

/* Botão "+ Adicionar": pílula da cor da categoria */
.wl-add-btn {
  padding: 10px 18px;
  border: 1.5px solid var(--accent);
  background: #fff;
  color: var(--accent-d);
  font-size: .8rem;
  font-weight: 700;
}
.wl-add-btn:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.wl-add-btn.wl-added { background: var(--accent); color: #fff; border-color: var(--accent); }

/* Badge */
.badge { border-radius: 100px; box-shadow: 0 4px 14px rgba(42,37,64,.2); }

/* Filtros de subcategoria seguem a cor da categoria */
.subcat-btn:hover { border-color: var(--accent); color: var(--accent-d); }
.subcat-btn.active { background: var(--accent); border-color: var(--accent); color: #fff; }

/* Seletor de variação segue a cor da categoria */
.var-btn.active { background: var(--accent); border-color: var(--accent); }

@media (max-width: 480px) {
  .product-img { aspect-ratio: 4 / 3; }
  .cat-tab { padding: 8px 15px; font-size: .8rem; }
  .product-foot::before { left: -17px; }
  .product-foot::after  { right: -17px; }
}
