.pdv2-page {
  background: #f5f7fa;
  color: #17202a;
}

.pdv2-page main {
  overflow: hidden;
}

.pdv2-wrap {
  box-sizing: border-box;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.pdv2-breadcrumb {
  margin: 18px 0;
  font-size: 14px;
  color: #66717e;
}

.pdv2-breadcrumb a {
  color: #52606d;
  text-decoration: none;
}

.pdv2-breadcrumb a:hover {
  color: #005bb5;
}

.pdv2-hero {
  min-height: 560px;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #dce2e8;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 5px solid #e13b32;
  overflow: hidden;
}

.pdv2-hero--scene {
  background-image: url('/images/preview/hex-bolt-full-thread-hero.jpg');
}

.pdv2-hero--product {
  background-color: #dfe5eb;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.66) 44%, rgba(255, 255, 255, 0.08) 72%),
    linear-gradient(135deg, #eef2f5 0%, #c8d1da 100%);
}

.pdv2-hero-product {
  position: absolute;
  right: 4%;
  bottom: 0;
  width: 51%;
  height: 92%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.pdv2-hero-product::before {
  content: '';
  position: absolute;
  right: 7%;
  bottom: 5%;
  width: 82%;
  height: 16%;
  border-radius: 50%;
  background: rgba(30, 52, 70, 0.22);
  filter: blur(18px);
}

.pdv2-hero-product img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  mix-blend-mode: multiply;
}

.pdv2-hero-inner {
  width: 100%;
  padding: 58px 64px 64px;
}

.pdv2-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 485px;
}

.pdv2-kicker {
  margin: 0 0 18px;
  color: #004b8d;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.pdv2-hero h1 {
  max-width: 470px;
  margin: 0;
  color: #002d62;
  font-size: 52px;
  line-height: 1.04;
  font-weight: 850;
  letter-spacing: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.pdv2-hero h1.pdv2-title-compact {
  font-size: 42px;
  line-height: 1.08;
}

.pdv2-subtitle {
  max-width: 440px;
  margin: 22px 0 0;
  color: #273747;
  font-size: 18px;
  line-height: 1.65;
}

.pdv2-tags {
  display: flex;
  flex-wrap: wrap;
  margin: 24px -6px 0;
}

.pdv2-tag {
  margin: 0 6px 8px;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(0, 45, 98, 0.18);
  border-radius: 3px;
  color: #173a5e;
  font-size: 13px;
  font-weight: 700;
}

.pdv2-actions {
  display: flex;
  flex-wrap: wrap;
  margin: 22px -6px 0;
}

.pdv2-actions .btn {
  margin: 0 6px 8px;
  min-height: 46px;
  border-radius: 4px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pdv2-actions .btn-secondary {
  background: rgba(255, 255, 255, 0.9);
  border-color: #8ea1b3;
}

.pdv2-facts {
  display: flex;
  background: #002d62;
  color: #fff;
}

.pdv2-fact {
  flex: 1 1 25%;
  min-width: 0;
  padding: 22px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.pdv2-fact:last-child {
  border-right: 0;
}

.pdv2-fact span {
  display: block;
  margin-bottom: 5px;
  color: #a9c9e8;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
}

.pdv2-fact strong {
  display: block;
  color: #fff;
  font-size: 17px;
  line-height: 1.35;
}

.pdv2-subnav {
  position: sticky;
  top: 76px;
  z-index: 40;
  background: transparent;
}

.pdv2-subnav-inner {
  display: flex;
  width: calc(100% - 48px);
  max-width: 1132px;
  padding-right: 0;
  padding-left: 0;
  overflow-x: auto;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #d9e0e7;
  scrollbar-width: thin;
}

.pdv2-subnav a {
  flex: 0 0 auto;
  padding: 16px 18px 13px;
  border-bottom: 3px solid transparent;
  color: #3b4856;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.pdv2-subnav a:hover,
.pdv2-subnav a:focus {
  color: #005bb5;
  border-bottom-color: #00a8cc;
}

.pdv2-section {
  padding: 76px 0;
  scroll-margin-top: 145px;
}

.pdv2-section + .pdv2-section {
  border-top: 1px solid #dde3e8;
}

.pdv2-section--compact-bottom {
  padding-bottom: 36px;
}

.pdv2-section-white {
  padding: 0;
  background: transparent;
}

.pdv2-section-white > .pdv2-wrap {
  width: calc(100% - 48px);
  max-width: 1132px;
  padding: 76px 0;
  background: #fff;
}

.pdv2-section--compact-bottom + .pdv2-section-white > .pdv2-wrap {
  padding-top: 48px;
}

.pdv2-section-head {
  max-width: 720px;
  margin-bottom: 36px;
}

.pdv2-eyebrow {
  margin: 0 0 10px;
  color: #d3372f;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 800;
  text-transform: uppercase;
}

.pdv2-section h2 {
  margin: 0;
  color: #002d62;
  font-size: 34px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0;
}

.pdv2-section-head p {
  margin: 16px 0 0;
  color: #52606d;
  font-size: 17px;
  line-height: 1.7;
}

.pdv2-feature-grid {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ccd5de;
  border-bottom: 1px solid #ccd5de;
}

.pdv2-feature {
  box-sizing: border-box;
  width: 25%;
  padding: 28px 24px;
  border-right: 1px solid #ccd5de;
}

.pdv2-feature:last-child {
  border-right: 0;
}

.pdv2-feature b {
  display: block;
  margin-bottom: 9px;
  color: #002d62;
  font-size: 18px;
}

.pdv2-feature p {
  margin: 0;
  color: #596774;
  font-size: 14px;
  line-height: 1.6;
}

.pdv2-tech-grid {
  display: flex;
  align-items: flex-start;
  margin: 0 -26px;
}

.pdv2-tech-main,
.pdv2-config {
  box-sizing: border-box;
  width: 50%;
  padding: 0 26px;
}

.pdv2-spec-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.pdv2-spec-table th,
.pdv2-spec-table td {
  padding: 15px 16px;
  border-bottom: 1px solid #dbe2e8;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.5;
}

.pdv2-spec-table th {
  width: 34%;
  color: #173a5e;
  font-weight: 750;
}

.pdv2-config h3 {
  margin: 0 0 14px;
  color: #002d62;
  font-size: 22px;
}

.pdv2-config > p {
  margin: 0 0 24px;
  color: #596774;
  line-height: 1.65;
}

.pdv2-finish-options {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.pdv2-finish {
  display: inline-flex;
  align-items: center;
  margin: 0 5px 10px;
  padding: 9px 11px;
  border: 1px solid #c8d1da;
  border-radius: 4px;
  background: #fff;
  color: #263746;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
}

.pdv2-finish:hover,
.pdv2-finish.active {
  border-color: #0072c6;
  box-shadow: 0 0 0 2px rgba(0, 114, 198, 0.12);
}

.pdv2-swatch {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

.pdv2-swatch-zinc { background: #dce4ea; }
.pdv2-swatch-yellow { background: #d7ad45; }
.pdv2-swatch-black { background: #25282b; }
.pdv2-swatch-hdg { background: #9aa5ad; }
.pdv2-swatch-natural { background: #b7c1c8; }
.pdv2-swatch-passivated { background: #d9e0e5; }
.pdv2-swatch-polished { background: #eef2f4; }
.pdv2-swatch-electropolished { background: #d9e8ef; }
.pdv2-swatch-brass { background: #c7a34b; }
.pdv2-swatch-nickel { background: #cbd2d7; }
.pdv2-swatch-chrome { background: #eef1f3; }
.pdv2-swatch-tin { background: #aeb8c0; }

.pdv2-finish-note {
  min-height: 76px;
  margin-top: 12px;
  padding: 16px 18px;
  border-left: 4px solid #00a8cc;
  background: #edf6f8;
  color: #334b59;
  font-size: 14px;
  line-height: 1.6;
}

.pdv2-quality-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 8px -18px 0;
}

.pdv2-quality-step {
  box-sizing: border-box;
  width: 33.333%;
  padding: 0 18px;
}

.pdv2-step-number {
  display: block;
  margin-bottom: 12px;
  color: #bf332c;
  font-size: 13px;
  font-weight: 850;
}

.pdv2-quality-step h3 {
  margin: 0 0 9px;
  color: #173a5e;
  font-size: 19px;
}

.pdv2-quality-step p {
  margin: 0;
  color: #596774;
  font-size: 14px;
  line-height: 1.65;
}

.pdv2-rfq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 42px 48px;
  background: #0f3d33;
  color: #fff;
}

.pdv2-rfq h2 {
  margin: 0;
  color: #fff;
  font-size: 30px;
}

.pdv2-rfq p {
  max-width: 650px;
  margin: 10px 0 0;
  color: #d5e5df;
  line-height: 1.6;
}

.pdv2-rfq .btn {
  flex: 0 0 auto;
  margin-left: 30px;
  background: #fff;
  border-color: #fff;
  border-radius: 4px;
  color: #0f3d33;
}

.pdv2-faq .faq-list {
  max-width: 900px;
}

@media (max-width: 920px) {
  .pdv2-hero {
    min-height: 620px;
    align-items: flex-start;
    background-position: 62% center;
  }

  .pdv2-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(239, 243, 246, 0.68);
  }

  .pdv2-hero-inner {
    position: relative;
    z-index: 1;
    padding: 50px 34px;
  }

  .pdv2-hero-product {
    right: -3%;
    width: 58%;
    opacity: 0.72;
  }

  .pdv2-facts {
    flex-wrap: wrap;
  }

  .pdv2-fact {
    flex-basis: 50%;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .pdv2-tech-grid {
    display: block;
    margin: 0;
  }

  .pdv2-tech-main,
  .pdv2-config {
    width: 100%;
    padding: 0;
  }

  .pdv2-config {
    margin-top: 42px;
  }

  .pdv2-feature {
    width: 50%;
  }

  .pdv2-feature:nth-child(2) {
    border-right: 0;
  }

  .pdv2-feature:nth-child(-n+2) {
    border-bottom: 1px solid #ccd5de;
  }
}

@media (max-width: 620px) {
  .pdv2-wrap {
    padding: 0 16px;
  }

  .pdv2-breadcrumb {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .pdv2-subnav-inner {
    width: calc(100% - 32px);
  }

  .pdv2-section-white > .pdv2-wrap {
    width: calc(100% - 32px);
    padding: 54px 0;
  }

  .pdv2-section--compact-bottom {
    padding-bottom: 32px;
  }

  .pdv2-section--compact-bottom + .pdv2-section-white > .pdv2-wrap {
    padding-top: 42px;
  }

  .pdv2-hero {
    min-height: 680px;
    background-position: 70% bottom;
  }

  .pdv2-hero::before {
    background: rgba(242, 245, 247, 0.78);
  }

  .pdv2-hero-inner {
    padding: 38px 22px 330px;
  }

  .pdv2-hero-product {
    right: 4%;
    bottom: 10px;
    width: 92%;
    height: 330px;
    opacity: 0.86;
  }

  .pdv2-hero h1 {
    font-size: 36px;
    line-height: 1.08;
  }

  .pdv2-hero h1.pdv2-title-compact {
    font-size: 31px;
  }

  .pdv2-subtitle {
    font-size: 16px;
  }

  .pdv2-actions {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .pdv2-actions .btn {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .pdv2-fact {
    flex-basis: 100%;
    border-right: 0;
  }

  .pdv2-subnav {
    top: 68px;
  }

  .pdv2-section {
    padding: 54px 0;
  }

  .pdv2-section h2 {
    font-size: 28px;
  }

  .pdv2-feature {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ccd5de;
  }

  .pdv2-feature:last-child {
    border-bottom: 0;
  }

  .pdv2-quality-step {
    width: 100%;
    margin-bottom: 30px;
  }

  .pdv2-quality-step:last-child {
    margin-bottom: 0;
  }

  .pdv2-rfq {
    display: block;
    padding: 34px 24px;
  }

  .pdv2-rfq h2 {
    font-size: 26px;
  }

  .pdv2-rfq .btn {
    width: 100%;
    margin: 24px 0 0;
  }
}
