.om-autumn-sale {
  --om-sale-accent: #ffbe41;
  --om-sale-ink: #ffffff;
  --om-sale-muted: rgba(255, 255, 255, 0.82);
  --om-sale-shadow: rgba(31, 24, 12, 0.32);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 0 auto 22px;
  min-height: 186px;
  color: var(--om-sale-ink);
  background: #24251e url('/modules/omautumnsale/views/img/autumn-sale.png') center center / cover no-repeat;
  box-shadow: 0 18px 46px var(--om-sale-shadow);
}

.om-autumn-sale::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(20, 17, 12, 0.82) 0%, rgba(31, 22, 13, 0.62) 42%, rgba(33, 25, 15, 0.24) 100%);
}

.om-autumn-sale__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  min-height: 186px;
  margin: 0 auto;
  padding: 26px 0;
}

.om-autumn-sale__copy {
  max-width: 620px;
}

.om-autumn-sale__eyebrow {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--om-sale-accent);
}

.om-autumn-sale__title {
  margin: 0;
  font-size: 38px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
}

.om-autumn-sale__text {
  margin: 10px 0 0;
  max-width: 520px;
  font-size: 17px;
  line-height: 1.45;
  color: var(--om-sale-muted);
}

.om-autumn-sale__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}

.om-autumn-sale__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 98px;
  min-height: 98px;
  padding: 14px;
  border: 2px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  background: rgba(15, 13, 10, 0.55);
  color: var(--om-sale-accent);
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
}

.om-autumn-sale__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 4px;
  background: var(--om-sale-accent);
  color: #24190b;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.om-autumn-sale__button:hover,
.om-autumn-sale__button:focus {
  color: #24190b;
  text-decoration: none;
  filter: brightness(1.05);
}

body#product .om-autumn-sale,
body#category .om-autumn-sale,
body#checkout .om-autumn-sale {
  min-height: 132px;
  margin-bottom: 18px;
}

body#product .om-autumn-sale__inner,
body#category .om-autumn-sale__inner,
body#checkout .om-autumn-sale__inner {
  min-height: 132px;
  padding: 20px 0;
}

body#product .om-autumn-sale__title,
body#category .om-autumn-sale__title,
body#checkout .om-autumn-sale__title {
  font-size: 28px;
}

body#product .om-autumn-sale__text,
body#category .om-autumn-sale__text,
body#checkout .om-autumn-sale__text {
  font-size: 15px;
}

@media (max-width: 767px) {
  .om-autumn-sale {
    min-height: 0;
    margin-bottom: 16px;
  }

  .om-autumn-sale::before {
    background: linear-gradient(180deg, rgba(19, 16, 12, 0.9) 0%, rgba(28, 21, 14, 0.75) 100%);
  }

  .om-autumn-sale__inner {
    display: block;
    width: min(100% - 24px, 520px);
    min-height: 0;
    padding: 22px 0;
  }

  .om-autumn-sale__title,
  body#product .om-autumn-sale__title,
  body#category .om-autumn-sale__title,
  body#checkout .om-autumn-sale__title {
    font-size: 27px;
  }

  .om-autumn-sale__text,
  body#product .om-autumn-sale__text,
  body#category .om-autumn-sale__text,
  body#checkout .om-autumn-sale__text {
    font-size: 15px;
  }

  .om-autumn-sale__actions {
    margin-top: 18px;
    justify-content: space-between;
  }

  .om-autumn-sale__badge {
    min-width: 74px;
    min-height: 74px;
    font-size: 22px;
  }
}
