.nms-product-systems-board {
  --products-ink: #0b202c;
  --products-navy: #071923;
  --products-line: rgba(255, 255, 255, .18);
  --products-blue: #075db9;
  --products-orange: #ff7a0d;
  background: #061720;
  color: #fff;
}

.nms-products-shell {
  width: min(var(--nms-container), calc(100% - (var(--nms-gutter) * 2)));
  margin-inline: auto;
}

.nms-products-cover {
  position: relative;
  min-height: 520px;
  background-color: #061720;
  background-image: var(--nms-products-cover-image);
  background-position: right center;
  background-size: 64% 100%;
  background-repeat: no-repeat;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  overflow: hidden;
}

.nms-products-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 12, 18, .96) 0%, rgba(3, 12, 18, .76) 36%, rgba(3, 12, 18, .14) 72%, rgba(3, 12, 18, .2) 100%),
    linear-gradient(0deg, rgba(3, 12, 18, .5), rgba(3, 12, 18, .04) 46%);
}

.nms-products-cover .nms-products-shell {
  position: relative;
  min-height: 520px;
  padding-top: 28px;
}

.nms-products-cover__crumbs {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
}

.nms-products-cover__crumbs a {
  color: #fff;
  text-decoration: none;
}

.nms-products-cover__content {
  width: min(620px, 58vw);
  padding-top: 55px;
}

.nms-products-cover h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 4.4vw, 56px);
  line-height: 1.07;
  letter-spacing: 0;
}

.nms-products-cover__content p {
  max-width: 500px;
  margin: 17px 0 25px;
  color: rgba(255, 255, 255, .82);
  font-size: 17px;
  line-height: 1.55;
}

.nms-products-cover__actions {
  display: flex;
  gap: 14px;
  align-items: center;
}

.nms-products-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 48px;
  padding: 0 23px;
  border: 1px solid rgba(255, 255, 255, .36);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}

.nms-products-btn--primary {
  background: var(--products-orange);
  border-color: var(--products-orange);
}

.nms-products-btn--ghost {
  background: rgba(7, 21, 30, .48);
}

.nms-products-btn .dashicons {
  width: 18px;
  height: 18px;
  font-size: 18px;
}

.nms-products-floating-search {
  position: absolute;
  left: 0;
  bottom: 44px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  width: min(760px, 63vw);
  height: 50px;
  border: 1px solid rgba(255, 255, 255, .32);
  box-shadow: 0 16px 32px rgba(0, 0, 0, .28);
}

.nms-products-floating-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  padding: 0 20px;
  color: #15242d;
  background: #fff;
  font: inherit;
  outline: 0;
}

.nms-products-floating-search button {
  border: 0;
  background: #075db9;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.nms-products-primary,
.nms-products-technical,
.nms-products-models,
.nms-products-brands {
  background: #061720;
}

.nms-products-primary {
  padding: 0 0 22px;
}

.nms-products-primary__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, .22);
  border-bottom: 0;
  transform: translateY(-1px);
}

.nms-products-primary-card {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  height: 178px;
  min-height: 0;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, .18);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  background: linear-gradient(135deg, rgba(11, 34, 47, .96), rgba(5, 21, 30, .98));
}

.nms-products-primary-card:nth-child(2n) {
  border-right: 0;
}

.nms-products-primary-card img {
  display: block;
  align-self: center;
  justify-self: center;
  width: calc(100% - 28px);
  height: 152px;
  margin: 14px 0;
  border: 1px solid rgba(190, 208, 220, .24);
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, .16), transparent 42%),
    linear-gradient(180deg, rgba(225, 236, 243, .08), rgba(8, 28, 39, .24));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .1),
    0 12px 24px rgba(0, 0, 0, .22);
  object-fit: contain;
  filter: saturate(1.06) contrast(1.06) brightness(1.08);
}

.nms-products-primary-card > div {
  align-self: stretch;
  height: 100%;
  max-height: 100%;
  box-sizing: border-box;
  min-width: 0;
  padding: 24px 24px 18px;
  overflow: hidden;
}

.nms-products-primary-card h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 22px;
  line-height: 1.15;
}

.nms-products-primary-card p {
  min-height: 58px;
  margin: 0;
  color: rgba(255, 255, 255, .75);
  font-size: 14px;
  line-height: 1.55;
}

.nms-products-primary-card nav {
  display: flex;
  gap: 32px;
  margin-top: 14px;
}

.nms-products-primary-card a,
.nms-products-technical a,
.nms-products-models a {
  color: #2b8cff;
  font-weight: 800;
  text-decoration: none;
}

  .nms-products-technical {
    padding: 0 0 17px;
  }

.nms-products-technical h2,
.nms-products-models h2,
.nms-products-brands h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
}

.nms-products-technical__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 9px;
}

.nms-products-technical article {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, .18);
  background: linear-gradient(180deg, rgba(12, 35, 48, .98), rgba(4, 18, 27, .98));
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

.nms-products-technical img {
  display: block;
  width: calc(100% - 24px);
  height: 126px;
  margin: 12px 12px 0;
  border: 1px solid rgba(190, 208, 220, .22);
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, .14), transparent 42%),
    linear-gradient(180deg, rgba(225, 236, 243, .08), rgba(8, 28, 39, .22));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .08),
    0 10px 20px rgba(0, 0, 0, .18);
  object-fit: contain;
  filter: saturate(1.05) contrast(1.05) brightness(1.06);
}

.nms-products-technical h3 {
  margin: 14px 10px 7px;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}

.nms-products-technical p {
  min-height: 67px;
  margin: 0 12px 10px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  line-height: 1.45;
}

.nms-products-technical a {
  display: inline-flex;
  margin: 0 0 15px;
  font-size: 13px;
}

.nms-products-models {
  padding: 0 0 22px;
}

.nms-products-models table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  color: #17242c;
  font-size: 14px;
}

.nms-products-models th {
  background: #0c2533;
  color: #fff;
  font-weight: 800;
}

.nms-products-models th,
.nms-products-models td {
  height: 34px;
  padding: 7px 38px;
  border: 1px solid #cfd8df;
  text-align: left;
}

.nms-products-models td:last-child {
  width: 210px;
}

.nms-products-models td:last-child a {
  margin-right: 18px;
  white-space: nowrap;
}

.nms-products-brands {
  padding: 0 0 26px;
}

.nms-products-brand-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  padding: 20px 16px;
  background: rgba(9, 32, 45, .78);
  border: 1px solid rgba(255, 255, 255, .08);
}

.nms-products-brand-strip a {
  padding: 0 27px;
  color: rgba(255, 255, 255, .88);
  text-decoration: none;
  border-right: 1px solid rgba(255, 255, 255, .35);
  font-size: 14px;
  line-height: 2;
}

.nms-products-brand-strip a:last-child {
  border-right: 0;
}

.nms-products-catalog {
  padding: 0 0 36px;
  background:
    radial-gradient(circle at 14% 0%, rgba(23, 97, 153, .18), transparent 30%),
    #061720;
}

.nms-products-catalog__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, .78fr);
  gap: 34px;
  align-items: end;
  padding: 28px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.nms-products-catalog__head p {
  margin: 0 0 7px;
  color: #2b8cff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.nms-products-catalog__head h2 {
  margin: 0;
  color: #fff;
  font-size: 27px;
  line-height: 1.12;
}

.nms-products-catalog__head span {
  display: block;
  max-width: 650px;
  margin-top: 9px;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  line-height: 1.45;
}

.nms-products-catalog__filters {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px 150px;
  gap: 12px;
  align-items: end;
}

.nms-products-catalog__filters label {
  min-width: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  font-weight: 900;
}

.nms-products-catalog__filters input,
.nms-products-catalog__filters select {
  display: block;
  width: 100%;
  height: 42px;
  margin-top: 6px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .22);
  background: #fff;
  color: #17242d;
  font: inherit;
  font-size: 13px;
  outline: 0;
}

.nms-products-catalog__filters button {
  height: 42px;
  border: 0;
  background: var(--products-orange);
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.nms-products-catalog__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.nms-products-catalog-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  border: 1px solid rgba(255, 255, 255, .16);
  background:
    linear-gradient(145deg, rgba(13, 43, 58, .96), rgba(5, 23, 33, .98));
  box-shadow:
    0 18px 36px rgba(0, 0, 0, .18),
    inset 0 1px 0 rgba(255, 255, 255, .06);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.nms-products-catalog-card:hover {
  border-color: rgba(26, 111, 220, .5);
  box-shadow:
    0 22px 42px rgba(0, 0, 0, .26),
    inset 0 1px 0 rgba(255, 255, 255, .08);
  transform: translateY(-2px);
}

.nms-products-catalog-card__image {
  display: grid;
  aspect-ratio: 1 / 1;
  place-items: center;
  padding: 12px;
  background: #fff;
}

.nms-products-catalog-card__image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(198, 212, 224, .85);
  background: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .95),
    0 10px 22px rgba(0, 0, 0, .16);
  object-fit: contain;
}

.nms-products-catalog-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 14px;
}

.nms-products-catalog-card__title {
  min-height: 58px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.3;
}

.nms-products-catalog-card dl {
  display: grid;
  gap: 7px;
  margin: 12px 0 0;
}

.nms-products-catalog-card dl div {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 8px;
  font-size: 12px;
  line-height: 1.3;
}

.nms-products-catalog-card dt {
  color: rgba(255, 255, 255, .54);
}

.nms-products-catalog-card dd {
  min-width: 0;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  overflow-wrap: anywhere;
}

.nms-products-catalog-card nav {
  display: flex;
  gap: 20px;
  margin-top: auto;
  padding-top: 15px;
}

.nms-products-catalog-card nav a {
  color: #2b8cff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
}

.nms-products-catalog-card nav a:last-child {
  color: var(--products-orange);
}

.nms-products-catalog__pagination {
  margin-top: 24px;
}

.nms-products-catalog__pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.nms-products-catalog__pagination a,
.nms-products-catalog__pagination span {
  min-width: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .2);
  color: rgba(255, 255, 255, .86);
  text-align: center;
  text-decoration: none;
  font-size: 13px;
}

.nms-products-catalog__pagination .current {
  border-color: #0f62c5;
  background: #0f62c5;
  color: #fff;
}

.nms-products-catalog__empty {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .04);
}

.nms-products-catalog__empty h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 20px;
}

.nms-products-catalog__empty p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, .72);
}

.nms-products-catalog__empty a {
  color: var(--products-orange);
  text-decoration: none;
  font-weight: 900;
}

.nms-products-inquiry {
  background:
    radial-gradient(circle at 12% 38%, rgba(12, 73, 114, .24), transparent 34%),
    linear-gradient(135deg, #071a25, #0b2432 58%, #071822);
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.nms-products-inquiry__grid {
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  min-height: 346px;
}

.nms-products-inquiry aside {
  padding: 42px 46px 32px 14px;
  border-right: 1px solid rgba(255, 255, 255, .18);
}

.nms-products-inquiry h2 {
  margin: 0 0 13px;
  color: #fff;
  font-size: 26px;
  line-height: 1.12;
}

.nms-products-inquiry aside p {
  margin: 0 0 25px;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.55;
}

.nms-products-inquiry aside a,
.nms-products-inquiry aside p:last-child {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 17px;
  color: #fff;
  text-decoration: none;
}

.nms-products-inquiry aside .dashicons {
  color: #fff;
}

.nms-products-inquiry form {
  padding: 39px 6px 34px 26px;
}

.nms-products-honeypot {
  display: none !important;
}

.nms-products-inquiry__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}

.nms-products-inquiry label {
  color: rgba(255, 255, 255, .74);
  font-size: 12px;
  font-weight: 800;
}

.nms-products-inquiry label span {
  color: var(--products-orange);
}

.nms-products-inquiry input,
.nms-products-inquiry select,
.nms-products-inquiry textarea {
  display: block;
  width: 100%;
  min-width: 0;
  margin-top: 7px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .07);
  color: #fff;
  font: inherit;
  font-size: 13px;
  outline: 0;
}

.nms-products-inquiry input,
.nms-products-inquiry select {
  height: 42px;
  padding: 0 13px;
}

.nms-products-inquiry textarea {
  height: 78px;
  padding: 13px;
  resize: vertical;
}

.nms-products-inquiry__message {
  grid-column: 1 / -1;
}

.nms-products-inquiry__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 18px;
  margin-top: 18px;
}

.nms-products-upload {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  min-height: 58px;
  padding: 8px 18px;
  border: 1px dashed rgba(255, 255, 255, .42);
  color: #fff;
  cursor: pointer;
}

.nms-products-upload .dashicons {
  grid-row: span 2;
  width: 26px;
  height: 26px;
  font-size: 26px;
}

.nms-products-upload strong {
  font-size: 13px;
}

.nms-products-upload small {
  color: rgba(255, 255, 255, .64);
  font-size: 11px;
}

.nms-products-upload input {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
  pointer-events: none;
}

.nms-products-inquiry button {
  min-height: 58px;
  border: 0;
  background: var(--products-orange);
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.nms-products-trust {
  background: #061720;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.nms-products-trust .nms-products-shell {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  min-height: 98px;
}

.nms-products-trust div div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 0 15px;
  align-content: center;
  padding: 18px 22px;
  border-right: 1px solid rgba(255, 255, 255, .2);
}

.nms-products-trust div div:last-child {
  border-right: 0;
}

.nms-products-trust .dashicons {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, .75);
  border-radius: 50%;
  font-size: 21px;
}

.nms-products-trust strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}

.nms-products-trust small {
  color: rgba(255, 255, 255, .66);
  font-size: 11px;
  line-height: 1.35;
}

.post-type-archive-products .nms-footer {
  background:
    linear-gradient(90deg, rgba(15, 26, 34, .99), rgba(15, 26, 34, .96) 54%, rgba(15, 26, 34, .58)),
    url("../images/products-page/generated/footer-plant.webp") right bottom / auto 100% no-repeat,
    #0f1a22;
}

.post-type-archive-products .nms-footer__contact-band,
.post-type-archive-products .nms-footer__grid,
.post-type-archive-products .nms-footer__bottom {
  width: min(var(--nms-container), calc(100% - (var(--nms-gutter) * 2))) !important;
  max-width: none !important;
  margin-right: auto;
  margin-left: auto;
}

.post-type-archive-products .nms-footer__contact-band {
  display: grid;
  grid-template-columns: .95fr .9fr 1.05fr .82fr;
  gap: 34px;
  align-items: center;
  padding-bottom: 20px;
}

.post-type-archive-products .nms-footer__contact-band .nms-footer__brand {
  margin: 0;
}

.post-type-archive-products .nms-footer__contact-band .nms-footer__brand img {
  width: 205px;
  height: 62px;
  object-fit: contain;
}

.post-type-archive-products .nms-footer__contact-band a:not(.nms-footer__brand) {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  text-decoration: none;
}

.post-type-archive-products .nms-footer__contact-band .dashicons {
  width: 28px;
  height: 28px;
  color: var(--products-orange);
  font-size: 28px;
}

.post-type-archive-products .nms-footer__contact-band strong,
.post-type-archive-products .nms-footer__contact-band small {
  display: block;
}

.post-type-archive-products .nms-footer__contact-band strong {
  color: #fff;
  font-size: 14px;
}

.post-type-archive-products .nms-footer__contact-band small {
  color: rgba(255, 255, 255, .65);
  font-size: 11px;
  line-height: 1.25;
}

.post-type-archive-products .nms-footer__summary-text {
  max-width: 280px;
  color: rgba(255, 255, 255, .8);
  font-size: 13px;
  line-height: 1.5;
}

.post-type-archive-products .nms-footer__grid {
  grid-template-columns: 1.18fr .66fr .78fr .82fr .78fr .9fr;
  gap: 30px;
}

.post-type-archive-products .nms-footer__grid .nms-footer__contact {
  display: none;
}

@media (min-width: 1600px) {
  .nms-products-shell {
    width: min(var(--nms-container), calc(100% - (var(--nms-gutter) * 2)));
  }

  .nms-products-primary-card {
    grid-template-columns: minmax(400px, 43%) minmax(0, 1fr);
    height: 238px;
  }

  .nms-products-primary-card img {
    width: calc(100% - 38px);
    height: 194px;
    max-height: calc(100% - 38px);
  }

  .nms-products-primary-card > div {
    padding: 34px 34px 24px;
  }

  .nms-products-primary-card h2 {
    font-size: 27px;
  }

  .nms-products-primary-card p {
    min-height: 76px;
    max-width: 520px;
    font-size: 16px;
    line-height: 1.5;
  }

  .nms-products-primary-card nav {
    gap: 48px;
    margin-top: 18px;
  }

  .nms-products-primary-card a {
    font-size: 15px;
  }

  .nms-products-technical__grid {
    gap: 13px;
  }

  .nms-products-technical img {
    width: calc(100% - 28px);
    height: 150px;
    margin: 14px 14px 0;
  }

  .nms-products-technical h3 {
    margin-top: 18px;
    font-size: 18px;
  }

  .nms-products-technical p {
    min-height: 54px;
    font-size: 13px;
  }

  .nms-products-catalog__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 901px) and (max-width: 1200px) {
  .nms-products-cover,
  .nms-products-cover .nms-products-shell {
    min-height: 430px;
  }

  .nms-products-cover__content {
    padding-top: 38px;
  }

  .nms-products-floating-search {
    bottom: 32px;
  }

  .nms-products-primary-card {
    grid-template-columns: 230px minmax(0, 1fr);
    height: 162px;
  }

  .nms-products-primary-card img {
    width: calc(100% - 28px);
    height: 134px;
    max-height: calc(100% - 28px);
  }

  .nms-products-primary-card > div {
    padding: 20px 18px 15px;
  }

  .nms-products-primary-card h2 {
    font-size: 19px;
  }

  .nms-products-primary-card p {
    min-height: 52px;
    font-size: 12px;
    line-height: 1.45;
  }

  .nms-products-technical img {
    height: 112px;
    margin: 10px 10px 0;
    width: calc(100% - 20px);
  }

  .nms-products-catalog__head {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .nms-products-catalog__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  body.post-type-archive-products .nms-topbar__inner,
  body.post-type-archive-products .nms-site-header__inner {
    width: calc(100% - 48px) !important;
    max-width: none !important;
  }

  body.post-type-archive-products .nms-site-header__inner {
    min-height: 54px;
  }

  body.post-type-archive-products .nms-brand__mark {
    width: 58px;
    height: auto;
  }

  body.post-type-archive-products .nms-brand__wordmark {
    font-size: 21px;
  }

  body.post-type-archive-products .nms-brand__tagline {
    font-size: 6px;
  }

  body.post-type-archive-products .nms-nav {
    display: flex;
    position: static;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    margin-left: auto;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  body.post-type-archive-products .nms-nav a {
    padding: 0;
    border-bottom: 0;
    font-size: 11px;
  }

  body.post-type-archive-products .nms-nav a.is-current {
    padding-bottom: 5px;
    border-bottom: 2px solid #0c63d6;
  }

  body.post-type-archive-products .nms-menu-toggle {
    display: none;
  }

  body.post-type-archive-products .nms-inquiry-button {
    width: 86px;
    height: 36px;
    min-height: 36px;
    padding-inline: 11px;
    font-size: 10px;
  }

  .nms-products-shell {
    width: min(var(--nms-container), calc(100% - (var(--nms-gutter) * 2)));
  }

  .nms-products-cover,
  .nms-products-cover .nms-products-shell {
    min-height: 268px;
  }

  .nms-products-cover {
    background-position: right center;
    background-size: 100% 100%;
  }

  .nms-products-cover .nms-products-shell {
    padding-top: 17px;
  }

  .nms-products-cover__content {
    width: 380px;
    padding-top: 23px;
  }

  .nms-products-cover h1 {
    font-size: 30px;
  }

  .nms-products-cover__content p {
    width: 355px;
    margin: 11px 0 16px;
    font-size: 12px;
    line-height: 1.45;
  }

  .nms-products-cover__actions {
    gap: 10px;
  }

  .nms-products-btn {
    min-height: 36px;
    padding-inline: 15px;
    font-size: 11px;
  }

  .nms-products-floating-search {
    bottom: 11px;
    width: 500px;
    height: 38px;
    grid-template-columns: minmax(0, 1fr) 100px;
  }

  .nms-products-floating-search input {
    padding-inline: 14px;
    font-size: 11px;
  }

  .nms-products-floating-search button {
    font-size: 11px;
  }

  .nms-products-primary__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nms-products-primary-card {
    grid-template-columns: 192px minmax(0, 1fr);
    height: 106px;
    min-height: 0;
    overflow: hidden;
  }

  .nms-products-primary-card img {
    width: calc(100% - 14px);
    height: 90px;
    max-height: calc(100% - 14px);
  }

  .nms-products-primary-card > div {
    padding: 10px 13px 8px;
  }

  .nms-products-primary-card h2 {
    margin-bottom: 4px;
    font-size: 14.5px;
  }

  .nms-products-primary-card p {
    min-height: 35px;
    font-size: 8.4px;
    line-height: 1.32;
  }

  .nms-products-primary-card nav {
    gap: 18px;
    margin-top: 6px;
  }

  .nms-products-primary-card a,
  .nms-products-technical a,
  .nms-products-models a {
    font-size: 10.5px;
  }

  .nms-products-primary {
    padding-bottom: 14px;
  }

  .nms-products-technical h2,
  .nms-products-models h2,
  .nms-products-brands h2 {
    margin-bottom: 9px;
    font-size: 15px;
  }

  .nms-products-technical__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 6px;
  }

  .nms-products-technical img {
    width: calc(100% - 20px);
    height: 69px;
    margin: 6px 10px 0;
  }

  .nms-products-technical h3 {
    margin: 7px 6px 3px;
    font-size: 10px;
  }

  .nms-products-technical p {
    min-height: 32px;
    margin-inline: 7px;
    margin-bottom: 5px;
    font-size: 8px;
    line-height: 1.22;
  }

  .nms-products-technical a {
    margin-bottom: 7px;
  }

  .nms-products-models {
    padding-bottom: 16px;
  }

  .nms-products-models th,
  .nms-products-models td {
    height: 18px;
    padding: 1px 24px;
    font-size: 9px;
  }

  .nms-products-brand-strip {
    padding: 9px 10px;
  }

  .nms-products-brand-strip a {
    padding-inline: 20px;
    font-size: 9px;
  }

  .nms-products-catalog {
    padding-bottom: 22px;
  }

  .nms-products-catalog__head {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 0 16px;
  }

  .nms-products-catalog__head p {
    margin-bottom: 5px;
    font-size: 9px;
  }

  .nms-products-catalog__head h2 {
    font-size: 18px;
  }

  .nms-products-catalog__head span {
    margin-top: 6px;
    font-size: 10px;
  }

  .nms-products-catalog__filters {
    grid-template-columns: minmax(0, 1fr) 150px 124px;
    gap: 8px;
  }

  .nms-products-catalog__filters label {
    font-size: 9px;
  }

  .nms-products-catalog__filters input,
  .nms-products-catalog__filters select,
  .nms-products-catalog__filters button {
    height: 32px;
    font-size: 10px;
  }

  .nms-products-catalog__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
  }

  .nms-products-catalog-card__image {
    padding: 7px 7px 0;
  }

  .nms-products-catalog-card__body {
    padding: 10px;
  }

  .nms-products-catalog-card__title {
    min-height: 46px;
    font-size: 11px;
  }

  .nms-products-catalog-card dl {
    gap: 5px;
    margin-top: 9px;
  }

  .nms-products-catalog-card dl div {
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 6px;
    font-size: 9px;
  }

  .nms-products-catalog-card nav {
    gap: 12px;
    padding-top: 10px;
  }

  .nms-products-catalog-card nav a {
    font-size: 10px;
  }

  .nms-products-brands {
    padding-bottom: 15px;
  }

  .nms-products-inquiry__grid {
    grid-template-columns: 278px minmax(0, 1fr);
    min-height: 214px;
  }

  .nms-products-inquiry aside {
    padding: 20px 18px 16px 8px;
  }

  .nms-products-inquiry h2 {
    margin-bottom: 9px;
    font-size: 15.5px;
  }

  .nms-products-inquiry aside p {
    margin-bottom: 12px;
    font-size: 9px;
    line-height: 1.4;
  }

  .nms-products-inquiry aside a,
  .nms-products-inquiry aside p:last-child {
    gap: 10px;
    margin-bottom: 9px;
    font-size: 9px;
  }

  .nms-products-inquiry form {
    padding: 18px 4px 16px 16px;
  }

  .nms-products-inquiry__fields {
    gap: 10px 12px;
  }

  .nms-products-inquiry label {
    font-size: 9px;
  }

  .nms-products-inquiry input,
  .nms-products-inquiry select {
    height: 28px;
    margin-top: 5px;
    font-size: 10px;
  }

  .nms-products-inquiry textarea {
    height: 48px;
    font-size: 10px;
  }

  .nms-products-inquiry__bottom {
    grid-template-columns: minmax(0, 1fr) 230px;
    gap: 11px;
    margin-top: 11px;
  }

  .nms-products-upload,
  .nms-products-inquiry button {
    min-height: 38px;
  }

  .nms-products-upload {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 6px 10px;
  }

  .nms-products-upload strong {
    font-size: 10px;
  }

  .nms-products-upload small {
    font-size: 8px;
  }

  .nms-products-inquiry button {
    font-size: 11px;
  }

  .nms-products-trust .nms-products-shell {
    min-height: 68px;
  }

  .nms-products-trust div div {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 0 10px;
    padding: 12px 10px;
  }

  .nms-products-trust .dashicons {
    width: 29px;
    height: 29px;
    font-size: 16px;
  }

  .nms-products-trust strong {
    font-size: 10px;
  }

  .nms-products-trust small {
    font-size: 8px;
  }

  body.post-type-archive-products .nms-footer {
    padding: 15px 0 10px;
  }

  body.post-type-archive-products .nms-footer__contact-band {
    width: calc(100% - 48px) !important;
    max-width: none !important;
    grid-template-columns: 1.05fr 1fr 1.2fr .9fr;
    gap: 28px;
    padding-bottom: 14px;
  }

  body.post-type-archive-products .nms-footer__contact-band .nms-footer__brand img {
    width: 170px;
    height: 52px;
  }

  body.post-type-archive-products .nms-footer__contact-band a:not(.nms-footer__brand) {
    gap: 10px;
  }

  body.post-type-archive-products .nms-footer__contact-band .dashicons {
    width: 19px;
    height: 19px;
    font-size: 19px;
  }

  body.post-type-archive-products .nms-footer__contact-band strong {
    font-size: 10px;
  }

  body.post-type-archive-products .nms-footer__contact-band small {
    font-size: 8px;
  }

  body.post-type-archive-products .nms-footer__grid {
    width: calc(100% - 48px) !important;
    max-width: none !important;
    grid-template-columns: 1.5fr .72fr .78fr .82fr .88fr;
    gap: 20px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, .14);
  }

  body.post-type-archive-products .nms-footer__brand img {
    width: 154px;
  }

  body.post-type-archive-products .nms-footer__summary-text {
    font-size: 9px;
    line-height: 1.45;
  }

  body.post-type-archive-products .nms-footer h3 {
    margin-bottom: 8px;
    font-size: 9px;
  }

  body.post-type-archive-products .nms-footer__nav {
    gap: 5px;
  }

  body.post-type-archive-products .nms-footer__nav a,
  body.post-type-archive-products .nms-footer__contact a,
  body.post-type-archive-products .nms-footer__contact p {
    font-size: 8px;
    line-height: 1.25;
  }

  body.post-type-archive-products .nms-footer__bottom {
    width: calc(100% - 48px) !important;
    max-width: none !important;
    margin-top: 10px;
    padding-top: 8px;
    font-size: 8px;
  }
}

@media (max-width: 1100px) and (min-width: 901px) {
  .nms-products-primary-card {
    grid-template-columns: 210px minmax(0, 1fr);
  }

  .nms-products-technical__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nms-products-inquiry__grid {
    grid-template-columns: 320px minmax(0, 1fr);
  }

  .nms-products-inquiry__bottom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .nms-products-shell {
    width: min(var(--nms-container), calc(100% - (var(--nms-gutter) * 2)));
  }

  .nms-products-cover,
  .nms-products-cover .nms-products-shell {
    min-height: 0;
  }

  .nms-products-cover .nms-products-shell {
    padding: 18px 0 24px;
  }

  .nms-products-cover__content {
    width: 100%;
    padding-top: 28px;
  }

  .nms-products-cover h1 {
    font-size: 34px;
  }

  .nms-products-cover__content p {
    font-size: 14px;
  }

  .nms-products-cover__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .nms-products-floating-search {
    position: static;
    width: 100%;
    grid-template-columns: 1fr;
    height: auto;
    margin-top: 22px;
  }

  .nms-products-floating-search input,
  .nms-products-floating-search button {
    height: 46px;
  }

  .nms-products-primary {
    padding-top: 18px;
  }

  .nms-products-primary__grid,
  .nms-products-primary-card,
  .nms-products-catalog__head,
  .nms-products-catalog__filters,
  .nms-products-inquiry__grid,
  .nms-products-inquiry__fields,
  .nms-products-inquiry__bottom,
  .nms-products-trust .nms-products-shell {
    display: block;
  }

  .nms-products-primary-card {
    height: auto;
    overflow: visible;
    margin-bottom: 12px;
    border-right: 1px solid rgba(255, 255, 255, .18);
  }

  .nms-products-primary-card img {
    width: calc(100% - 20px);
    height: auto;
    aspect-ratio: 16 / 9;
    max-height: none;
    margin: 10px 10px 0;
    object-fit: cover;
    object-position: center;
    background:
      radial-gradient(circle at 50% 38%, rgba(255, 255, 255, .1), transparent 58%),
      linear-gradient(135deg, rgba(12, 35, 48, .96), rgba(4, 18, 27, .98));
    border: 1px solid rgba(255, 255, 255, .12);
    filter: saturate(1.12) contrast(1.12) brightness(1.24);
  }

  .nms-products-technical img {
    width: calc(100% - 18px);
    height: 86px;
    aspect-ratio: 16 / 10;
    margin: 9px 9px 0;
    object-fit: cover;
    object-position: center;
    background:
      radial-gradient(circle at 50% 38%, rgba(255, 255, 255, .12), transparent 60%),
      linear-gradient(135deg, rgba(17, 39, 52, .98), rgba(5, 19, 28, .98));
    border: 1px solid rgba(255, 255, 255, .12);
    filter: saturate(1.1) contrast(1.08) brightness(1.18);
  }

  .nms-products-primary-card > div {
    height: auto;
    overflow: visible;
  }

  .nms-products-primary-card p {
    min-height: 0;
  }

  .nms-products-primary-card nav {
    flex-wrap: wrap;
  }

  .nms-products-technical__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nms-products-technical p {
    min-height: 0;
  }

  .nms-products-models {
    overflow-x: visible;
  }

  .nms-products-models table {
    min-width: 0;
    border-collapse: separate;
    border-spacing: 0 8px;
    background: transparent;
  }

  .nms-products-models thead {
    display: none;
  }

  .nms-products-models tr {
    display: block;
    background: #fff;
    border: 1px solid #cfd8df;
  }

  .nms-products-models td {
    display: grid;
    grid-template-columns: 42% 1fr;
    gap: 12px;
    width: 100%;
    min-height: 34px;
    height: auto;
    border: 0;
    border-bottom: 1px solid #dce4ea;
  }

  .nms-products-models td:last-child {
    width: 100%;
    border-bottom: 0;
  }

  .nms-products-models td::before {
    color: #596b75;
    font-weight: 800;
  }

  .nms-products-models td:nth-child(1)::before {
    content: "Product Type";
  }

  .nms-products-models td:nth-child(2)::before {
    content: "Representative Models";
  }

  .nms-products-models td:nth-child(3)::before {
    content: "Supported Brands";
  }

  .nms-products-models td:nth-child(4)::before {
    content: "Inquiry";
  }

  .nms-products-models td {
    padding: 8px 14px;
  }

  .nms-products-brand-strip {
    justify-content: flex-start;
  }

  .nms-products-brand-strip a {
    padding-inline: 13px;
  }

  .nms-products-catalog {
    padding-bottom: 22px;
  }

  .nms-products-catalog__head {
    padding: 22px 0 18px;
  }

  .nms-products-catalog__head h2 {
    font-size: 24px;
  }

  .nms-products-catalog__filters label,
  .nms-products-catalog__filters button {
    display: block;
    margin-top: 12px;
  }

  .nms-products-catalog__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .nms-products-catalog-card__title {
    min-height: 0;
  }

  .nms-products-inquiry aside,
  .nms-products-inquiry form {
    padding: 28px 0;
    border-right: 0;
  }

  .nms-products-inquiry label,
  .nms-products-inquiry__bottom > * {
    margin-bottom: 13px;
  }

  .nms-products-trust div div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
  }

  .post-type-archive-products .nms-footer__contact-band {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    width: min(100% - 28px, 560px);
    padding-bottom: 20px;
  }

  .post-type-archive-products .nms-footer__contact-band .nms-footer__brand img {
    width: 160px;
    height: 50px;
  }

  .post-type-archive-products .nms-footer__contact-band a:not(.nms-footer__brand) {
    width: 100%;
    min-width: 0;
  }

  .post-type-archive-products .nms-footer__contact-band strong,
  .post-type-archive-products .nms-footer__contact-band small {
    overflow-wrap: anywhere;
  }

  .post-type-archive-products .nms-footer__grid .nms-footer__contact {
    display: none;
  }
}
