/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/tienda/tienda-efectos.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Efectos de la tienda pública (hero rotativo + tarjetas).
 * Los nombres thFx, thIn y thShine los consume tienda-amazon-hero.tsx
 * vía `style={{ animation }}`. Sin este archivo las animaciones son no-op.
 */

/* ── Bucles de imagen: vitrina viva ── */
/* ── Bucles premium suaves (amplitud baja) ── */
@keyframes thFxKenIn {
  0%,
  100% {
    transform: scale(1) translate3d(0, 0, 0);
  }
  50% {
    transform: scale(1.035) translate3d(-0.8%, -0.6%, 0);
  }
}

@keyframes thFxKenOut {
  0%,
  100% {
    transform: scale(1.035) translate3d(0.7%, 0.5%, 0);
  }
  50% {
    transform: scale(1) translate3d(0, 0, 0);
  }
}

@keyframes thFxOrbit {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  25% {
    transform: translate3d(1.1%, -0.8%, 0) rotate(0.6deg);
  }
  50% {
    transform: translate3d(0, -1.4%, 0) rotate(0deg);
  }
  75% {
    transform: translate3d(-1.1%, -0.8%, 0) rotate(-0.6deg);
  }
}

@keyframes thFxPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.025);
  }
}

@keyframes thFxSwing {
  0%,
  100% {
    transform: rotate(-1.1deg);
  }
  50% {
    transform: rotate(1.1deg);
  }
}

@keyframes thFxTilt3d {
  0%,
  100% {
    transform: perspective(1100px) rotateY(-4deg) rotateX(1deg);
  }
  50% {
    transform: perspective(1100px) rotateY(4deg) rotateX(-1deg);
  }
}

@keyframes thFxBounce {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -2%, 0);
  }
}

@keyframes thFxDriftSlow {
  0%,
  100% {
    transform: translate3d(-1.2%, 0, 0) rotate(-0.5deg);
  }
  50% {
    transform: translate3d(1.2%, 0, 0) rotate(0.5deg);
  }
}

@keyframes thFxZoomPan {
  0% {
    transform: scale(1.01) translate3d(-0.6%, 0.3%, 0);
  }
  50% {
    transform: scale(1.04) translate3d(0.6%, -0.3%, 0);
  }
  100% {
    transform: scale(1.01) translate3d(-0.6%, 0.3%, 0);
  }
}

@keyframes thFxShakeSoft {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  20% {
    transform: translate3d(-1%, 0, 0);
  }
  40% {
    transform: translate3d(1%, 0, 0);
  }
  60% {
    transform: translate3d(-0.6%, 0, 0);
  }
  80% {
    transform: translate3d(0.6%, 0, 0);
  }
}

@keyframes thFxElastic {
  0%,
  100% {
    transform: scale(1, 1);
  }
  35% {
    transform: scale(1.06, 0.95);
  }
  65% {
    transform: scale(0.96, 1.05);
  }
}

@keyframes thFxFloat {
  0%,
  100% {
    transform: translate3d(0, 0.7%, 0);
  }
  50% {
    transform: translate3d(0, -0.7%, 0);
  }
}

/* ── Premium (banner principal) ── */
@keyframes thFxMorphSoft {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
  }
  33% {
    transform: scale(1.02) rotate(0.25deg);
  }
  66% {
    transform: scale(1.01) rotate(-0.2deg);
  }
}

@keyframes thFxParallaxDiag {
  0%,
  100% {
    transform: translate3d(-0.7%, 0.5%, 0) scale(1.01);
  }
  50% {
    transform: translate3d(0.7%, -0.5%, 0) scale(1.03);
  }
}

@keyframes thFxDepthPush {
  0%,
  100% {
    transform: perspective(1100px) translateZ(0) scale(1);
  }
  50% {
    transform: perspective(1100px) translateZ(12px) scale(1.025);
  }
}

@keyframes thFxGlideArc {
  0%,
  100% {
    transform: translate3d(-0.9%, 0, 0) rotate(-0.5deg);
  }
  50% {
    transform: translate3d(0.9%, -1%, 0) rotate(0.5deg);
  }
}

@keyframes thFxPrismHue {
  0%,
  100% {
    transform: scale(1.02);
    filter: hue-rotate(0deg) saturate(1);
  }
  50% {
    transform: scale(1.06);
    filter: hue-rotate(12deg) saturate(1.12);
  }
}

@keyframes thFxFilmGrain {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1.03);
    filter: contrast(1.02) brightness(1);
  }
  25% {
    transform: translate3d(0.4%, -0.3%, 0) scale(1.05);
    filter: contrast(1.05) brightness(1.03);
  }
  75% {
    transform: translate3d(-0.4%, 0.3%, 0) scale(1.04);
    filter: contrast(1.03) brightness(0.98);
  }
}

@keyframes thFxCinematicPan {
  0% {
    transform: scale(1.08) translate3d(-3%, 0, 0);
  }
  50% {
    transform: scale(1.08) translate3d(3%, 0, 0);
  }
  100% {
    transform: scale(1.08) translate3d(-3%, 0, 0);
  }
}

@keyframes thFxRoll3d {
  0%,
  100% {
    transform: perspective(1100px) rotateX(0deg) rotateY(-5deg);
  }
  50% {
    transform: perspective(1100px) rotateX(3deg) rotateY(5deg);
  }
}

@keyframes thFxBreathGlow {
  0%,
  100% {
    transform: scale(1);
    filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.45));
  }
  50% {
    transform: scale(1.045);
    filter: drop-shadow(0 18px 32px rgba(255, 140, 40, 0.28));
  }
}

@keyframes thInCurtain {
  from {
    opacity: 0.88;
    transform: scaleX(0.96) scaleY(1.01);
  }
  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}

@keyframes thInHelix {
  from {
    opacity: 0.65;
    transform: rotate(-18deg) translate3d(0, 12%, 0) scale(0.88);
  }
  to {
    opacity: 1;
    transform: rotate(0deg) translate3d(0, 0, 0) scale(1);
  }
}

@keyframes thInSnap {
  0% {
    opacity: 0.7;
    transform: scale(1.22);
  }
  70% {
    opacity: 1;
    transform: scale(0.96);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes thInFadeRiseSoft {
  from {
    opacity: 0.88;
    transform: translate3d(0, 2.5%, 0) scale(0.99);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes thInPrismIn {
  from {
    opacity: 0.85;
    transform: perspective(1100px) rotateY(-10deg) scale(0.98);
  }
  to {
    opacity: 1;
    transform: perspective(1100px) rotateY(0deg) scale(1);
  }
}

@keyframes thShineGold {
  0% {
    background-position: -140% 0;
  }
  55%,
  100% {
    background-position: 240% 0;
  }
}

@keyframes thShineIce {
  0% {
    background-position: 200% 0;
  }
  60%,
  100% {
    background-position: -160% 0;
  }
}

@keyframes thFxMarcaTilt {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-1deg);
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.55));
  }
  50% {
    transform: translate3d(0, -7%, 0) rotate(1deg);
    filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.4));
  }
}

@keyframes thFxMarcaPulse {
  0%,
  100% {
    transform: scale(1);
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.55));
  }
  50% {
    transform: scale(1.05);
    filter: drop-shadow(0 12px 20px rgba(255, 255, 255, 0.25));
  }
}

@keyframes thFxTextoGlow {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
    opacity: 1;
  }
  50% {
    transform: translate3d(0, -5%, 0);
    text-shadow: 0 4px 18px rgba(255, 160, 40, 0.35);
    opacity: 0.95;
  }
}

@keyframes thFxPrecioPop {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.03) rotate(-0.4deg);
  }
}

@keyframes thFxAuraSweep {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(1) translate3d(0, 0, 0);
  }
  50% {
    opacity: 0.75;
    transform: scale(1.08) translate3d(2%, -2%, 0);
  }
}

@keyframes thFxAuraPrism {
  0%,
  100% {
    opacity: 0.35;
    filter: hue-rotate(0deg);
  }
  50% {
    opacity: 0.7;
    filter: hue-rotate(25deg);
  }
}

/* ── Bucles de texto / marca / precio ── */
@keyframes thFxMarcaFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.55));
  }
  50% {
    transform: translate3d(0, -8%, 0);
    filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.45));
  }
}

@keyframes thFxTextoFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50% {
    transform: translate3d(0, -6%, 0);
    opacity: 0.88;
  }
}

@keyframes thFxPrecioFloat {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.06) rotate(-1.2deg);
  }
}

/* ── Entradas rápidas (sin blur: no dejan el banner vacío) ── */
@keyframes thInSlideR {
  from {
    opacity: 0.9;
    transform: translate3d(4%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes thInSlideL {
  from {
    opacity: 0.9;
    transform: translate3d(-4%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes thInZoom {
  from {
    opacity: 0.88;
    transform: scale(0.97);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes thInFlip {
  from {
    opacity: 0.7;
    transform: perspective(900px) rotateY(38deg);
  }
  to {
    opacity: 1;
    transform: perspective(900px) rotateY(0deg);
  }
}

@keyframes thInRise {
  from {
    opacity: 0.9;
    transform: translate3d(0, 4%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes thInBlur {
  from {
    opacity: 0.85;
    transform: scale(1.04);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes thInSpin {
  from {
    opacity: 0.7;
    transform: rotate(-14deg) scale(0.9);
  }
  to {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}

@keyframes thInDrop {
  from {
    opacity: 0.7;
    transform: translate3d(0, -18%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* ── Brillo que recorre el precio ── */
@keyframes thShine {
  0% {
    background-position: -140% 0;
  }
  60%,
  100% {
    background-position: 240% 0;
  }
}

/* ── Soportes ── */
.tienda-hero-vivo {
  background-size: cover;
  background-position: center;
}

.tienda-hero-aura {
  animation: thFxPulse 4.2s ease-in-out infinite;
}

.tienda-hero-img,
.tienda-hero-anim {
  transform-origin: center;
  will-change: transform;
  backface-visibility: hidden;
}

.tienda-card-img {
  transform-origin: center;
  backface-visibility: hidden;
  transition:
    transform 160ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 160ms ease;
}

/** Zoom emulado al tocar / hover: crece en sitio, sin overlay. */
.tienda-card-img.is-zoom {
  animation: none;
  transform: scale(1.16);
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.28));
}

/** Respiración suave solo en desktop (móvil: solo zoom al tocar). */
@media (hover: hover) and (pointer: fine) {
  .tienda-card-img {
    animation: thCardBreath 5.2s ease-in-out infinite;
  }
}

@keyframes thCardBreath {
  0%,
  100% {
    transform: scale(1) translate3d(0, 0, 0);
  }
  50% {
    transform: scale(1.03) translate3d(0, -1.5%, 0);
  }
}

/** Barrido diagonal sobre la pastilla de precio. */
.tienda-hero-brillo {
  background-image: linear-gradient(
    100deg,
    transparent 30%,
    rgba(255, 255, 255, 0.72) 48%,
    transparent 66%
  );
  background-size: 220% 100%;
  background-repeat: no-repeat;
  mix-blend-mode: overlay;
}

.tienda-hero-brillo.is-gold {
  background-image: linear-gradient(
    100deg,
    transparent 28%,
    rgba(255, 215, 120, 0.85) 48%,
    transparent 68%
  );
}

.tienda-hero-brillo.is-ice {
  background-image: linear-gradient(
    100deg,
    transparent 28%,
    rgba(180, 230, 255, 0.8) 48%,
    transparent 68%
  );
}

.tienda-hero-overlay-premium {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 2;
  mix-blend-mode: soft-light;
  opacity: 0.55;
}

.tienda-hero-overlay-premium.is-aurora {
  background: linear-gradient(
    120deg,
    rgba(255, 120, 40, 0.25),
    transparent 40%,
    rgba(80, 180, 255, 0.2),
    transparent 75%,
    rgba(255, 200, 80, 0.18)
  );
  background-size: 200% 200%;
  animation: thFxAuraPrism 5.5s ease-in-out infinite;
}

.tienda-hero-overlay-premium.is-film {
  background: radial-gradient(
    ellipse 80% 70% at 50% 40%,
    transparent 40%,
    rgba(0, 0, 0, 0.18) 100%
  );
  animation: thFxAuraSweep 4.8s ease-in-out infinite;
}

.tienda-hero-overlay-premium.is-spark {
  background: radial-gradient(
    circle at 70% 30%,
    rgba(255, 255, 255, 0.35),
    transparent 35%
  );
  animation: thFxAuraSweep 3.2s ease-in-out infinite;
}

@keyframes thPromoKenZoom {
  0%,
  100% {
    transform: scale(1) translate3d(0, 0, 0);
  }
  40% {
    transform: scale(1.22) translate3d(-2%, -1%, 0);
  }
  70% {
    transform: scale(1.14) translate3d(2%, 1%, 0);
  }
}

@keyframes thPromoPulseRing {
  0%,
  100% {
    box-shadow:
      0 0 0 0 rgba(255, 255, 255, 0.55),
      0 8px 18px rgba(0, 0, 0, 0.18);
  }
  50% {
    box-shadow:
      0 0 0 6px rgba(255, 255, 255, 0),
      0 10px 22px rgba(225, 29, 72, 0.28);
  }
}

@keyframes thPromoBadgePop {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.12);
  }
}

@keyframes thPromoShineSweep {
  0% {
    background-position: 160% 0;
  }
  100% {
    background-position: -60% 0;
  }
}

.tienda-promo-chip-img {
  transform-origin: center center;
  will-change: transform;
}

.tienda-promo-chip-img.is-activa {
  animation: thPromoKenZoom 2.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.tienda-promo-chip.is-activa {
  animation: thPromoPulseRing 1.8s ease-in-out infinite;
}

.tienda-promo-chip-pct.is-activa {
  animation: thPromoBadgePop 1.4s ease-in-out infinite;
}

.tienda-promo-chip-shine {
  background-image: linear-gradient(
    105deg,
    transparent 35%,
    rgba(255, 255, 255, 0.75) 50%,
    transparent 65%
  );
  background-size: 220% 100%;
  background-repeat: no-repeat;
  mix-blend-mode: soft-light;
  animation: thPromoShineSweep 2.2s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .tienda-hero-aura,
  .tienda-hero-anim,
  .tienda-hero-img,
  .tienda-card-img,
  .tienda-hero-brillo,
  .tienda-hero-marca,
  .tienda-hero-texto,
  .tienda-hero-precio,
  .tienda-hero-overlay-premium,
  .tienda-promo-chip-img.is-activa,
  .tienda-promo-chip.is-activa,
  .tienda-promo-chip-pct.is-activa,
  .tienda-promo-chip-shine {
    animation: none !important;
  }

  .tienda-card-img.is-zoom {
    transform: scale(1.08);
  }

  .tienda-promo-chip-img.is-activa {
    transform: scale(1.08);
  }
}

