.product-page {
  background: #fbfaf7;
  color: #25282b;
}
.product-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 28px;
}
.product-breadcrumbs {
  padding: 18px 0;
  font-size: 13px;
  color: #6b675f;
}
.product-breadcrumbs a {
  color: inherit;
}
.product-top {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 46px;
  padding: 34px 0 54px;
}
.product-gallery {
  min-width: 0;
}
.product-mainimage {
  background: #fff;
  border: 1px solid #e6dfd5;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px;
}
.product-mainimage img {
  width: min(100%, 620px);
  aspect-ratio: 1;
  object-fit: contain;
}
.product-thumbs {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  margin-top: 10px;
}
.product-thumb {
  border: 1px solid #e2dbd1;
  background: #fff;
  padding: 0;
  cursor: pointer;
  aspect-ratio: 1;
  overflow: hidden;
}
.product-thumb.is-active {
  outline: 2px solid #b88438;
  outline-offset: 1px;
}
.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-info {
  padding-top: 12px;
}
.product-kicker {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #a66e24;
  font-weight: 800;
}
.product-info h1 {
  font-family: Georgia, serif;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.02;
  margin: 10px 0 18px;
  color: #24272a;
}
.product-lead {
  font-size: 19px;
  line-height: 1.65;
  color: #514e49;
}
.product-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 24px 0;
}
.product-fact {
  background: #fff;
  border: 1px solid #e7e0d6;
  padding: 13px 14px;
}
.product-fact b {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #8b6b3d;
  margin-bottom: 3px;
}
.product-fact span {
  font-size: 15px;
}
.product-choice {
  margin: 26px 0;
}
.product-choice h2 {
  font-size: 18px;
  margin: 0 0 6px;
}
.product-choice p {
  margin: 0 0 12px;
  color: #6c665f;
}
.product-colorcodes {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.product-colorcode {
  font-size: 12px;
  border: 1px solid #ddd4c8;
  background: #fff;
  padding: 7px 9px;
}
.product-cta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 26px;
}
.product-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  text-decoration: none;
  font-weight: 800;
}
.product-btn--gold {
  background: #c99952;
  color: #16191c;
}
.product-btn--ghost {
  border: 1px solid #b9afa2;
  color: #25282b;
  background: #fff;
}
.product-note {
  margin-top: 14px;
  font-size: 13px;
  color: #716b62;
}
.product-body {
  background: #fff;
  border-top: 1px solid #e8e0d5;
  padding: 62px 0 70px;
}
.product-content {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(290px, .6fr);
  gap: 70px;
}
.product-copy h2 {
  font-family: Georgia, serif;
  font-size: 34px;
  line-height: 1.15;
  margin: 0 0 18px;
}
.product-copy h3 {
  font-size: 23px;
  margin: 34px 0 10px;
}
.product-copy p,
.product-copy li {
  font-size: 17px;
  line-height: 1.72;
}
.product-copy ul {
  padding-left: 20px;
}
.product-specs {
  align-self: start;
  background: #f5f1ea;
  padding: 26px;
  position: sticky;
  top: 24px;
}
.product-specs h2 {
  font-size: 22px;
  margin: 0 0 14px;
}
.product-specs dl {
  margin: 0;
}
.product-specs div {
  padding: 10px 0;
  border-bottom: 1px solid #ddd3c5;
}
.product-specs dt {
  font-size: 12px;
  color: #776d61;
  text-transform: uppercase;
  letter-spacing: .07em;
}
.product-specs dd {
  margin: 3px 0 0;
  font-weight: 700;
}
.product-lining {
  margin: 26px 0;
  padding: 20px;
  background: #f6efe4;
  border-left: 4px solid #b77b2e;
}
.product-lining strong {
  display: block;
  margin-bottom: 5px;
}
.product-back {
  padding: 24px 0 54px;
}
.product-back a {
  font-weight: 800;
  color: #9a651e;
  text-decoration: none;
}
@media (max-width: 900px) {
  .product-wrap {
    padding: 0 18px;
  }
  .product-top {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 18px;
  }
  .product-mainimage {
    min-height: 0;
    padding: 18px;
  }
  .product-thumbs {
    grid-template-columns: repeat(5, 1fr);
  }
  .product-content {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .product-specs {
    position: static;
  }
  .product-info h1 {
    font-size: clamp(34px, 10vw, 48px);
  }
}
@media (max-width: 480px) {
  .product-thumbs {
    grid-template-columns: repeat(4, 1fr);
  }
  .product-facts {
    grid-template-columns: 1fr;
  }
  .product-lead {
    font-size: 17px;
  }
  .product-copy p,
  .product-copy li {
    font-size: 16px;
  }
  .product-copy h2 {
    font-size: 30px;
  }
}
.product-info h1 {
  overflow-wrap: anywhere;
}
