.dynamic-discounts {
  position: relative;
  z-index: 8;
  width: 100%;
  padding: 92px 0;
  border-top: 1px solid rgba(212, 175, 55, 0.16);
  border-bottom: 1px solid rgba(212, 175, 55, 0.12);
  background: rgba(5, 5, 5, 0.2);
  isolation: isolate;
  color: #f4efe4;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.dynamic-discounts__inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.dynamic-discounts__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.dynamic-discounts__heading p,
.dynamic-discounts__featured-copy > p,
.dynamic-discount-card__copy > p {
  margin: 0 0 10px;
  color: #d4af37;
  font: 800 0.7rem/1.4 Inter, Arial, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dynamic-discounts__heading h2 {
  max-width: 760px;
  margin: 0;
  font: 400 3.5rem/0.98 "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0;
}

.dynamic-discounts__controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dynamic-discounts__controls span {
  margin-right: 8px;
  color: rgba(244, 239, 228, 0.55);
  font-size: 0.72rem;
}

.dynamic-discounts__controls button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 4px;
  color: #f1d27a;
  background: rgba(255, 255, 255, 0.035);
  font: 400 1.6rem/1 Georgia, serif;
}

.dynamic-discounts__featured {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.75fr);
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 6px;
  background: rgba(6, 6, 6, 0.2);
}

.dynamic-discounts__featured-image {
  position: relative;
  display: block;
  min-height: 520px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.12);
}

.dynamic-discounts__featured-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dynamic-discounts__featured-image > strong {
  position: absolute;
  top: 22px;
  left: 22px;
  padding: 11px 14px;
  border: 1px solid rgba(255, 224, 138, 0.72);
  border-radius: 4px;
  background: #a71915;
  color: #fff8e6;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.dynamic-discounts__featured-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px;
  border-left: 1px solid rgba(212, 175, 55, 0.14);
}

.dynamic-discounts__percent {
  align-self: flex-start;
  margin-bottom: 18px;
  color: #ffcf3f;
  font-size: 1rem;
  font-weight: 900;
}

.dynamic-discounts__featured-copy h3 {
  margin: 0 0 18px;
  font: 400 2.5rem/1 "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0;
}

.dynamic-discounts__featured-copy > span:not(.dynamic-discounts__percent) {
  color: rgba(244, 239, 228, 0.62);
  font-size: 0.85rem;
  line-height: 1.6;
}

.dynamic-discounts__price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 28px 0;
}

.dynamic-discounts__price strong,
.dynamic-discount-card__copy strong {
  color: #ffd34f;
  font-size: 1.75rem;
}

.dynamic-discounts__price del,
.dynamic-discount-card__copy del {
  color: rgba(255, 255, 255, 0.48);
  text-decoration-color: #e35b50;
  text-decoration-thickness: 2px;
}

.dynamic-discounts__cta,
.dynamic-discount-card__details {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid rgba(212, 175, 55, 0.42);
  border-radius: 4px;
  color: #f1d27a;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.dynamic-discounts__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.dynamic-discount-card {
  display: grid;
  grid-template-rows: 210px 1fr;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.14);
  border-radius: 6px;
  background: rgba(6, 6, 6, 0.2);
}

.dynamic-discount-card__image {
  position: relative;
  display: block;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.12);
}

.dynamic-discount-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dynamic-discount-card__image span {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 8px 10px;
  border-radius: 4px;
  background: #a71915;
  color: #fff8e6;
  font-size: 0.68rem;
  font-weight: 900;
}

.dynamic-discount-card__copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 20px;
}

.dynamic-discount-card__copy h3 {
  display: -webkit-box;
  min-height: 3.1rem;
  margin: 0 0 18px;
  overflow: hidden;
  font: 400 1.55rem/1 "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.dynamic-discount-card__copy h3 a {
  text-decoration: none;
}

.dynamic-discount-card__copy > div {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin-top: auto;
}

.dynamic-discount-card__copy strong {
  font-size: 1.3rem;
}

.dynamic-discount-card__details {
  min-height: 42px;
  margin-top: 18px;
}

.dynamic-discounts__notice {
  margin: 18px 0 0;
  color: rgba(244, 239, 228, 0.5);
  font-size: 0.72rem;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .dynamic-discounts__featured {
    grid-template-columns: 1fr;
  }

  .dynamic-discounts__featured-copy {
    border-top: 1px solid rgba(212, 175, 55, 0.14);
    border-left: 0;
  }

  .dynamic-discounts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .dynamic-discounts {
    padding: 70px 0;
  }

  .dynamic-discounts__inner {
    width: calc(100% - 28px);
  }

  .dynamic-discounts__heading {
    align-items: start;
    flex-direction: column;
  }

  .dynamic-discounts__heading h2 {
    font-size: 2.7rem;
  }

  .dynamic-discounts__featured-image {
    min-height: 320px;
  }

  .dynamic-discounts__featured-copy {
    padding: 26px;
  }

  .dynamic-discounts__featured-copy h3 {
    font-size: 2.1rem;
  }

  .dynamic-discounts__grid {
    grid-template-columns: 1fr;
  }
}
