/* One finishes comparison for every NWW product page. */
.nww-product-finishes {
  --nww-finish-rule: #bcc9d2;
  color: #151719;
  min-width: 0;
}
.nww-product-finishes .nww-finishes-intro {
  margin-bottom: 22px;
}
.nww-product-finishes .nww-finishes-intro h2 {
  margin: 0 0 10px;
  color: #151719;
  font-size: clamp(25px, 2.4vw, 30px);
  line-height: 1.16;
}
.nww-product-finishes .nww-finishes-intro p {
  max-width: 70ch;
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #44525d;
}
.nww-product-finishes .nww-finishes-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 24px;
  align-items: start;
}
.nww-product-finishes .nww-finishes-columns > section {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.nww-product-finishes .nww-finishes-columns > section > h3 {
  margin: 0 0 10px;
  padding-top: 13px;
  border-top: 3px solid #0065c4;
  color: #151719;
  font-size: 20px;
  line-height: 1.2;
}
.nww-product-finishes .nww-finishes-columns > section > p {
  margin: 0 0 17px;
  color: #44525d;
  font-size: 13px;
  line-height: 1.5;
}
.nww-product-finishes .nww-paint-swatches {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.nww-product-finishes .nww-paint-swatches > figure {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.nww-product-finishes .nww-paint-swatches .nww-paint-swatch,
.nww-product-finishes .nww-paint-swatches > figure > img {
  display: block;
  width: 100%;
  height: 68px;
  min-height: 68px;
  border: 1px solid #00000024;
  border-radius: 0;
  background: var(--paint-color, #899092);
  object-fit: cover;
  box-shadow: none;
}
.nww-product-finishes .nww-paint-swatches figcaption {
  display: block;
  margin: 0;
  padding: 0;
  color: #151719;
  font-size: 13px;
  line-height: 1.35;
  text-align: left;
}
.nww-product-finishes .nww-paint-swatches figcaption strong {
  display: block;
  font-size: inherit;
  font-weight: 700;
  color: #151719;
}
.nww-product-finishes .nww-paint-swatches figcaption small {
  display: block;
  margin-top: 3px;
  color: #596570;
  font-size: 11px;
  line-height: 1.35;
}
.nww-product-finishes .nww-finish-options {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--nww-finish-rule);
}
.nww-product-finishes .nww-finish-option {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-width: 0;
  margin: 0;
  padding: 15px 0;
  border: 0;
  border-bottom: 1px solid var(--nww-finish-rule);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.nww-product-finishes .nww-finish-option__visual {
  min-width: 0;
  margin: 0;
}
.nww-product-finishes .nww-finish-option__visual > img,
.nww-product-finishes .nww-finish-option__visual > span,
.nww-product-finishes .nww-finish-option__visual > a > img {
  display: block;
  width: 72px;
  height: 76px;
  max-width: 100%;
  margin: 0;
  border: 1px solid #00000024;
  border-radius: 0;
  object-fit: cover;
  box-shadow: none;
}
.nww-product-finishes .nww-finish-option__visual > a {
  display: block;
}
/* These are representative finish chips; the adjacent text names each process. */
.nww-product-finishes .nww-finish-sample--powder {
  background: linear-gradient(90deg, #242a30 0 33.333%, #879097 33.333% 66.666%, #225880 66.666%);
}
.nww-product-finishes .nww-finish-sample--galvanized {
  background: #b3b8ba;
}
.nww-product-finishes .nww-finish-sample--duplex {
  background: linear-gradient(135deg, #275475 0 72%, #b3b8ba 72% 100%);
}
.nww-product-finishes .nww-finish-option__copy {
  min-width: 0;
}
.nww-product-finishes .nww-finish-option__copy h4 {
  margin: 0 0 6px;
  color: #151719;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}
.nww-product-finishes .nww-finish-option__copy p {
  margin: 0;
  color: #44525d;
  font-size: 13px;
  line-height: 1.5;
}
.nww-product-finishes .nww-finish-option__copy a,
.nww-product-finishes .nww-finishes-links a {
  color: #0065c4;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.nww-product-finishes .nww-finish-option__copy > a {
  display: inline-block;
  margin-top: 8px;
}
.nww-product-finishes a:hover {
  color: #004587;
}
.nww-product-finishes a:focus-visible {
  outline: 0;
  border-radius: 0;
  box-shadow: 0 0 0 2px #dd6420, 0 0 0 3px #fff, 0 0 0 6px #151719;
}
.nww-product-finishes .nww-finishes-note {
  margin: 22px 0 0;
  padding: 12px 14px;
  border-left: 3px solid #dd6420;
  background: #f1f3f4;
  color: #44525d;
  font-size: 12px;
  line-height: 1.5;
}
.nww-product-finishes .nww-finishes-note p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.nww-product-finishes .nww-finishes-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 16px;
}
@media (max-width: 700px) {
  .nww-product-finishes .nww-finishes-columns {
    grid-template-columns: minmax(0, 1fr);
    gap: 27px;
  }
  .nww-product-finishes .nww-finishes-intro {
    margin-bottom: 20px;
  }
  .nww-product-finishes .nww-finishes-intro h2 {
    font-size: 25px;
  }
  .nww-product-finishes .nww-paint-swatches {
    gap: 13px;
  }
  .nww-product-finishes .nww-paint-swatches .nww-paint-swatch,
  .nww-product-finishes .nww-paint-swatches > figure > img {
    height: 62px;
    min-height: 62px;
  }
  .nww-product-finishes .nww-finish-option {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 13px;
  }
  .nww-product-finishes .nww-finish-option__visual > img,
  .nww-product-finishes .nww-finish-option__visual > span,
  .nww-product-finishes .nww-finish-option__visual > a > img {
    width: 64px;
    height: 72px;
  }
}
