/* =========================================================
   PUBLISHER · Home Hot Sale
   Archivo limpio consolidado
   ========================================================= */

/* =========================
   0. Base general
   ========================= */

.publisher-home-hot-sale {
  --phs-black: #111111;
  --phs-text: #1f1f1f;
  --phs-muted: #6f6f6f;
  --phs-border: #ece7e0;
  --phs-soft: #fff7f6;
  --phs-cream: #fbf5ef;
  --phs-pink: #fde3e2;
  --phs-yellow: #ffd93d;
  --phs-green: #164c35;
  --phs-red: #f02b5f;

  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 26px 54px;
  box-sizing: border-box;
  color: var(--phs-text);
}

.publisher-home-hot-sale *,
.publisher-home-hot-sale *::before,
.publisher-home-hot-sale *::after {
  box-sizing: border-box;
}

.publisher-home-hot-sale img {
  display: block;
  max-width: 100%;
}

.publisher-home-hot-sale a {
  color: inherit;
  text-decoration: none;
}

/* =========================
   1. Elementos comunes
   ========================= */

.publisher-home-hot-sale__eyebrow {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 5px;
  background: var(--phs-yellow);
  color: #111;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.publisher-home-hot-sale__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  padding: 0 22px;
  border-radius: 4px;
  background: var(--phs-green);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.publisher-home-hot-sale__button:hover {
  transform: translateY(-1px);
  background: #0d3525;
  color: #fff;
}

.publisher-home-hot-sale__button--dark {
  background: #111;
  color: #fff;
}

.publisher-home-hot-sale__button--dark:hover {
  background: #2a2a2a;
  color: #fff;
}

.publisher-home-hot-sale__button--light {
  background: #fff;
  color: #111;
}

.publisher-home-hot-sale__button--light:hover {
  background: #f5f5f5;
  color: #111;
}

.publisher-home-hot-sale__section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 14px;
}

.publisher-home-hot-sale__section-head--center {
  display: block;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.publisher-home-hot-sale__section-head--center .publisher-home-hot-sale__section-text {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.publisher-home-hot-sale__section-title {
  margin: 0;
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 2.8vw, 50px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
}

.publisher-home-hot-sale__section-title--center {
  text-align: center;
}

.publisher-home-hot-sale__section-text {
  max-width: 560px;
  margin: 6px 0 0;
  color: var(--phs-muted);
  font-size: 14px;
  line-height: 1.42;
}

.publisher-home-hot-sale__card-title {
  margin: 0;
  color: #111;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.publisher-home-hot-sale__card-text {
  margin: 6px 0 0;
  color: #676767;
  font-size: 12px;
  line-height: 1.35;
}

.publisher-home-hot-sale__text-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 8px;
  color: #111;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}


/* =========================
   Home Hot Sale · botones sin subrayado
   ========================= */

.publisher-home-hot-sale .publisher-home-hot-sale__button,
.publisher-home-hot-sale .publisher-home-hot-sale__button:visited,
.publisher-home-hot-sale .publisher-home-hot-sale__button:focus,
.publisher-home-hot-sale .publisher-home-hot-sale__button:hover,
.publisher-home-hot-sale .publisher-home-hot-sale__button:active {
  text-decoration: none !important;
}

.publisher-home-hot-sale .publisher-home-hot-sale__button,
.publisher-home-hot-sale .publisher-home-hot-sale__button:visited {
  color: #fff !important;
}

.publisher-home-hot-sale .publisher-home-hot-sale__button:hover,
.publisher-home-hot-sale .publisher-home-hot-sale__button:focus,
.publisher-home-hot-sale .publisher-home-hot-sale__button:active {
  color: #fff !important;
}

.publisher-home-hot-sale .publisher-home-hot-sale__button--light,
.publisher-home-hot-sale .publisher-home-hot-sale__button--light:visited,
.publisher-home-hot-sale .publisher-home-hot-sale__button--light:hover,
.publisher-home-hot-sale .publisher-home-hot-sale__button--light:focus,
.publisher-home-hot-sale .publisher-home-hot-sale__button--light:active {
  color: #111 !important;
}

/* =========================
   2. Bloque 1 · Beneficios
   Cinta infinita ancho completo
   ========================= */

.publisher-home-hot-sale__benefits {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  overflow: hidden !important;
  background: linear-gradient(90deg, #f9d9dc 0%, #fff0ed 48%, #f9d9dc 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.publisher-home-hot-sale__benefits-inner,
.publisher-home-hot-sale__benefits-track {
  width: max-content !important;
  max-width: none !important;
  min-width: max-content !important;
  min-height: 44px;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center;
  gap: 0 !important;
  animation: publisherHomeBenefitsMarquee 24s linear infinite;
  will-change: transform;
}

.publisher-home-hot-sale__benefit {
  flex: 0 0 auto !important;
  min-width: max-content;
  min-height: 44px;
  padding: 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #343434;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
}

.publisher-home-hot-sale__benefit-icon {
  flex: 0 0 auto;
  font-size: 15px;
  line-height: 1;
}

.publisher-home-hot-sale__benefit-title {
  min-width: 0;
  line-height: 1.1;
}

/* Pausa suave al pasar el mouse */
.publisher-home-hot-sale__benefits:hover .publisher-home-hot-sale__benefits-track,
.publisher-home-hot-sale__benefits:hover .publisher-home-hot-sale__benefits-inner {
  animation-play-state: paused;
}

/* =========================
   3. Bloque 2 · Hero slider
   ========================= */

.publisher-home-hot-sale__hero {
  position: relative;
  margin: 0 -26px 28px;
  overflow: hidden;
  background: #f7d8d5;
  border-bottom: 1px solid #efe6e1;
}

.publisher-home-hot-sale__hero-viewport {
  overflow: hidden;
}

.publisher-home-hot-sale__hero-track {
  display: flex;
  transition: transform 0.45s ease;
}

.publisher-home-hot-sale__hero-slide {
  position: relative;
  flex: 0 0 100%;
  min-height: clamp(340px, 34vw, 520px);
  background-color: #f7d8d5;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.publisher-home-hot-sale__hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 231, 229, 0.9) 0%,
    rgba(255, 231, 229, 0.55) 34%,
    rgba(255, 231, 229, 0.08) 68%
  );
  pointer-events: none;
}

.publisher-home-hot-sale__hero-content {
  position: relative;
  z-index: 2;
  width: min(450px, 42%);
  min-height: clamp(340px, 34vw, 520px);
  margin-left: clamp(90px, 12vw, 180px);
  padding: clamp(48px, 6vw, 82px) 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.publisher-home-hot-sale__hero-title {
  max-width: 420px;
  margin: 0;
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 5.8vw, 96px);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.06em;
}

.publisher-home-hot-sale__hero-text {
  max-width: 360px;
  margin: 18px 0 24px;
  color: #262626;
  font-size: clamp(16px, 1.25vw, 21px);
  line-height: 1.25;
}

.publisher-home-hot-sale__hero-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.13);
}

.publisher-home-hot-sale__hero-arrow:hover {
  background: #fff;
}

.publisher-home-hot-sale__hero-arrow::before {
  display: block;
  font-size: 34px;
  line-height: 1;
  font-weight: 600;
}

.publisher-home-hot-sale__hero-arrow--prev {
  left: 34px;
}

.publisher-home-hot-sale__hero-arrow--prev::before {
  content: "‹";
}

.publisher-home-hot-sale__hero-arrow--next {
  right: 34px;
}

.publisher-home-hot-sale__hero-arrow--next::before {
  content: "›";
}

.publisher-home-hot-sale__hero-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 6;
  display: inline-flex;
  gap: 9px;
  transform: translateX(-50%);
}

.publisher-home-hot-sale__hero-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
}

.publisher-home-hot-sale__hero-dot.is-active {
  background: #111;
}
/* =========================================================
   HOME HOT SALE · Bloque 2
   Reducir espacio entre título y bajada del hero
   ========================================================= */

.publisher-home-hot-sale .publisher-home-hot-sale__hero-title {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 6px !important;
  margin-left: 0 !important;
  line-height: 0.86 !important;
}

.publisher-home-hot-sale .publisher-home-hot-sale__hero-text {
  margin-top: 0 !important;
  margin-bottom: 22px !important;
}

/* =========================================================
   HOME HOT SALE · Bloque 2
   Subir un poco el título sin mover la bajada
   ========================================================= */

.publisher-home-hot-sale .publisher-home-hot-sale__hero-title {
  transform: translateY(-8px);
}

.publisher-home-hot-sale .publisher-home-hot-sale__hero-text {
  margin-top: 0 !important;
}

/* =========================================================
   HOME HOT SALE · Bloque 2
   Subir etiqueta amarilla + título juntos
   ========================================================= */

.publisher-home-hot-sale .publisher-home-hot-sale__hero .publisher-home-hot-sale__eyebrow {
  transform: translateY(-12px);
  margin-bottom: 18px;
}

.publisher-home-hot-sale .publisher-home-hot-sale__hero-title {
  transform: translateY(-8px);
}

.publisher-home-hot-sale .publisher-home-hot-sale__hero-text {
  margin-top: 0 !important;
  margin-bottom: 22px !important;
}

/* =========================
   4. Bloque 3 · Tres promociones
   ========================= */

.publisher-home-hot-sale__promo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 28px;
}

.publisher-home-hot-sale__promo-card {
  position: relative;
  min-height: 245px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f6d8c4;
  background-size: cover;
  background-position: center;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06);
}

.publisher-home-hot-sale__promo-card:nth-child(1) {
  background-color: #ffd322;
}

.publisher-home-hot-sale__promo-card:nth-child(2) {
  background-color: #c8a2d8;
}

.publisher-home-hot-sale__promo-card:nth-child(3) {
  background-color: #c8eadb;
}

.publisher-home-hot-sale__promo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(0, 0, 0, 0.05) 100%);
}

.publisher-home-hot-sale__promo-content {
  position: relative;
  z-index: 2;
  min-height: 245px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.publisher-home-hot-sale__promo-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: auto;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 15px;
  font-weight: 950;
  line-height: 0.95;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
}

.publisher-home-hot-sale__promo-card:nth-child(1) .publisher-home-hot-sale__promo-badge {
  padding: 0;
  background: transparent;
  box-shadow: none;
  font-size: 54px;
  line-height: 0.82;
  letter-spacing: -0.06em;
}

.publisher-home-hot-sale__promo-card:nth-child(3) .publisher-home-hot-sale__promo-badge {
  background: #ef233c;
  color: #fff;
}

.publisher-home-hot-sale__promo-title {
  max-width: 190px;
  margin: 0 0 16px;
  color: #111;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

/* =========================
   5. Bloque 4 · Categorías
   ========================= */

.publisher-home-hot-sale__categories {
  margin: 0 0 28px;
}

.publisher-home-hot-sale__category-row {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
  margin-top: 14px;
}

.publisher-home-hot-sale__category {
  min-width: 0;
  color: #111;
  text-align: center;
}

.publisher-home-hot-sale__category-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(104px, 100%);
  aspect-ratio: 1 / 1;
  margin: 0 auto 8px;
  border-radius: 999px;
  background: #f7ede8;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.045);
}

.publisher-home-hot-sale__category-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.publisher-home-hot-sale__category-title {
  display: block;
  max-width: 92px;
  margin: 0 auto;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.12;
}

/* =========================
   6. Bloque 5 · Talleres
   ========================= */

.publisher-home-hot-sale__workshops {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 0;
  margin: 0 0 28px;
  border: 1px solid var(--phs-border);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.045);
}

.publisher-home-hot-sale__workshops-intro {
  min-height: 220px;
  padding: 28px 24px;
  background:
    radial-gradient(circle at left top, rgba(244, 99, 143, 0.12), transparent 34%),
    #fffaf7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.publisher-home-hot-sale__workshops-intro .publisher-home-hot-sale__eyebrow {
  margin-bottom: 12px;
}

.publisher-home-hot-sale__workshops-intro .publisher-home-hot-sale__section-title {
  max-width: 220px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 950;
  line-height: 0.94;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.publisher-home-hot-sale__workshop-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-left: 1px solid var(--phs-border);
}

.publisher-home-hot-sale__workshop-card {
  min-width: 0;
  background: #fff;
  border-right: 1px solid var(--phs-border);
}

.publisher-home-hot-sale__workshop-card:last-child {
  border-right: 0;
}

.publisher-home-hot-sale__workshop-media {
  position: relative;
  display: block;
  aspect-ratio: 1.1 / 1;
  background: #f7f2ed;
  overflow: hidden;
}

.publisher-home-hot-sale__workshop-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.publisher-home-hot-sale__workshop-date {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ff2f68;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(255, 47, 104, 0.18);
  text-transform: uppercase;
}

/* =========================================================
   HOME HOT SALE · Talleres
   Colores de badges por card, como la referencia
   ========================================================= */

.publisher-home-hot-sale__workshop-card:nth-child(1) .publisher-home-hot-sale__workshop-date {
  background: #ff2f68;
  box-shadow: 0 8px 16px rgba(255, 47, 104, 0.18);
}

.publisher-home-hot-sale__workshop-card:nth-child(2) .publisher-home-hot-sale__workshop-date {
  background: #7d52b9;
  box-shadow: 0 8px 16px rgba(125, 82, 185, 0.18);
}

.publisher-home-hot-sale__workshop-card:nth-child(3) .publisher-home-hot-sale__workshop-date {
  background: #f28a1f;
  box-shadow: 0 8px 16px rgba(242, 138, 31, 0.18);
}

.publisher-home-hot-sale__workshop-card:nth-child(4) .publisher-home-hot-sale__workshop-date {
  background: #62b37b;
  box-shadow: 0 8px 16px rgba(98, 179, 123, 0.18);
}

/* Fecha tipo referencia: 24 / MAY */
.publisher-home-hot-sale__workshop-date--calendar {
  flex-direction: column;
  min-width: 52px;
  min-height: 56px;
  padding: 7px 9px 8px;
}

.publisher-home-hot-sale__workshop-date-day {
  display: block;
  font-size: 24px;
  font-weight: 950;
  line-height: 0.88;
  letter-spacing: -0.05em;
}

.publisher-home-hot-sale__workshop-date-month {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.01em;
}

/* Etiquetas no-fecha: TEMPORADA / FAVORITO DAL */
.publisher-home-hot-sale__workshop-date--label {
  max-width: 118px;
  min-height: 44px;
  padding: 8px 13px;
  font-size: 13px;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-align: left;
}
.publisher-home-hot-sale__workshop-body {
  padding: 12px 13px 16px;
}

.publisher-home-hot-sale__workshop-card .publisher-home-hot-sale__card-title {
  font-size: 14px;
  line-height: 1.05;
}

.publisher-home-hot-sale__workshop-card .publisher-home-hot-sale__card-text {
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.3;
}

/* =========================
   7. Bloque 6 · Hot Sale banner
   ========================= */

.publisher-home-hot-sale__sale-banner {
  position: relative;
  min-height: 118px;
  margin: 0 0 30px;
  border-radius: 14px;
  overflow: hidden;
  background:
    linear-gradient(90deg, #ffe8e7 0%, #fff 45%, #ffe7d8 100%);
  background-size: cover;
  background-position: center;
}

.publisher-home-hot-sale__sale-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.02) 100%);
}

.publisher-home-hot-sale__sale-content {
  position: relative;
  z-index: 2;
  min-height: 118px;
  padding: 18px 26px;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) minmax(260px, 300px) auto;
  align-items: center;
  gap: 18px;
}
.publisher-home-hot-sale__sale-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  min-height: 30px;
  padding: 6px 8px;
  background: var(--phs-yellow);
  color: #111;
  font-size: 10px;
  font-weight: 950;
  line-height: 0.95;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-6deg);
}

.publisher-home-hot-sale__sale-title {
  margin: 0;
  color: var(--phs-red);
  font-size: clamp(52px, 6vw, 96px);
  font-weight: 950;
  line-height: 0.84;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.publisher-home-hot-sale__sale-text {
  width: fit-content;
  max-width: 225px;
  margin: 0;
  color: #111;
  font-size: clamp(18px, 1.8vw, 30px);
  font-weight: 950;
  line-height: 0.92;
  letter-spacing: -0.04em;
  text-transform: uppercase;

  display: block;
  justify-self: start;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

/* =========================
   8. Bloque 7 · Productos
   ========================= */

.publisher-home-hot-sale__products {
  margin: 0 0 30px;
}

.publisher-home-hot-sale__product-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.publisher-home-hot-sale__product-card {
  min-width: 0;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.publisher-home-hot-sale__product-media {
  display: block;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  background: #f5efe9;
  overflow: hidden;
}

.publisher-home-hot-sale__product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.publisher-home-hot-sale__product-body {
  padding: 10px 2px 0;
}

.publisher-home-hot-sale__product-card .publisher-home-hot-sale__card-title {
  font-size: 13px;
  line-height: 1.08;
}

.publisher-home-hot-sale__product-card .publisher-home-hot-sale__card-text {
  margin-top: 4px;
  font-size: 10px;
  line-height: 1.25;
}

/* =========================
   9. Bloque 8 · Banners secundarios
   ========================= */

.publisher-home-hot-sale__secondary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 30px;
}

.publisher-home-hot-sale__secondary-card {
  position: relative;
  min-height: 190px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fae2dc;
  background-size: cover;
  background-position: center;
}

.publisher-home-hot-sale__secondary-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 244, 240, 0.92) 0%, rgba(255, 244, 240, 0.52) 55%, rgba(255, 244, 240, 0.05) 100%);
}

.publisher-home-hot-sale__secondary-content {
  position: relative;
  z-index: 2;
  min-height: 190px;
  max-width: 250px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.publisher-home-hot-sale__secondary-title {
  margin: 0;
  color: #111;
  font-size: 22px;
  font-weight: 950;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.publisher-home-hot-sale__secondary-text {
  margin: 8px 0 14px;
  color: #333;
  font-size: 12px;
  line-height: 1.32;
}

/* =========================
   10. Bloque 9 · Valores
   ========================= */

.publisher-home-hot-sale__values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 30px;
  padding: 0 4px;
}

.publisher-home-hot-sale__value {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.publisher-home-hot-sale__value-icon {
  color: #111;
  font-size: 22px;
  line-height: 1;
}

.publisher-home-hot-sale__value-title {
  margin: 0;
  color: #111;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
}

.publisher-home-hot-sale__value-text {
  grid-column: 2;
  margin: -3px 0 0;
  color: #666;
  font-size: 11px;
  line-height: 1.3;
}

/* =========================
   11. Bloque 10 · Testimonios
   ========================= */

.publisher-home-hot-sale__testimonials {
  position: relative;
  margin: 0 0 18px;
  padding: 32px 0;
  border-radius: 14px;
  background:
    radial-gradient(circle at 3% 50%, rgba(244, 99, 143, 0.18), transparent 25%),
    radial-gradient(circle at 97% 50%, rgba(244, 99, 143, 0.18), transparent 25%),
    #fff8f6;
  overflow: hidden;
}

.publisher-home-hot-sale__testimonial-row {
  display: flex;
  overflow: visible;
  transition: transform 0.45s ease;
  will-change: transform;
}

.publisher-home-hot-sale__testimonial {
  flex: 0 0 100%;
  width: 100%;
  max-width: none;
  margin: 18px 0 0;
  padding: 0 80px;
  text-align: center;
}

.publisher-home-hot-sale__testimonial-row {
  width: 100%;
}

.publisher-home-hot-sale__testimonial-text,
.publisher-home-hot-sale__testimonial-name,
.publisher-home-hot-sale__stars {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.publisher-home-hot-sale__testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.publisher-home-hot-sale__testimonial-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.24);
  cursor: pointer;
}

.publisher-home-hot-sale__testimonial-dot.is-active {
  background: #111;
}

.publisher-home-hot-sale__stars {
  margin-top: 12px;
  color: #ffb400;
  font-size: 18px;
  letter-spacing: 2px;
}

.publisher-home-hot-sale__testimonial-text {
  max-width: 680px;
  margin: 0 auto;
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.1;
  letter-spacing: -0.035em;
  text-align: center;
}

.publisher-home-hot-sale__testimonial-name {
  margin-top: 12px;
  color: #555;
  font-size: 12px;
  font-weight: 800;
}

/* =========================
   12. Bloque 11 · Newsletter
   ========================= */

.publisher-home-hot-sale__newsletter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 18px;
  align-items: center;
  margin: 0 0 24px;
  padding: 22px 24px;
  border-radius: 12px;
  background: linear-gradient(90deg, #ffe6e8 0%, #fff3f0 100%);
}

.publisher-home-hot-sale__newsletter-title {
  margin: 0;
  color: #111;
  font-size: 18px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}

.publisher-home-hot-sale__newsletter-text {
  margin: 7px 0 0;
  color: #555;
  font-size: 12px;
  line-height: 1.35;
}

.publisher-home-hot-sale__newsletter-form {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
}

.publisher-home-hot-sale__newsletter-input {
  width: min(360px, 100%);
  min-height: 42px;
  border: 1px solid #e1d7d2;
  border-radius: 4px;
  background: #fff;
  padding: 0 14px;
  color: #111;
  font-size: 13px;
  outline: none;
}

.publisher-home-hot-sale__newsletter-media {
  border-radius: 10px;
  overflow: hidden;
}

.publisher-home-hot-sale__newsletter-media img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

/* =========================
   13. Bloque 12 · Instagram
   ========================= */

.publisher-home-hot-sale__instagram {
  margin: 0;
}

.publisher-home-hot-sale__instagram-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 7px;
  margin-top: 14px;
}

.publisher-home-hot-sale__instagram-item {
  display: block;
  aspect-ratio: 1 / 1;
  border-radius: 7px;
  background: #f4eee9;
  overflow: hidden;
}

.publisher-home-hot-sale__instagram-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========================
   14. Responsive · 1180px
   ========================= */

@media (max-width: 1180px) {
  .publisher-home-hot-sale {
    padding-left: 20px;
    padding-right: 20px;
  }

  .publisher-home-hot-sale__benefits,
  .publisher-home-hot-sale__hero {
    margin-left: -20px;
    margin-right: -20px;
  }

  .publisher-home-hot-sale__benefits-inner,
  .publisher-home-hot-sale__benefits-track {
    padding-left: 24px;
    padding-right: 24px;
  }

  .publisher-home-hot-sale__hero-content {
    margin-left: clamp(70px, 9vw, 120px);
  }

  .publisher-home-hot-sale__category-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px 14px;
  }

  .publisher-home-hot-sale__workshops {
    grid-template-columns: 1fr;
  }

  .publisher-home-hot-sale__workshop-cards {
    border-left: 0;
    border-top: 1px solid var(--phs-border);
  }

  .publisher-home-hot-sale__product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

.publisher-home-hot-sale__sale-content {
  grid-template-columns: 86px minmax(0, 1fr) minmax(230px, 270px) auto;
}
}

/* =========================
   15. Responsive · 980px
   ========================= */

@media (max-width: 980px) {
  .publisher-home-hot-sale__benefits-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 8px 20px;
  }

  .publisher-home-hot-sale__hero-slide,
  .publisher-home-hot-sale__hero-content {
    min-height: 500px;
  }

  .publisher-home-hot-sale__hero-content {
    width: min(440px, calc(100% - 80px));
    margin-left: 42px;
  }

  .publisher-home-hot-sale__hero-title {
    max-width: 340px;
    font-size: clamp(42px, 8vw, 70px);
  }

  .publisher-home-hot-sale__hero-arrow {
    width: 46px;
    height: 46px;
  }

  .publisher-home-hot-sale__hero-arrow::before {
    font-size: 28px;
  }

  .publisher-home-hot-sale__promo-grid,
  .publisher-home-hot-sale__secondary-grid {
    grid-template-columns: 1fr;
  }

  .publisher-home-hot-sale__promo-card,
  .publisher-home-hot-sale__promo-content {
    min-height: 250px;
  }

  .publisher-home-hot-sale__workshops-intro .publisher-home-hot-sale__section-title {
    max-width: none;
  }

  .publisher-home-hot-sale__workshop-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .publisher-home-hot-sale__product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .publisher-home-hot-sale__values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .publisher-home-hot-sale__sale-content {
    grid-template-columns: 1fr auto;
  }

  .publisher-home-hot-sale__sale-title {
    grid-column: 1 / -1;
  }

  .publisher-home-hot-sale__sale-text {
    max-width: 100%;
  }

  .publisher-home-hot-sale__newsletter {
    grid-template-columns: 1fr;
  }

  .publisher-home-hot-sale__instagram-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* =========================
   16. Responsive · 780px
   ========================= */

@media (max-width: 780px) {
  .publisher-home-hot-sale {
    padding: 0 14px 34px;
  }

  .publisher-home-hot-sale__benefits,
  .publisher-home-hot-sale__hero {
    margin-left: -14px;
    margin-right: -14px;
  }

  /* Beneficios en cinta móvil */
  .publisher-home-hot-sale__benefits-inner {
    display: flex;
    width: max-content;
    max-width: none;
    min-height: 42px;
    padding: 0;
    gap: 0;
    animation: publisherHomeBenefitsMarquee 22s linear infinite;
  }

  .publisher-home-hot-sale__benefits-track {
    display: flex;
    width: max-content;
    max-width: none;
    min-height: 42px;
    padding: 0;
    gap: 0;
    animation: publisherHomeBenefitsMarquee 22s linear infinite;
  }

  .publisher-home-hot-sale__benefit {
    flex: 0 0 auto;
    min-height: 42px;
    padding: 0 22px;
    font-size: 12px;
  }

  .publisher-home-hot-sale__hero-slide,
  .publisher-home-hot-sale__hero-content {
    min-height: 500px;
  }

  .publisher-home-hot-sale__hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(255, 231, 229, 0.82) 0%,
      rgba(255, 231, 229, 0.42) 100%
    );
  }

  .publisher-home-hot-sale__hero-content {
    width: auto;
    margin: 0;
    padding: 40px 22px 68px;
    justify-content: flex-end;
  }

  .publisher-home-hot-sale__hero-title {
    max-width: 300px;
    font-size: clamp(40px, 12vw, 58px);
    line-height: 0.92;
  }

  .publisher-home-hot-sale__hero-text {
    max-width: 280px;
    font-size: 15px;
    line-height: 1.25;
  }

  .publisher-home-hot-sale__hero-arrow {
    width: 42px;
    height: 42px;
  }

  .publisher-home-hot-sale__hero-arrow::before {
    font-size: 28px;
  }

  .publisher-home-hot-sale__hero-arrow--prev {
    left: 12px;
  }

  .publisher-home-hot-sale__hero-arrow--next {
    right: 12px;
  }

  .publisher-home-hot-sale__promo-card,
  .publisher-home-hot-sale__promo-content {
    min-height: 230px;
  }

  .publisher-home-hot-sale__category-row {
    display: flex;
    overflow-x: auto;
    gap: 14px;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }

  .publisher-home-hot-sale__category {
    flex: 0 0 96px;
    scroll-snap-align: start;
  }

  .publisher-home-hot-sale__workshops-intro {
    padding: 24px 20px;
  }

  .publisher-home-hot-sale__workshops-intro .publisher-home-hot-sale__section-title {
    max-width: 240px;
    font-size: clamp(26px, 8vw, 40px);
  }

  .publisher-home-hot-sale__workshop-cards {
    grid-template-columns: 1fr;
  }

  .publisher-home-hot-sale__product-grid {
    display: flex;
    overflow-x: auto;
    gap: 14px;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }

  .publisher-home-hot-sale__product-card {
    flex: 0 0 72%;
    scroll-snap-align: start;
  }

  .publisher-home-hot-sale__values {
    grid-template-columns: 1fr;
  }

  .publisher-home-hot-sale__sale-content {
    display: flex;
    min-height: 180px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px;
  }

  .publisher-home-hot-sale__sale-title {
    font-size: 58px;
  }

  .publisher-home-hot-sale__sale-text {
    max-width: 220px;
    font-size: 28px;
  }

.publisher-home-hot-sale__testimonials {
  padding: 28px 0;
}

.publisher-home-hot-sale__testimonial {
  padding: 0 22px;
}

  .publisher-home-hot-sale__newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .publisher-home-hot-sale__newsletter-input,
  .publisher-home-hot-sale__newsletter-form .publisher-home-hot-sale__button {
    width: 100%;
  }
}
    /* =========================================================
   HOME HOT SALE · Instagram móvil más compacto
   3 columnas en móvil
   ========================================================= */

@media (max-width: 780px) {
  .publisher-home-hot-sale__instagram-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }

  .publisher-home-hot-sale__instagram-item {
    border-radius: 6px !important;
  }
}


/* =========================
   17. Animaciones
   ========================= */

@keyframes publisherHomeBenefitsMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}



/* =========================================================
   PUBLISHER · HOME HOT SALE
   BLOQUE 2 · Hero ancho completo + alto reducido
   ========================================================= */

/* Saca SOLO el hero del ancho limitado de Astra */
.publisher-home-hot-sale__hero {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: 0 !important;
  margin-bottom: 24px !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}

/* Viewport y track no deben sumar alto extra */
.publisher-home-hot-sale__hero-viewport,
.publisher-home-hot-sale__hero-track {
  height: auto !important;
  min-height: 0 !important;
}

/* ESTE es el alto real del fondo */
.publisher-home-hot-sale__hero-slide {
  min-height: 430px !important;
  height: 430px !important;
  background-size: cover !important;
  background-position: center center !important;
}

/* El contenido no puede obligar al slide a crecer */
.publisher-home-hot-sale__hero-content {
  min-height: 430px !important;
  height: 430px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Flechas centradas respecto al nuevo alto */
.publisher-home-hot-sale__hero-arrow {
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 54px !important;
  height: 54px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Dots más pegados al borde inferior */
.publisher-home-hot-sale__hero-dots {
  bottom: 16px !important;
}

/* =========================================================
   HOME HOT SALE · Hero móvil final limpio
   Mantiene foto + sube texto + libera dots
   ========================================================= */

@media (max-width: 780px) {
  .publisher-home-hot-sale__hero {
    margin-bottom: 22px !important;
  }

  .publisher-home-hot-sale__hero-slide {
    height: 440px !important;
    min-height: 440px !important;
    background-size: cover !important;
    background-position: 62% center !important;
    background-repeat: no-repeat !important;
  }

  .publisher-home-hot-sale__hero-overlay {
    background: linear-gradient(
      90deg,
      rgba(255, 239, 232, 0.92) 0%,
      rgba(255, 239, 232, 0.70) 42%,
      rgba(255, 239, 232, 0.18) 100%
    ) !important;
  }

  .publisher-home-hot-sale__hero-content {
    width: 100% !important;
    height: 440px !important;
    min-height: 440px !important;
    margin: 0 !important;
    padding: 34px 28px 78px !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }

  .publisher-home-hot-sale__hero .publisher-home-hot-sale__eyebrow {
    transform: none !important;
    margin-top: 0 !important;
    margin-bottom: 13px !important;
    font-size: 12px !important;
    padding: 9px 14px !important;
    border-radius: 7px !important;
  }

  .publisher-home-hot-sale__hero-title {
    max-width: 310px !important;
    margin: 0 0 13px !important;
    transform: none !important;
    font-size: clamp(46px, 12vw, 58px) !important;
    line-height: 0.88 !important;
    letter-spacing: -0.055em !important;
  }

  .publisher-home-hot-sale__hero-text {
    max-width: 310px !important;
    margin: 0 0 20px !important;
    font-size: 19px !important;
    line-height: 1.18 !important;
  }

  .publisher-home-hot-sale__hero .publisher-home-hot-sale__button {
    min-height: 50px !important;
    padding: 0 24px !important;
    font-size: 15px !important;
    border-radius: 7px !important;
  }

  .publisher-home-hot-sale__hero-arrow {
    display: none !important;
  }

  .publisher-home-hot-sale__hero-dots {
    bottom: 22px !important;
  }
}

/* =========================================================
   HOME HOT SALE · Hero móvil
   Columna de texto limitada al 70%
   ========================================================= */

@media (max-width: 780px) {
  .publisher-home-hot-sale__hero-content {
    max-width: 75% !important;
  }

  .publisher-home-hot-sale__hero-title,
  .publisher-home-hot-sale__hero-text {
    max-width: 100% !important;
  }

  .publisher-home-hot-sale__hero .publisher-home-hot-sale__button {
    max-width: 100% !important;
  }
}





/* =========================================================
   HOME HOT SALE · Próximos talleres móvil compacto
   ========================================================= */

@media (max-width: 780px) {
  .publisher-home-hot-sale__workshops {
    display: block !important;
    margin: 0 0 24px !important;
    border-radius: 14px !important;
    overflow: hidden !important;
  }

  .publisher-home-hot-sale__workshops-intro {
    min-height: 0 !important;
    padding: 24px 22px 22px !important;
    display: block !important;
  }

  .publisher-home-hot-sale__workshops-intro .publisher-home-hot-sale__eyebrow {
    margin-bottom: 12px !important;
    font-size: 11px !important;
    padding: 8px 12px !important;
  }

  .publisher-home-hot-sale__workshops-intro .publisher-home-hot-sale__section-title {
    max-width: 100% !important;
    margin: 0 !important;
    font-size: clamp(34px, 10vw, 46px) !important;
    line-height: 0.9 !important;
    letter-spacing: -0.055em !important;
  }

  .publisher-home-hot-sale__workshops-intro .publisher-home-hot-sale__section-text {
    max-width: 100% !important;
    margin: 18px 0 18px !important;
    font-size: 17px !important;
    line-height: 1.25 !important;
  }

  .publisher-home-hot-sale__workshops-intro .publisher-home-hot-sale__button {
    width: 100% !important;
    min-height: 48px !important;
    padding: 0 18px !important;
    font-size: 13px !important;
    border-radius: 7px !important;
  }

  .publisher-home-hot-sale__workshop-cards {
    display: grid !important;
    grid-template-columns: 1fr !important;
    border-top: 1px solid var(--phs-border) !important;
    border-left: 0 !important;
  }

  .publisher-home-hot-sale__workshop-card {
    display: grid !important;
    grid-template-columns: 118px minmax(0, 1fr) !important;
    min-height: 118px !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--phs-border) !important;
  }

  .publisher-home-hot-sale__workshop-card:last-child {
    border-bottom: 0 !important;
  }

  .publisher-home-hot-sale__workshop-media {
    aspect-ratio: auto !important;
    height: 118px !important;
    min-height: 118px !important;
    border-radius: 0 !important;
  }

  .publisher-home-hot-sale__workshop-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .publisher-home-hot-sale__workshop-body {
    padding: 14px 14px 12px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  .publisher-home-hot-sale__workshop-card .publisher-home-hot-sale__card-title {
    font-size: 16px !important;
    line-height: 1.05 !important;
    letter-spacing: -0.035em !important;
  }

  .publisher-home-hot-sale__workshop-card .publisher-home-hot-sale__card-text {
    margin-top: 6px !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
  }

  .publisher-home-hot-sale__workshop-date {
    left: 10px !important;
    top: 10px !important;
    border-radius: 8px !important;
  }

  .publisher-home-hot-sale__workshop-date--calendar {
    min-width: 42px !important;
    min-height: 46px !important;
    padding: 6px 7px 7px !important;
  }

  .publisher-home-hot-sale__workshop-date-day {
    font-size: 19px !important;
    line-height: 0.9 !important;
  }

  .publisher-home-hot-sale__workshop-date-month {
    margin-top: 3px !important;
    font-size: 9px !important;
  }

  .publisher-home-hot-sale__workshop-date--label {
    max-width: 82px !important;
    min-height: 36px !important;
    padding: 7px 9px !important;
    font-size: 10px !important;
    line-height: 0.95 !important;
  }
}

/* =========================================================
   HOME HOT SALE · Los más amados móvil compacto
   ========================================================= */

@media (max-width: 780px) {
  .publisher-home-hot-sale__products {
    margin: 0 0 22px !important;
  }

  .publisher-home-hot-sale__products .publisher-home-hot-sale__section-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    align-items: end !important;
    gap: 12px !important;
    margin: 0 0 14px !important;
  }

  .publisher-home-hot-sale__products .publisher-home-hot-sale__section-title {
    margin: 0 !important;
    max-width: 180px !important;
    font-size: clamp(28px, 9vw, 40px) !important;
    line-height: 0.92 !important;
    letter-spacing: -0.05em !important;
  }

  .publisher-home-hot-sale__products .publisher-home-hot-sale__section-text {
    margin: 0 !important;
    max-width: 170px !important;
    font-size: 13px !important;
    line-height: 1.22 !important;
  }

  .publisher-home-hot-sale__product-grid {
    display: flex !important;
    overflow-x: auto !important;
    gap: 12px !important;
    padding: 0 2px 8px !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch;
  }

  .publisher-home-hot-sale__product-card {
    flex: 0 0 54% !important;
    min-width: 185px !important;
    scroll-snap-align: start !important;
  }

  .publisher-home-hot-sale__product-media {
    aspect-ratio: 0.88 / 1 !important;
    border-radius: 12px !important;
  }

  .publisher-home-hot-sale__product-body {
    padding: 10px 2px 0 !important;
  }

  .publisher-home-hot-sale__product-card .publisher-home-hot-sale__card-title {
    font-size: 14px !important;
    line-height: 1.08 !important;
    letter-spacing: -0.03em !important;
  }

  .publisher-home-hot-sale__product-card .publisher-home-hot-sale__card-text {
    margin-top: 4px !important;
    font-size: 11px !important;
    line-height: 1.22 !important;
  }

  .publisher-home-hot-sale__product-card .publisher-home-hot-sale__text-link {
    margin-top: 8px !important;
    font-size: 10px !important;
  }
}



/* =========================================================
   HOME HOT SALE · Pantallas grandes
   Zona inferior más ancha bajo el hero
   ========================================================= */

@media (min-width: 1500px) {
  section.publisher-home-hot-sale {
    width: min(1760px, calc(100vw - 72px)) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  section.publisher-home-hot-sale .publisher-home-hot-sale__promo-grid,
  section.publisher-home-hot-sale .publisher-home-hot-sale__categories,
  section.publisher-home-hot-sale .publisher-home-hot-sale__workshops,
  section.publisher-home-hot-sale .publisher-home-hot-sale__products,
  section.publisher-home-hot-sale .publisher-home-hot-sale__secondary-grid,
  section.publisher-home-hot-sale .publisher-home-hot-sale__values,
  section.publisher-home-hot-sale .publisher-home-hot-sale__testimonials,
  section.publisher-home-hot-sale .publisher-home-hot-sale__newsletter,
  section.publisher-home-hot-sale .publisher-home-hot-sale__instagram {
    width: 100% !important;
    max-width: none !important;
  }

  section.publisher-home-hot-sale .publisher-home-hot-sale__promo-grid {
    gap: 18px !important;
    margin-bottom: 34px !important;
  }

  section.publisher-home-hot-sale .publisher-home-hot-sale__promo-card,
  section.publisher-home-hot-sale .publisher-home-hot-sale__promo-content {
    min-height: 270px !important;
  }

  section.publisher-home-hot-sale .publisher-home-hot-sale__category-row {
    gap: 22px !important;
  }

  section.publisher-home-hot-sale .publisher-home-hot-sale__category-media {
    width: min(118px, 100%) !important;
  }

  section.publisher-home-hot-sale .publisher-home-hot-sale__workshops {
    grid-template-columns: 330px minmax(0, 1fr) !important;
    margin-bottom: 34px !important;
  }

  section.publisher-home-hot-sale .publisher-home-hot-sale__workshops-intro {
    min-height: 250px !important;
    padding: 34px 30px !important;
  }

  section.publisher-home-hot-sale .publisher-home-hot-sale__workshop-body {
    padding: 15px 16px 18px !important;
  }

  section.publisher-home-hot-sale .publisher-home-hot-sale__workshop-card .publisher-home-hot-sale__card-title {
    font-size: 15px !important;
  }

  section.publisher-home-hot-sale .publisher-home-hot-sale__workshop-card .publisher-home-hot-sale__card-text {
    font-size: 12px !important;
  }
}
/* =========================================================
   HOME HOT SALE · Pantallas grandes
   Hero más alto + texto con más recorrido
   ========================================================= */

@media (min-width: 1500px) {
  .publisher-home-hot-sale__hero-slide {
    height: 580px !important;
    min-height: 580px !important;
    background-position: center center !important;
  }

  .publisher-home-hot-sale__hero-content {
    height: 580px !important;
    min-height: 580px !important;
    width: min(620px, 48vw) !important;
    max-width: 620px !important;
    margin-left: clamp(150px, 11vw, 230px) !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .publisher-home-hot-sale__hero-title {
    max-width: 560px !important;
  }

  .publisher-home-hot-sale__hero-text {
    max-width: 460px !important;
  }
}


/* =========================================================
   HOME HOT SALE · Barra de beneficios más grande en desktop
   ========================================================= */

@media (min-width: 1500px) {
  .publisher-home-hot-sale__benefits-inner,
  .publisher-home-hot-sale__benefits-track {
    min-height: 52px !important;
  }

  .publisher-home-hot-sale__benefit {
    min-height: 72px !important;
    padding-left: 46px !important;
    padding-right: 46px !important;
    font-size: 15px !important;
    gap: 10px !important;
  }

  .publisher-home-hot-sale__benefit-icon {
    font-size: 17px !important;
  }
}


/* =========================================================
   HOME HOT SALE · Pantallas grandes
   Ensanchar más la zona inferior bajo el slider principal
   ========================================================= */

@media (min-width: 1500px) {
  section.publisher-home-hot-sale {
    width: min(1880px, calc(100vw - 48px)) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}