﻿/* ============================================================
   CURIONI — PÁGINAS DE PRODUTOS
   Catálogo · Detalhe · Pronta Entrega
   Conversão via WhatsApp · Alto padrão
   ============================================================ */

/* ── WHATSAPP BUTTON ──────────────────────────────────────── */
.btn-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 28px;
  background: #111;
  color: #fff;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.01em;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.22s ease;
  white-space: nowrap;
}

.btn-wa:hover {
  background: #333;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.22);
}

.btn-wa.sm {
  padding: 10px 18px;
  font-size: 13px;
  gap: 7px;
}

.btn-wa.lg {
  padding: 18px 36px;
  font-size: 16px;
  gap: 12px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.18);
}

.btn-wa svg,
.btn-wa .wa-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.btn-wa.sm .wa-icon {
  width: 16px;
  height: 16px;
}

.btn-wa.lg .wa-icon {
  width: 22px;
  height: 22px;
}

.btn-sec {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
  background: transparent;
  color: #111;
  border: 1.5px solid rgba(17,17,17,0.2);
  border-radius: 999px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-sec:hover {
  border-color: #111;
  background: #111;
  color: #fff;
}

.btn-sec.sm {
  padding: 10px 18px;
  font-size: 13px;
}

/* ── BREADCRUMB ─────────────────────────────────────────────── */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.breadcrumb a {
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s;
}

.breadcrumb a:hover {
  color: #111;
}

.breadcrumb__sep {
  color: rgba(17,17,17,0.25);
  font-size: 11px;
}

.breadcrumb__current {
  color: #111;
  font-weight: 500;
}

/* ── PAGE WRAPPER ───────────────────────────────────────────── */
.prod-page {
  min-height: 100vh;
  background: #ffffff;
}

.prod-container {
  width: min(100% - 48px, 1280px);
  margin: 0 auto;
}

.prod-section {
  padding: 64px 0;
}

.prod-section.tight {
  padding: 40px 0;
}

/* ── PAGE HERO — CATÁLOGO ───────────────────────────────────── */
/* ── CATALOG HERO — Dark editorial ───────────────────────── */
.catalog-hero {
  background: #0d0b09;
  position: relative;
  overflow: hidden;
  padding: 0;
}

/* ghost text backdrop */
.catalog-hero::before {
  content: 'curioni';
  position: absolute;
  right: -2%;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: clamp(120px, 18vw, 260px);
  font-weight: 700;
  color: rgba(255,255,255,0.04);
  white-space: nowrap;
  pointer-events: none;
  letter-spacing: -0.06em;
  line-height: 1;
  user-select: none;
}

/* teal accent glow */
.catalog-hero::after {
  content: '';
  position: absolute;
  top: -40%;
  left: -10%;
  width: 60%;
  height: 200%;
  background: radial-gradient(ellipse at center, rgba(44,90,86,0.28) 0%, transparent 65%);
  pointer-events: none;
}

.catalog-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  padding: 56px 0 40px;
}

.catalog-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(245,242,237,0.45);
  margin-bottom: 20px;
}

.catalog-hero__eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2c5a56;
  box-shadow: 0 0 0 3px rgba(44,90,86,0.3);
  flex-shrink: 0;
}

.catalog-hero__title {
  margin: 0 0 20px;
  font: 600 clamp(40px, 5.5vw, 80px)/0.92 var(--title);
  letter-spacing: -0.055em;
  color: #f5f2ed;
}

.catalog-hero__title em {
  font-style: italic;
  color: rgba(245,242,237,0.55);
}

.catalog-hero__desc {
  color: rgba(245,242,237,0.5);
  font-size: 16px;
  line-height: 1.72;
  max-width: 52ch;
  margin: 0;
}

.catalog-hero__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-end;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.catalog-hero__stat {
  text-align: right;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  width: 100%;
}

.catalog-hero__stat:last-child {
  border-bottom: none;
}

.catalog-hero__stat strong {
  display: block;
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  line-height: 1;
  color: #f5f2ed;
  letter-spacing: -0.04em;
  margin-bottom: 4px;
}

.catalog-hero__stat span {
  font-size: 11px;
  color: rgba(245,242,237,0.35);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Metrics ticker strip at bottom of hero */
.catalog-hero__strip {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex;
  align-items: center;
  gap: 0;
  padding: 20px 0;
}

.catalog-hero__strip-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 24px;
  border-right: 1px solid rgba(255,255,255,0.06);
}

.catalog-hero__strip-item:first-child {
  padding-left: 0;
}

.catalog-hero__strip-item:last-child {
  border-right: none;
}

.catalog-hero__strip-icon {
  width: 36px;
  height: 36px;
  border-radius: 0;
  background: rgba(255,255,255,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.catalog-hero__strip-icon svg {
  width: 16px;
  height: 16px;
  stroke: rgba(245,242,237,0.5);
  fill: none;
}

.catalog-hero__strip-text strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #f5f2ed;
  line-height: 1.2;
}

.catalog-hero__strip-text span {
  font-size: 12px;
  color: rgba(245,242,237,0.4);
}

/* ── FILTRO / ANCHORS ───────────────────────────────────────── */
.catalog-nav {
  background: #fff;
  position: sticky;
  top: 86px;
  z-index: 80;
  border-bottom: 1px solid rgba(17,17,17,0.07);
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}

.catalog-nav__inner {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 12px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.catalog-nav__inner::-webkit-scrollbar {
  display: none;
}

.catalog-nav__tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 18px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  background: transparent;
}

.catalog-nav__tab:hover {
  color: #111;
  background: rgba(17,17,17,0.04);
}

.catalog-nav__tab.active {
  background: #111;
  color: #fff;
  border-color: #111;
}

.catalog-nav__count {
  font-size: 11px;
  opacity: 0.65;
}

/* ── CATALOG FILTER BAR ─────────────────────────────────────── */
/* ── FILTER PANEL — Premium chip UI ─────────────────────── */
.filter-panel {
  background: #fff;
  border: 1px solid rgba(17,17,17,0.08);
  border-radius: 0;
  margin-bottom: 40px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.05);
}

/* Top: search + count */
.filter-panel__top {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(17,17,17,0.06);
}

.filter-search-wrap {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}

.filter-search-wrap__icon {
  position: absolute;
  left: 14px;
  color: #9a9189;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.filter-search-new {
  width: 100%;
  padding: 10px 40px 10px 40px;
  border-radius: 0;
  border: 1.5px solid rgba(17,17,17,0.1);
  background: #faf8f4;
  font: 14px/1 var(--body);
  color: #111;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
}

.filter-search-new:focus {
  border-color: #111;
  background: #fff;
}

.filter-search-new::placeholder {
  color: #b5aea8;
}

.filter-search-clear {
  position: absolute;
  right: 12px;
  background: rgba(17,17,17,0.08);
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 10px;
  color: #5a5550;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  line-height: 1;
}

.filter-search-clear:hover {
  background: rgba(17,17,17,0.14);
}

.filter-panel__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.filter-count {
  font-size: 13px;
  font-weight: 500;
  color: #9a9189;
  white-space: nowrap;
}

.filter-reset-btn {
  padding: 6px 14px;
  border-radius: 999px;
  border: 1.5px solid rgba(17,17,17,0.14);
  background: transparent;
  font: 12px/1 var(--body);
  font-weight: 600;
  color: #2a2622;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
  letter-spacing: 0.02em;
}

.filter-reset-btn:hover {
  background: #111;
  border-color: #111;
  color: #fff;
}

/* Body: chip groups */
.filter-panel__body {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 14px 20px;
  flex-wrap: wrap;
  gap: 12px;
}

.filter-group {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.filter-group__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c5bdb6;
  white-space: nowrap;
  flex-shrink: 0;
}

.filter-divider {
  width: 1px;
  height: 28px;
  background: rgba(17,17,17,0.08);
  flex-shrink: 0;
  align-self: center;
}

/* Chips */
.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1.5px solid rgba(17,17,17,0.1);
  background: transparent;
  font: 13px/1 var(--body);
  font-weight: 500;
  color: #4a4540;
  cursor: pointer;
  transition: all 0.18s ease;
  white-space: nowrap;
  letter-spacing: 0.01em;
}

.filter-chip:hover {
  border-color: #111;
  color: #111;
  background: rgba(17,17,17,0.04);
}

.filter-chip.is-active {
  background: #111;
  border-color: #111;
  color: #fff;
}

/* Pronta entrega chip variant */
.filter-chip--live {
  border-color: rgba(37,211,102,0.3);
  color: #1c8a43;
}

.filter-chip--live:hover {
  border-color: #25d366;
  background: rgba(37,211,102,0.06);
  color: #158038;
}

.filter-chip--live.is-active {
  background: #25d366;
  border-color: #25d366;
  color: #fff;
}

.filter-chip__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
  animation: tbPulse 2s ease-in-out infinite;
}

/* Active filter tags row */
.filter-active-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 0 20px 14px;
}

.filter-active-row:empty {
  display: none;
}

.filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px 5px 12px;
  background: #f0ede8;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: #2a2622;
}

.filter-tag__remove {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(17,17,17,0.12);
  border: none;
  cursor: pointer;
  font-size: 9px;
  color: #2a2622;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: background 0.2s;
  flex-shrink: 0;
}

.filter-tag__remove:hover {
  background: rgba(17,17,17,0.22);
}

/* Empty state */
.filter-empty {
  display: none;
  padding: 60px 20px;
  text-align: center;
  color: #9a9189;
  font-size: 15px;
}

.filter-empty.is-visible {
  display: block;
}

/* Legacy compat - keep old names working */
.filter-bar {
  display: none; /* replaced by .filter-panel */
}

/* ── CATEGORY SECTION ───────────────────────────────────────── */
.cat-section {
  padding: 52px 0;
  border-top: 1px solid rgba(17,17,17,0.06);
  scroll-margin-top: 160px;
}

.cat-section:first-child {
  border-top: none;
  padding-top: 36px;
}

.cat-section__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
  gap: 20px;
}

.cat-section__head h2 {
  margin: 0;
  font: 400 clamp(11px, 1vw, 13px)/1 var(--body);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9a9189;
}

.cat-section__head p {
  display: none;
}

/* ── PRODUTO CARD — CATÁLOGO (estilo editorial limpo) ───────── */
.prod-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.prod-card {
  background: #fff;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: background 0.2s ease;
  position: relative; /* needed for stretched link */
}

/* Ações (WA) ficam acima de qualquer overlay */
.prod-card__actions {
  position: relative;
  z-index: 2;
}

.prod-card:hover {
  background: #f9f8f6;
}

.prod-card__media {
  position: relative;
  background: #f4f2ef;
}

.prod-card__media .thumb {
  height: clamp(260px, 28vw, 420px);
  background-color: #f4f2ef;
  transition: transform 0.6s ease;
}

.prod-card:hover .prod-card__media .thumb:not(.hover-img) {
  transform: scale(1.03);
}

/* Hover image crossfade */
.hover-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.45s ease;
}
.prod-card:hover .hover-img {
  opacity: 1;
}

/* Badge pronta entrega — discreto */
.prod-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(17,17,17,0.7);
  color: #fff;
}

.prod-card__badge.green {
  background: rgba(34,163,90,0.88);
}

/* Info bar inferior — nome esquerda, preço direita */
.prod-card__body {
  display: none; /* escondido no novo layout */
}

.prod-card__footer {
  padding: 14px 18px 16px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  border: none;
  margin-top: 0;
}

/* Wrapper <a> que envolve o card inteiro nas páginas de categoria */
.prod-card-link {
  display: contents; /* o <a> desaparece do fluxo — o .prod-card vira item do grid */
  text-decoration: none;
  color: inherit;
}

.prod-card-link:hover .prod-card {
  background: #f9f8f6;
}

.prod-card-link:hover .prod-card__name {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Wrapper da imagem */
.prod-card__img-link {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 1;
  background: #f4f2ef;
}

/* Imagem real <img> nos cards de catálogo */
.prod-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}
.prod-card:hover .prod-img:not(.hover-img) {
  transform: scale(1.04);
}

/* Footer do card (era <a>, agora <div> — clique tratado via JS) */
.prod-card__footer-link {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  cursor: pointer;
  width: 100%;
  text-decoration: none;
  color: inherit;
  padding: 14px 18px 16px;
}

.prod-card__footer-link:hover .prod-card__name {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Quando o footer contém um link wrapper, zerar o padding do container */
.prod-card__footer:has(.prod-card__footer-link) {
  padding: 0;
}

.prod-card__name-block {
  display: grid;
  gap: 2px;
}

.prod-card__cat {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9a9189;
}

.prod-card__name {
  font-size: 13px;
  font-weight: 500;
  color: #111;
  letter-spacing: 0.01em;
}

.prod-card__price strong {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #5a5550;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.prod-swatches {
  display: flex;
  gap: 5px;
}

.p-sw {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1.5px solid rgba(17,17,17,0.12);
  display: block;
}

/* Botões de ação — aparecem no hover via overlay */
.prod-card__actions {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  opacity: 0;
  transition: opacity 0.25s ease;
  background: linear-gradient(to top, rgba(0,0,0,0.35) 0%, transparent 50%);
  pointer-events: none; /* não intercepta cliques na imagem */
}

.prod-card:hover .prod-card__actions {
  opacity: 1;
}

/* Só o botão WA dentro das ações é clicável */
.prod-card__actions .btn-wa {
  pointer-events: auto;
}

.price-from {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  vertical-align: middle;
  margin-right: 2px;
}

.prod-card__price span {
  font-size: 11px;
  color: var(--muted);
}

/* ── PRODUCT DETAIL PAGE ────────────────────────────────────── */
.pdp-shell {
  padding: 40px 0 80px;
}

.pdp-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: start;
}

/* Gallery */
.pdp-gallery {
  display: grid;
  gap: 12px;
  position: sticky;
  top: 110px;
}

.pdp-gallery__main {
  height: 580px;
  border-radius: 0;
  overflow: hidden;
  background: #ece7df;
  cursor: zoom-in;
  position: relative;
}

.pdp-gallery__main .thumb {
  height: 100%;
  border-radius: 0;
  transition: transform 0.4s ease;
}

.pdp-gallery__main:hover .thumb {
  transform: scale(1.04);
}

.pdp-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.pdp-gallery__thumb {
  height: 120px;
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.2s, opacity 0.2s;
  opacity: 0.7;
}

.pdp-gallery__thumb .thumb {
  height: 100%;
  border-radius: 0;
  transition: transform 0.3s;
}

.pdp-gallery__thumb:hover {
  opacity: 1;
}

.pdp-gallery__thumb.active {
  border-color: #111;
  opacity: 1;
}

/* Copy panel */
.pdp-copy {
  display: grid;
  gap: 28px;
}

.pdp-copy__cat {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}

.pdp-copy h1 {
  margin: 0;
  font: 600 clamp(36px, 4.5vw, 58px)/0.96 var(--title);
  letter-spacing: -0.05em;
}

.pdp-copy__desc {
  color: #333;
  font-size: 16px;
  line-height: 1.75;
  max-width: 52ch;
}

/* Spec grid */
.pdp-specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.pdp-spec {
  padding: 14px 16px;
  background: rgba(255,255,255,0.8);
  border: 1px solid rgba(17,17,17,0.07);
  border-radius: 0;
}

.pdp-spec__label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
}

.pdp-spec__value {
  font-size: 15px;
  font-weight: 600;
  color: #111;
}

/* Finish selector */
.pdp-finishes {
  display: grid;
  gap: 12px;
}

.pdp-finishes__label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.pdp-finish-opts {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.pdp-finish-opt {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1.5px solid rgba(17,17,17,0.12);
  border-radius: 0;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s;
  background: #fff;
}

.pdp-finish-opt:hover {
  border-color: #111;
}

.pdp-finish-opt.selected {
  border-color: #111;
  background: #111;
  color: #fff;
}

.pdp-finish-swatch {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.3);
  flex-shrink: 0;
}

/* Qty */
.pdp-qty-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pdp-qty-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.04em;
}

.pdp-qty-ctrl {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1px solid rgba(17,17,17,0.12);
  border-radius: 0;
  overflow: hidden;
  background: #fff;
}

.pdp-qty-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 18px;
  color: #111;
  transition: background 0.2s;
}

.pdp-qty-btn:hover {
  background: rgba(17,17,17,0.05);
}

.pdp-qty-val {
  width: 48px;
  height: 40px;
  text-align: center;
  border: none;
  border-left: 1px solid rgba(17,17,17,0.08);
  border-right: 1px solid rgba(17,17,17,0.08);
  font: 600 15px/1 var(--body);
  color: #111;
  outline: none;
  background: #fff;
}

/* CTA Block */
.pdp-cta-block {
  background: #fff;
  border: 1px solid rgba(17,17,17,0.07);
  border-radius: 0;
  padding: 24px;
  display: grid;
  gap: 14px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.pdp-cta-block__title {
  font-size: 14px;
  font-weight: 600;
  color: #111;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pdp-cta-block__title::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 0 0 3px rgba(37,211,102,0.2);
  flex-shrink: 0;
}

.pdp-cta-block__text {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

.pdp-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Trust strip inside PDP */
.pdp-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.pdp-trust-item {
  text-align: center;
  padding: 12px 8px;
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(17,17,17,0.06);
  border-radius: 0;
  font-size: 12px;
}

.pdp-trust-item strong {
  display: block;
  font-size: 16px;
  margin-bottom: 3px;
}

.pdp-trust-item span {
  color: var(--muted);
  font-size: 11px;
}

/* Related products */
.related-section {
  padding: 64px 0;
  border-top: 1px solid rgba(17,17,17,0.06);
}

/* Sticky WhatsApp bar - mobile */
.sticky-wa-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: rgba(255,255,255,0.97);
  border-top: 1px solid rgba(17,17,17,0.1);
  backdrop-filter: blur(16px);
  padding: 14px 20px;
}

.sticky-wa-bar__inner {
  display: flex;
  gap: 10px;
  align-items: center;
  max-width: 640px;
  margin: 0 auto;
}

/* ── PRONTA ENTREGA — LOJA ──────────────────────────────────── */
.store-hero {
  background: var(--bg-strong, #161514);
  color: #fff;
  padding: 56px 0;
  position: relative;
  overflow: hidden;
}

.store-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(44,90,86,0.4) 0%, transparent 60%);
}

.store-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}

.store-hero__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-bottom: 16px;
}

.store-hero__tag::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 0 0 3px rgba(37,211,102,0.3);
  flex-shrink: 0;
  animation: livePulse2 2s ease infinite;
}

@keyframes livePulse2 {
  0%, 100% { box-shadow: 0 0 0 3px rgba(37,211,102,0.3); }
  50% { box-shadow: 0 0 0 7px rgba(37,211,102,0.1); }
}

.store-hero h1 {
  margin: 0 0 16px;
  font: 600 clamp(36px, 5.5vw, 72px)/0.96 var(--title);
  letter-spacing: -0.05em;
  color: #fff;
}

.store-hero__desc {
  color: rgba(255,255,255,0.65);
  font-size: 16px;
  line-height: 1.7;
  max-width: 48ch;
  margin: 0 0 28px;
}

.store-hero__badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.07);
  font-size: 13px;
  color: rgba(255,255,255,0.8);
  backdrop-filter: blur(8px);
}

.store-hero__metrics {
  display: grid;
  gap: 16px;
  text-align: right;
  flex-shrink: 0;
}

.store-metric strong {
  display: block;
  font: 700 clamp(36px, 5vw, 56px)/1 var(--title);
  letter-spacing: -0.06em;
  color: #fff;
}

.store-metric span {
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Store filter bar */
.store-filters {
  background: #fff;
  border-bottom: 1px solid rgba(17,17,17,0.07);
  position: sticky;
  top: 86px;
  z-index: 80;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.store-filters__inner {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  flex-wrap: wrap;
}

.store-filter-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
  margin-right: 4px;
}

.store-select {
  padding: 10px 16px;
  border-radius: 0;
  border: 1px solid rgba(17,17,17,0.1);
  background: #f8f6f2;
  font: 14px/1 var(--body);
  color: #111;
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s;
}

.store-select:focus {
  border-color: var(--accent);
}

.store-search {
  flex: 1;
  min-width: 200px;
  padding: 10px 16px;
  border-radius: 0;
  border: 1px solid rgba(17,17,17,0.1);
  background: #f8f6f2;
  font: 14px/1 var(--body);
  color: #111;
  outline: none;
  transition: border-color 0.2s;
}

.store-search:focus {
  border-color: var(--accent);
}

.store-filter-count {
  margin-left: auto;
  font-size: 13px;
  color: var(--muted);
  white-space: nowrap;
}

/* Store results */
.store-body {
  padding: 40px 0 80px;
}

.store-results-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
  gap: 16px;
  flex-wrap: wrap;
}

.store-results-bar strong {
  font-size: 16px;
  font-weight: 600;
}

.store-results-bar span {
  font-size: 14px;
  color: var(--muted);
}

/* Store product grid */
.store-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* Store product card — e-commerce */
.store-card {
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid rgba(17,17,17,0.06);
  box-shadow: 0 2px 14px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  position: relative;
}

.store-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.11);
}

.store-card__media {
  position: relative;
  overflow: hidden;
}

.store-card__media .thumb {
  height: 260px;
  transition: transform 0.5s ease;
}

.store-card:hover .store-card__media .thumb {
  transform: scale(1.06);
}

.store-card__badges {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.store-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  backdrop-filter: blur(4px);
}

.store-tag.green {
  background: #22a35a;
  color: #fff;
}

.store-tag.dark {
  background: rgba(17,17,17,0.82);
  color: #fff;
}

.store-tag.gold {
  background: #b08d57;
  color: #fff;
}

.store-card__stock {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(8px);
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.stock-dot-sm {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  flex-shrink: 0;
}

.store-card__body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.store-card__type {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}

.store-card__body h3 {
  margin: 0;
  font: 600 clamp(17px, 2vw, 20px)/1.1 var(--title);
  letter-spacing: -0.02em;
}

.store-card__body p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}

.store-card__delivery {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #22a35a;
  font-weight: 600;
}

.store-card__delivery::before {
  content: '⚡';
  font-size: 12px;
}

.store-card__price-block {
  padding: 14px 18px;
  border-top: 1px solid rgba(17,17,17,0.06);
  background: #fafaf8;
  display: grid;
  gap: 12px;
}

.store-card__price {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.store-card__price strong {
  font: 700 clamp(22px, 2.5vw, 26px)/1 var(--title);
  letter-spacing: -0.04em;
  color: #111;
}

.store-card__price span {
  font-size: 12px;
  color: var(--muted);
}

.store-card__actions {
  display: flex;
  gap: 8px;
}

.store-card__actions .btn-wa {
  flex: 1;
  justify-content: center;
}

/* Store empty state */
.store-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 80px 40px;
  background: #fff;
  border-radius: 0;
  border: 1px solid rgba(17,17,17,0.06);
}

.store-empty h3 {
  margin: 16px 0 8px;
  font: 600 24px/1 var(--title);
}

.store-empty p {
  color: var(--muted);
  max-width: 36ch;
  margin: 0 auto;
}

/* Store trust footer */
.store-trust {
  background: #fff;
  border-top: 1px solid rgba(17,17,17,0.07);
  padding: 32px 0;
}

.store-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-left: 1px solid rgba(17,17,17,0.07);
}

.store-trust-item {
  padding: 20px 24px;
  border-right: 1px solid rgba(17,17,17,0.07);
  display: flex;
  align-items: center;
  gap: 14px;
}

.store-trust-item__icon {
  font-size: 24px;
  flex-shrink: 0;
}

.store-trust-item__text strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
}

.store-trust-item__text span {
  font-size: 12px;
  color: var(--muted);
}

/* ── FOOTER SIMPLES (produtos) ──────────────────────────────── */
.prod-footer {
  background: #0d0b09;
  padding: 48px 0 28px;
}

.prod-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 32px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  margin-bottom: 24px;
}

.prod-footer__logo {
  display: block;
  font: 600 32px/1 var(--title);
  color: #fff;
  letter-spacing: -0.06em;
  text-decoration: none;
  margin-bottom: 12px;
}

.prod-footer__brand p {
  color: rgba(255,255,255,0.4);
  font-size: 14px;
  line-height: 1.6;
  max-width: 28ch;
  margin: 0 0 16px;
}

.prod-footer__brand a {
  display: block;
  color: rgba(255,255,255,0.5);
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 6px;
  transition: color 0.2s;
}

.prod-footer__brand a:hover {
  color: #fff;
}

.prod-footer__col h4 {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin: 0 0 16px;
}

.prod-footer__col a {
  display: block;
  color: rgba(255,255,255,0.55);
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 10px;
  transition: color 0.2s;
}

.prod-footer__col a:hover {
  color: #fff;
}

.prod-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: rgba(255,255,255,0.22);
}

/* ── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .prod-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .store-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pdp-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .pdp-gallery {
    position: static;
  }

  .store-hero__inner {
    grid-template-columns: 1fr;
  }

  .store-hero__metrics {
    display: flex;
    gap: 36px;
    text-align: left;
  }

  .catalog-hero__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .catalog-hero__meta {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0;
  }

  .catalog-hero__stat {
    text-align: left;
    border-bottom: none;
    border-right: 1px solid rgba(255,255,255,0.06);
    padding: 0 24px 0 0;
    margin-right: 24px;
  }

  .catalog-hero__stat:last-child {
    border-right: none;
    margin-right: 0;
  }

  .catalog-hero__strip {
    flex-wrap: wrap;
    gap: 16px;
    padding: 20px 0;
  }

  .catalog-hero__strip-item {
    flex: 1 1 200px;
    border-right: none;
    padding: 0;
  }

  .store-trust__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .prod-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}

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

  .pdp-gallery__main {
    height: 380px;
  }

  .pdp-specs {
    grid-template-columns: 1fr 1fr;
  }

  .pdp-trust {
    grid-template-columns: 1fr;
  }

  .store-filters__inner {
    gap: 8px;
  }

  .filter-bar {
    flex-direction: column;
    align-items: stretch;
  }

  .store-trust__grid {
    grid-template-columns: 1fr;
  }

  .prod-footer__grid {
    grid-template-columns: 1fr;
  }

  .prod-footer__bottom {
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }

  .sticky-wa-bar {
    display: block;
  }

  .pdp-cta-block {
    padding-bottom: 80px;
  }

  .store-card__actions {
    flex-direction: column;
  }

  .store-hero {
    padding: 40px 0;
  }
}
