.peugeot-sale-page-body .offer-bg {
  filter: brightness(0.22) saturate(0.88);
}

.peugeot-sale-page-body .offer-overlay {
  background:
    radial-gradient(circle at 16% 12%, rgba(163, 120, 88, 0.16), transparent 30%),
    radial-gradient(circle at 84% 14%, rgba(84, 58, 44, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(12, 10, 9, 0.84), rgba(12, 10, 9, 0.64));
}

.peugeot-sale-card {
  background:
    linear-gradient(180deg, rgba(247, 243, 237, 0.985), rgba(239, 234, 227, 0.985)),
    rgba(247, 243, 237, 0.985);
  box-shadow:
    0 28px 70px rgba(8, 6, 5, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.24);
}

.peugeot-sale-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(167, 119, 86, 0.08), transparent 24%),
    radial-gradient(circle at bottom left, rgba(123, 92, 71, 0.06), transparent 28%);
  pointer-events: none;
}

.peugeot-sale-intro,
.peugeot-sale-card .offer-grid,
.peugeot-sale-actions {
  position: relative;
  z-index: 1;
}

.peugeot-sale-intro {
  display: grid;
  gap: 16px;
  max-width: 1060px;
}

.peugeot-sale-intro .offer-title {
  max-width: 880px;
}

.peugeot-sale-intro .offer-text {
  max-width: 900px;
}

.peugeot-sale-copy {
  display: grid;
  gap: 12px;
  max-width: 920px;
}

.peugeot-sale-copy p {
  margin: 0;
  font-size: 15px;
  line-height: 1.74;
  color: var(--ink-soft);
}

.peugeot-sale-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 18px;
  margin-top: 6px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.peugeot-sale-highlights div {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(23, 19, 16, 0.62);
}

.peugeot-sale-card .offer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.peugeot-sale-card .offer-product-media {
  aspect-ratio: 1 / 1;
}

.peugeot-sale-card .offer-product-body {
  grid-template-rows: minmax(28px, auto) auto minmax(82px, auto) auto minmax(26px, auto);
}

.peugeot-sale-card .offer-product-note,
.peugeot-sale-card .offer-product-note-empty,
.peugeot-sale-card .offer-product-swatches-block {
  display: none;
}

.peugeot-sale-actions {
  justify-content: flex-start;
}

@media (max-width: 1200px) {
  .peugeot-sale-card .offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .peugeot-sale-intro {
    gap: 14px;
  }

  .peugeot-sale-copy p {
    font-size: 14px;
  }

  .peugeot-sale-highlights {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .peugeot-sale-card .offer-grid {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
}
