body.single-products,
body.single-products .nms-main {
  background: #fff !important;
}

.nms-single-product-page {
  --sp-blue: #075ecb;
  --sp-orange: #ff7514;
  --sp-navy: #061923;
  background: #fff;
  color: #152331;
}

.nms-sp-wrap {
  width: min(var(--nms-container), calc(100% - (var(--nms-gutter) * 2)));
  margin: 0 auto;
}

.nms-sp-hero {
  min-height: 491px;
  background:
    linear-gradient(90deg, rgb(4 15 24 / 98%) 0%, rgb(4 15 24 / 80%) 42%, rgb(4 15 24 / 18%) 72%, rgb(4 15 24 / 44%) 100%),
    var(--nms-sp-hero-image) right center / cover no-repeat;
  color: #fff;
}

.nms-sp-crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 28px 0 22px;
  color: #53636f;
  font-size: .86rem;
}

.nms-sp-crumbs a {
  color: #152331;
  text-decoration: none;
}

.nms-sp-crumbs--hero {
  color: rgb(255 255 255 / 72%);
}

.nms-sp-crumbs--hero a {
  color: #fff;
}

.nms-sp-hero__copy {
  max-width: 700px;
  padding: 30px 0 52px;
}

.nms-sp-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.9rem, 4.9vw, 5.05rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.nms-sp-hero p {
  max-width: 620px;
  margin: 20px 0 0;
  color: rgb(255 255 255 / 84%);
  font-size: 1.12rem;
  line-height: 1.55;
}

.nms-sp-hero small {
  display: block;
  margin-top: 18px;
  color: rgb(255 255 255 / 72%);
  font-size: .86rem;
}

.nms-sp-btn--dark {
  border-color: rgb(255 255 255 / 55%);
  background: rgb(5 16 26 / 44%);
  color: #fff;
}

@media (min-width: 901px) {
  .nms-sp-hero {
    height: 491px !important;
    min-height: 491px !important;
    overflow: hidden;
  }

  .nms-sp-hero .nms-sp-wrap {
    height: 100%;
  }

  .nms-sp-crumbs--hero {
    min-height: 46px;
    padding: 22px 0 0;
  }

  .nms-sp-hero__copy {
    max-width: 740px;
    padding: 24px 0 0;
  }

  .nms-sp-hero h1 {
    max-width: 720px;
    font-size: clamp(40px, 3.25vw, 48px);
    line-height: 1.05;
  }

  .nms-sp-hero p {
    max-width: 610px;
    margin-top: 16px;
    font-size: 17px;
    line-height: 1.45;
  }

  .nms-sp-hero small {
    margin-top: 12px;
    font-size: 13px;
  }

.nms-sp-hero .nms-sp-actions {
  gap: 14px;
  margin-top: 20px;
}

  .nms-sp-hero .nms-sp-btn {
    min-height: 48px;
    padding-inline: 22px;
  }

}

.nms-sp-kicker {
  display: block;
  margin-bottom: 14px;
  color: #075ecb;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.nms-sp-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .92fr);
  gap: 46px;
  align-items: start;
  padding: 50px 0 8px;
}

.nms-sp-gallery__main {
  display: grid;
  aspect-ratio: 1 / 1;
  place-items: center;
  margin: 0;
  border: 1px solid #d8e0e6;
  overflow: hidden;
  background: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .95),
    0 18px 38px rgba(20, 45, 62, .1);
}

.nms-sp-gallery__main img {
  display: block;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-width: 94%;
  max-height: 94%;
  object-fit: contain;
}

.nms-sp-gallery--single .nms-sp-gallery__main img {
  min-height: 0;
}

.nms-sp-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(96px, 116px));
  gap: 12px;
  justify-content: start;
  margin-top: 16px;
}

.nms-sp-gallery__thumbs button {
  display: grid;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  min-width: 0;
  place-items: center;
  margin: 0;
  padding: 8px;
  border: 1px solid #d8e0e6;
  background: #fff;
  cursor: pointer;
}

.nms-sp-gallery__thumbs button.is-active {
  border-color: var(--sp-blue);
  outline: 3px solid var(--sp-blue);
  outline-offset: -3px;
}

.nms-sp-gallery__thumbs img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.nms-sp-summary {
  padding-top: 24px;
}

.nms-sp-summary h2 {
  margin: 0;
  color: #172331;
  font-size: clamp(2rem, 2.35vw, 3rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.nms-sp-description {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 292px;
  gap: 30px;
  align-items: start;
  margin-top: 34px;
  padding: 32px;
  border: 1px solid #d7e0e7;
  background: linear-gradient(180deg, #fff, #f7fafc);
  box-shadow: 0 18px 42px rgb(15 35 50 / 7%);
}

.nms-sp-description h2 {
  margin: 0;
  color: #172331;
  font-size: 2rem;
  line-height: 1.16;
}

.nms-sp-description p {
  margin: 14px 0 0;
  color: #4f5e68;
  font-size: .96rem;
  line-height: 1.68;
}

.nms-sp-inline-model {
  color: var(--sp-blue);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.nms-sp-description aside {
  position: sticky;
  top: 108px;
  padding: 24px;
  background: #071923;
  color: #fff;
}

.nms-sp-description h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 1.18rem;
}

.nms-sp-description dl {
  margin: 0;
}

.nms-sp-description dl div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  padding: 11px 0;
  border-top: 1px solid rgb(255 255 255 / 13%);
}

.nms-sp-description dt {
  color: rgb(255 255 255 / 62%);
  font-size: .8rem;
  font-weight: 800;
}

.nms-sp-description dd {
  margin: 0;
  color: #fff;
  font-size: .9rem;
}

.nms-sp-description aside > a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 0 18px;
  background: var(--sp-orange);
  color: #fff;
  text-decoration: none;
  font-weight: 850;
}

.nms-sp-summary p {
  margin: 22px 0 0;
  color: #52616c;
  font-size: 1.02rem;
  line-height: 1.68;
}

.nms-sp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.nms-sp-tags span {
  padding: 9px 14px;
  background: #eef2f5;
  color: #31414d;
  font-size: .82rem;
}

.nms-sp-facts {
  margin: 34px 0 0;
}

.nms-sp-facts div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  padding: 12px 0;
}

.nms-sp-facts dt {
  color: #263642;
  font-weight: 800;
}

.nms-sp-facts dd {
  margin: 0;
  color: #52616c;
}

.nms-sp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 26px;
}

.nms-sp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border: 1px solid #9eabb5;
  color: #172331;
  text-decoration: none;
  font-weight: 850;
}

.nms-sp-btn--orange {
  border-color: var(--sp-orange);
  background: linear-gradient(90deg, #ff6500, #ff8215);
  color: #fff;
}

.nms-sp-btn--outline {
  background: #fff;
}

.nms-sp-hidden,
.nms-sp-upload input {
  display: none !important;
}

.nms-sp-upload {
  min-height: 100px;
  justify-items: center;
  padding: 18px;
  border: 1px dashed rgb(255 255 255 / 48%);
  text-align: center;
}

.nms-sp-upload small {
  color: rgb(255 255 255 / 64%);
  font-weight: 500;
}

.nms-sp-info-section {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, .72fr);
  gap: 56px;
  padding: 62px 0 38px;
  align-items: start;
}

.nms-sp-info-section h2,
.nms-sp-section h2 {
  margin: 0 0 22px;
  color: #172331;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.nms-sp-info-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d7e0e7;
  font-size: .88rem;
}

.nms-sp-info-table th,
.nms-sp-info-table td {
  padding: 14px 16px;
  border: 1px solid #d7e0e7;
  text-align: left;
}

.nms-sp-info-table th {
  width: 34%;
  color: #172331;
}

.nms-sp-info-table td {
  color: #52616c;
}

.nms-sp-check-card {
  padding: 30px;
  border: 1px solid #d7e0e7;
  background:
    linear-gradient(135deg, rgba(8, 28, 42, .98), rgba(5, 45, 65, .96)),
    #071d2a;
  color: #fff;
  box-shadow: 0 20px 42px rgb(12 32 48 / 12%);
}

.nms-sp-check-card h2 {
  margin-bottom: 14px;
  color: #fff;
}

.nms-sp-check-card p {
  margin: 0 0 20px;
  color: rgb(255 255 255 / 72%);
  line-height: 1.7;
}

.nms-sp-check-card ul {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.nms-sp-check-card li {
  position: relative;
  padding-left: 24px;
  color: rgb(255 255 255 / 82%);
  font-size: .94rem;
  line-height: 1.55;
}

.nms-sp-check-card li::before {
  position: absolute;
  top: .48em;
  left: 0;
  width: 8px;
  height: 8px;
  border: 2px solid var(--sp-orange);
  border-radius: 50%;
  content: "";
}

.nms-sp-check-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--sp-orange);
  font-weight: 800;
  text-decoration: none;
}

.nms-sp-section {
  padding: 42px 0;
  border-top: 1px solid #dfe6eb;
}

.nms-sp-quality {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  border: 1px solid #d7e0e7;
  background: #fff;
  box-shadow: 0 14px 34px rgb(15 35 50 / 6%);
}

.nms-sp-quality article {
  display: grid;
  align-content: start;
  min-height: 100%;
  padding: 18px 13px 16px;
  border: 0;
  border-right: 1px solid #d7e0e7;
  background: transparent;
  box-shadow: none;
}

.nms-sp-quality article:last-child {
  border-right: 0;
}

.nms-sp-quality img {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto 10px;
  border: 1px solid #d7e0e7;
  border-radius: 50%;
  object-fit: cover;
}

.nms-sp-quality strong {
  display: block;
  padding: 0;
  color: #172331;
  font-size: .86rem;
  line-height: 1.25;
  text-align: center;
}

.nms-sp-quality p {
  margin: 7px 0 0;
  padding: 0;
  color: #52616c;
  font-size: .76rem;
  line-height: 1.42;
  text-align: center;
}

.nms-sp-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.nms-sp-related-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  border: 1px solid #d6e0e7;
  background: #fff;
  box-shadow: 0 12px 26px rgb(24 48 66 / 7%);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.nms-sp-related-card:hover {
  border-color: rgba(26, 111, 220, .34);
  box-shadow: 0 16px 32px rgb(24 48 66 / 11%);
  transform: translateY(-2px);
}

.nms-sp-related-card__image {
  display: grid;
  aspect-ratio: 1 / 1;
  place-items: center;
  padding: 10px;
  background: #fff;
}

.nms-sp-related-card__image img {
  display: block;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-width: 94%;
  max-height: 94%;
  border: 0;
  background: #fff;
  box-shadow: none;
  object-fit: contain;
}

.nms-sp-related-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 12px;
}

.nms-sp-related-card span {
  color: var(--sp-blue);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.nms-sp-related-card h3 {
  margin: 7px 0 0;
  color: #172331;
  font-size: .86rem;
  line-height: 1.28;
}

.nms-sp-related-card h3 a {
  color: inherit;
  text-decoration: none;
}

.nms-sp-related-card dl {
  display: grid;
  gap: 4px;
  margin: 10px 0 0;
  color: #52616c;
  font-size: .72rem;
}

.nms-sp-related-card dl div {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 8px;
}

.nms-sp-related-card dt {
  color: #31414d;
  font-weight: 850;
}

.nms-sp-related-card dd {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
}

.nms-sp-related-card nav {
  display: flex;
  gap: 10px;
  margin-top: auto;
  padding-top: 11px;
}

.nms-sp-related-card nav a {
  color: var(--sp-blue);
  font-size: .72rem;
  font-weight: 900;
  text-decoration: none;
}

.nms-sp-related-card nav a + a {
  color: var(--sp-orange);
}

.nms-sp-more {
  display: flex;
  width: min(292px, 100%);
  min-height: 38px;
  align-items: center;
  justify-content: center;
  margin: 18px auto 0;
  border: 1px solid #aeb9c1;
  color: #172331;
  text-decoration: none;
  font-weight: 800;
}

.nms-sp-inquiry-band {
  margin-top: 22px;
  padding: 26px 0;
  background:
    radial-gradient(circle at 16% 12%, rgb(13 75 104 / 30%), transparent 38%),
    linear-gradient(90deg, rgb(4 18 29 / 98%), rgb(7 27 40 / 96%));
  color: #fff;
}

.nms-sp-inquiry-band .nms-sp-wrap {
  display: grid;
  grid-template-columns: minmax(248px, 310px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.nms-sp-inquiry-band aside {
  padding: 18px 0 0;
  border: 0;
  background: transparent;
}

.nms-sp-inquiry-band h2 {
  margin: 0;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.18;
}

.nms-sp-inquiry-band p {
  margin: 10px 0 12px;
  color: rgb(255 255 255 / 74%);
  font-size: .9rem;
  line-height: 1.45;
}

.nms-sp-inquiry-points {
  display: grid;
  gap: 6px;
  margin: 0 0 12px;
  padding: 0;
  color: rgb(255 255 255 / 76%);
  font-size: .78rem;
  line-height: 1.3;
  list-style: none;
}

.nms-sp-inquiry-points li {
  position: relative;
  padding-left: 18px;
}

.nms-sp-inquiry-points li::before {
  position: absolute;
  top: .48em;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--sp-orange);
  content: "";
}

.nms-sp-inquiry-band aside a {
  display: flex;
  min-height: 34px;
  align-items: center;
  margin-top: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: .82rem;
  text-decoration: none;
}

.nms-sp-inquiry-band form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 18px;
  border: 1px solid rgb(255 255 255 / 15%);
  background: rgb(255 255 255 / 5%);
  box-shadow: 0 18px 42px rgb(0 0 0 / 16%);
}

.nms-sp-inquiry-band label {
  display: block;
  color: rgb(255 255 255 / 82%);
  font-size: .76rem;
  font-weight: 800;
}

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

.nms-sp-inquiry-band input,
.nms-sp-inquiry-band textarea {
  width: 100%;
  margin-top: 5px;
  border: 1px solid rgb(255 255 255 / 24%);
  background: rgb(255 255 255 / 7%);
  color: #fff;
}

.nms-sp-inquiry-band input {
  height: 34px;
  padding: 0 11px;
}

.nms-sp-inquiry-band textarea {
  min-height: 64px;
  padding: 11px;
}

.nms-sp-inquiry-band .is-wide {
  grid-column: span 2;
}

.nms-sp-inquiry-band button {
  grid-column: 1 / -1;
}

.nms-sp-inquiry-band button {
  height: 42px;
  border: 0;
  background: linear-gradient(90deg, #ff6500, #ff8215);
  color: #fff;
  font-weight: 900;
}

.nms-sp-upload-box {
  display: grid;
  min-height: 86px;
  align-content: center;
  justify-items: center;
  border: 1px dashed rgb(255 255 255 / 58%);
  text-decoration: none;
  font-weight: 850;
}

.nms-sp-upload-box small {
  color: rgb(255 255 255 / 68%);
  font-weight: 500;
}

.nms-sp-inquiry-band .nms-sp-upload {
  display: grid;
  grid-column: span 1;
  min-height: 64px;
  align-content: center;
  margin-top: 0;
  padding: 10px;
}

.single-products .nms-footer--products {
  padding: 22px 0 10px;
  background: #111b24 !important;
}

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

.single-products .nms-footer--products .nms-footer__contact-band {
  display: grid;
  grid-template-columns: .62fr 1fr 1fr 1fr;
  gap: 24px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid rgb(255 255 255 / 14%);
}

.single-products .nms-footer--products .nms-footer__contact-band .nms-footer__brand {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  width: 218px;
  margin: 0;
  gap: 8px;
  align-items: center;
  padding: 8px 10px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 14px 30px rgb(0 0 0 / 18%);
}

.single-products .nms-footer--products .nms-footer__contact-band .nms-footer__brand .nms-footer__brand-mark {
  display: block;
  width: 46px !important;
  height: auto !important;
}

.single-products .nms-footer--products .nms-footer__contact-band .nms-footer__brand span {
  min-width: 0;
}

.single-products .nms-footer--products .nms-footer__contact-band .nms-footer__brand strong {
  color: #07182b;
  font-size: 1.06rem;
  letter-spacing: .07em;
  line-height: 1;
}

.single-products .nms-footer--products .nms-footer__contact-band .nms-footer__brand small {
  margin-top: 3px;
  color: #4f5a65;
  font-size: .4rem;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.single-products .nms-footer--products .nms-footer__contact-band a:not(.nms-footer__brand) {
  display: inline-grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.single-products .nms-footer--products .nms-footer__contact-band .dashicons {
  width: 24px;
  height: 24px;
  color: var(--sp-orange);
  font-size: 24px;
}

.single-products .nms-footer--products .nms-footer__contact-band strong,
.single-products .nms-footer--products .nms-footer__contact-band small {
  display: block;
}

.single-products .nms-footer--products .nms-footer__contact-band strong {
  color: #fff;
  font-size: .9rem;
}

.single-products .nms-footer--products .nms-footer__contact-band small {
  color: rgb(255 255 255 / 62%);
  font-size: .72rem;
}

.single-products .nms-footer--products .nms-footer__grid {
  grid-template-columns: 1.12fr .62fr .72fr .76fr .72fr .82fr 1fr;
  gap: 22px;
  padding-top: 18px;
}

.single-products .nms-footer--products h3 {
  margin-bottom: 10px;
  font-size: .78rem;
}

.single-products .nms-footer--products .nms-footer__nav {
  gap: 7px;
}

.single-products .nms-footer--products .nms-footer__nav a,
.single-products .nms-footer--products .nms-footer__contact a,
.single-products .nms-footer--products .nms-footer__contact p {
  font-size: .76rem;
  line-height: 1.35;
}

.single-products .nms-footer--products .nms-footer__bottom {
  padding-top: 10px;
  font-size: .68rem;
}

.single-products .nms-footer--products .nms-footer__summary-text {
  max-width: 290px;
  color: rgb(255 255 255 / 78%);
  font-size: .78rem;
  line-height: 1.45;
}

.single-products .nms-footer--products .nms-footer__contact {
  display: block;
}

@media (max-width: 1180px) {
  .nms-sp-top,
  .nms-sp-info-section,
  .nms-sp-description,
  .nms-sp-inquiry-band .nms-sp-wrap {
    grid-template-columns: 1fr;
  }

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

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

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

  .nms-sp-top {
    gap: 24px;
  }

  .nms-sp-summary {
    padding-top: 0;
  }

  .nms-sp-summary h2 {
    font-size: 2.55rem;
  }

  .nms-sp-gallery__thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .nms-sp-quality {
    grid-template-columns: 1fr;
  }

  .nms-sp-related-grid {
    grid-template-columns: 1fr;
  }

  .nms-sp-facts div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .nms-sp-actions,
  .nms-sp-inquiry-band form {
    display: grid;
    grid-template-columns: 1fr;
  }

  .nms-sp-inquiry-band {
    padding: 22px 0;
  }

  .nms-sp-inquiry-band .nms-sp-wrap {
    gap: 16px;
  }

  .nms-sp-inquiry-band aside {
    padding-top: 0;
  }

  .nms-sp-inquiry-band h2 {
    font-size: 1.22rem;
  }

  .nms-sp-inquiry-points {
    display: none;
  }

  .nms-sp-inquiry-band aside a {
    min-height: 28px;
    margin-top: 4px;
  }

  .nms-sp-inquiry-band form {
    gap: 9px;
    padding: 14px;
  }

  .nms-sp-inquiry-band textarea {
    min-height: 54px;
  }

  .nms-sp-inquiry-band .nms-sp-upload {
    min-height: 52px;
  }

  .nms-sp-btn {
    width: 100%;
  }

  .nms-sp-info-table {
    table-layout: fixed;
    white-space: normal;
  }

  .nms-sp-info-table th,
  .nms-sp-info-table td {
    width: 50%;
    padding: 11px 10px;
    word-break: break-word;
  }

  .nms-sp-description {
    gap: 24px;
    margin-top: 32px;
    padding: 24px;
  }

  .nms-sp-description h2 {
    font-size: 1.65rem;
  }

  .nms-sp-description aside {
    padding: 20px;
  }

  .nms-sp-description dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .single-products .nms-footer--products .nms-footer__contact-band,
  .single-products .nms-footer--products .nms-footer__grid,
  .single-products .nms-footer--products .nms-footer__bottom {
    width: min(var(--nms-container), calc(100% - (var(--nms-gutter) * 2)));
  }

  .single-products .nms-footer--products .nms-footer__contact-band,
  .single-products .nms-footer--products .nms-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .single-products .nms-footer--products .nms-footer__contact-band {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .single-products .nms-footer--products .nms-footer__grid > :first-child,
  .single-products .nms-footer--products .nms-footer__contact {
    grid-column: 1 / -1;
  }

  .single-products .nms-footer--products .nms-footer__grid {
    gap: 18px 20px;
  }
}
