/* HERO INDEX 2 */
.hero-slider {
  width: 100%;
  min-height: auto;
  background: #414040;
  padding: 1px 0px;
}

.page-index2 .hero-slider {
  margin-top: 0;
}

.hero-new-layout {
  width: 100%;
  min-height: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
}

.hero-new-banner {
  position: relative;
  width: 100%;
  min-height: 0;
  overflow: hidden;
  background-color: #111;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.hero-new-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.74), rgba(0,0,0,.42));
  pointer-events: none;
}

.hero-new-banner-main {
  grid-column: 1 / -1;
  min-height: 844px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../images/slider/banner-drop4.webp');
  background-position: center;
}

.hero-new-banner-sale {
  min-height: 287px;
  background-image: url('../images/slider/banner-polos.webp');
  background-position: center;
}

.hero-new-banner-brand {
  min-height: 287px;
  background-image: url('../images/slider/banner-flared.webp');
  background-position: center;
}

.hero-new-banner-sale::before {
  background: linear-gradient(90deg, rgba(32,5,5,.82), rgba(13,5,5,.52));
}

.hero-new-banner-brand::before {
  background: linear-gradient(90deg, rgba(10,8,18,.82), rgba(9,7,15,.50));
}

.hero-new-content {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 22px 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.hero-new-content-center {
  align-items: center;
  text-align: center;
  gap: 14px;
}

.hero-new-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 8px;
}

.hero-new-row-sale {
  justify-content: flex-end;
  margin-bottom: 6px;
}

.hero-new-badge,
.hero-new-discount,
.hero-new-light-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 5px 9px;
  font-family: Kanit-Regular;
  font-size: .68rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .5px;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-new-badge,
.hero-new-light-badge {
  background: #fff;
  color: #111;
}

.hero-new-discount {
  background: var(--rojo);
  color: #fff;
}

.hero-new-eyebrow {
  color: rgba(255,255,255,.62);
  font-family: Kanit-Regular;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-new-content h1,
.hero-new-content h2 {
  color: #fff;
  font-family: Kanit-Regular;
  font-weight: 800;
  line-height: .95;
  margin: 0;
  text-transform: uppercase;
}

.hero-new-content h1 {
  font-size: clamp(2.8rem, 8vw, 6rem);
  letter-spacing: 0;
}

.hero-new-content h2 {
  font-size: clamp(1.35rem, 4vw, 2.4rem);
}

.hero-new-content p {
  max-width: 520px;
  color: rgba(255,255,255,.74);
  font-family: Kanit-Light;
  font-size: .95rem;
  line-height: 1.45;
  margin: 0;
}

.hero-new-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 28px;
  background: #fff;
  color: #111;
  font-family: Kanit-Regular;
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: .5px;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-new-button:hover {
  color: #111;
  text-decoration: none;
}

.hero-new-progress {
  width: 100%;
  min-height: 40px;
  margin: 8px 0 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border-left: 2px solid rgba(255,255,255,.9);
  background: rgba(255,255,255,.16);
  color: rgba(255,255,255,.88);
  font-family: Kanit-Regular;
}

.hero-new-countdown-label {
  color: rgba(255,255,255,.62);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .9px;
}

.hero-new-countdown {
  color: #fff;
  font-size: 1.18rem;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  letter-spacing: 1.2px;
  white-space: nowrap;
}

.hero-new-link {
  display: inline-flex;
  color: #fff;
  font-family: Kanit-Regular;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .4px;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-transform: uppercase;
}

.hero-new-link:hover {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .page-index2 .hero-slider {
    margin-top: 0;
  }

  .hero-slider {
    padding: 1px 0px;
    min-height: auto;
  }

  .hero-new-layout {
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 1px;
  }

  .hero-new-banner-main {
    grid-column: auto;
    flex-basis: 250px;
    min-height: 275px;
    background-image: url('../images/slider/banner-drop4-mobile.webp');
    background-position: center;
  }

  .hero-new-banner-secondary {
    flex-basis: 135px;
    min-height: 149px;
  }

  .hero-new-banner-sale {
    background-image: url('../images/slider/banner-polos-mobile.webp');
    background-position: center;
  }

  .hero-new-banner-brand {
    background-image: url('../images/slider/banner-flared-mobile.webp');
    background-position: center;
  }

  .hero-new-content {
    padding: 18px;
  }

  .hero-new-content-center {
    gap: 12px;
  }

  .hero-new-eyebrow {
    font-size: .58rem;
    letter-spacing: 2.2px;
  }

  .hero-new-content h1 {
    font-size: 3.05rem;
  }

  .hero-new-content h2 {
    font-size: 1.45rem;
  }

  .hero-new-content p {
    font-size: .76rem;
  }

  .hero-new-badge,
  .hero-new-discount,
  .hero-new-light-badge {
    min-height: 20px;
    padding: 4px 7px;
    font-size: .56rem;
  }

  .hero-new-button {
    min-height: 42px;
    padding: 0 24px;
    font-size: .72rem;
  }

  .hero-new-progress {
    min-height: 34px;
    margin: 6px 0 9px;
    padding: 0 10px;
    gap: 7px;
  }

  .hero-new-countdown-label {
    font-size: .56rem;
  }

  .hero-new-countdown {
    font-size: .92rem;
    letter-spacing: .8px;
  }
}
