.dj-ofertas-landing-page {
  background: #f5f5f6;
}

.dj-ofertas-landing {
  color: #111;
  font-family: inherit;
  overflow: hidden;
}

/* Banner exclusivo de /ofertas/. */
.dj-ofertas-public-hero {
  position: relative;
  isolation: isolate;
  min-height: 490px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 64px 24px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 20%, rgba(244, 48, 31, .42), transparent 32%),
    linear-gradient(118deg, #070709 0%, #111116 58%, #2a0908 100%);
  border-bottom: 4px solid #ef3522;
}

.dj-ofertas-public-hero::before,
.dj-ofertas-public-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(2px);
  pointer-events: none;
}

.dj-ofertas-public-hero::before {
  width: 420px;
  height: 420px;
  right: -130px;
  bottom: -260px;
  border: 80px solid rgba(255,255,255,.045);
}

.dj-ofertas-public-hero::after {
  width: 220px;
  height: 220px;
  left: 42%;
  top: -170px;
  border: 46px solid rgba(239,53,34,.09);
}

.dj-ofertas-public-hero__inner {
  width: min(100%, 1320px);
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(310px, .85fr);
  align-items: center;
  gap: clamp(30px, 6vw, 90px);
}

.dj-ofertas-public-hero__copy {
  position: relative;
  z-index: 2;
}

.dj-ofertas-public-hero__copy > span,
.dj-ofertas-section-head > span {
  display: inline-block;
  color: #ef3522;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .2em;
}

.dj-ofertas-public-hero h1 {
  max-width: 780px;
  margin: 10px 0 18px;
  color: #fff;
  font-size: clamp(44px, 6.2vw, 88px);
  font-weight: 900;
  line-height: .92;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.dj-ofertas-public-hero p {
  max-width: 650px;
  margin: 0 0 28px;
  color: rgba(255,255,255,.74);
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.65;
}

.dj-ofertas-public-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 52px;
  padding: 13px 22px;
  border-radius: 7px;
  color: #fff !important;
  background: #ef3522;
  box-shadow: 0 15px 34px rgba(239,53,34,.24);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .055em;
  text-decoration: none !important;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.dj-ofertas-public-cta:hover {
  color: #fff !important;
  background: #ff4632;
  box-shadow: 0 19px 42px rgba(239,53,34,.35);
  transform: translateY(-3px);
}

.dj-ofertas-public-cta b {
  font-size: 20px;
  line-height: 1;
}

.dj-ofertas-public-hero__visual {
  position: relative;
  width: min(100%, 400px);
  justify-self: center;
  perspective: 1000px;
}

.dj-ofertas-public-hero__flyer {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 72%;
  margin: auto;
  border: 8px solid #fff;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 32px 75px rgba(0,0,0,.58);
  transform: rotate(4deg);
  animation: dj-offers-float 5.5s ease-in-out infinite;
  aspect-ratio: 0.73 / 1;
}

.dj-ofertas-public-hero__flyer img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
  opacity: 0;
  transform: scale(1.045);
  transition: opacity .7s ease, transform 1.2s cubic-bezier(.2,.8,.2,1);
}

.dj-ofertas-public-hero__flyer img.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}

.dj-ofertas-public-hero__badge {
  position: absolute;
  z-index: 3;
  top: 8%;
  left: -2%;
  padding: 10px 15px;
  border-radius: 999px;
  color: #fff;
  background: #ef3522;
  box-shadow: 0 10px 28px rgba(0,0,0,.28);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.dj-ofertas-public-hero__visual > strong {
  position: absolute;
  z-index: 1;
  right: -4%;
  bottom: -10%;
  color: rgba(255,255,255,.09);
  font-size: 190px;
  font-weight: 900;
  line-height: 1;
}

@keyframes dj-offers-float {
  0%, 100% { transform: rotate(4deg) translateY(0); }
  50% { transform: rotate(2deg) translateY(-12px); }
}

/* Carrusel: una sola fila en todos los dispositivos. */
.dj-ofertas-flyers,
.dj-ofertas-products {
  width: min(100%, 1480px);
  margin: auto;
  padding: 58px 24px;
}

.dj-offers-shop-hero + #dj-offers-products {
  scroll-margin-top: 92px;
}

.dj-ofertas-section-head {
  margin-bottom: 25px;
}

.dj-ofertas-section-head h2 {
  margin: 6px 0;
  color: #111;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.dj-ofertas-section-head p {
  margin: 0;
  color: #68686d;
  font-size: 15px;
}

.dj-ofertas-flyer-carousel {
  position: relative;
}

.dj-ofertas-flyer-viewport {
  overflow-x: auto;
  overflow-y: visible;
  padding: 13px 4px 28px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.dj-ofertas-flyer-viewport::-webkit-scrollbar {
  display: none;
}

.dj-ofertas-flyer-track {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: max-content;
}

.dj-ofertas-flyer-card {
  position: relative;
  display: block;
  flex: 0 0 min(320px, calc((100vw - 108px) / 4));
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 11px 28px rgba(13,13,18,.11);
  opacity: .72;
  transform: scale(.94);
  transform-origin: center;
  scroll-snap-align: start;
  transition: opacity .45s ease, transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease;
}

.dj-ofertas-flyer-card.is-visible {
  opacity: 1;
  transform: scale(1);
}

.dj-ofertas-flyer-card:hover,
.dj-ofertas-flyer-card:focus-visible {
  z-index: 2;
  box-shadow: 0 19px 42px rgba(13,13,18,.2);
  transform: translateY(-7px) scale(1.025);
}

.dj-ofertas-flyer-card img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform .8s cubic-bezier(.2,.8,.2,1);
}

.dj-ofertas-flyer-card:hover img {
  transform: scale(1.045);
}

.dj-ofertas-flyer-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #111116;
  box-shadow: 0 12px 28px rgba(0,0,0,.22);
  font: 400 34px/1 Arial, sans-serif;
  cursor: pointer;
  transform: translateY(-70%);
  transition: opacity .2s ease, transform .2s ease, background .2s ease;
}

.dj-ofertas-flyer-arrow:hover {
  background: #ef3522;
  transform: translateY(-70%) scale(1.08);
}

.dj-ofertas-flyer-arrow:disabled {
  opacity: .25;
  cursor: default;
}

.dj-ofertas-flyer-arrow--prev { left: -18px; }
.dj-ofertas-flyer-arrow--next { right: -18px; }

.dj-ofertas-flyer-progress {
  overflow: hidden;
  width: min(240px, 45vw);
  height: 4px;
  margin: 1px auto 0;
  border-radius: 999px;
  background: #dedee1;
}

.dj-ofertas-flyer-progress span {
  display: block;
  width: 20%;
  height: 100%;
  border-radius: inherit;
  background: #ef3522;
  transform-origin: left center;
  transition: transform .2s ease;
}

/* Tienda WooCommerce completa, limitada a /ofertas/. */
.dj-ofertas-products {
  width: 100%;
  max-width: none;
  padding: 38px 0 82px;
  background: #fff;
  scroll-margin-top: 100px;
}

.dj-ofertas-section-head--products {
  width: min(calc(100% - 48px), 1480px);
  margin: 0 auto 30px;
}

.dj-ofertas-shop-layout {
  width: min(calc(100% - 48px), 1480px);
  max-width: 1480px;
  margin: auto;
}

.dj-ofertas-products .products li.product {
  position: relative;
}

.dj-ofertas-products .dj-ofertas-discount-badge {
  position: absolute;
  z-index: 12;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 49px;
  padding: 8px 11px;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(135deg, #ef3522, #d92f2f);
  box-shadow: 0 8px 18px rgba(217,47,47,.24);
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
}

.dj-ofertas-products span.onsale.dj-badge-sale {
  display: none !important;
}

.dj-ofertas-products .dj-badge-new {
  top: 72px !important;
}

.dj-ofertas-public-empty {
  width: min(calc(100% - 48px), 1480px);
  margin: auto;
  padding: 45px 20px;
  border: 1px dashed #cfd0d4;
  border-radius: 12px;
  color: #666;
  background: #fff;
  text-align: center;
}

.dj-ofertas-landing-page .site-main {
  max-width: none;
}

@media (max-width: 1100px) {
  .dj-ofertas-public-hero {
    min-height: 440px;
  }

  .dj-ofertas-public-hero__inner {
    grid-template-columns: minmax(0, 1fr) 300px;
  }

  .dj-ofertas-flyer-card {
    flex-basis: calc((100vw - 88px) / 3);
  }
}

@media (max-width: 780px) {
  .dj-ofertas-public-hero {
    min-height: 0;
    padding: 50px 18px 44px;
  }

  .dj-ofertas-public-hero__inner {
    grid-template-columns: minmax(0, 1fr) 190px;
    gap: 20px;
  }

  .dj-ofertas-public-hero h1 {
    font-size: clamp(38px, 9vw, 64px);
  }

  .dj-ofertas-public-hero p {
    font-size: 14px;
  }

  .dj-ofertas-public-hero__flyer {
    width: 82%;
    border-width: 5px;
    border-radius: 12px;
  }

  .dj-ofertas-public-hero__badge {
    left: -8%;
    padding: 7px 9px;
    font-size: 8px;
  }

  .dj-ofertas-public-hero__visual > strong {
    font-size: 110px;
  }

  .dj-ofertas-flyers {
    padding: 44px 14px;
  }

  .dj-ofertas-flyer-card {
    flex-basis: calc((100vw - 54px) / 2);
  }

  .dj-ofertas-flyer-arrow {
    width: 42px;
    height: 42px;
  }

  .dj-ofertas-flyer-arrow--prev { left: -6px; }
  .dj-ofertas-flyer-arrow--next { right: -6px; }

  .dj-ofertas-section-head--products,
  .dj-ofertas-shop-layout {
    width: calc(100% - 28px);
  }

  .dj-ofertas-products .dj-ofertas-discount-badge {
    top: 9px;
    right: 9px;
    min-width: 54px;
    min-height: 40px;
    border-radius: 9px;
    font-size: 17px;
  }
}

@media (max-width: 540px) {
  .dj-ofertas-public-hero {
    padding-top: 42px;
  }

  .dj-ofertas-public-hero__inner {
    grid-template-columns: 1fr;
  }

  .dj-ofertas-public-hero__visual {
    display: block;
    width: min(72vw, 280px);
    margin: 16px auto 0;
  }

  .dj-ofertas-public-hero__flyer {
    width: 76%;
  }

  .dj-ofertas-public-cta {
    width: 100%;
  }

  .dj-ofertas-flyer-track {
    gap: 12px;
  }

  .dj-ofertas-flyer-card {
    flex-basis: 82vw;
  }

  .dj-ofertas-flyer-arrow {
    display: none;
  }

  .dj-ofertas-flyer-viewport {
    margin-right: -14px;
    padding-right: 14px;
  }

  .dj-ofertas-section-head h2 {
    font-size: 28px;
  }

  .dj-ofertas-shop-layout {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dj-ofertas-public-hero__flyer {
    animation: none;
  }

  .dj-ofertas-flyer-viewport {
    scroll-behavior: auto;
  }

  .dj-ofertas-flyer-card,
  .dj-ofertas-flyer-card img,
  .dj-ofertas-public-cta {
    transition: none;
  }
}
