.delauren-shop .page-wrapper {
  padding: 0;
}

.bundles-page {
  --bundle-navy: #061b3d;
  --bundle-gold: #c68616;
  --bundle-cream: #f7f0e4;
  background: var(--bundle-cream);
  color: #171714;
}

.bundles-hero {
  min-height: min(620px, 70vh);
  display: grid;
  padding: 80px clamp(24px, 7vw, 110px);
  place-items: center start;
  background:
    linear-gradient(90deg, rgba(6, 27, 61, 0.88) 0%, rgba(6, 27, 61, 0.58) 38%, rgba(6, 27, 61, 0.08) 68%),
    url("../images/bundle.webp") 64% center / cover no-repeat;
}

.bundles-hero__content {
  width: min(620px, 48vw);
  color: #fff7e9;
}

.bundles-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--bundle-gold);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.bundles-hero h1 {
  margin: 0;
  color: inherit;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(66px, 8vw, 116px);
  font-weight: 600;
  letter-spacing: -3px;
  line-height: 0.84;
}

.bundles-hero p {
  max-width: 560px;
  margin: 30px 0 0;
  color: rgba(255, 247, 233, 0.82);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.4;
}

.bundles-page__sections {
  width: min(1380px, calc(100% - 48px));
  margin: auto;
}

.bundle-offer {
  padding: clamp(76px, 9vw, 128px) 0;
  border-bottom: 1px solid rgba(23, 23, 20, 0.16);
}

.bundle-offer:last-child {
  border-bottom: 0;
}

.bundle-offer__intro {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: clamp(24px, 4vw, 60px);
}

.bundle-offer__number {
  color: rgba(6, 27, 61, 0.14);
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: clamp(90px, 12vw, 170px);
  font-weight: 700;
  line-height: 0.75;
}

.bundle-offer h2 {
  margin: 0;
  color: var(--bundle-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(48px, 6vw, 82px);
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 0.95;
}

.bundle-offer__description {
  display: grid;
  margin: clamp(42px, 6vw, 72px) 0;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.7fr);
  gap: clamp(36px, 7vw, 100px);
}

.bundle-offer__description > p {
  max-width: 820px;
  margin: 0;
  color: #57534c;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.55;
}

.bundle-offer__description ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(6, 27, 61, 0.18);
}

.bundle-offer__description li {
  padding: 13px 0;
  border-bottom: 1px solid rgba(6, 27, 61, 0.18);
  color: var(--bundle-navy);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.bundle-carousel__header {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.bundle-carousel__header h3 {
  margin: 0;
  color: var(--bundle-navy);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bundle-carousel__controls {
  display: flex;
  gap: 8px;
}

.bundle-carousel__controls button {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(6, 27, 61, 0.3);
  border-radius: 50%;
  background: transparent;
  color: var(--bundle-navy);
  cursor: pointer;
  transition: 0.25s ease;
}

.bundle-carousel__controls button:hover,
.bundle-carousel__controls button:focus-visible {
  border-color: var(--bundle-navy);
  background: var(--bundle-navy);
  color: #fff;
  outline: none;
}

.bundle-carousel__track {
  display: flex;
  margin-right: calc((100vw - min(1380px, calc(100vw - 48px))) / -2);
  padding: 2px max(24px, calc((100vw - 1380px) / 2)) 22px 0;
  gap: clamp(18px, 2vw, 30px);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-padding-inline: 0 24px;
  scroll-snap-type: inline mandatory;
  scrollbar-color: var(--bundle-gold) rgba(6, 27, 61, 0.12);
  scrollbar-width: thin;
}

.bundle-carousel__track:focus-visible {
  outline: 2px solid var(--bundle-gold);
  outline-offset: 4px;
}

.bundle-carousel__track::-webkit-scrollbar {
  height: 6px;
}

.bundle-carousel__track::-webkit-scrollbar-track {
  background: rgba(6, 27, 61, 0.12);
}

.bundle-carousel__track::-webkit-scrollbar-thumb {
  background: var(--bundle-gold);
}

.bundle-product {
  flex: 0 0 clamp(238px, 23vw, 318px);
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(6, 27, 61, 0.12);
  background: #fff;
  scroll-snap-align: start;
}

.bundle-product__image {
  display: block;
  aspect-ratio: 1 / 1.16;
  overflow: hidden;
  background: #f2eee7;
}

.bundle-product__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.45s ease;
}

.bundle-product:hover .bundle-product__image img {
  transform: scale(1.035);
}

.bundle-product__content {
  padding: 22px;
}

.bundle-product__category,
.bundle-product__category a {
  color: #8d7446;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.bundle-product h3 {
  min-height: 48px;
  margin: 9px 0 13px;
  color: var(--bundle-navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.08;
}

.bundle-product h3 a {
  color: inherit;
}

.bundle-product__price {
  min-height: 24px;
  margin-bottom: 18px;
  color: #171714;
  font-size: 14px;
  font-weight: 600;
}

.bundle-product__link {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--bundle-navy);
  color: var(--bundle-navy);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.bundle-products-empty {
  width: min(600px, calc(100vw - 48px));
  margin: 0;
  padding: 32px;
  border: 1px solid rgba(6, 27, 61, 0.12);
  background: #fff;
  color: #57534c;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
}

@media (max-width: 800px) {
  .bundles-hero {
    min-height: 600px;
    padding: 64px 24px 90px;
    place-items: end start;
    background:
      linear-gradient(to top, rgba(6, 27, 61, 0.94) 0%, rgba(6, 27, 61, 0.52) 46%, rgba(6, 27, 61, 0.04) 76%),
      url("../images/bundle.webp") 68% center / cover no-repeat;
  }

  .bundles-hero__content {
    width: 100%;
  }

  .bundles-hero h1 {
    font-size: clamp(60px, 18vw, 88px);
  }

  .bundles-page__sections {
    width: min(100% - 36px, 1380px);
  }

  .bundle-offer__intro {
    display: block;
  }

  .bundle-offer__number {
    display: block;
    margin-bottom: 34px;
  }

  .bundle-offer__description {
    grid-template-columns: 1fr;
  }

  .bundle-carousel__track {
    margin-right: -18px;
    padding-right: 18px;
  }

  .bundle-product {
    flex-basis: min(78vw, 300px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .bundle-carousel__track {
    scroll-behavior: auto;
  }

  .bundle-product__image img {
    transition: none;
  }
}
