/* �?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?�
   SANLILAS - Página de Estampados (Diseño Editorial Alta Costura)
   Paleta: marfil #FBF8F2 / chocolate #2C211B / café #8A7A6A / champagne #C8A46A
   Tipografía: Cormorant Garamond (display) + Plus Jakarta Sans (sans)
   �?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?��?� */

:root {
  --est-marfil: #FBF8F2;
  --est-paper: #F4EEE3;
  --est-chocolate: #2C211B;
  --est-cafe: #746A61;
  --est-muted: #A89F91;
  --est-champagne: #C8A46A;
  --est-champagne-deep: #B08D4F;
  --est-border: rgba(44, 33, 27, 0.10);
  --est-ease: cubic-bezier(0.32, 0.72, 0, 1);
}

.estampados-main {
  background: var(--est-marfil);
  color: var(--est-chocolate);
  min-height: 60vh;
}

/* �?��?��?��?��?��?��?��?��?��?��?��?��?��?��?� HERO EDITORIAL �?��?��?��?��?��?��?��?��?��?��?��?��?��?��?� */
.estampados-hero {
  padding: 8.5rem clamp(1.25rem, 5vw, 3.5rem) 3rem;
  max-width: 1240px;
  margin: 0 auto;
}

.estampados-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.estampados-eyebrow {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--est-champagne-deep);
  background: rgba(200, 164, 106, 0.12);
  border: 1px solid rgba(200, 164, 106, 0.35);
  padding: 0.5rem 1rem;
  border-radius: 999px;
  margin-bottom: 1.6rem;
}

.estampados-title {
  font-family: var(--font-serif, 'Cormorant Garamond', serif);
  font-weight: 400;
  font-size: clamp(2.6rem, 6.5vw, 5rem);
  line-height: 1.04;
  letter-spacing: -0.01em;
  color: var(--est-chocolate);
  margin: 0 0 1.6rem;
}

.estampados-title em {
  font-style: italic;
  font-weight: 300;
  color: var(--est-champagne-deep);
}

.estampados-lead {
  font-size: 1.02rem;
  line-height: 1.75;
  color: var(--est-cafe);
  max-width: 34rem;
  margin: 0 0 2.2rem;
}

.estampados-hero-actions {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  flex-wrap: wrap;
}

.estampados-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 1.5rem 1rem 1.8rem;
  background: var(--est-chocolate);
  color: var(--est-marfil);
  border: 1px solid var(--est-chocolate);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.35s var(--est-ease), transform 0.35s var(--est-ease), box-shadow 0.35s var(--est-ease);
  box-shadow: 0 14px 30px rgba(44, 33, 27, 0.18);
}

.estampados-cta-btn .estampados-cta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(251, 248, 242, 0.12);
  font-size: 1rem;
  transition: transform 0.35s var(--est-ease);
}

.estampados-cta-btn:hover {
  background: var(--est-champagne);
  border-color: var(--est-champagne);
  color: var(--est-chocolate);
  transform: translateY(-2px);
}

.estampados-cta-btn:hover .estampados-cta-arrow {
  transform: translateY(2px);
}

.estampados-cta-btn-light {
  background: transparent;
  color: var(--est-marfil);
  border-color: rgba(251, 248, 242, 0.5);
  box-shadow: none;
}

.estampados-cta-btn-light:hover {
  background: var(--est-marfil);
  border-color: var(--est-marfil);
  color: var(--est-chocolate);
}

.estampados-hero-count {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--est-muted);
}

/* Marco decorativo (doble-bezel del héroe) */
.estampados-hero-art {
  position: relative;
  justify-self: center;
}

.estampados-hero-frame {
  position: relative;
  width: min(320px, 78vw);
  aspect-ratio: 3 / 4;
  background: radial-gradient(circle at 50% 35%, rgba(200,164,106,0.16), rgba(200,164,106,0.04) 70%), var(--est-paper);
  border: 1px solid var(--est-border);
  border-radius: 2rem;
  box-shadow: 0 30px 70px rgba(44, 33, 27, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.estampados-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 2rem;
  box-shadow: inset 0 0 60px rgba(44, 33, 27, 0.25);
  transition: transform 0.6s var(--est-ease);
}

.estampados-hero-art:hover .estampados-hero-img {
  transform: scale(1.03);
}

.estampados-hero-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 2rem;
  border: 2px solid rgba(200, 164, 106, 0.25);
  pointer-events: none;
}

.estampados-hero-monogram {
  font-family: var(--font-serif, 'Cormorant Garamond', serif);
  font-size: clamp(6rem, 16vw, 10rem);
  font-style: italic;
  color: rgba(44, 33, 27, 0.16);
  line-height: 1;
  user-select: none;
}

.estampados-hero-frame-note {
  position: absolute;
  bottom: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.58rem;
  letter-spacing: 0.3em;
  color: var(--est-champagne-deep);
  white-space: nowrap;
}

.estampados-hero-corner {
  position: absolute;
  width: 26px;
  height: 26px;
  border: 1.5px solid var(--est-champagne);
  opacity: 0.9;
}

.estampados-hero-corner-tl { top: 1rem; left: 1rem; border-right: none; border-bottom: none; border-top-left-radius: 1.4rem; }
.estampados-hero-corner-tr { top: 1rem; right: 1rem; border-left: none; border-bottom: none; border-top-right-radius: 1.4rem; }
.estampados-hero-corner-bl { bottom: 1rem; left: 1rem; border-right: none; border-top: none; border-bottom-left-radius: 1.4rem; }
.estampados-hero-corner-br { bottom: 1rem; right: 1rem; border-left: none; border-top: none; border-bottom-right-radius: 1.4rem; }

.estampados-hero-art-caption {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1.2rem;
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--est-muted);
  justify-content: center;
}

.estampados-hero-art-line {
  width: 2.4rem;
  height: 1px;
  background: var(--est-champagne);
}

/* �?��?��?��?��?��?��?��?��?��?��?��?��?��?��?� BARRA DE B�?SQUEDA �?��?��?��?��?��?��?��?��?��?��?��?��?��?��?� */
.estampados-toolbar {
  max-width: 1240px;
  margin: 0 auto;
  padding: 2.5rem clamp(1.25rem, 5vw, 3.5rem) 0.5rem;
}

.estampados-toolbar-inner {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  flex-wrap: wrap;
}

.estampados-search-shell {
  flex: 1;
  min-width: 220px;
}

.estampados-search {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.15rem 0.2rem 0.15rem 1.1rem;
  background: #FFF;
  border: 1px solid var(--est-border);
  border-radius: 999px;
  color: var(--est-muted);
  transition: border-color 0.3s var(--est-ease), box-shadow 0.3s var(--est-ease);
}

.estampados-search:focus-within {
  border-color: var(--est-champagne);
  box-shadow: 0 0 0 4px rgba(200, 164, 106, 0.15);
}

.estampados-search-input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 0.9rem 0;
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--est-chocolate);
  outline: none;
  min-width: 0;
}

.estampados-search-input::placeholder {
  color: var(--est-muted);
}

.estampados-search-clear {
  width: 2.2rem;
  height: 2.2rem;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: var(--est-muted);
  font-size: 1.2rem;
  cursor: pointer;
  transition: background 0.25s var(--est-ease), color 0.25s var(--est-ease);
}

.estampados-search-clear:hover {
  background: rgba(44, 33, 27, 0.06);
  color: var(--est-chocolate);
}

.estampados-toolbar-hint {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: var(--est-muted);
  margin: 0;
}

/* �?��?��?��?��?��?��?��?��?��?��?��?��?��?��?� GALERÍA �?��?��?��?��?��?��?��?��?��?��?��?��?��?��?� */
.estampados-gallery {
  max-width: 1240px;
  margin: 0 auto;
  padding: 2rem clamp(1.25rem, 5vw, 3.5rem) 4rem;
}

.estampados-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: clamp(1.2rem, 3vw, 2rem);
}

/* Card doble-bezel: cascarón exterior + núcleo interior */
.estampado-card {
  --card-ease: cubic-bezier(0.32, 0.72, 0, 1);
  position: relative;
  background: rgba(44, 33, 27, 0.035);
  border: 1px solid var(--est-border);
  border-radius: 1.5rem;
  padding: 0.55rem;
  cursor: pointer;
  transition: transform 0.5s var(--card-ease), box-shadow 0.5s var(--card-ease);
  outline: none;
}

/* Sombra difusa en pseudoelemento para animarla sin repintar (solo opacity) */
.estampado-card::after {
  content: "";
  position: absolute;
  inset: 0.55rem;
  border-radius: 1.2rem;
  box-shadow: 0 26px 55px rgba(44, 33, 27, 0.2);
  opacity: 0;
  transition: opacity 0.5s var(--card-ease);
  pointer-events: none;
}

.estampado-card:hover,
.estampado-card:focus-visible {
  transform: translateY(-5px);
}

.estampado-card:hover::after,
.estampado-card:focus-visible::after {
  opacity: 1;
}

.estampado-card-inner {
  background: #FFF;
  border-radius: 1.15rem;
  overflow: hidden;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.9);
}

.estampado-card-media {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--est-paper);
}

.estampado-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.001);
  transition: transform 0.9s var(--card-ease);
  will-change: transform;
}

.estampado-card:hover .estampado-card-media img,
.estampado-card:focus-visible .estampado-card-media img {
  transform: scale(1.07);
}

.estampado-card-index {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  font-family: var(--font-serif, 'Cormorant Garamond', serif);
  font-size: 0.85rem;
  font-style: italic;
  color: #FFF;
  background: rgba(44, 33, 27, 0.72);
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  letter-spacing: 0.08em;
  backdrop-filter: blur(4px);
}

.estampado-card-tag {
  position: absolute;
  bottom: 0.8rem;
  right: 0.8rem;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--est-champagne-deep);
  background: rgba(251, 248, 242, 0.9);
  border: 1px solid rgba(200, 164, 106, 0.4);
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
}

.estampado-card-body {
  padding: 1rem 1.1rem 1.15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.estampado-card-name {
  font-family: var(--font-serif, 'Cormorant Garamond', serif);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--est-chocolate);
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.estampado-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid rgba(200, 164, 106, 0.5);
  color: var(--est-champagne-deep);
  font-size: 1.1rem;
  transition: background 0.35s var(--card-ease), color 0.35s var(--card-ease), transform 0.35s var(--card-ease);
}

.estampado-card:hover .estampado-card-link,
.estampado-card:focus-visible .estampado-card-link {
  background: var(--est-champagne);
  color: var(--est-marfil);
  transform: rotate(-45deg);
}

/* �?��?��?��?��?��?��?��?��?��?��?��?��?��?��?� PAGINACI�?N �?��?��?��?��?��?��?��?��?��?��?��?��?��?��?� */
.estampados-pagination {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.estampados-pagination-inner {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
  justify-content: center;
}

.estampados-pagination-info {
  font-size: 0.85rem;
  color: var(--est-cafe);
}

.estampados-pagination-info strong {
  color: var(--est-chocolate);
}

.estampados-pagination-controls {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.estampados-page-btn {
  min-width: 40px;
  height: 40px;
  padding: 0 0.8rem;
  border: 1px solid var(--est-border);
  background: #FFF;
  color: var(--est-chocolate);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s var(--est-ease);
  font-family: inherit;
}

.estampados-page-btn:hover:not(:disabled):not(.is-active) {
  border-color: var(--est-champagne);
  color: var(--est-champagne-deep);
  transform: translateY(-1px);
}

.estampados-page-btn.is-active {
  background: var(--est-chocolate);
  color: var(--est-champagne);
  border-color: var(--est-chocolate);
}

.estampados-page-btn.is-nav {
  font-size: 1.1rem;
  line-height: 1;
}

.estampados-page-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.estampados-page-ellipsis {
  color: var(--est-muted);
  padding: 0 0.2rem;
}

/* �?��?��?��?��?��?��?��?��?��?��?��?��?��?��?� CTA FINAL �?��?��?��?��?��?��?��?��?��?��?��?��?��?��?� */
.estampados-final {
  padding: 2rem clamp(1.25rem, 5vw, 3.5rem) 6rem;
  max-width: 1240px;
  margin: 0 auto;
}

.estampados-final-inner {
  position: relative;
  background: linear-gradient(140deg, #2C211B 0%, #3d2d22 100%);
  border-radius: 2.2rem;
  padding: clamp(3rem, 7vw, 5.5rem) clamp(1.5rem, 6vw, 5rem);
  text-align: center;
  overflow: hidden;
}

.estampados-final-inner::before {
  content: "S";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif, 'Cormorant Garamond', serif);
  font-size: clamp(16rem, 40vw, 30rem);
  font-style: italic;
  color: rgba(251, 248, 242, 0.03);
  pointer-events: none;
}

.estampados-final .estampados-eyebrow {
  background: rgba(251, 248, 242, 0.1);
  border-color: rgba(200, 164, 106, 0.5);
  color: var(--est-champagne);
}

.estampados-final-title {
  font-family: var(--font-serif, 'Cormorant Garamond', serif);
  font-weight: 300;
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  color: var(--est-marfil);
  margin: 0 0 1rem;
}

.estampados-final-title em {
  font-style: italic;
  color: var(--est-champagne);
}

.estampados-final-text {
  color: rgba(251, 248, 242, 0.78);
  max-width: 30rem;
  margin: 0 auto 2rem;
  font-size: 1rem;
  line-height: 1.7;
}

/* �?��?��?��?��?��?��?��?��?��?��?��?��?��?��?� ZOOM MODAL �?��?��?��?��?��?��?��?��?��?��?��?��?��?��?� */
.estampado-zoom-overlay {
  position: fixed;
  inset: 0;
  background: rgba(26, 17, 11, 0.85);
  backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 30000;
  padding: 1.5rem;
}

.estampado-zoom-overlay.is-active {
  display: flex;
}

.estampado-zoom-box {
  position: relative;
  background: var(--est-marfil);
  border-radius: 2rem;
  max-width: 560px;
  width: 100%;
  padding: 1rem;
  border: 1px solid rgba(200, 164, 106, 0.55);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.5);
  animation: estampadoZoomIn 0.4s var(--est-ease);
}

@keyframes estampadoZoomIn {
  from { opacity: 0; transform: scale(0.94) translateY(14px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

.estampado-zoom-shell {
  background: var(--est-paper);
  border-radius: 1.4rem;
  padding: 0.5rem;
  border: 1px solid var(--est-border);
}

.estampado-zoom-shell img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 1.1rem;
  display: block;
  background: var(--est-paper);
}

.estampado-zoom-caption {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.2rem 0.6rem 0.4rem;
}

.estampado-zoom-index {
  font-family: var(--font-serif, 'Cormorant Garamond', serif);
  font-size: 1.1rem;
  font-style: italic;
  color: var(--est-champagne-deep);
  padding-top: 0.25rem;
  white-space: nowrap;
}

.estampado-zoom-name {
  font-family: var(--font-serif, 'Cormorant Garamond', serif);
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--est-chocolate);
}

.estampado-zoom-note {
  text-align: left;
  font-size: 0.82rem;
  color: var(--est-cafe);
  margin: 0.5rem 0 0;
  line-height: 1.6;
}

.estampado-zoom-close {
  position: absolute;
  top: 1.3rem;
  right: 1.3rem;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: rgba(44, 33, 27, 0.85);
  color: var(--est-champagne);
  font-size: 1.3rem;
  cursor: pointer;
  line-height: 1;
  z-index: 3;
  transition: transform 0.3s var(--est-ease), background 0.3s var(--est-ease);
}

.estampado-zoom-close:hover {
  background: var(--est-champagne);
  color: var(--est-chocolate);
  transform: rotate(90deg);
}

.estampado-zoom-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(200, 164, 106, 0.5);
  background: rgba(251, 248, 242, 0.95);
  color: var(--est-chocolate);
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 3;
  transition: background 0.3s var(--est-ease), color 0.3s var(--est-ease), transform 0.3s var(--est-ease);
}

.estampado-zoom-prev { left: -1.2rem; }
.estampado-zoom-next { right: -1.2rem; }

.estampado-zoom-nav:hover {
  background: var(--est-champagne);
  color: var(--est-marfil);
}

/* �?��?��?��?��?��?��?��?��?��?��?��?��?��?��?� REVEAL EN SCROLL �?��?��?��?��?��?��?��?��?��?��?��?��?��?��?� */
[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s var(--est-ease), transform 0.55s var(--est-ease);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Cards: reveal sin blur para no repintar */
.estampado-card[data-reveal] {
  opacity: 0;
  transform: translateY(16px) scale(0.99);
  transition: opacity 0.45s var(--card-ease), transform 0.45s var(--card-ease), box-shadow 0.5s var(--card-ease);
}

.estampado-card[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* �?��?��?��?��?��?��?��?��?��?��?��?��?��?��?� SKELETON �?��?��?��?��?��?��?��?��?��?��?��?��?��?��?� */
.prd-skeleton {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: clamp(1.2rem, 3vw, 2rem);
}

.prd-skeleton-card {
  background: #FFF;
  border: 1px solid var(--est-border);
  border-radius: 1.5rem;
  overflow: hidden;
  padding-bottom: 1rem;
}

.prd-skeleton-img {
  aspect-ratio: 1 / 1;
  background: linear-gradient(90deg, #F1EAE0 25%, #E9E0D2 50%, #F1EAE0 75%);
  background-size: 200% 100%;
  animation: skeletonShift 1.4s ease-in-out infinite;
}

.prd-skeleton-line {
  height: 0.8rem;
  border-radius: 6px;
  margin: 0.9rem 1.1rem 0;
  background: linear-gradient(90deg, #F1EAE0 25%, #E9E0D2 50%, #F1EAE0 75%);
  background-size: 200% 100%;
  animation: skeletonShift 1.4s ease-in-out infinite;
}

@keyframes skeletonShift {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* �?��?��?��?��?��?��?��?��?��?��?��?��?��?��?� RESPONSIVE �?��?��?��?��?��?��?��?��?��?��?��?��?��?��?� */
@media (max-width: 900px) {
  .estampados-hero-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .estampados-hero-art {
    order: 2;
    justify-self: start;
  }

  .estampados-hero-frame {
    width: min(240px, 70vw);
  }

  .estampados-zoom-prev { left: 0.4rem; }
  .estampados-zoom-next { right: 0.4rem; }
}

@media (max-width: 640px) {
  .estampados-hero {
    padding-top: 7.5rem;
  }

  .estampados-title {
    font-size: clamp(2.2rem, 11vw, 3.2rem);
  }

  .estampados-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1rem;
  }

  .estampados-toolbar-hint {
    display: none;
  }

  .estampados-zoom-box {
    max-width: 92vw;
  }
}

/* �?��?��?��?��?��?��?��?��?��?��?��?��?��?��?� REDUCED MOTION �?��?��?��?��?��?��?��?��?��?��?��?��?��?��?� */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  [data-reveal],
  .estampado-card[data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }

  .estampado-card:hover,
  .estampado-card:focus-visible {
    transform: none;
  }
}
