body.single-product {
  background: #fff;
}

.single-product .site-header {
  background: #fff;
}

.single-product .woocommerce-notices-wrapper {
  max-width: 1320px;
  margin: 24px auto 0;
  padding: 0 clamp(20px, 4vw, 60px);
}

.nm-single-product {
  --nm-line: #d9d9d5;
  --nm-muted: #686865;
  --nm-soft: #f5f4f0;
  color: #050505;
  background: #fff;
  font-family: "Manrope", Arial, sans-serif;
}

.nm-product-hero {
  width: min(1320px, calc(100% - 48px));
  margin: 58px auto 120px;
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(320px, 2fr);
  align-items: start;
  gap: clamp(36px, 6vw, 88px);
}

.nm-product-gallery {
  min-width: 0;
  position: relative;
}

.nm-product-gallery .woocommerce-product-gallery {
  width: 100% !important;
  float: none !important;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
}

.nm-product-gallery .woocommerce-product-gallery > .flex-viewport,
.nm-product-gallery .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
  min-width: 0;
  grid-column: 2;
  grid-row: 1;
}

.nm-product-gallery .woocommerce-product-gallery__wrapper {
  margin: 0;
  background: var(--nm-soft);
}

.nm-product-gallery .woocommerce-product-gallery__image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.nm-product-gallery .woocommerce-product-gallery__image a,
.nm-product-gallery .woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
  display: block;
}

.nm-product-gallery .woocommerce-product-gallery__image img {
  object-fit: cover;
}

.nm-product-gallery .flex-control-thumbs {
  max-height: min(48vw, 620px);
  margin: 0 !important;
  padding: 0 4px 0 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-column: 1;
  grid-row: 1;
  align-content: start;
  gap: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
  scrollbar-width: thin;
}

.nm-product-gallery .flex-control-thumbs li {
  width: auto !important;
  float: none !important;
}

.nm-product-gallery .flex-control-thumbs img {
  aspect-ratio: 1 / 1;
  width: 100%;
  padding: 2px;
  object-fit: cover;
  border: 1px solid transparent;
  opacity: 0.58;
  cursor: pointer;
  transition: border-color 180ms ease, opacity 180ms ease;
}

.nm-product-gallery .flex-control-thumbs img.flex-active,
.nm-product-gallery .flex-control-thumbs img:hover {
  border-color: #050505;
  opacity: 1;
}

.nm-gallery-arrow {
  width: 44px;
  height: 44px;
  position: absolute;
  top: min(28vw, 330px);
  z-index: 4;
  display: grid;
  place-items: center;
  color: #050505;
  background: rgba(255, 255, 255, 0.9);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.nm-gallery-arrow--prev { left: 120px; }
.nm-gallery-arrow--next { right: 16px; }

.nm-product-summary {
  position: sticky;
  top: 110px;
}

.nm-product-eyebrow,
.nm-section-kicker {
  margin: 0 0 14px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nm-product-summary .product_title {
  margin: 0 0 12px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 650;
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.nm-product-short-description {
  max-width: 520px;
  color: var(--nm-muted);
  font-size: 14px;
  line-height: 1.65;
}

.nm-product-short-description p {
  margin: 0;
}

.nm-rating-link {
  margin: 20px 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #050505;
  font-size: 12px;
}

.nm-rating-link .star-rating {
  margin: 0;
  color: #050505;
  font-size: 14px;
}

.nm-product-price {
  margin: 8px 0 25px;
  font-size: 20px;
  font-weight: 650;
}

.nm-product-price p {
  margin: 0;
}

.nm-purchase-form .stock {
  color: var(--nm-muted);
  font-size: 12px;
}

.nm-purchase-form form.cart {
  margin: 0;
}

.nm-purchase-form .variations {
  width: 100%;
  margin: 0 0 18px;
  border: 0;
}

.nm-purchase-form .variations th,
.nm-purchase-form .variations td {
  padding: 0 0 10px;
  display: block;
  text-align: left;
}

.nm-purchase-form .variations label {
  font-size: 12px;
  font-weight: 700;
}

.nm-purchase-form .variations select {
  width: 100%;
  min-height: 44px;
  padding: 8px 38px 8px 12px;
  border: 1px solid var(--nm-line);
  background: #fff;
}

.nm-purchase-form .variations select.nm-enhanced-select {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nm-color-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.nm-color-swatch {
  width: 38px;
  height: 38px;
  padding: 3px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 50%;
  cursor: pointer;
}

.nm-color-swatch::before {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  background: var(--swatch-color, #ddd);
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
}

.nm-color-swatch[aria-pressed="true"] {
  border-color: #050505;
}

.nm-purchase-form .quantity {
  width: 92px;
  margin: 0 10px 0 0 !important;
  float: left;
}

.nm-purchase-form .qty {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--nm-line);
}

.nm-purchase-form .single_add_to_cart_button {
  min-height: 50px;
  padding: 13px 24px;
  float: none !important;
  color: #fff;
  background: #050505 !important;
  border: 1px solid #050505;
  border-radius: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nm-purchase-form form:not(.variations_form) .single_add_to_cart_button {
  width: calc(100% - 102px);
}

.nm-purchase-form .variations_button {
  display: flex;
}

.nm-purchase-form .variations_button .single_add_to_cart_button {
  flex: 1;
}

.nm-purchase-form .reset_variations {
  color: var(--nm-muted);
  font-size: 11px;
}

.nm-product-note {
  margin: 18px 0 25px;
  color: var(--nm-muted);
  font-size: 10px;
  line-height: 1.6;
}

.nm-product-tabs {
  border-top: 1px solid var(--nm-line);
  border-bottom: 1px solid var(--nm-line);
}

.nm-tab-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--nm-line);
}

.nm-tab-list button {
  padding: 16px 5px;
  color: var(--nm-muted);
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  cursor: pointer;
}

.nm-tab-list button[aria-selected="true"] {
  color: #050505;
  border-bottom-color: #050505;
}

.nm-tab-panel {
  min-height: 150px;
  padding: 24px 4px;
  color: var(--nm-muted);
  font-size: 13px;
}

.nm-tab-panel[hidden] {
  display: none;
}

.nm-tab-panel ul {
  margin: 0;
  padding-left: 18px;
}

.nm-tab-panel li + li {
  margin-top: 7px;
}

.nm-accordion-trigger {
  width: 100%;
  padding: 17px 0;
  display: none;
  justify-content: space-between;
  color: #050505;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--nm-line);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nm-product-description {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto 120px;
}

.nm-product-description > *:first-child {
  margin-top: 0;
}

.nm-product-description > *:last-child {
  margin-bottom: 0;
}

.nm-product-description summary {
  list-style: none;
}

.nm-product-description summary::-webkit-details-marker {
  display: none;
}

.nm-product-detail {
  color: #111;
}

.nm-detail-introduction {
  max-width: 1240px;
  margin: 0 auto 76px;
  padding: 28px 0 8px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 56px;
}

.nm-detail-image {
  margin: 0;
  overflow: hidden;
  background: #f7f2ec;
  border-radius: 8px;
}

.nm-detail-image img {
  width: 100%;
  height: auto;
  display: block;
}

.nm-detail-copy {
  padding-top: 4px;
}

.nm-detail-kicker {
  margin: 0 0 12px;
  color: #8a6550;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nm-detail-copy h2 {
  margin: 0 0 24px;
  color: #111;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 650;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.nm-detail-accordion {
  border-top: 1px solid #e5e0dc;
}

.nm-detail-item {
  border-bottom: 1px solid #e5e0dc;
}

.nm-detail-summary,
.nm-detail-faq-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #111;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.nm-detail-summary {
  min-height: 86px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nm-detail-panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    max-height 360ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 240ms ease,
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: max-height, opacity, transform;
}

.nm-detail-panel-inner {
  padding: 0 0 28px;
}

.nm-detail-panel-inner p {
  margin: 0;
  color: #5f5a55;
  font-size: 16px;
  line-height: 1.7;
}

.nm-detail-panel-inner p + p,
.nm-detail-panel-inner .nm-detail-table + p {
  margin-top: 16px;
}

.nm-detail-list {
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.nm-detail-list li {
  color: #5f5a55;
  font-size: 16px;
  line-height: 1.65;
}

.nm-detail-list strong,
.nm-detail-table td:first-child {
  color: #111;
  font-weight: 700;
}

.nm-detail-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e5e0dc;
  border-radius: 8px;
  overflow: hidden;
}

.nm-detail-table td {
  padding: 14px 16px;
  color: #5f5a55;
  border-bottom: 1px solid #e5e0dc;
  font-size: 15px;
  line-height: 1.45;
}

.nm-detail-table tr:last-child td {
  border-bottom: 0;
}

.nm-detail-table td:first-child {
  width: 42%;
}

.nm-detail-item[open] > .nm-detail-panel,
.nm-detail-faq[open] > .nm-detail-panel {
  max-height: var(--nm-detail-panel-max-height, 760px);
  opacity: 1;
  transform: translateY(0);
}

.nm-detail-icon {
  width: 32px;
  height: 32px;
  position: relative;
  flex: 0 0 32px;
  color: currentColor;
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), color 180ms ease;
}

.nm-detail-icon--chevron::before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 10px;
  left: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nm-detail-item[data-nm-motion-state="opening"] .nm-detail-icon--chevron::before,
.nm-detail-item[open]:not([data-nm-motion-state="closing"]) .nm-detail-icon--chevron::before {
  transform: rotate(225deg);
}

.nm-detail-icon--plus::before,
.nm-detail-icon--plus::after {
  content: "";
  width: 17px;
  height: 2px;
  position: absolute;
  top: 15px;
  left: 7px;
  background: currentColor;
  border-radius: 999px;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nm-detail-icon--plus::after {
  transform: rotate(90deg);
}

.nm-detail-faq[data-nm-motion-state="opening"] .nm-detail-icon--plus,
.nm-detail-faq[open]:not([data-nm-motion-state="closing"]) .nm-detail-icon--plus {
  transform: rotate(45deg);
}

.nm-detail-faq-section {
  max-width: 1240px;
  margin: 0 auto 78px;
}

.nm-detail-faq-heading {
  margin-bottom: 34px;
  text-align: center;
}

.nm-detail-faq-heading h2 {
  margin: 0;
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.2vw, 44px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

.nm-detail-faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 24px 34px;
  align-items: start;
}

.nm-detail-faq {
  overflow: hidden;
  background: #fff;
  border: 1px solid #dedbd7;
  border-radius: 24px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition:
    border-color 220ms ease,
    box-shadow 260ms ease,
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nm-detail-faq[data-nm-motion-state="opening"],
.nm-detail-faq[open]:not([data-nm-motion-state="closing"]) {
  border-color: #d5cec8;
  box-shadow: 0 12px 34px rgba(32, 24, 18, 0.07);
}

.nm-detail-faq-summary {
  min-height: 78px;
  padding: 22px 28px;
  font-size: 20px;
  font-weight: 650;
  line-height: 1.35;
}

.nm-detail-faq .nm-detail-icon {
  color: #8a2f45;
}

.nm-detail-faq .nm-detail-panel-inner {
  padding: 0 28px 28px;
}

.nm-detail-faq .nm-detail-panel-inner p {
  color: #2f2b28;
  font-size: 17px;
  line-height: 1.65;
}

.nm-product-intro {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto 120px;
}

.nm-product-media {
  aspect-ratio: 16 / 8.5;
  overflow: hidden;
  background: var(--nm-soft);
}

.nm-product-media img,
.nm-product-media video,
.nm-product-media .wp-video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.nm-intro-copy {
  max-width: 900px;
  margin: 65px auto 0;
  text-align: center;
}

.nm-intro-copy h2,
.nm-section-heading h2 {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.nm-intro-copy > div {
  max-width: 720px;
  margin: 24px auto 0;
  color: var(--nm-muted);
  font-size: 15px;
  line-height: 1.75;
}

.nm-product-features {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto 140px;
}

.nm-feature-row {
  min-height: 510px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--nm-soft);
}

.nm-feature-row + .nm-feature-row {
  margin-top: 20px;
}

.nm-feature-row--reverse .nm-feature-image {
  order: 2;
}

.nm-feature-image {
  min-height: 510px;
  overflow: hidden;
}

.nm-feature-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.nm-feature-copy {
  padding: clamp(48px, 8vw, 110px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nm-feature-number {
  margin: 0 0 32px;
  color: var(--nm-muted);
  font-size: 11px;
  letter-spacing: 0.14em;
}

.nm-feature-copy h3 {
  margin: 0 0 20px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.nm-feature-copy > div {
  color: var(--nm-muted);
  font-size: 14px;
  line-height: 1.75;
}

.nm-product-reviews,
.nm-related-products {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding: 120px 0;
  border-top: 1px solid var(--nm-line);
}

.nm-section-heading {
  max-width: 850px;
  margin-bottom: 60px;
}

.nm-review-empty {
  margin-bottom: 30px;
  padding: 24px;
  color: var(--nm-muted);
  background: var(--nm-soft);
  font-size: 13px;
}

.nm-product-reviews #reviews #comments,
.nm-product-reviews #reviews #review_form_wrapper {
  width: 100%;
  float: none;
}

.nm-product-reviews #reviews .commentlist {
  padding: 0;
}

.nm-product-reviews #reviews .commentlist li {
  padding: 25px 0;
  border-top: 1px solid var(--nm-line);
}

.nm-product-reviews #reviews .comment-text {
  margin: 0 !important;
  border: 0 !important;
}

.nm-product-reviews #review_form_wrapper {
  margin-top: 45px;
}

.nm-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.nm-related-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: var(--nm-soft);
}

.nm-related-meta {
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.nm-related-meta h3 {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.nm-related-meta .price {
  font-size: 13px;
}

.nm-mobile-buybar {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .nm-detail-panel,
  .nm-detail-icon,
  .nm-detail-icon--chevron::before,
  .nm-detail-icon--plus::before,
  .nm-detail-icon--plus::after,
  .nm-detail-faq,
  .nm-mobile-buybar {
    transition: none !important;
  }
}

@media (max-width: 980px) {
  .nm-product-hero {
    width: min(100% - 32px, 760px);
    margin-top: 28px;
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .nm-product-summary {
    position: static;
  }

  .nm-product-gallery .woocommerce-product-gallery {
    display: block;
  }

  .nm-product-gallery .flex-control-thumbs {
    max-height: none;
    margin: 14px 0 0 !important;
    padding: 0;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    overflow-x: auto;
    overflow-y: hidden;
  }

  .nm-gallery-arrow {
    top: min(47vw, 350px);
  }

  .nm-gallery-arrow--prev {
    left: 16px;
  }

  .nm-product-intro,
  .nm-product-description,
  .nm-product-features,
  .nm-product-reviews,
  .nm-related-products {
    width: min(100% - 32px, 760px);
  }

  .nm-detail-introduction,
  .nm-detail-faq-section {
    max-width: min(100%, 760px);
  }

  .nm-detail-introduction {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .nm-detail-faq-grid {
    grid-template-columns: 1fr;
  }

  .nm-feature-row {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .nm-feature-row--reverse .nm-feature-image {
    order: 0;
  }

  .nm-feature-image {
    min-height: 0;
    aspect-ratio: 1 / 0.8;
  }

  .nm-feature-copy {
    padding: 52px 34px 60px;
  }

  .nm-tab-list {
    display: none;
  }

  .nm-accordion-trigger {
    display: flex;
  }

  .nm-tab-item + .nm-tab-item {
    border-top: 1px solid var(--nm-line);
  }

  .nm-tab-panel {
    min-height: 0;
    padding: 20px 0 28px;
  }

  .nm-mobile-buybar {
    width: 100%;
    min-height: 70px;
    padding: 10px 16px;
    position: fixed;
    z-index: 50;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    background: #fff;
    border-top: 1px solid var(--nm-line);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(110%);
    transition: transform 220ms ease;
  }

  .nm-mobile-buybar.is-visible {
    transform: translateY(0);
  }

  .nm-mobile-buybar > div {
    min-width: 0;
    display: grid;
  }

  .nm-mobile-buybar strong {
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .nm-mobile-buybar span {
    font-size: 11px;
  }

  .nm-mobile-buybar button {
    min-width: 132px;
    min-height: 46px;
    color: #fff;
    background: #050505;
    border: 0;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
}

@media (max-width: 680px) {
  .nm-product-hero {
    width: 100%;
    margin-top: 0;
  }

  .nm-product-summary {
    padding: 0 20px;
  }

  .nm-product-gallery .flex-control-thumbs {
    padding: 0 12px;
    grid-template-columns: repeat(5, 72px);
    overflow-x: auto;
  }

  .nm-gallery-arrow {
    top: 42vw;
  }

  .nm-product-summary .product_title {
    font-size: 34px;
  }

  .nm-product-intro,
  .nm-product-description,
  .nm-product-features,
  .nm-product-reviews,
  .nm-related-products {
    width: 100%;
  }

  .nm-detail-introduction,
  .nm-detail-faq-section {
    max-width: none;
    margin-bottom: 64px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nm-detail-introduction {
    padding-top: 0;
  }

  .nm-detail-copy h2 {
    font-size: 32px;
  }

  .nm-detail-summary {
    min-height: 72px;
    font-size: 18px;
  }

  .nm-detail-faq-heading h2 {
    font-size: 34px;
  }

  .nm-detail-faq-grid {
    gap: 14px;
  }

  .nm-detail-faq {
    border-radius: 18px;
  }

  .nm-detail-faq-summary {
    min-height: 70px;
    padding: 18px 20px;
    font-size: 17px;
  }

  .nm-detail-faq .nm-detail-panel-inner {
    padding: 0 20px 24px;
  }

  .nm-detail-faq .nm-detail-panel-inner p,
  .nm-detail-panel-inner p,
  .nm-detail-list li {
    font-size: 15px;
  }

  .nm-detail-table td,
  .nm-detail-table td:first-child {
    width: auto;
    display: block;
  }

  .nm-detail-table td:first-child {
    padding-bottom: 4px;
    border-bottom: 0;
  }

  .nm-product-media {
    aspect-ratio: 4 / 3;
  }

  .nm-intro-copy,
  .nm-product-reviews,
  .nm-related-products {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nm-intro-copy {
    margin-top: 45px;
  }

  .nm-product-intro,
  .nm-product-features {
    margin-bottom: 90px;
  }

  .nm-feature-row + .nm-feature-row {
    margin-top: 8px;
  }

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