/* ==========================================================================
   EL REY DE LAS FRAGANCIAS — ESTILOS
   Identidad real: negro tinta, dorado de la corona y fondo marfil.
   ========================================================================== */

:root {
  color-scheme: light;

  --marfil: #faf6ef;        /* fondo de página */
  --papel: #fffdf9;         /* tarjetas y ventanas */
  --crema: #f3ede4;         /* fondo de las fotos del frasco (igual a img/frasco.jpg) */
  --crema-2: #efe7da;       /* controles y campos */
  --crema-3: #e6dccb;       /* bordes de controles */
  --linea: rgba(58, 42, 18, 0.10);
  --linea-2: rgba(58, 42, 18, 0.18);

  --tinta: #1b1611;         /* texto principal y botones */
  --tinta-2: #6b6154;       /* texto secundario */
  --tinta-3: #9a8f80;       /* texto tenue */

  --oro: #c9a24b;
  --oro-hondo: #94701f;     /* dorado legible sobre fondos claros */
  --oro-brillo: #ecd28e;    /* dorado sobre fondos oscuros */
  --oro-suave: #f6ecd3;
  --oro-borde: rgba(201, 162, 75, 0.42);

  --verde: #2f7a4d;
  --whatsapp: #25d366;

  --fuente: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --fuente-etiqueta: 'Libre Baskerville', Georgia, "Times New Roman", serif;
  --fuente-logo: 'Cinzel', 'Libre Baskerville', Georgia, serif;

  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 20px;
  --r-pill: 9999px;

  --suave: cubic-bezier(0.16, 1, 0.3, 1);
  --sombra: 0 6px 24px rgba(58, 42, 18, 0.06);
  --sombra-alta: 0 22px 44px -16px rgba(58, 42, 18, 0.30);
  --cab-alto: 64px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-anchor: none;
}

body {
  font-family: var(--fuente);
  background-color: var(--marfil);
  color: var(--tinta);
  line-height: 1.5;
  overflow-x: hidden;
  padding-bottom: 72px;
}

[hidden] { display: none !important; }

img { display: block; max-width: 100%; }
button { font-family: inherit; }
a { color: inherit; }

:focus-visible {
  outline: 2px solid var(--oro-hondo);
  outline-offset: 2px;
}

/* ================= BARRA DE AVISOS ================= */
.aviso-barra {
  background: var(--tinta);
  color: #f3ece0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  height: 36px;
  display: flex;
  align-items: center;
  user-select: none;
  border-bottom: 1px solid rgba(201, 162, 75, 0.35);
  position: relative;
  z-index: 101;
}

.aviso-pista {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: avisoCorre 28s linear infinite;
}

.aviso-grupo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.aviso-grupo > span {
  padding: 0 16px;
  line-height: 36px;
}

.aviso-grupo > .aviso-punto {
  padding: 0 2px;
  color: var(--oro);
  font-size: 0.7rem;
}

.aviso-oro { color: var(--oro-brillo); }

@keyframes avisoCorre {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

/* ================= CABECERA ================= */
.cabecera {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 246, 239, 0.86);
  backdrop-filter: saturate(160%) blur(18px);
  -webkit-backdrop-filter: saturate(160%) blur(18px);
  border-bottom: 1px solid var(--linea);
}

.cabecera-interior {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 24px;
  height: var(--cab-alto);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.marca {
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  color: var(--tinta);
  min-width: 0;
}

.marca-corona {
  width: 25px;
  height: 20px;
  color: var(--oro);
  flex-shrink: 0;
  margin-top: -2px;
}

.marca-bloque {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}

.marca-nombre {
  font-family: var(--fuente-logo);
  font-size: 1.36rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.marca-sub {
  font-size: 0.56rem;
  font-weight: 700;
  color: var(--oro-hondo);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 3px;
}

.cabecera-acciones {
  position: relative;
  display: flex;
  align-items: center;
}

.cofre-btn {
  background: var(--tinta);
  color: #f7f1e6;
  border: 1px solid var(--tinta);
  border-radius: var(--r-pill);
  padding: 8px 10px 8px 16px;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  box-shadow: 0 6px 16px -8px rgba(27, 22, 17, 0.7);
  transition: transform 0.2s var(--suave), box-shadow 0.2s ease;
}

.cofre-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 0 3px var(--oro-suave), 0 8px 18px -8px rgba(27, 22, 17, 0.7);
}

.cofre-btn.latido { animation: cofreLatido 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

@keyframes cofreLatido {
  0% { transform: scale(1); }
  35% { transform: scale(1.12); box-shadow: 0 0 0 5px rgba(201, 162, 75, 0.35); }
  70% { transform: scale(0.97); }
  100% { transform: scale(1); }
}

.cofre-icono { width: 19px; height: 19px; color: var(--oro-brillo); }

.cofre-contador {
  background: var(--oro);
  color: var(--tinta);
  font-size: 0.8rem;
  font-weight: 800;
  padding: 0 7px;
  border-radius: var(--r-pill);
  min-width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cofre-contador.salta { animation: contadorSalta 0.35s ease; }

@keyframes contadorSalta {
  50% { transform: scale(1.35); }
}

/* Aviso "Guardado en tu cofre" */
.cofre-aviso {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  background: var(--papel);
  color: var(--tinta);
  border: 1px solid var(--oro-borde);
  padding: 8px 14px;
  border-radius: var(--r-pill);
  font-size: 0.84rem;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: var(--sombra-alta);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.22s var(--suave), transform 0.22s var(--suave), visibility 0.22s;
  z-index: 1200;
  cursor: pointer;
}

.cofre-aviso.activo {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.cofre-aviso-corona {
  width: 16px;
  height: 13px;
  color: var(--oro);
  animation: coronaBrilla 0.9s ease-in-out infinite alternate;
}

@keyframes coronaBrilla {
  from { transform: translateY(0) rotate(-6deg); }
  to { transform: translateY(-2px) rotate(6deg); }
}

/* Partícula que vuela hacia el cofre */
.particula-cofre {
  position: fixed;
  width: 26px;
  height: 26px;
  background: var(--oro);
  color: var(--tinta);
  font-size: 0.72rem;
  font-weight: 800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  pointer-events: none;
  box-shadow: 0 4px 14px rgba(201, 162, 75, 0.55);
  transform: translate(-50%, -50%);
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.25, 1), opacity 0.5s ease;
}

/* ================= FRASCO CON ETIQUETA DINÁMICA ================= */
/* Foto del frasco (etiqueta en blanco) + el texto de cada perfume encima.
   Medidas en % / cqw del frasco para que escale a cualquier tamaño. */
.frasco {
  position: relative;
  aspect-ratio: 1 / 2;
  container-type: inline-size;
  flex-shrink: 0;
}

.frasco-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}

.etiqueta {
  position: absolute;
  left: 22%;
  width: 56%;
  top: 53.6%;
  height: 28.6%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 3.4cqw 0 3cqw;
  font-family: var(--fuente-etiqueta);
  color: #161616;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.14;
  mix-blend-mode: multiply;
  pointer-events: none;
  user-select: none;
}

.etiqueta > * { white-space: nowrap; }

.et-titulo {
  font-weight: 700;
  font-size: calc(var(--fs, 6.4) * 1cqw);
  letter-spacing: 0.01em;
  line-height: 1.16;
}

.et-genero { font-size: 3.3cqw; letter-spacing: 0.03em; }

.et-sep {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3cqw;
  width: 70%;
}

.et-sep i { flex: 1; height: 0.32cqw; min-height: 0.5px; background: currentColor; }
.et-sep em { width: 0.9cqw; height: 0.9cqw; border-radius: 50%; background: currentColor; }
.et-sep b { width: 1.7cqw; height: 1.7cqw; transform: rotate(45deg); background: currentColor; }

.et-insp { font-size: 2.7cqw; letter-spacing: 0.04em; }

.et-ref {
  font-size: calc(var(--fs, 4.3) * 1cqw);
  letter-spacing: 0.01em;
}

.et-edp,
.et-ml {
  font-size: 3.2cqw;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* ================= PORTADA ================= */
.portada {
  background:
    radial-gradient(ellipse 60% 70% at 85% 30%, rgba(201, 162, 75, 0.10) 0%, transparent 70%),
    linear-gradient(180deg, var(--marfil) 0%, #f5eee2 100%);
  padding: 44px 24px 56px;
  border-bottom: 1px solid var(--linea);
  overflow: hidden;
}

.portada-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 52px;
  align-items: center;
}

.portada-texto { max-width: 560px; }

.portada-texto > * { animation: portadaSube 0.8s var(--suave) both; }
.portada-texto > :nth-child(2) { animation-delay: 0.06s; }
.portada-texto > :nth-child(3) { animation-delay: 0.12s; }
.portada-texto > :nth-child(4) { animation-delay: 0.18s; }
.portada-texto > :nth-child(5) { animation-delay: 0.24s; }
.portada-texto > :nth-child(6) { animation-delay: 0.30s; }

@keyframes portadaSube {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

.portada-etiqueta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--oro-hondo);
  background: var(--oro-suave);
  border: 1px solid var(--oro-borde);
  padding: 6px 12px;
  border-radius: var(--r-pill);
}

.portada-etiqueta svg { width: 16px; height: 13px; color: var(--oro); }

.portada-titulo {
  font-size: clamp(2.3rem, 4.6vw, 3.9rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.035em;
  margin: 18px 0 16px;
}

.portada-titulo-oro {
  background: linear-gradient(95deg, #8a6618 0%, #c9a24b 45%, #8a6618 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.portada-desc {
  font-size: 1.06rem;
  color: var(--tinta-2);
  line-height: 1.6;
  margin-bottom: 24px;
  max-width: 500px;
}

.portada-precios {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: start;
  gap: 10px;
  margin-bottom: 26px;
}

.precio-ficha {
  background: var(--papel);
  border: 1px solid var(--linea);
  border-radius: 16px;
  padding: 10px 16px 11px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  box-shadow: var(--sombra);
}

.precio-ficha span {
  font-size: 0.68rem;
  font-weight: 800;
  color: var(--tinta-3);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.precio-ficha strong {
  font-size: 1.32rem;
  font-weight: 800;
  line-height: 1.15;
  white-space: nowrap;
}

.precio-ficha em {
  font-style: normal;
  font-size: 0.7rem;
  font-weight: 700;
  white-space: nowrap;
}

.precio-ficha--destacada {
  background: var(--tinta);
  border-color: var(--tinta);
  box-shadow: 0 12px 26px -12px rgba(27, 22, 17, 0.75);
}

.precio-ficha--destacada span,
.precio-ficha--destacada em { color: var(--oro-brillo); }
.precio-ficha--destacada strong { color: #fffaf0; }
.precio-ficha--gratis strong { color: var(--verde); }

.portada-acciones {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn-principal,
.btn-contorno {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: var(--r-pill);
  padding: 14px 24px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s var(--suave), box-shadow 0.2s ease, background 0.2s ease;
}

.btn-principal {
  background: var(--tinta);
  color: #fffaf0;
  border: 1.5px solid var(--tinta);
  box-shadow: 0 10px 22px -10px rgba(27, 22, 17, 0.8);
}

.btn-principal:hover { transform: translateY(-2px); box-shadow: 0 0 0 3px var(--oro-suave), 0 14px 26px -10px rgba(27, 22, 17, 0.8); }

.btn-contorno {
  background: transparent;
  color: var(--tinta);
  border: 1.5px solid var(--oro);
}

.btn-contorno:hover { background: var(--oro-suave); transform: translateY(-2px); }

.portada-confianza {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 22px;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--tinta-2);
}

.portada-confianza li::before { content: '✓'; color: var(--oro-hondo); font-weight: 800; margin-right: 6px; }

.portada-foto {
  position: relative;
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  aspect-ratio: 1368 / 1006;
  background: #ece5dc;
  box-shadow: 0 34px 70px -28px rgba(58, 42, 18, 0.45);
  animation: portadaFoto 1.2s var(--suave) both;
}

@keyframes portadaFoto {
  from { opacity: 0; transform: scale(0.96); }
  to { opacity: 1; transform: scale(1); }
}

.portada-foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portada-foto::after {
  content: '';
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(201, 162, 75, 0.5);
  border-radius: 19px;
  pointer-events: none;
}

.portada-foto-chip {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(27, 22, 17, 0.84);
  color: #fffaf0;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 8px 14px;
  border-radius: var(--r-pill);
  font-size: 0.8rem;
  font-weight: 700;
}

.portada-foto-chip::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--oro);
}

.portada-sello {
  position: absolute;
  right: 26px;
  top: 26px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: var(--papel);
  border: 1px solid var(--oro-borde);
  box-shadow: var(--sombra-alta);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transform: rotate(-8deg);
}

.portada-sello strong { font-size: 1.6rem; font-weight: 800; }
.portada-sello span { font-size: 0.6rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--oro-hondo); margin-top: 4px; }

@media (prefers-reduced-motion: reduce) {
  .portada-texto > *, .portada-foto, .aviso-pista { animation: none !important; }
}

/* ================= FILTROS ================= */
.filtros {
  position: sticky;
  top: var(--cab-alto);
  z-index: 90;
  padding: 12px 24px;
  background: var(--papel);
  border-bottom: 1px solid var(--linea);
  box-shadow: 0 6px 18px rgba(58, 42, 18, 0.05);
  scroll-margin-top: var(--cab-alto);
}

.filtros-interior {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (min-width: 640px) {
  .filtros-interior { flex-direction: row; align-items: center; }
}

.pestanas {
  display: inline-flex;
  align-items: center;
  background: var(--crema-2);
  padding: 4px;
  border-radius: var(--r-pill);
  border: 1px solid var(--crema-3);
  gap: 2px;
  flex-shrink: 0;
}

.pestana {
  border: none;
  background: transparent;
  padding: 8px 16px;
  border-radius: var(--r-pill);
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--tinta-2);
  cursor: pointer;
  transition: all 0.2s var(--suave);
  white-space: nowrap;
}

.pestana:hover { color: var(--tinta); }

.pestana.activa {
  background: var(--tinta);
  color: var(--oro-brillo);
  box-shadow: 0 4px 12px -4px rgba(27, 22, 17, 0.6);
}

@media (max-width: 640px) {
  .filtros { padding: 10px 14px; }

  .pestanas {
    width: 100%;
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 3px;
  }

  .pestanas::-webkit-scrollbar { display: none; }

  .pestana {
    flex: 1 1 auto;
    text-align: center;
    padding: 7px 8px;
    font-size: 0.78rem;
  }
}

.buscador-caja {
  position: relative;
  flex: 1;
  max-height: 52px;
  opacity: 1;
  transition: max-height 0.22s var(--suave), opacity 0.18s ease, transform 0.22s var(--suave), margin 0.22s ease;
}

.buscador-caja.oculto {
  max-height: 0 !important;
  opacity: 0 !important;
  transform: translateY(-8px);
  pointer-events: none !important;
  overflow: hidden !important;
  margin-top: -12px !important;
  visibility: hidden;
  transition: max-height 0.22s var(--suave), opacity 0.18s ease, transform 0.22s var(--suave), margin 0.22s ease, visibility 0s linear 0.22s;
}

@media (min-width: 640px) {
  .buscador-caja { max-width: 460px; margin-left: auto; }

  .buscador-caja.oculto {
    max-width: 0 !important;
    max-height: 52px !important;
    transform: translateX(16px);
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
}

.buscador-icono {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: var(--oro-hondo);
  pointer-events: none;
}

.buscador-caja input {
  width: 100%;
  padding: 12px 38px 12px 42px;
  font-size: 0.92rem;
  font-family: inherit;
  color: var(--tinta);
  background: var(--marfil);
  border: 1px solid var(--crema-3);
  border-radius: var(--r-pill);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}

.buscador-caja input::-webkit-search-cancel-button,
.buscador-caja input::-webkit-search-decoration { -webkit-appearance: none; display: none; }

.buscador-caja input::placeholder { color: var(--tinta-3); }

.buscador-caja input:focus {
  border-color: var(--oro);
  background: var(--papel);
  box-shadow: 0 0 0 3px var(--oro-suave);
}

.buscador-limpiar {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--tinta-3);
  color: #fff;
  border: none;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.buscador-limpiar.visible { display: flex; }
.buscador-limpiar:hover { background: var(--tinta-2); }

/* ================= VITRINA / GRILLA ================= */
.vitrina {
  max-width: 1360px;
  margin: 0 auto;
  padding: 28px 24px 60px;
}

.vitrina-meta { margin-bottom: 20px; }

.conteo {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--tinta-2);
  letter-spacing: 0.02em;
}

.conteo strong { color: var(--oro-hondo); }

.grilla {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 1140px) {
  .grilla { grid-template-columns: repeat(3, 1fr); gap: 16px; }
}

@media (max-width: 820px) {
  .grilla { grid-template-columns: repeat(2, 1fr); gap: 14px; }
}

@media (min-width: 1680px) {
  .cabecera-interior,
  .filtros-interior,
  .vitrina { max-width: 1560px; }
  .grilla { grid-template-columns: repeat(5, 1fr); }
}

/* Franja del trato 2 x $35 */
.trato {
  grid-column: 1 / -1;
  background: linear-gradient(120deg, #15110c 0%, #2a2116 100%);
  border: 1px solid rgba(201, 162, 75, 0.35);
  border-radius: 18px;
  padding: 16px 22px;
  margin: 8px 0 14px;
  color: #fffaf0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 34px -18px rgba(27, 22, 17, 0.8);
}

.trato::after {
  content: '';
  position: absolute;
  right: -40px;
  top: -40px;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(201, 162, 75, 0.25) 0%, transparent 70%);
  pointer-events: none;
}

.trato-interior {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  position: relative;
  z-index: 1;
}

.trato-titulos { display: flex; flex-direction: column; gap: 3px; flex-shrink: 0; }

.trato-etiqueta {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--oro-brillo);
}

.trato-titulo {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.trato-fichas {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  flex: 1;
}

.trato-ficha {
  background: rgba(255, 250, 240, 0.05);
  border: 1px solid rgba(255, 250, 240, 0.12);
  border-radius: 12px;
  padding: 10px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.trato-ficha-cab {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.trato-pill {
  font-size: 0.72rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 999px;
  white-space: nowrap;
  background: rgba(255, 250, 240, 0.12);
  color: #efe6d4;
  border: 1px solid rgba(255, 250, 240, 0.2);
}

.trato-pill--oro {
  background: var(--oro);
  color: var(--tinta);
  border-color: var(--oro);
}

.trato-precio { font-size: 0.98rem; font-weight: 800; }

.trato-desc {
  font-size: 0.78rem;
  color: #d9cfbf;
  line-height: 1.35;
}

@media (max-width: 820px) {
  .trato { padding: 14px; }
  .trato-interior { flex-direction: column; align-items: stretch; gap: 10px; }
  .trato-titulos { flex-direction: row; align-items: baseline; justify-content: space-between; }
  .trato-titulo { font-size: 1rem; }
  .trato-fichas { gap: 8px; }
  .trato-ficha { padding: 8px 10px; gap: 4px; }
  .trato-desc { font-size: 0.72rem; line-height: 1.3; }
}

@media (max-width: 500px) {
  .trato-pill { font-size: 0.65rem; padding: 2px 7px; }
  .trato-precio { font-size: 0.86rem; }
  .trato-desc { font-size: 0.7rem; }
}

/* ================= TARJETA DE PERFUME ================= */
.tarjeta {
  background: var(--papel);
  border: 1px solid var(--linea);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: var(--sombra);
  transition: transform 0.3s var(--suave), box-shadow 0.3s ease, border-color 0.3s ease;
  content-visibility: auto;
  contain-intrinsic-size: auto 430px;
}

.tarjeta:hover {
  transform: translateY(-4px);
  border-color: var(--oro-borde);
  box-shadow: var(--sombra-alta);
}

.tarjeta--oferta {
  border: 2px solid var(--oro);
  box-shadow: 0 0 0 3px var(--oro-suave), var(--sombra-alta);
}

.tarjeta-enlace {
  display: block;
  text-decoration: none;
  color: inherit;
}

.tarjeta-escena {
  position: relative;
  aspect-ratio: 1 / 1;
  background: var(--crema);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.tarjeta-escena .frasco {
  height: 84%;
  margin-top: 5%;
  transition: transform 0.45s var(--suave);
}

.tarjeta:hover .tarjeta-escena .frasco { transform: scale(1.045) rotate(-1.5deg); }

/* Sellos */
.sello {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 4;
  padding: 4px 10px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  border-radius: 100px;
  white-space: nowrap;
  pointer-events: none;
  background: var(--tinta);
  color: var(--oro-brillo);
  box-shadow: 0 4px 10px -4px rgba(27, 22, 17, 0.7);
}

.sello--2 { color: #e9e6df; }
.sello--3 { color: #efbf93; }

.sello--oferta {
  background: var(--oro);
  color: var(--tinta);
}

.genero-sello {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 4;
  padding: 3px 8px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 100px;
  white-space: nowrap;
  pointer-events: none;
  line-height: 1.2;
  background: rgba(255, 253, 249, 0.92);
  border: 1px solid var(--linea-2);
}

.genero-sello--hombre { color: #2b3a4a; }
.genero-sello--mujer { color: #8e3a5c; }
.genero-sello--unisex { color: #6a4a8c; }

.tarjeta-info {
  padding: 16px 16px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.tarjeta-titulo-enlace {
  text-decoration: none;
  color: inherit;
}

.tarjeta-titulo {
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.01em;
  transition: color 0.2s ease;
}

.tarjeta-titulo-enlace:hover .tarjeta-titulo { color: var(--oro-hondo); }

.tarjeta-insp {
  font-size: 0.82rem;
  color: var(--tinta-2);
  margin: 3px 0 12px;
  line-height: 1.35;
}

.tarjeta-insp strong { color: var(--tinta); font-weight: 600; }

/* Notas principales como etiquetas de color */
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}

.chip {
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: var(--r-pill);
  background: var(--c1, var(--crema-2));
  color: var(--c2, var(--tinta-2));
  white-space: nowrap;
}

.chip::first-letter { text-transform: uppercase; }

.tarjeta-compra {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px dashed var(--linea-2);
}

.tarjeta-precio {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  min-width: 0;
}

.tarjeta-precio strong {
  font-size: 1.38rem;
  font-weight: 800;
  line-height: 1;
}

.precio-nota {
  font-size: 0.68rem;
  font-weight: 800;
  color: var(--oro-hondo);
  background: var(--oro-suave);
  border: 1px solid var(--oro-borde);
  padding: 2px 8px;
  border-radius: var(--r-pill);
  white-space: nowrap;
}

.precio-nota--par {
  background: var(--tinta);
  color: var(--oro-brillo);
  border-color: var(--tinta);
}

.agregar-btn {
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: var(--tinta);
  color: var(--oro-brillo);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  box-shadow: 0 8px 16px -8px rgba(27, 22, 17, 0.8);
  transition: transform 0.25s var(--suave), background 0.2s ease, color 0.2s ease;
}

.agregar-btn svg { width: 22px; height: 22px; transition: transform 0.3s var(--suave); }
.agregar-btn:hover { transform: scale(1.08); }
.agregar-btn:hover svg { transform: rotate(90deg); }
.agregar-btn:active { transform: scale(0.94); }

.agregar-btn.en-cofre {
  background: var(--oro);
  color: var(--tinta);
}

.agregar-cant {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 21px;
  height: 21px;
  padding: 0 5px;
  border-radius: 11px;
  background: var(--tinta);
  color: #fffaf0;
  font-size: 0.7rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--papel);
}

@media (max-width: 640px) {
  .vitrina { padding: 16px 8px 40px; }
  .grilla { gap: 8px; }
  .tarjeta { border-radius: 14px; }
  .tarjeta-info { padding: 10px 9px 12px; }
  .tarjeta-titulo { font-size: 0.98rem; }
  .tarjeta-insp { font-size: 0.74rem; margin-bottom: 8px; }
  .chips { gap: 4px; margin-bottom: 10px; }
  .chip { font-size: 0.62rem; padding: 3px 7px; }
  .chip:nth-child(3) { display: none; }
  .tarjeta-precio strong { font-size: 1.14rem; }
  .precio-nota { font-size: 0.6rem; padding: 2px 6px; }
  .agregar-btn { width: 40px; height: 40px; }
  .agregar-btn svg { width: 19px; height: 19px; }
  .sello { top: 7px; left: 7px; padding: 2px 7px; font-size: 0.58rem; }
  .genero-sello { top: 7px; right: 7px; padding: 2px 6px; font-size: 0.55rem; }
  .tarjeta-escena .frasco { height: 80%; margin-top: 8%; }
}

@media (max-width: 360px) {
  .tarjeta-compra { flex-direction: column; align-items: stretch; }
  .agregar-btn { width: 100%; border-radius: var(--r-pill); height: 38px; }
}

.vacio {
  text-align: center;
  padding: 80px 20px;
  color: var(--tinta-2);
}

.vacio-icono { font-size: 2.5rem; margin-bottom: 12px; }
.vacio h3 { font-size: 1.4rem; color: var(--tinta); margin-bottom: 6px; }

/* ================= VENTANAS (COFRE Y TEST) ================= */
.dialogo {
  border: none;
  background: transparent;
  padding: 0;
  width: calc(100% - 24px);
  max-width: 520px;
  margin: auto;
  outline: none;
  max-height: none;
  overflow: visible;
}

.dialogo::backdrop {
  background: rgba(27, 22, 17, 0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.dialogo-caja {
  background: var(--papel);
  border: 1px solid var(--linea-2);
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  max-height: 90dvh;
  box-shadow: 0 30px 70px -20px rgba(27, 22, 17, 0.45);
  overflow-y: auto;
  overscroll-behavior: contain;
}

.dialogo-cab {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 18px 22px;
  border-bottom: 1px solid var(--linea);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--marfil);
}

.dialogo-titulos h2 {
  font-size: 1.28rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 8px;
}

.dialogo-titulos h2 svg { width: 22px; height: 18px; color: var(--oro); }

.dialogo-sub { font-size: 0.8rem; color: var(--tinta-3); font-weight: 600; }

.cerrar-btn {
  background: var(--crema-2);
  border: none;
  color: var(--tinta);
  width: 32px;
  height: 32px;
  border-radius: var(--r-pill);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s ease;
}

.cerrar-btn:hover { background: var(--crema-3); }

.dialogo-cuerpo {
  padding: 18px 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cofre-vacio {
  text-align: center;
  color: var(--tinta-2);
  padding: 36px 10px;
  font-size: 1.02rem;
}

.cofre-vacio-btn {
  display: inline-block;
  margin-top: 14px;
  background: var(--tinta);
  color: #fffaf0;
  border: none;
  border-radius: var(--r-pill);
  padding: 10px 20px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  cursor: pointer;
}

.linea {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--linea);
}

.linea-foto {
  width: 64px;
  height: 64px;
  border-radius: var(--r-md);
  background: var(--crema);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.linea-foto .frasco { height: 92%; }

.linea-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.linea-arriba {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.linea-titulos { flex: 1; min-width: 0; }

.linea-marca {
  font-size: 0.68rem;
  font-weight: 800;
  color: var(--oro-hondo);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.linea-nombre {
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.25;
  word-break: break-word;
}

.linea-quitar {
  background: none;
  border: none;
  color: var(--tinta-3);
  cursor: pointer;
  padding: 4px;
  font-size: 1.05rem;
  line-height: 1;
  transition: color 0.15s ease, transform 0.15s ease;
}

.linea-quitar:hover { color: #b3261e; transform: scale(1.1); }

.linea-abajo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.linea-pills { display: inline-flex; gap: 5px; flex-wrap: wrap; }

.pill {
  border: 1px solid var(--crema-3);
  background: var(--marfil);
  color: var(--tinta-2);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: var(--r-pill);
  white-space: nowrap;
}

.pill--oscura { background: var(--tinta); color: var(--oro-brillo); border-color: var(--tinta); }

.contador {
  display: inline-flex;
  align-items: center;
  background: var(--crema-2);
  border: 1px solid var(--crema-3);
  border-radius: var(--r-pill);
  padding: 2px 4px;
  gap: 4px;
  flex-shrink: 0;
}

.contador-btn {
  width: 28px;
  height: 28px;
  border-radius: var(--r-pill);
  border: none;
  background: var(--papel);
  color: var(--tinta);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 2px rgba(58, 42, 18, 0.12);
  transition: background 0.2s ease;
}

.contador-btn:hover { background: var(--oro-suave); }

.contador-valor {
  font-size: 0.9rem;
  font-weight: 800;
  min-width: 20px;
  text-align: center;
}

.dialogo-pie {
  padding: 18px 22px 22px;
  background: var(--marfil);
  border-top: 1px solid var(--linea);
}

.desglose {
  background: var(--papel);
  border: 1px solid var(--linea);
  border-radius: var(--r-md);
  padding: 12px 16px;
  font-size: 0.84rem;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.desglose-linea {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--tinta-2);
}

.desglose-linea strong { color: var(--tinta); white-space: nowrap; }
.desglose-linea .gratis { color: var(--verde); }

.desglose-tip {
  color: var(--oro-hondo);
  font-weight: 700;
  border-top: 1px dashed var(--oro-borde);
  padding-top: 7px;
  margin-top: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.desglose-tip button {
  background: var(--tinta);
  color: var(--oro-brillo);
  border: none;
  border-radius: var(--r-pill);
  padding: 5px 11px;
  font-size: 0.74rem;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}

.total-fila {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 16px;
}

.total-titulo { font-size: 1.3rem; font-weight: 800; }

.total-ahorro {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--verde);
  margin-top: 2px;
}

.total-monto {
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.campo { margin-bottom: 14px; }

.campo label,
.campo-entrega label,
.pago-etiqueta {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--tinta-2);
  margin-bottom: 6px;
}

.campo input,
.campo-entrega input,
.campo-entrega select {
  width: 100%;
  height: 44px;
  padding: 10px 14px;
  font-size: 0.92rem;
  font-family: inherit;
  color: var(--tinta);
  background: var(--papel);
  border: 1.5px solid var(--crema-3);
  border-radius: 12px;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.campo input:focus,
.campo-entrega input:focus,
.campo-entrega select:focus {
  border-color: var(--oro);
  box-shadow: 0 0 0 3px var(--oro-suave);
}

.campo-entrega select {
  padding-right: 38px;
  font-weight: 600;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394701f' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 15px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.entrega { margin-bottom: 14px; }

.entrega-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--crema-2);
  border: 1px solid var(--crema-3);
  border-radius: var(--r-md);
  padding: 11px 14px;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--tinta);
  transition: background 0.2s ease;
}

.entrega-btn:hover { background: var(--crema-3); }

.entrega-etiqueta { display: flex; align-items: center; gap: 8px; }
.entrega-icono { width: 18px; height: 18px; color: var(--oro-hondo); flex-shrink: 0; }
.opcional { font-size: 0.76rem; font-weight: 500; color: var(--tinta-3); margin-left: 4px; }

.entrega-flecha {
  font-size: 0.72rem;
  color: var(--tinta-3);
  transition: transform 0.2s ease;
}

.entrega-btn[aria-expanded="true"] .entrega-flecha { transform: rotate(180deg); }

.entrega-campos {
  background: var(--papel);
  border: 1px solid var(--crema-3);
  border-top: none;
  border-bottom-left-radius: var(--r-md);
  border-bottom-right-radius: var(--r-md);
  padding: 14px;
  margin-top: -4px;
}

.entrega-grid { display: flex; flex-direction: column; gap: 12px; }
.campo-entrega { display: flex; flex-direction: column; }
.campo-entrega label { font-size: 0.78rem; margin-bottom: 5px; }
.fila-campos { display: flex; gap: 10px; }
.fila-campos .crece { flex: 1; min-width: 0; }

@media (max-width: 480px) {
  .fila-campos { flex-direction: column; gap: 12px; }
}

.pago { margin-bottom: 18px; }

.pago-opciones {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.pago-btn {
  background: var(--papel);
  color: var(--tinta);
  border: 1.5px solid var(--crema-3);
  border-radius: 12px;
  padding: 10px 6px;
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  transition: all 0.18s var(--suave);
}

.pago-btn:hover { border-color: var(--oro); }

.pago-btn.activo {
  background: var(--tinta);
  color: var(--oro-brillo);
  border-color: var(--tinta);
}

.whatsapp-btn {
  width: 100%;
  background: var(--whatsapp);
  color: #ffffff;
  border: none;
  border-radius: var(--r-pill);
  padding: 14px;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 10px 22px -10px rgba(37, 211, 102, 0.8);
  transition: transform 0.2s var(--suave), box-shadow 0.2s ease;
}

.whatsapp-btn:hover { transform: translateY(-1px); box-shadow: 0 14px 26px -10px rgba(37, 211, 102, 0.9); }
.whatsapp-btn:active { transform: scale(0.98); }

.wa-icono { width: 24px; height: 24px; flex-shrink: 0; }

.pie-nota {
  text-align: center;
  font-size: 0.74rem;
  color: var(--tinta-3);
  margin-top: 10px;
}

/* ================= PIE DE PÁGINA ================= */
.pie {
  border-top: 1px solid var(--linea);
  background: #f4ede1;
  padding: 40px 24px 56px;
}

.pie-interior {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.pie-marca {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--fuente-logo);
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}

.pie-marca svg { width: 22px; height: 17px; color: var(--oro); }

.pie-aviso {
  font-size: 0.78rem;
  line-height: 1.6;
  color: var(--tinta-3);
}

.pie-aviso strong { color: var(--tinta-2); }

.pie-datos {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--linea);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 12px;
  font-size: 0.8rem;
  color: var(--tinta-3);
}

.pie-datos a {
  color: var(--tinta);
  font-weight: 700;
  text-decoration: none;
}

.pie-datos a:hover { color: var(--oro-hondo); }
.pie-punto { color: var(--oro); }

@media (max-width: 600px) {
  .pie-datos { flex-direction: column; gap: 4px; }
  .pie-punto { display: none; }
}

/* ================= GUÍA DEL REY ================= */
.guia {
  max-width: 980px;
  margin: 0 auto;
  padding: 30px 16px 80px;
  animation: guiaAparece 0.35s var(--suave) both;
}

@keyframes guiaAparece {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.guia-cab {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 34px;
  padding: 0 16px;
}

.guia-etiqueta {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--oro-hondo);
  margin-bottom: 12px;
}

.guia-titulo {
  font-size: clamp(1.6rem, 3.5vw, 2.3rem);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.025em;
  margin-bottom: 16px;
}

.guia-intro {
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  line-height: 1.65;
  color: var(--tinta-2);
}

.guia-destacada,
.guia-bloque {
  background: var(--papel);
  border: 1px solid var(--linea);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: grid;
  box-shadow: var(--sombra);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.guia-destacada { grid-template-columns: 1.1fr 1fr; margin-bottom: 22px; }
.guia-bloque { grid-template-columns: 1fr 1.25fr; margin-top: 22px; }
.guia-bloque--invertido { grid-template-columns: 1.25fr 1fr; }
.guia-bloque--invertido .guia-media { order: 2; }

.guia-destacada:hover,
.guia-bloque:hover,
.guia-tarjeta:hover { transform: translateY(-2px); box-shadow: var(--sombra-alta); }

.guia-media {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  background: #ece5dc;
}

.guia-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.guia-destacada:hover .guia-img { transform: scale(1.03); }

/* La foto de la guía es vertical: se muestra completa sobre el mismo tono de la pared */
.guia-destacada .guia-media { background: linear-gradient(90deg, #ebe4dc 0%, #f1eae2 100%); }
.guia-destacada .guia-img { object-fit: contain; }

.guia-escena {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 8%;
}

.guia-escena img {
  height: 78%;
  width: auto;
  position: relative;
  z-index: 1;
}

.guia-escena--oscura {
  background:
    radial-gradient(ellipse 60% 55% at 50% 58%, rgba(201, 162, 75, 0.24) 0%, transparent 70%),
    radial-gradient(ellipse at 50% 110%, #2a2418 0%, #0f0c08 60%);
}

.guia-escena--oscura img { filter: brightness(0.82) drop-shadow(0 18px 30px rgba(0, 0, 0, 0.6)); }

.guia-escena--notas {
  background: radial-gradient(ellipse at 50% 70%, #fff8ea 0%, #f1e2c4 55%, #e3cda0 100%);
}

.guia-escena--notas img { filter: drop-shadow(0 14px 22px rgba(120, 80, 20, 0.25)); }

.guia-nota {
  position: absolute;
  z-index: 2;
  font-size: 1.9rem;
  animation: notaFlota 5s ease-in-out infinite;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.15));
}

@keyframes notaFlota {
  0%, 100% { transform: translateY(0) rotate(-4deg); }
  50% { transform: translateY(-12px) rotate(5deg); }
}

.guia-info {
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.guia-sello {
  display: inline-block;
  align-self: flex-start;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--oro-hondo);
  background: var(--oro-suave);
  border: 1px solid var(--oro-borde);
  padding: 4px 10px;
  border-radius: var(--r-pill);
  margin-bottom: 12px;
}

.guia-subtitulo {
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  line-height: 1.3;
}

.guia-bloque-titulo {
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.015em;
  margin-bottom: 12px;
  line-height: 1.35;
}

.guia-texto {
  font-size: 0.94rem;
  line-height: 1.65;
  color: var(--tinta-2);
}

.guia-texto + .guia-texto { margin-top: 10px; }
.guia-texto strong { color: var(--tinta); font-weight: 700; }

.guia-consejos {
  margin-top: 18px;
  padding: 16px 18px;
  background: var(--marfil);
  border: 1px solid var(--linea);
  border-radius: 12px;
}

.guia-consejos-titulo {
  font-size: 0.88rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.guia-lista {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.guia-lista li {
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--tinta-2);
  position: relative;
  padding-left: 22px;
}

.guia-lista li::before {
  content: '♛';
  position: absolute;
  left: 0;
  color: var(--oro);
  font-size: 0.85rem;
}

.guia-lista li strong { color: var(--tinta); }

.guia-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 22px;
}

.guia-tarjeta {
  background: var(--papel);
  border: 1px solid var(--linea);
  border-radius: var(--r-lg);
  padding: 28px 24px;
  box-shadow: var(--sombra);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.guia-tarjeta-icono { font-size: 1.75rem; margin-bottom: 14px; }

@media (max-width: 768px) {
  .guia-destacada,
  .guia-bloque,
  .guia-bloque--invertido { grid-template-columns: 1fr; }
  .guia-bloque--invertido .guia-media { order: unset; }
  .guia-media { height: 250px; min-height: 250px; }
  .guia-info { padding: 22px 18px; }
  .guia-grid { grid-template-columns: 1fr; gap: 16px; }
}

/* ================= TEST: TU FRAGANCIA REAL ================= */
.test-dialogo { max-width: 490px; }

.test-caja {
  background: var(--papel);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 70px -20px rgba(27, 22, 17, 0.5);
  border: 1px solid var(--linea-2);
  display: flex;
  flex-direction: column;
  max-height: 88vh;
  max-height: 88dvh;
}

.test-contenido {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.test-cab {
  padding: 18px 20px 14px;
  background: var(--marfil);
  border-bottom: 1px solid var(--linea);
}

.test-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  min-height: 30px;
}

.test-atras {
  background: none;
  border: none;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--tinta-2);
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 8px;
}

.test-atras:hover { background: var(--crema-2); color: var(--tinta); }

.test-cerrar {
  background: var(--crema-2);
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  color: var(--tinta);
  cursor: pointer;
  margin-left: auto;
}

.test-cerrar:hover { background: var(--crema-3); }

.test-progreso {
  width: 100%;
  height: 5px;
  background: var(--crema-3);
  border-radius: 9999px;
  overflow: hidden;
  margin-bottom: 14px;
}

.test-progreso-barra {
  height: 100%;
  background: linear-gradient(90deg, var(--tinta), var(--oro));
  border-radius: 9999px;
  transition: width 0.28s cubic-bezier(0.2, 0.9, 0.3, 1);
}

.test-paso {
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--oro-hondo);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 4px;
}

.test-titulo {
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 4px;
  letter-spacing: -0.02em;
}

.test-sub { font-size: 0.82rem; color: var(--tinta-3); line-height: 1.4; }

.test-cuerpo { padding: 16px 20px 22px; }

.test-opciones { display: flex; flex-direction: column; gap: 10px; }

.test-opcion {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--marfil);
  border: 1.5px solid var(--linea);
  border-radius: 16px;
  padding: 13px 16px;
  cursor: pointer;
  text-align: left;
  width: 100%;
  transition: all 0.16s ease;
  -webkit-tap-highlight-color: transparent;
}

.test-opcion:hover { border-color: var(--oro-borde); transform: translateY(-1px); }
.test-opcion:active { transform: scale(0.985); }

.test-opcion.elegida {
  background: var(--papel);
  border-color: var(--oro);
  box-shadow: 0 0 0 3px var(--oro-suave);
}

.test-opcion-icono { font-size: 1.5rem; min-width: 32px; text-align: center; }
.test-opcion-texto { display: flex; flex-direction: column; flex: 1; min-width: 0; }
.test-opcion-titulo { font-size: 0.92rem; font-weight: 800; color: var(--tinta); }
.test-opcion-desc { font-size: 0.78rem; color: var(--tinta-2); margin-top: 2px; line-height: 1.35; }
.test-opcion-marca { font-size: 0.95rem; color: var(--crema-3); margin-left: 6px; }
.test-opcion.elegida .test-opcion-marca { color: var(--oro-hondo); }

.test-resultado { padding: 18px 20px 22px; }

.test-resultado-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.test-veredicto {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--oro-hondo);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--oro-suave);
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid var(--oro-borde);
}

.realeza {
  background: linear-gradient(135deg, #15110c 0%, #2a2116 100%);
  border: 1px solid rgba(201, 162, 75, 0.4);
  border-radius: 18px;
  padding: 18px 20px;
  color: #fffaf0;
  box-shadow: 0 14px 30px -14px rgba(27, 22, 17, 0.8);
  margin-bottom: 14px;
  position: relative;
  overflow: hidden;
}

.realeza::after {
  content: '';
  position: absolute;
  top: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(201, 162, 75, 0.28) 0%, transparent 70%);
  pointer-events: none;
}

.realeza-aura {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--oro-brillo);
  display: block;
  margin-bottom: 4px;
}

.realeza-titulo { font-size: 1.18rem; font-weight: 800; line-height: 1.3; }

.realeza-frase {
  margin-top: 10px;
  border-left: 3px solid var(--oro);
  padding-left: 12px;
  font-size: 0.85rem;
  color: #e7dfd0;
  line-height: 1.45;
}

.elegida-caja {
  background: var(--papel);
  border: 1px solid var(--linea);
  border-radius: 18px;
  padding: 16px;
}

.elegida-etiqueta {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--tinta-3);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}

.elegida-cabeza {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
}

.elegida-foto {
  width: 84px;
  height: 104px;
  border-radius: 14px;
  background: var(--crema);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.elegida-foto .frasco { height: 94%; }

.elegida-info { display: flex; flex-direction: column; min-width: 0; }

.elegida-tag {
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--oro-hondo);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.elegida-nombre {
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 3px;
}

.elegida-insp { font-size: 0.82rem; color: var(--tinta-2); line-height: 1.35; }
.elegida-info .chips { margin: 8px 0 0; }

.porque {
  background: var(--marfil);
  border: 1px solid var(--linea);
  border-radius: 14px;
  padding: 12px 14px;
  margin-bottom: 14px;
}

.porque-titulo { font-size: 0.82rem; font-weight: 800; margin-bottom: 4px; }
.porque-texto { font-size: 0.82rem; color: var(--tinta-2); line-height: 1.45; }

.alternativas {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 14px;
}

.alternativa {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--linea);
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease;
  min-width: 0;
}

.alternativa:hover { border-color: var(--oro-borde); }
.alternativa .elegida-foto { width: 40px; height: 52px; border-radius: 8px; }
.alternativa-nombre { font-size: 0.8rem; font-weight: 800; line-height: 1.2; display: block; }
.alternativa-marca { font-size: 0.7rem; color: var(--tinta-3); display: block; }

.test-acciones { display: flex; flex-direction: column; gap: 9px; }

.test-cta {
  background: var(--tinta);
  color: var(--oro-brillo);
  height: 48px;
  border: none;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.92rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.16s ease;
}

.test-cta:hover { transform: scale(0.99); }

.test-sec-btn {
  background: transparent;
  border: 1.5px solid var(--crema-3);
  color: var(--tinta);
  height: 42px;
  border-radius: 12px;
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.test-sec-btn:hover { border-color: var(--oro); }

@media (max-width: 480px) {
  .test-cab { padding: 16px 16px 12px; }
  .test-cuerpo, .test-resultado { padding: 14px 16px 18px; }
  .test-titulo { font-size: 1.15rem; }
  .test-opcion { padding: 11px 13px; gap: 11px; }
  .test-opcion-icono { font-size: 1.35rem; min-width: 28px; }
}

/* ================= PÁGINA DE PERFUME ================= */
.cabecera-interior.cabecera--detalle {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}

.cabecera--detalle .marca { justify-self: center; }
.cabecera--detalle .cabecera-acciones { justify-self: end; }

.volver-btn {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--papel);
  border: 1px solid var(--crema-3);
  color: var(--tinta);
  border-radius: var(--r-pill);
  padding: 8px 14px;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 0.2s ease;
}

.volver-btn:hover { border-color: var(--oro); }
.volver-btn svg { width: 16px; height: 16px; color: var(--oro-hondo); }

.detalle-fondo { padding: 24px 20px 20px; }

.detalle {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ficha {
  background: var(--papel);
  border: 1px solid var(--linea);
  border-radius: 22px;
  padding: 22px;
  box-shadow: var(--sombra);
}

.ficha-arriba {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 26px;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--linea);
  margin-bottom: 20px;
}

.ficha-foto {
  position: relative;
  aspect-ratio: 1 / 1.05;
  border-radius: 16px;
  background: var(--crema);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ficha-foto .frasco { height: 88%; margin-top: 6%; }

.ficha-subtitulo {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--oro-hondo);
  margin-bottom: 12px;
}

.caracter-fila { margin-bottom: 9px; }
.caracter-fila:last-child { margin-bottom: 0; }

.caracter-nombre {
  display: block;
  font-size: 0.84rem;
  font-weight: 600;
  margin-bottom: 3px;
}

.caracter-nombre::first-letter { text-transform: uppercase; }

.caracter-barra {
  height: 6px;
  background: var(--crema-2);
  border-radius: 9999px;
  overflow: hidden;
}

.caracter-barra span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--tinta), #5a4527);
  border-radius: 9999px;
  transition: width 0.9s var(--suave);
}

.ficha-nombre {
  font-size: clamp(1.6rem, 4vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.ficha-insp { font-size: 1rem; color: var(--tinta-2); margin-top: 4px; }
.ficha-insp strong { color: var(--tinta); font-weight: 600; }

.ficha-familia {
  display: inline-flex;
  margin-top: 10px;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--oro-hondo);
  background: var(--oro-suave);
  border: 1px solid var(--oro-borde);
  border-radius: var(--r-pill);
  padding: 4px 10px;
}

/* Bloque de compra */
.compra {
  margin-top: 18px;
  border: 1px solid var(--linea);
  border-radius: 18px;
  padding: 16px;
  background: var(--marfil);
}

.compra-cabeza {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.compra-precio { font-size: 1.9rem; font-weight: 800; line-height: 1; }
.compra-nota { font-size: 0.82rem; color: var(--tinta-2); margin-top: 6px; }
.compra-nota strong { color: var(--oro-hondo); }

.compra-envio {
  font-size: 0.74rem;
  font-weight: 800;
  color: var(--verde);
  background: #e7f3ea;
  border: 1px solid rgba(47, 122, 77, 0.25);
  border-radius: var(--r-pill);
  padding: 4px 10px;
  white-space: nowrap;
}

.compra-fila {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.cantidad {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--papel);
  border: 1.5px solid var(--crema-3);
  border-radius: var(--r-pill);
  padding: 4px;
  flex-shrink: 0;
}

.cantidad-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: var(--crema-2);
  color: var(--tinta);
  font-size: 1.15rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease;
}

.cantidad-btn:hover { background: var(--oro-suave); }
.cantidad-btn:disabled { opacity: 0.4; cursor: default; }

.cantidad-valor { min-width: 26px; text-align: center; font-weight: 800; font-size: 1.05rem; }

.compra-agregar,
.compra-whatsapp {
  border: none;
  border-radius: var(--r-pill);
  font-size: 0.98rem;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: transform 0.2s var(--suave), box-shadow 0.2s ease;
}

.compra-agregar {
  flex: 1;
  height: 50px;
  background: var(--tinta);
  color: var(--oro-brillo);
  box-shadow: 0 10px 22px -10px rgba(27, 22, 17, 0.8);
}

.compra-agregar:hover { transform: translateY(-1px); }
.compra-agregar svg { width: 20px; height: 20px; }

.compra-whatsapp {
  width: 100%;
  height: 50px;
  background: var(--whatsapp);
  color: #ffffff;
  box-shadow: 0 10px 22px -10px rgba(37, 211, 102, 0.8);
}

.compra-whatsapp:hover { transform: translateY(-1px); }
.compra-whatsapp svg { width: 22px; height: 22px; }

/* Cómo evoluciona */
.evolucion {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.etapa {
  border: 1px solid var(--linea);
  border-radius: 16px;
  padding: 16px 12px 18px;
  text-align: center;
  background: var(--marfil);
}

.etapa h3 {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.etapa h3 small {
  display: block;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--tinta-3);
  margin-top: 2px;
}

.notas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 10px;
}

.nota {
  width: 76px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.nota-icono {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: inset 0 0 0 1px rgba(58, 42, 18, 0.08), 0 2px 6px rgba(58, 42, 18, 0.08);
}

.nota-nombre {
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--tinta-2);
}

.sensacion {
  margin-top: 16px;
  border: 1px solid var(--linea);
  border-left: 3px solid var(--oro);
  border-radius: 12px;
  padding: 14px 16px;
}

.sensacion h3 {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.sensacion p { font-size: 0.94rem; line-height: 1.65; color: var(--tinta-2); }

.garantias {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--linea);
  text-align: center;
}

.garantia {
  font-size: 0.76rem;
  color: var(--tinta-2);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  line-height: 1.35;
}

.garantia span { font-size: 1.15rem; }

.parecidos-titulo {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 8px 0 14px;
}

.parecidos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.no-encontrado { text-align: center; padding: 80px 20px; }
.no-encontrado h1 { font-size: 1.6rem; margin-bottom: 8px; }
.no-encontrado p { color: var(--tinta-2); margin-bottom: 18px; }

/* Opiniones de clientes */
.opiniones { margin-top: 8px; }

.opiniones-titulo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.opiniones-pista {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
}

.opinion {
  scroll-snap-align: start;
  flex: 0 0 min(300px, 82vw);
  background: var(--papel);
  border: 1px solid var(--linea);
  border-radius: 16px;
  padding: 14px 16px;
}

.opinion-autor { font-weight: 800; font-size: 0.92rem; }
.opinion-fecha { font-size: 0.74rem; color: var(--tinta-3); margin-bottom: 8px; }
.opinion-texto { font-size: 0.88rem; line-height: 1.5; color: var(--tinta-2); white-space: pre-line; }

/* ================= ADAPTACIÓN A PANTALLAS ================= */
@media (max-width: 900px) {
  .portada { padding: 18px 16px 40px; }
  .portada-grid { grid-template-columns: 1fr; gap: 26px; }
  .portada-foto { order: -1; border-radius: 22px; }
  .portada-foto::after { inset: 8px; border-radius: 16px; }
  .portada-sello { width: 74px; height: 74px; right: 16px; top: 16px; }
  .portada-sello strong { font-size: 1.3rem; }
  .portada-foto-chip { left: 16px; bottom: 16px; font-size: 0.74rem; padding: 6px 12px; }
  .portada-texto { max-width: none; }
}

@media (max-width: 820px) {
  .parecidos { grid-template-columns: repeat(2, 1fr); gap: 8px; }
}

@media (max-width: 640px) {
  .portada-titulo { margin: 14px 0 12px; }
  .portada-desc { font-size: 0.95rem; margin-bottom: 18px; }
  .portada-precios { grid-template-columns: repeat(3, 1fr); gap: 6px; margin-bottom: 20px; }
  .precio-ficha { padding: 8px 9px 9px; border-radius: 13px; }
  .precio-ficha span { font-size: 0.56rem; letter-spacing: 0.04em; }
  .precio-ficha strong { font-size: 1.05rem; }
  .precio-ficha em { font-size: 0.6rem; }
  .portada-acciones { flex-direction: column; }
  .btn-principal, .btn-contorno { width: 100%; }

  .cabecera--detalle .marca-sub { display: none; }
  .cabecera--detalle .cofre-texto { display: none; }
  .cabecera--detalle .cofre-btn { padding: 8px 10px 8px 12px; }
  .volver-btn { padding: 7px 11px; font-size: 0.8rem; }
  .volver-texto-largo { display: none; }
  .detalle-fondo { padding: 12px 8px; }
  .ficha { padding: 14px; border-radius: 18px; }
  .ficha-arriba { grid-template-columns: 132px 1fr; gap: 14px; }
  .caracter-fila { margin-bottom: 6px; }
  .caracter-nombre { font-size: 0.74rem; }
  .compra-precio { font-size: 1.6rem; }
  .evolucion { grid-template-columns: 1fr; }
  .garantias { grid-template-columns: 1fr; text-align: left; }
  .garantia { flex-direction: row; gap: 10px; }
}

@media (max-width: 420px) {
  .cabecera-interior { padding: 0 12px; }
  .marca-nombre { font-size: 1.2rem; }
  .marca-sub { font-size: 0.5rem; }
  .cofre-btn { padding: 7px 8px 7px 12px; gap: 7px; font-size: 0.86rem; }
}

@media (max-width: 350px) {
  .cofre-texto { display: none; }
}
