/* Complete Mechanical Line product detail, in the source-site order */
.mechanicalDetailList {
  display: grid;
  gap: 18px;
}
.mechanicalDetailCard {
  border: 1px solid #dfe3e5;
  border-top: 4px solid #151b20;
  background: #fff;
  box-shadow: 0 12px 30px #0000000d;
  overflow: hidden;
}
.mechanicalDetailCard > summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1.28fr);
  min-height: 390px;
  cursor: pointer;
  list-style: none;
}
.mechanicalDetailCard > summary::-webkit-details-marker {
  display: none;
}
.mechanicalDetailCard > summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  bottom: 22px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  background: #151b20;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.mechanicalDetailCard[open] > summary::after {
  content: "−";
  background: var(--y);
  color: #151b20;
}
.mechanicalDetailMedia {
  min-height: 390px;
  padding: 28px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 45%, #ffffff 0%, #f5f7f7 58%, #e9edee 100%);
  border-right: 1px solid #e3e6e7;
}
.mechanicalDetailMedia img {
  width: 100%;
  height: 100%;
  max-height: 440px;
  display: block;
  object-fit: contain;
  background: #fff;
  border: 1px solid #e5e9ea;
  border-radius: 10px;
  box-shadow: 0 15px 38px #11182014;
  image-rendering: auto;
}
.mechanicalDetailMediaNoImage {
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, #ffffff08 25%, transparent 25%) 0 0 / 22px 22px,
    #171d22;
}
.mechanicalDetailMediaNoImage b {
  color: var(--y);
  font-size: clamp(74px, 10vw, 118px);
  line-height: 1;
}
.mechanicalDetailSummary {
  padding: 36px 74px 36px 36px;
}
.mechanicalDetailSummary small {
  color: #d7192d;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.mechanicalDetailSummary h3 {
  margin: 10px 0 13px;
  color: #151b20;
  font-size: clamp(22px, 2.7vw, 34px);
  line-height: 1.12;
  text-transform: uppercase;
}
.mechanicalDetailSummary p {
  max-width: 690px;
  margin: 0 0 20px;
  color: #626c73;
  font-size: 12px;
  line-height: 1.7;
}
.mechanicalDetailSummary > span,
.mechanicalRangeOverview > summary {
  color: #151b20;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}
.mechanicalDetailCard[open] .mechanicalDetailSummary > span {
  color: #d7192d;
}
.mechanicalDetailBody {
  padding: 32px 36px 38px;
  border-top: 1px solid #e3e6e7;
  background: #f7f8f8;
}
.mechanicalDetailBody > p {
  max-width: 900px;
  margin: 0 0 23px;
  color: #59636a;
  font-size: 13px;
  line-height: 1.78;
}
.mechanicalSpecGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.mechanicalSpecGrid section {
  padding: 22px;
  border: 1px solid #e0e4e5;
  background: #fff;
}
.mechanicalSpecGrid h4,
.mechanicalRangeOverview h3 {
  margin: 0 0 12px;
  color: #171d22;
  font-size: 13px;
  line-height: 1.35;
  text-transform: uppercase;
}
.mechanicalSpecGrid p {
  margin: 0;
  color: #626b72;
  font-size: 11px;
  line-height: 1.65;
}
.mechanicalSpecGrid ul,
.mechanicalRangeOverview ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mechanicalSpecGrid li,
.mechanicalRangeOverview li {
  position: relative;
  padding: 4px 0 4px 14px;
  color: #626b72;
  font-size: 11px;
  line-height: 1.5;
}
.mechanicalSpecGrid li::before,
.mechanicalRangeOverview li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background: var(--y);
  transform: rotate(45deg);
}
.mechanicalProcessGallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}
.mechanicalProcessGallery figure {
  margin: 0;
  padding: 14px;
  border: 1px solid #e0e4e5;
  background: #fff;
}
.mechanicalProcessGallery img {
  width: 100%;
  height: 180px;
  display: block;
  object-fit: contain;
}
.mechanicalProcessGallery figcaption {
  margin-top: 10px;
  color: #171d22;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.mechanicalRequestLink {
  display: inline-flex;
  margin-top: 24px;
  padding: 13px 17px;
  background: var(--y);
  color: #151b20;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.mechanicalRangeOverview {
  margin: 0 0 52px 74px;
  border: 1px solid #dfe3e5;
  background: #f6f7f7;
}
.mechanicalRangeOverview > summary {
  position: relative;
  padding: 19px 55px 19px 21px;
  cursor: pointer;
  list-style: none;
}
.mechanicalRangeOverview > summary::-webkit-details-marker {
  display: none;
}
.mechanicalRangeOverview > summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  color: #d7192d;
  font-size: 19px;
  transform: translateY(-50%);
}
.mechanicalRangeOverview[open] > summary::after {
  content: "−";
}
.mechanicalRangeOverview > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0 14px 14px;
}
.mechanicalRangeOverview article {
  padding: 18px;
  border: 1px solid #e0e4e5;
  background: #fff;
}
.mechanicalGroupedRange {
  display: grid;
  gap: 62px;
}
.mechanicalProductGroup {
  scroll-margin-top: 30px;
}
.mechanicalGroupHeading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 2px solid #171d22;
}
.mechanicalGroupHeading span {
  color: #d7192d;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.mechanicalGroupHeading h3 {
  margin: 0;
  color: #171d22;
  font-size: 22px;
  text-transform: uppercase;
}
.mechanicalTitleOnly {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 110px;
  padding: 26px 30px;
  border: 1px solid #dfe3e5;
  border-top: 4px solid #151b20;
  background: #fff;
  box-shadow: 0 12px 30px #0000000d;
}
.mechanicalTitleOnly span {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  background: var(--y);
  color: #151b20;
  font-size: 10px;
  font-weight: 900;
}
.mechanicalTitleOnly h3 {
  margin: 0;
  color: #151b20;
  font-size: 21px;
  text-transform: uppercase;
}
.mechanicalDirectProducts {
  padding-top: 10px;
  border-top: 2px solid #171d22;
}

@media (max-width: 900px) {
  .mechanicalDetailCard > summary {
    grid-template-columns: minmax(270px, 0.82fr) minmax(0, 1.18fr);
  }
  .mechanicalRangeOverview > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .mechanicalDetailCard > summary {
    grid-template-columns: 1fr;
  }
  .mechanicalDetailMedia {
    min-height: 300px;
    padding: 18px;
    border-right: 0;
    border-bottom: 1px solid #e3e6e7;
  }
  .mechanicalDetailMedia img {
    max-height: 330px;
  }
  .mechanicalDetailSummary {
    padding: 25px 55px 27px 20px;
  }
  .mechanicalDetailSummary h3 {
    font-size: 23px;
  }
  .mechanicalDetailCard > summary::after {
    right: 16px;
    bottom: 17px;
    width: 30px;
    height: 30px;
  }
  .mechanicalDetailBody {
    padding: 23px 18px 27px;
  }
  .mechanicalSpecGrid,
  .mechanicalRangeOverview > div,
  .mechanicalProcessGallery {
    grid-template-columns: 1fr;
  }
  .mechanicalProcessGallery img {
    height: 210px;
  }
  .mechanicalRangeOverview {
    margin: 0 0 40px;
  }
  .mechanicalGroupedRange {
    gap: 45px;
  }
  .mechanicalGroupHeading h3 {
    font-size: 18px;
  }
  .mechanicalTitleOnly {
    padding: 22px 18px;
  }
  .mechanicalTitleOnly h3 {
    font-size: 18px;
  }
}

.wme-mechanical-page{--y:#f5cc20}.wme-mechanical-content{color:#171d22}.wme-mechanical-content>p{margin:20px 0 40px}.mechanicalProductGroup,.mechanicalDetailCard{scroll-margin-top:140px}.mechanicalDetailSummary p,.mechanicalDetailBody p,.mechanicalSpecGrid p,.mechanicalSpecGrid li{font-size:16px}.mechanicalDetailSummary small,.mechanicalDetailSummary>span,.mechanicalRequestLink,.mechanicalSpecGrid h4,.mechanicalGroupHeading span{font-size:14px}.mechanicalDetailCard summary:focus-visible{outline:3px solid #d7192d;outline-offset:-3px}.mechanicalSpecGrid section{min-width:0}.mechanicalDetailCard{overflow-wrap:anywhere}@media(max-width:680px){.mechanicalDetailMedia img{height:260px}.mechanicalGroupHeading h3{font-size:20px}}