.collection-page-body {
  background: #070403 !important;
  color: #f7efe5;
}

.collection-page-body main {
  background:
    radial-gradient(circle at 18% 10%, rgba(184, 137, 69, .18), transparent 28%),
    radial-gradient(circle at 78% 40%, rgba(111, 53, 30, .22), transparent 34%),
    linear-gradient(180deg, #140b07 0%, #070403 34%, #120905 100%);
}

.collection-page-body .collection-nav {
  background: rgba(247, 242, 233, .96) !important;
  box-shadow: 0 10px 28px rgba(18, 10, 5, .08) !important;
}

.collection-page-body .collection-nav .navlinks a {
  color: #18130f !important;
}

.collection-page-body .collection-nav .navlinks a[aria-current="page"] {
  color: #b88945 !important;
}

.product-row {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(330px, .9fr);
  gap: clamp(38px, 6vw, 100px);
  align-items: center;
  width: min(1500px, 100%);
  min-height: calc(100vh - 92px);
  margin: 0 auto;
  padding: clamp(74px, 9vh, 118px) clamp(42px, 7vw, 118px);
  border-top: 1px solid rgba(184, 137, 69, .18);
  background:
    radial-gradient(circle at 27% 52%, rgba(184, 137, 69, .2), transparent 32%),
    linear-gradient(90deg, #080403 0 50%, #f3eadc 50% 100%);
}

.product-row:first-of-type {
  border-top: 0;
}

.product-row--reverse {
  grid-template-columns: minmax(300px, 1fr) minmax(330px, .9fr);
  background:
    radial-gradient(circle at 27% 52%, rgba(184, 137, 69, .2), transparent 32%),
    linear-gradient(90deg, #080403 0 50%, #f3eadc 50% 100%);
}

.product-row--reverse .product-media {
  order: 0;
}

.product-row--reverse .product-copy {
  order: 0;
}

.product-media {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.product-media::before {
  content: "";
  position: absolute;
  width: min(590px, 86%);
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(198, 155, 97, .28), rgba(111, 53, 30, .16) 42%, transparent 72%);
  filter: blur(24px);
}

.product-media::after {
  content: "";
  position: absolute;
  bottom: 8%;
  width: min(430px, 70%);
  height: 52px;
  border-radius: 999px;
  background: rgba(0, 0, 0, .46);
  filter: blur(18px);
}

.product-media img {
  position: relative;
  z-index: 1;
  width: min(500px, 88vw);
  max-height: 700px;
  object-fit: contain;
  transform: translateY(-8px) scale(1.06);
  filter:
    drop-shadow(0 34px 42px rgba(0, 0, 0, .86))
    drop-shadow(-12px 12px 18px rgba(0, 0, 0, .36))
    drop-shadow(0 0 34px rgba(198, 155, 97, .22));
}

.product-copy {
  max-width: 625px;
}

.product-copy .kicker {
  color: #b88945;
}

.product-copy h2 {
  margin: 18px 0 24px;
  color: #18130f;
  font-size: clamp(42px, 4.15vw, 72px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
}

.product-copy p {
  margin: 0 0 30px;
  color: #463b33;
  font-size: clamp(21px, 1.7vw, 28px);
  line-height: 1.42;
}

.product-enquire {
  height: 52px !important;
  min-width: 158px;
  padding: 0 28px !important;
  background: transparent !important;
  border: 1px solid rgba(111, 53, 30, .58) !important;
  box-shadow: none !important;
  color: #6f351e !important;
}

.product-enquire:hover {
  border-color: rgba(198, 155, 97, .98) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .28) !important;
}

@media (max-width: 900px) {
  .product-row,
  .product-row--reverse {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: auto;
    padding: 0;
    background: #f3eadc;
  }

  .product-row--reverse .product-media,
  .product-row--reverse .product-copy {
    order: initial;
  }

  .product-media {
    width: 100%;
    min-height: 500px;
    padding: 42px 22px;
    background:
      radial-gradient(circle at 50% 48%, rgba(184, 137, 69, .28), transparent 42%),
      #080403;
    overflow: hidden;
  }

  .product-media img {
    width: min(350px, 86vw);
    max-height: 470px;
  }

  .product-copy {
    max-width: 620px;
    width: 100%;
    padding: 42px 22px 58px;
  }

  .product-copy h2 {
    margin: 14px 0 16px;
    font-size: 36px;
  }

  .product-copy p {
    font-size: 18px;
    line-height: 1.38;
  }

  .product-enquire {
    height: 44px !important;
    min-width: 136px;
  }
}

@media (max-width: 560px) {
  .product-row,
  .product-row--reverse {
    padding: 0;
  }

  .product-media {
    min-height: 470px;
    padding: 38px 18px;
  }

  .product-media img {
    width: min(305px, 88vw);
  }

  .product-copy h2 {
    font-size: 32px;
  }

  .product-copy p {
    font-size: 17px;
  }
}
