@import url("https://fonts.googleapis.com/css2?family=Onest:wght@400;500;600;700;800&family=Golos+Text:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&family=Montserrat:wght@500;600;700;800&display=swap");

@font-face {
  font-family: "Rubik";
  src: url("fonts/rubik/Rubik-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("fonts/rubik/Rubik-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("fonts/rubik/Rubik-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --nh-font-sans: "Rubik", "Open Sans", Arial, sans-serif;
  --nh-color-text: #212121;
  --nh-color-muted: #616161;
  --nh-color-faint: #757575;
  --nh-color-border: #e0e0e0;
  --nh-color-surface: #ffffff;
  --nh-color-surface-soft: #fafafa;
  --nh-color-surface-muted: #f5f5f5;
  --nh-color-primary: #23b480;
  --nh-color-primary-hover: #00a566;
  --nh-color-primary-active: #009d59;
  --nh-color-primary-soft: #bde8d8;
  --nh-color-danger: #dc3545;
  --nh-color-success: #42ba96;
  --nh-radius-sm: 4px;
  --nh-radius-md: 6px;
  --nh-radius-lg: 8px;
  --nh-radius-pill: 999px;
  --nh-shadow-soft: 0 8px 24px rgba(0, 0, 0, 0.08);
  --nh-shadow-card: 0 10px 30px rgba(33, 33, 33, 0.08);
  --nh-container-max: 1320px;
}

body {
  font-family: var(--nh-font-sans);
  color: var(--nh-color-text);
  background: var(--nh-color-surface);
  overflow-x: hidden;
}

a {
  color: var(--nh-color-primary);
}

a:hover {
  color: var(--nh-color-primary-hover);
}

.container {
  max-width: var(--nh-container-max);
}

.btn-primary {
  background-color: var(--nh-color-primary);
  border-color: var(--nh-color-primary);
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--nh-color-primary-hover);
  border-color: var(--nh-color-primary-hover);
}

.breadcrumb {
  font-size: 13px;
}

.breadcrumb a {
  color: var(--nh-color-muted);
}

#top {
  min-height: 38px;
  margin: 0;
  padding: 0;
  background: #fff;
  border-bottom: 1px solid #eeeeee;
}

.nh-utility-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  min-height: 38px;
}

.nh-utility-links,
.nh-utility-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--nh-color-muted);
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}

.nh-utility-links span,
.nh-utility-links a,
.nh-utility-meta a,
.nh-utility-meta span {
  color: var(--nh-color-muted);
  text-decoration: none;
}

.nh-phone-link,
.nrd-topbar__phone {
  font-weight: 600;
}

.nh-phone-link i,
.nrd-topbar__phone i {
  color: var(--nh-color-primary);
}

.nh-locale-controls,
.nrd-topbar__locale {
  display: flex;
  gap: 8px;
  align-items: center;
}

.nh-locale-controls .btn-link,
.nh-locale-controls a,
.nrd-topbar__locale .btn-link,
.nrd-topbar__locale a {
  color: var(--nh-color-muted);
  font-size: 13px;
  text-decoration: none;
}

.nh-theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  color: var(--nh-color-muted);
  background: transparent;
  border: 0;
  font: inherit;
  line-height: 1.2;
  white-space: nowrap;
}

.nh-theme-toggle:hover,
.nh-theme-toggle:focus {
  color: var(--nh-color-primary);
}

.nh-theme-toggle__track {
  position: relative;
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 42px;
  height: 22px;
  padding: 0 5px;
  color: #757575;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: var(--nh-radius-pill);
}

.nh-theme-toggle__track::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(33, 33, 33, 0.18);
  transition: transform 160ms ease;
}

.nh-theme-toggle__track i {
  position: relative;
  z-index: 1;
  font-size: 10px;
  line-height: 1;
}

.nh-site-header {
  position: sticky;
  top: 0;
  z-index: 1020;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid #eeeeee;
  backdrop-filter: blur(10px);
}

.not-hot-theme.nh-scrolled .nh-site-header {
  box-shadow: 0 8px 26px rgba(33, 33, 33, 0.08);
}

.nh-header-grid,
.nrd-header__grid {
  display: grid;
  grid-template-columns: minmax(168px, 220px) 136px minmax(300px, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 88px;
}

#logo {
  margin: 0;
}

#logo h1,
#logo .nh-logo-heading,
#logo .nrd-logo__heading {
  margin: 0;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0;
}

#logo h1 a,
#logo .nh-logo-heading a,
#logo .nrd-logo__heading a,
#logo a {
  color: var(--nh-color-text);
  text-decoration: none;
}

#logo h1 a,
#logo .nh-logo-heading a,
#logo .nrd-logo__heading a {
  display: inline-flex;
  flex-direction: column;
  gap: 1px;
  line-height: 1;
}

#logo h1 span,
#logo .nh-logo-heading span,
#logo .nrd-logo__heading span {
  color: var(--nh-color-text);
}

#logo h1 small,
#logo .nh-logo-heading small,
#logo .nrd-logo__heading small {
  color: var(--nh-color-muted);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.25;
}

#logo img {
  max-width: 210px;
  max-height: 56px;
}

#logo .nh-logo-link {
  display: inline-flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

#logo .nh-logo-mark {
  width: 72px;
  max-width: 72px;
  max-height: 58px;
  flex: 0 0 72px;
}

#logo .nh-logo-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
  line-height: 1;
}

#logo .nh-logo-copy > span {
  font-size: 22px;
  line-height: 0.95;
}

.nh-catalog-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  color: #fff;
  background: var(--nh-color-primary);
  border: 1px solid var(--nh-color-primary);
  border-radius: var(--nh-radius-lg);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}

.nh-catalog-button:hover,
.nh-catalog-button:focus {
  background: var(--nh-color-primary-hover);
  border-color: var(--nh-color-primary-hover);
}

.nh-mobile-header-search {
  display: none;
}

.nh-search-cell {
  min-width: 0;
}

#search {
  margin-bottom: 0;
}

.nh-search {
  position: relative;
  flex-wrap: nowrap;
}

.nh-search-icon,
.nrd-search__icon {
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 5;
  color: var(--nh-color-faint);
  transform: translateY(-50%);
  pointer-events: none;
}

#search .form-control-lg {
  height: 46px;
  padding: 0 16px 0 44px;
  background: #f7f7f7;
  border-color: #cccccc;
  border-right: 0;
  border-radius: var(--nh-radius-lg) 0 0 var(--nh-radius-lg);
  color: var(--nh-color-text);
  font-size: 15px;
}

#search .form-control-lg:focus {
  border-color: var(--nh-color-primary);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(35, 180, 128, 0.12);
}

#search .btn-lg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 92px;
  height: 46px;
  padding: 0 18px;
  color: var(--nh-color-surface);
  background: var(--nh-color-primary);
  border-color: var(--nh-color-primary);
  border-radius: 0 var(--nh-radius-lg) var(--nh-radius-lg) 0;
  font-size: 14px;
  font-weight: 600;
  text-shadow: none;
}

#search .btn-lg:hover {
  background: var(--nh-color-primary-hover);
  border-color: var(--nh-color-primary-hover);
}

.nh-header-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: flex-end;
}

.nh-action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 46px;
  min-height: 46px;
  padding: 0 10px;
  color: var(--nh-color-text);
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: var(--nh-radius-lg);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.nh-action-button i {
  color: var(--nh-color-primary);
}

.nh-action-button span {
  max-width: 92px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nh-action-button:hover,
.nh-action-button:focus {
  color: var(--nh-color-primary);
  background: #fafafa;
  border-color: var(--nh-color-primary-soft);
}

#header-cart {
  margin-bottom: 0;
}

#header-cart .dropdown {
  min-width: 0;
}

#header-cart .dropdown-menu,
.nh-account .dropdown-menu,
.nrd-header__account .dropdown-menu {
  margin-top: 10px;
  background: var(--nh-color-surface);
  border: 1px solid #eeeeee;
  border-radius: var(--nh-radius-lg);
  box-shadow: var(--nh-shadow-soft);
}

#header-cart .dropdown-menu {
  width: min(420px, calc(100vw - 24px));
}

.nh-mini-cart__menu {
  padding: 0;
  overflow: hidden;
}

.nh-mini-cart__items {
  max-height: min(430px, calc(100vh - 240px));
  overflow-y: auto;
  padding: 10px;
}

.nh-mini-cart__item {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
  padding: 10px 0;
  border-bottom: 1px solid var(--nh-color-border);
}

.nh-mini-cart__item:first-child {
  padding-top: 0;
}

.nh-mini-cart__item:last-child {
  border-bottom: 0;
}

.nh-mini-cart__image {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--nh-color-surface-soft);
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-md);
}

.nh-mini-cart__image img {
  max-width: 56px;
  max-height: 56px;
  object-fit: contain;
}

.nh-mini-cart__image--voucher {
  color: var(--nh-color-primary);
}

.nh-mini-cart__body {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.nh-mini-cart__title {
  color: var(--nh-color-text);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  text-decoration: none;
}

.nh-mini-cart__title:hover {
  color: var(--nh-color-primary);
}

.nh-mini-cart__meta,
.nh-mini-cart__options,
.nh-mini-cart__note,
.nrd-cart-item__options,
.nrd-cart-item__note {
  color: var(--nh-color-muted);
  font-size: 12px;
  line-height: 1.35;
}

.nh-mini-cart__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
}

.nh-mini-cart__options,
.nrd-cart-item__options {
  display: grid;
  gap: 2px;
}

.nh-mini-cart__side {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.nh-mini-cart__side strong {
  color: var(--nh-color-text);
  font-size: 13px;
  white-space: nowrap;
}

.nh-mini-cart__remove {
  width: 34px;
  height: 34px;
  padding: 0;
  color: var(--nh-color-muted);
  border-color: var(--nh-color-border);
  border-radius: var(--nh-radius-md);
}

.nh-mini-cart__remove:hover,
.nh-mini-cart__remove:focus {
  color: var(--nh-color-danger);
  border-color: rgba(220, 53, 69, 0.32);
}

.nh-mini-cart__summary {
  display: grid;
  gap: 7px;
  padding: 12px;
  background: var(--nh-color-surface-soft);
  border-top: 1px solid var(--nh-color-border);
}

.nh-mini-cart__summary div,
.nh-cart-summary__totals div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--nh-color-muted);
  font-size: 13px;
}

.nh-mini-cart__summary strong,
.nh-cart-summary__totals strong {
  color: var(--nh-color-text);
  white-space: nowrap;
}

.nh-mini-cart__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 12px;
  background: #fff;
  border-top: 1px solid var(--nh-color-border);
}

.nh-mini-cart__actions .btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: var(--nh-radius-md);
  font-size: 13px;
  font-weight: 700;
}

.nh-mini-cart__empty {
  min-height: 150px;
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 24px;
  color: var(--nh-color-muted);
  text-align: center;
}

.nh-mini-cart__empty i {
  color: var(--nh-color-primary);
  font-size: 28px;
}

.nh-menu-wrap {
  position: relative;
}

#menu {
  min-height: 48px;
  margin: 14px 0 18px;
  padding: 0 24px;
  background: var(--nh-color-primary);
  background-image: none;
  border: 0;
  border-radius: var(--nh-radius-lg);
  box-shadow: 0 10px 24px rgba(35, 180, 128, 0.2);
}

.nh-menu-label {
  align-items: center;
  gap: 9px;
  min-height: 54px;
  margin-right: 8px;
  padding: 0 16px 0 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

#menu .navbar-nav {
  width: 100%;
}

#menu .nh-primary-menu {
  justify-content: center;
}

#menu .nav-link {
  color: #fff;
  padding: 13px 18px;
  font-size: 14px;
  font-weight: 700;
  border-radius: var(--nh-radius-md);
}

#menu .dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  vertical-align: 0.14em;
  border-top: 4px solid currentColor;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent;
}

#menu .nav-link:hover,
#menu .nav-link:focus,
#menu .show > .nav-link {
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
}

#menu .dropdown-menu {
  min-width: 290px;
  padding: 14px;
  border: 1px solid #eeeeee;
  border-radius: var(--nh-radius-lg);
  box-shadow: var(--nh-shadow-soft);
}

#menu .dropdown-inner {
  display: grid;
  gap: 6px 18px;
}

#menu .dropdown-inner .nav-link {
  color: var(--nh-color-text);
  padding: 8px 10px;
  border-radius: var(--nh-radius-md);
  font-size: 13px;
  font-weight: 400;
}

#menu .dropdown-inner .nav-link:hover {
  color: var(--nh-color-primary);
  background: rgba(35, 180, 128, 0.1);
}

#menu .see-all {
  display: block;
  margin-top: 8px;
  padding: 10px 8px 0;
  border-top: 1px solid var(--nh-color-border);
  color: var(--nh-color-primary);
  font-size: 13px;
  font-weight: 600;
}

.nh-mega-menu__head,
.nh-mega-menu__foot {
  display: none;
}

.nh-mega-menu__group {
  margin: 0;
}

.nh-mega-menu__group .nav-link {
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}

.nh-mega-menu__group .nav-link i {
  color: var(--nh-color-primary);
  font-size: 10px;
}

.nh-mega-menu__group .nav-link span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.nh-brand-menu__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.nh-brand-menu__link small {
  min-width: 34px;
  padding: 3px 7px;
  color: var(--nh-color-primary);
  background: rgba(35, 180, 128, 0.1);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.nh-mobile-tabbar {
  position: fixed;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 1040;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 2px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #eeeeee;
  border-radius: var(--nh-radius-lg);
  box-shadow: 0 10px 30px rgba(33, 33, 33, 0.14);
  backdrop-filter: blur(10px);
}

.nh-mobile-tabbar a,
.nh-mobile-tabbar button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  min-width: 0;
  padding: 4px 2px;
  color: var(--nh-color-muted);
  background: transparent;
  border: 0;
  font-size: 10px;
  line-height: 1.1;
  text-decoration: none;
}

.nh-mobile-tabbar i {
  color: var(--nh-color-primary);
  font-size: 16px;
}

.nh-mobile-panel-head,
.nh-mobile-search-help,
.nh-mobile-panel-backdrop {
  display: none;
}

#alert.toast-container {
  right: calc(100vw - 100%) !important;
  max-width: 100%;
  box-sizing: border-box;
}

#product-category,
#product-info,
#product-search,
#product-manufacturer,
#product-special {
  padding-bottom: 48px;
}

#product-category .nh-page-title,
#product-search h1 {
  margin: 0 0 18px;
  color: var(--nh-color-text);
  font-size: 28px;
  font-weight: 700;
}

.nh-category-layout,
.nrd-page-layout {
  align-items: flex-start;
}

.nh-category-content,
.nrd-page-content {
  min-width: 0;
}

.nh-category-hero,
.nrd-page-hero,
.nrd-category-hero,
.nrd-special-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(160px, 240px);
  gap: 24px;
  align-items: center;
  margin-bottom: 22px;
  padding: 24px;
  background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
  border: 1px solid #eeeeee;
  border-radius: var(--nh-radius-lg);
}

.nh-category-hero__eyebrow,
.nrd-page-eyebrow {
  margin-bottom: 8px;
  color: var(--nh-color-primary);
  font-size: 13px;
  font-weight: 700;
}

.nrd-page-hero__body {
  min-width: 0;
}

.nrd-page-title {
  letter-spacing: 0;
}

.nh-category-hero .nh-page-title,
.nrd-page-hero .nrd-page-title {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.2;
}

.nh-category-hero__description,
.nrd-page-hero__description {
  max-width: 860px;
  margin-top: 14px;
  color: var(--nh-color-muted);
  font-size: 15px;
  line-height: 1.65;
}

.nh-category-hero__description p:last-child,
.nrd-page-hero__description p:last-child {
  margin-bottom: 0;
}

.nh-category-hero__image,
.nrd-page-hero__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  padding: 12px;
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: var(--nh-radius-lg);
}

.nh-category-hero__image img,
.nrd-page-hero__image img {
  max-width: 100%;
  max-height: 170px;
  object-fit: contain;
}

.nh-refine,
.nrd-refine {
  margin-bottom: 22px;
}

.nh-refine h2,
.nrd-refine h2 {
  margin: 0 0 12px;
  color: var(--nh-color-text);
  font-size: 18px;
  font-weight: 700;
}

.nh-refine__list,
.nrd-refine__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px 22px;
}

.nh-refine__list a,
.nrd-refine__list a {
  display: grid;
  align-content: center;
  gap: 5px;
  min-height: 86px;
  padding: 18px 24px;
  color: var(--nh-color-text);
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: var(--nh-radius-lg);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.nh-refine__list a:hover,
.nrd-refine__list a:hover {
  color: var(--nh-color-primary);
  border-color: var(--nh-color-primary-soft);
}

.nh-refine__name,
.nrd-refine__name {
  min-width: 0;
  overflow-wrap: anywhere;
}

.nh-refine__list small,
.nrd-refine__list small {
  color: var(--nh-color-muted);
  font-size: 13px;
  font-weight: 700;
}

body.nh-dark-shell .nh-refine__list a,
body.nh-dark-shell .nrd-refine__list a {
  color: var(--nh-dark-text);
  background: var(--nh-dark-card);
  border-color: var(--nh-dark-border);
}

body.nh-dark-shell .nh-refine__list small,
body.nh-dark-shell .nrd-refine__list small {
  color: var(--nh-dark-muted);
}

.nh-listing-page .nh-category-hero,
.nrd-listing-page .nrd-page-hero {
  grid-template-columns: 1fr;
}

.nh-search-panel {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(220px, 0.72fr) auto;
  gap: 12px;
  align-items: end;
  margin-top: 18px;
}

.nh-search-refine {
  margin-top: 16px;
}

.nh-search-refine__summary {
  min-height: 46px;
  padding: 0 14px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  color: var(--nh-color-text);
  background: #fff;
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-md);
  cursor: pointer;
  list-style: none;
}

.nh-search-refine__summary::-webkit-details-marker {
  display: none;
}

.nh-search-refine__summary span {
  color: var(--nh-color-muted);
  font-size: 13px;
  font-weight: 700;
}

.nh-search-refine__summary strong {
  min-width: 0;
  overflow: hidden;
  color: var(--nh-color-text);
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nh-search-refine__summary i {
  color: var(--nh-color-primary);
  transition: transform .18s ease;
}

.nh-search-refine[open] .nh-search-refine__summary i {
  transform: rotate(180deg);
}

.nh-search-refine[open] .nh-search-panel {
  margin-top: 12px;
}

.nh-search-refine:not([open]) .nh-search-panel {
  display: none;
}

.nh-search-page .nh-search-hero {
  padding-bottom: 16px;
}

.nh-search-panel .form-label {
  margin-bottom: 6px;
  color: var(--nh-color-muted);
  font-size: 13px;
  font-weight: 600;
}

.nh-search-panel .form-control,
.nh-search-panel .form-select {
  min-height: 42px;
  border-color: var(--nh-color-border);
  border-radius: var(--nh-radius-md);
}

.nh-search-panel__checks {
  grid-column: 1 / 3;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  color: var(--nh-color-muted);
  font-size: 13px;
}

.nh-search-panel__checks .form-check {
  min-height: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.nh-search-panel__button {
  min-height: 42px;
  border-radius: var(--nh-radius-md);
  font-weight: 700;
}

.nh-listing-results,
.nrd-listing-results {
  margin-top: 22px;
}

.nh-listing-heading h2,
.nrd-listing-heading h2 {
  margin: 0 0 16px;
  color: var(--nh-color-text);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
}

.nh-brand-index-nav {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
  padding: 14px;
  background: var(--nh-color-surface-soft);
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-md);
}

.nh-brand-index-nav strong {
  color: var(--nh-color-text);
  font-size: 14px;
}

.nh-brand-index-nav div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nh-brand-index-nav a {
  min-width: 34px;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--nh-color-text);
  background: #fff;
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-sm);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.nh-brand-stats,
.nrd-brand-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.nh-brand-stats span,
.nrd-brand-stats span {
  min-height: 38px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  color: var(--nh-color-muted);
  background: #fff;
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-md);
  font-size: 13px;
}

.nh-brand-stats strong,
.nrd-brand-stats strong {
  color: var(--nh-color-primary);
  font-size: 20px;
  line-height: 1;
}

.nh-brand-featured,
.nh-brand-categories {
  margin-bottom: 24px;
}

.nh-brand-featured-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.nh-brand-card {
  min-height: 92px;
  padding: 14px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: var(--nh-color-text);
  background: #fff;
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-lg);
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.nh-brand-card:hover,
.nh-brand-card:focus {
  color: var(--nh-color-text);
  border-color: var(--nh-color-primary-soft);
  box-shadow: var(--nh-shadow-card);
  transform: translateY(-1px);
}

.nh-brand-card__mark,
.nh-brand-hero__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--nh-color-primary);
  background: linear-gradient(135deg, #ffffff 0%, var(--nh-color-surface-soft) 100%);
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-md);
  font-weight: 800;
}

.nh-brand-card__mark {
  width: 48px;
  height: 48px;
  font-size: 20px;
}

.nh-brand-card__mark img,
.nh-brand-hero__mark img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.nh-brand-card__body {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.nh-brand-card__body strong {
  overflow: hidden;
  color: var(--nh-color-text);
  font-size: 15px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nh-brand-card__body small {
  color: var(--nh-color-muted);
  font-size: 12px;
}

.nh-brand-index-nav a:hover,
.nh-brand-index-nav a:focus {
  color: var(--nh-color-primary);
  border-color: var(--nh-color-primary-soft);
}

.nh-brand-index-groups {
  display: grid;
  gap: 18px;
}

.nh-brand-index-group {
  padding: 18px;
  background: #fff;
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-lg);
}

.nh-brand-index-group h2 {
  margin: 0 0 12px;
  color: var(--nh-color-primary);
  font-size: 22px;
  font-weight: 700;
}

.nh-brand-index-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.nh-brand-index-grid a {
  min-height: 44px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--nh-color-text);
  background: var(--nh-color-surface-soft);
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-md);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.nh-brand-index-grid a span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nh-brand-index-grid a small,
.nh-brand-category-list a small {
  min-width: 30px;
  padding: 3px 7px;
  color: var(--nh-color-primary);
  background: #fff;
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-pill);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.nh-brand-index-grid a:hover,
.nh-brand-index-grid a:focus {
  color: var(--nh-color-primary);
  border-color: var(--nh-color-primary-soft);
  background: #fff;
}

.nh-brand-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  gap: 18px;
  align-items: center;
}

.nh-brand-hero--detail {
  grid-template-columns: minmax(0, 1fr) 88px;
  margin-bottom: 18px;
  padding: 16px 24px;
}

.nh-brand-hero--detail .nh-category-hero__eyebrow {
  margin-bottom: 6px;
}

.nh-brand-hero--detail .nh-page-title {
  font-size: 34px;
}

.nh-brand-hero--detail .nh-category-hero__body p {
  max-width: 760px;
  margin: 8px 0 0;
  color: var(--nh-color-muted);
  font-size: 14px;
  line-height: 1.5;
}

.nh-brand-hero__summary,
.nrd-brand-hero__summary {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: center;
}

.nh-brand-hero__summary .nh-page-title,
.nrd-brand-hero__summary .nh-page-title {
  margin: 0;
}

.nh-brand-hero__summary .nh-brand-stats,
.nrd-brand-hero__summary .nrd-brand-stats {
  margin-top: 0;
}

.nh-brand-hero__mark {
  width: 112px;
  height: 112px;
  font-size: 44px;
}

.nh-brand-hero--detail .nh-brand-hero__mark {
  width: 88px;
  height: 74px;
  padding: 8px;
  font-size: 34px;
}

.nh-brand-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nh-brand-category-list a {
  min-height: 38px;
  padding: 7px 9px 7px 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--nh-color-text);
  background: #fff;
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-md);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.nh-manufacturer-page .nh-brand-categories {
  margin-bottom: 18px;
}

.nh-manufacturer-page #display-control {
  margin-bottom: 18px;
}

.nh-brand-category-list a:hover,
.nh-brand-category-list a:focus {
  color: var(--nh-color-primary);
  border-color: var(--nh-color-primary-soft);
}

.nh-section-heading span,
.nrd-section-heading span {
  color: var(--nh-color-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nh-section-heading h2,
.nrd-section-heading h2 {
  margin: 6px 0 16px;
  color: var(--nh-color-text);
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
}

#checkout-cart {
  padding-bottom: 48px;
}

.nh-cart-hero .nh-page-title span {
  color: var(--nh-color-muted);
  font-size: 18px;
  font-weight: 500;
}

.nh-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 22px;
  align-items: start;
}

.nh-cart-layout--empty {
  grid-template-columns: 1fr;
}

.nh-cart-items {
  display: grid;
  gap: 12px;
}

.nh-cart-empty {
  min-height: 260px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  padding: 34px 18px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-lg);
}

.nh-cart-empty i {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--nh-color-primary);
  background: rgba(35, 180, 128, 0.12);
  border-radius: 50%;
  font-size: 24px;
}

.nh-cart-empty h2 {
  margin: 0;
  color: var(--nh-color-text);
  font-size: 22px;
  font-weight: 700;
}

.nh-cart-empty p {
  margin: 0;
  color: var(--nh-color-muted);
  font-size: 14px;
}

.nh-cart-item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) minmax(170px, 220px) minmax(110px, auto);
  gap: 14px;
  align-items: center;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-lg);
}

.nh-cart-item__media {
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--nh-color-surface-soft);
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-md);
}

.nh-cart-item__media img {
  max-width: 82px;
  max-height: 82px;
  object-fit: contain;
}

.nh-cart-item__media--voucher {
  color: var(--nh-color-primary);
  font-size: 28px;
}

.nh-cart-item__body {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.nh-cart-item__title {
  color: var(--nh-color-text);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  text-decoration: none;
}

.nh-cart-item__title:hover {
  color: var(--nh-color-primary);
}

.nh-cart-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  color: var(--nh-color-muted);
  font-size: 13px;
}

.nh-cart-item__option,
.nh-cart-item__stock,
.nrd-cart-item__option,
.nrd-cart-item__stock {
  color: var(--nh-color-muted);
  font-size: 12px;
  line-height: 1.35;
}

.nh-cart-item__controls {
  display: grid;
  gap: 8px;
}

.nh-cart-item__qty {
  display: grid;
  gap: 5px;
}

.nh-cart-item__qty span,
.nh-cart-item__total span {
  color: var(--nh-color-muted);
  font-size: 12px;
  font-weight: 600;
}

.nh-cart-item__qty input {
  max-width: 92px;
  min-height: 40px;
  border-color: var(--nh-color-border);
  border-radius: var(--nh-radius-md);
}

.nh-cart-item__buttons {
  display: flex;
  gap: 8px;
}

.nh-cart-item__buttons .btn {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: var(--nh-radius-md);
}

.nh-cart-item__buttons .nrd-icon-btn {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
}

.nh-cart-item__remove {
  color: var(--nh-color-danger);
  border-color: rgba(220, 53, 69, 0.22);
}

.nh-cart-item__total {
  display: grid;
  gap: 4px;
  justify-items: end;
}

.nh-cart-item__total strong {
  color: var(--nh-color-text);
  font-size: 17px;
  line-height: 1.2;
  white-space: nowrap;
}

.nh-cart-summary {
  position: sticky;
  top: 120px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-lg);
  box-shadow: var(--nh-shadow-soft);
}

.nh-cart-summary h2 {
  margin: 0 0 14px;
  color: var(--nh-color-text);
  font-size: 20px;
  font-weight: 700;
}

.nh-cart-summary__totals {
  display: grid;
  gap: 10px;
}

.nh-cart-summary__totals div:last-child {
  margin-top: 6px;
  padding-top: 12px;
  border-top: 1px solid var(--nh-color-border);
}

.nh-cart-summary__totals div:last-child strong {
  color: var(--nh-color-primary);
  font-size: 18px;
}

.nh-cart-modules {
  margin-top: 24px;
  padding: 18px;
  background: var(--nh-color-surface-soft);
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-lg);
}

.nh-cart-modules h2 {
  margin: 0 0 8px;
  color: var(--nh-color-text);
  font-size: 20px;
  font-weight: 700;
}

.nh-cart-modules p {
  color: var(--nh-color-muted);
  font-size: 14px;
  line-height: 1.55;
}

.nh-cart-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
}

.nh-cart-actions .btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: var(--nh-radius-md);
  font-weight: 700;
}

.nh-checkout-page {
  padding-bottom: 54px;
}

.nh-checkout-hero .nh-category-hero__body p {
  max-width: 760px;
  margin: 10px 0 0;
  color: var(--nh-color-muted);
  font-size: 15px;
  line-height: 1.6;
}

.nh-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 440px);
  gap: 22px;
  align-items: start;
}

.nh-checkout-main,
.nh-checkout-side {
  min-width: 0;
  display: grid;
  gap: 16px;
}

.nh-checkout-side {
  position: sticky;
  top: 120px;
}

.nh-checkout-step,
.nh-checkout-summary-shell {
  min-width: 0;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-lg);
}

.nh-checkout-summary-shell {
  box-shadow: var(--nh-shadow-soft);
}

.nh-checkout-summary-shell > p {
  margin: -4px 0 14px;
  color: var(--nh-color-muted);
  font-size: 13px;
  line-height: 1.45;
}

.nh-checkout-step__head,
.nrd-checkout-step__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.nh-checkout-step__head h2,
.nrd-checkout-step__head h2 {
  margin: 0;
  color: var(--nh-color-text);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.nh-checkout-step__num,
.nrd-checkout-step__num {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--nh-color-primary);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
}

#checkout-checkout fieldset {
  margin: 0;
}

#checkout-checkout legend {
  margin: 0 0 14px;
  color: var(--nh-color-text);
  font-size: 16px;
  font-weight: 700;
}

#checkout-checkout .form-label {
  color: var(--nh-color-text);
  font-size: 13px;
  font-weight: 600;
}

#checkout-checkout .form-control,
#checkout-checkout .form-select,
#checkout-checkout .input-group-text {
  min-height: 42px;
  border-color: var(--nh-color-border);
  border-radius: var(--nh-radius-md);
  font-size: 14px;
}

#checkout-checkout textarea.form-control {
  min-height: 96px;
}

#checkout-checkout .input-group {
  align-items: stretch;
}

#checkout-checkout .input-group > .form-control,
#checkout-checkout .input-group > .form-select {
  border-radius: 0;
}

#checkout-checkout .input-group > .input-group-text:first-child {
  border-radius: var(--nh-radius-md) 0 0 var(--nh-radius-md);
}

#checkout-checkout .input-group > .btn:last-child {
  border-radius: 0 var(--nh-radius-md) var(--nh-radius-md) 0;
}

#checkout-checkout .form-check-label {
  color: var(--nh-color-muted);
  font-size: 14px;
}

#checkout-checkout .form-check-input:checked {
  background-color: var(--nh-color-primary);
  border-color: var(--nh-color-primary);
}

#checkout-checkout .btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: var(--nh-radius-md);
  font-weight: 700;
}

#checkout-checkout .btn[disabled] {
  opacity: 0.65;
}

.nh-checkout-confirm {
  overflow: hidden;
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-lg);
}

.nh-checkout-confirm__head,
.nh-checkout-confirm__item,
.nh-checkout-confirm__totals div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
}

.nh-checkout-confirm__head {
  padding: 10px 12px;
  color: var(--nh-color-muted);
  background: var(--nh-color-surface-soft);
  font-size: 12px;
  font-weight: 700;
}

.nh-checkout-confirm__head span:last-child {
  text-align: right;
}

.nh-checkout-confirm__items {
  display: grid;
}

.nh-checkout-confirm__item {
  padding: 12px;
  border-top: 1px solid var(--nh-color-border);
}

.nh-checkout-confirm__item div {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.nh-checkout-confirm__item a {
  color: var(--nh-color-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.nh-checkout-confirm__item a:hover {
  color: var(--nh-color-primary);
}

.nh-checkout-confirm__item span,
.nh-checkout-confirm__item small {
  color: var(--nh-color-muted);
  font-size: 12px;
  line-height: 1.35;
}

.nh-checkout-confirm__item strong {
  color: var(--nh-color-text);
  font-size: 14px;
  white-space: nowrap;
}

.nh-checkout-confirm__totals {
  display: grid;
  gap: 8px;
  padding: 12px;
  background: var(--nh-color-surface-soft);
  border-top: 1px solid var(--nh-color-border);
}

.nh-checkout-confirm__totals div {
  color: var(--nh-color-muted);
  font-size: 13px;
}

.nh-checkout-confirm__totals strong {
  color: var(--nh-color-text);
  white-space: nowrap;
}

.nh-checkout-confirm__totals div:last-child {
  margin-top: 4px;
  padding-top: 10px;
  border-top: 1px solid var(--nh-color-border);
}

.nh-checkout-confirm__totals div:last-child strong {
  color: var(--nh-color-primary);
  font-size: 17px;
}

#checkout-payment {
  margin-top: 14px;
}

.nh-success-page {
  padding-bottom: 54px;
}

.nh-success-hero .nh-category-hero__body {
  max-width: 760px;
}

.nh-success-panel {
  max-width: 920px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px 20px;
  align-items: start;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-lg);
  box-shadow: var(--nh-shadow-soft);
}

.nh-success-panel__icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--nh-color-primary);
  border-radius: 50%;
  font-size: 20px;
}

.nh-success-panel__message {
  min-width: 0;
  color: var(--nh-color-text);
  font-size: 15px;
  line-height: 1.65;
}

.nh-success-panel__message p {
  margin: 0 0 12px;
}

.nh-success-panel__message p:last-child {
  margin-bottom: 0;
}

.nh-success-panel__message a {
  color: var(--nh-color-primary);
  font-weight: 700;
  text-decoration: none;
}

.nh-success-panel__message a:hover,
.nh-success-panel__message a:focus {
  color: var(--nh-color-primary-hover);
}

.nh-success-panel__actions {
  grid-column: 2;
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
}

.nh-success-panel__actions .btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: var(--nh-radius-md);
  font-weight: 700;
}

.nh-account-page {
  padding-bottom: 54px;
}

.nh-account-hero .nh-category-hero__body p {
  max-width: 780px;
  margin: 10px 0 0;
  color: var(--nh-color-muted);
  font-size: 15px;
  line-height: 1.6;
}

.nh-auth-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 1fr);
  gap: 22px;
  align-items: stretch;
}

.nh-auth-card,
.nh-account-panel,
.nh-account-form-card {
  min-width: 0;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-lg);
}

.nh-auth-card {
  display: grid;
  align-content: start;
  gap: 12px;
}

.nh-auth-card--accent {
  background: var(--nh-color-surface-soft);
}

.nh-auth-card > i {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--nh-color-primary);
  background: rgba(35, 180, 128, 0.12);
  border-radius: 50%;
  font-size: 20px;
}

.nh-auth-card h2,
.nh-account-panel h2 {
  margin: 0;
  color: var(--nh-color-text);
  font-size: 20px;
  font-weight: 700;
}

.nh-account-section-title,
.nrd-account-section-title {
  margin: 22px 0 12px;
  color: var(--nh-color-text);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.nh-auth-card p,
.nh-account-panel p {
  margin: 0;
  color: var(--nh-color-muted);
  font-size: 14px;
  line-height: 1.55;
}

.nh-auth-card form {
  display: grid;
  gap: 12px;
}

.nh-account-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.nh-account-panel {
  display: grid;
  gap: 14px;
}

.nh-account-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.nh-account-link-grid a {
  min-height: 58px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 12px;
  color: var(--nh-color-text);
  background: var(--nh-color-surface-soft);
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-md);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
}

.nh-account-link-grid a:hover,
.nh-account-link-grid a:focus {
  color: var(--nh-color-primary);
  border-color: var(--nh-color-primary-soft);
  background: #fff;
}

.nh-account-link-grid i {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--nh-color-primary);
  background: rgba(35, 180, 128, 0.1);
  border-radius: 50%;
}

.nh-account-form-card fieldset {
  margin: 0 0 22px;
}

.nh-account-form-card legend {
  margin: 0 0 14px;
  color: var(--nh-color-text);
  font-size: 18px;
  font-weight: 700;
}

.nh-account-form-card .row.mb-3 {
  align-items: center;
  margin-right: 0;
  margin-left: 0;
  padding: 12px 0;
  border-bottom: 1px solid var(--nh-color-border);
}

.nh-account-form-card .row.mb-3 > label {
  color: var(--nh-color-text);
  font-size: 13px;
  font-weight: 700;
}

.nh-account-page .form-control,
.nh-account-page .form-select,
.nh-account-page .input-group-text {
  min-height: 42px;
  border-color: var(--nh-color-border);
  border-radius: var(--nh-radius-md);
  font-size: 14px;
}

.nh-account-page .btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: var(--nh-radius-md);
  font-weight: 700;
}

.nh-account-page .list-group {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-lg);
}

.nh-account-page .list-group-item {
  color: var(--nh-color-text);
  border-color: var(--nh-color-border);
  font-size: 13px;
  font-weight: 600;
}

.nh-account-page .list-group-item:hover,
.nh-account-page .list-group-item:focus {
  color: var(--nh-color-primary);
  background: rgba(35, 180, 128, 0.08);
}

.nh-account-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
}

.nh-account-list,
.nh-wishlist-list,
.nh-order-list,
.nh-order-products {
  display: grid;
  gap: 12px;
}

.nh-account-table-panel {
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
}

.nh-account-table-panel .table-responsive {
  margin: 0;
}

.nh-account-table-grid {
  min-width: min(100%, 720px);
  margin: 0;
}

.nh-account-table-grid > .col {
  min-width: 0;
  padding: 0;
}

.nh-account-table-panel .table,
.nh-account-page #history .table,
.nh-account-page #order .table,
.nh-account-page #payment-method .table {
  --bs-table-bg: transparent;
  --bs-table-color: var(--nh-color-text);
  --bs-table-border-color: var(--nh-color-border);
  --bs-table-hover-bg: rgba(35, 180, 128, 0.06);
  --bs-table-hover-color: var(--nh-color-text);
  margin: 0;
}

.nh-account-table-panel th,
.nh-account-table-panel td {
  padding: 14px 16px;
  color: var(--nh-color-text);
  border-color: var(--nh-color-border);
  font-size: 13px;
  vertical-align: middle;
}

.nh-account-table-panel thead th {
  color: var(--nh-color-muted);
  background: var(--nh-color-surface-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nh-address-list {
  display: grid;
  gap: 12px;
}

.nh-account-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

.nh-account-definition-grid {
  display: grid;
  grid-template-columns: minmax(120px, 0.42fr) minmax(0, 1fr);
  gap: 10px 14px;
  align-items: start;
}

.nh-account-definition-grid span {
  color: var(--nh-color-muted);
  font-size: 13px;
}

.nh-account-definition-grid strong {
  min-width: 0;
  color: var(--nh-color-text);
  font-size: 14px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.nh-account-record {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 0.7fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-lg);
}

.nh-account-record__main,
.nrd-account-record__main {
  min-width: 0;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: var(--nh-color-text);
  font-size: 14px;
  line-height: 1.55;
}

.nh-account-record__main > i,
.nrd-account-record__main > i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--nh-color-primary);
  background: rgba(35, 180, 128, 0.1);
  border-radius: 50%;
}

.nh-account-record__main strong,
.nh-account-record__main a,
.nrd-account-record__main strong,
.nrd-account-record__main a {
  color: var(--nh-color-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.nh-account-record__main a:hover,
.nrd-account-record__main a:hover {
  color: var(--nh-color-primary);
}

.nh-account-record__main span,
.nh-account-record__meta span,
.nrd-account-record__main span,
.nrd-account-record__meta span {
  color: var(--nh-color-muted);
  font-size: 12px;
  line-height: 1.35;
}

.nh-account-record__meta,
.nrd-account-record__meta {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.nh-account-record__value,
.nrd-account-record__value {
  justify-self: end;
  color: var(--nh-color-text);
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.nh-account-record__actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.nh-account-record__actions .btn {
  width: 42px;
  padding: 0;
}

.nh-address-card {
  grid-template-columns: minmax(0, 1fr) auto;
}

.nh-account-inline-agree {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin-left: auto;
}

.nh-account-page #history,
.nh-account-page #order,
.nh-account-page #payment-method {
  display: grid;
  gap: 12px;
}

.nh-account-page #history .table-responsive,
.nh-account-page #order .table-responsive,
.nh-account-page #payment-method .table-responsive {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-lg);
}

.nh-account-page #history th,
.nh-account-page #history td,
.nh-account-page #order th,
.nh-account-page #order td,
.nh-account-page #payment-method th,
.nh-account-page #payment-method td {
  padding: 14px 16px;
  color: var(--nh-color-text);
  border-color: var(--nh-color-border);
  font-size: 13px;
  vertical-align: middle;
}

.nh-account-page #history thead th,
.nh-account-page #order thead th,
.nh-account-page #payment-method thead th {
  color: var(--nh-color-muted);
  background: var(--nh-color-surface-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nh-wishlist-item,
.nh-order-card,
.nh-order-product {
  min-width: 0;
  display: grid;
  gap: 14px;
  align-items: center;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-lg);
}

.nh-wishlist-item {
  grid-template-columns: 92px minmax(0, 1fr) minmax(120px, auto) auto;
}

.nh-wishlist-item__media,
.nrd-wishlist-item__media,
.nh-compare-product__media {
  width: 92px;
  height: 92px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--nh-color-surface-soft);
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-md);
}

.nh-wishlist-item__media img,
.nrd-wishlist-item__media img,
.nh-compare-product__media img {
  max-width: 82px;
  max-height: 82px;
  object-fit: contain;
}

.nh-wishlist-item__body,
.nrd-wishlist-item__body {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.nh-wishlist-item__title,
.nrd-wishlist-item__title,
.nh-compare-product__title,
.nh-order-product a {
  color: var(--nh-color-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.nh-wishlist-item__title:hover,
.nrd-wishlist-item__title:hover,
.nh-compare-product__title:hover,
.nh-order-product a:hover {
  color: var(--nh-color-primary);
}

.nh-wishlist-item__meta,
.nrd-wishlist-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  color: var(--nh-color-muted);
  font-size: 12px;
}

.nh-wishlist-item__price,
.nrd-wishlist-item__price {
  justify-self: end;
  color: var(--nh-color-text);
  font-weight: 700;
  white-space: nowrap;
}

.nh-wishlist-item__actions,
.nrd-wishlist-item__actions {
  display: flex;
  gap: 8px;
}

.nh-wishlist-item__actions .btn,
.nrd-wishlist-item__actions .btn {
  width: 42px;
  padding: 0;
}

.nh-account-empty {
  min-height: 220px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  padding: 28px;
  color: var(--nh-color-muted);
  text-align: center;
  background: #fff;
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-lg);
}

.nh-account-empty i {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--nh-color-primary);
  background: rgba(35, 180, 128, 0.12);
  border-radius: 50%;
  font-size: 22px;
}

.nh-compare-products {
  display: grid;
  grid-template-columns: repeat(var(--nh-compare-count), minmax(230px, 1fr));
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-color: rgba(35, 180, 128, 0.48) transparent;
  scrollbar-width: thin;
}

.nh-compare-product {
  min-width: 230px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-lg);
}

.nh-compare-product__media {
  width: 100%;
  height: 150px;
}

.nh-compare-product__media img {
  max-width: 140px;
  max-height: 140px;
}

.nh-compare-product__body {
  display: grid;
  gap: 6px;
}

.nh-compare-product__body span,
.nh-compare-product__body small {
  color: var(--nh-color-muted);
  font-size: 12px;
}

.nh-compare-product__body strong {
  color: var(--nh-color-primary);
  font-size: 18px;
}

.nh-compare-product__actions {
  display: grid;
  gap: 8px;
}

.nh-compare-matrix {
  --nh-compare-label-width: 200px;
  --nh-compare-cell-width: 230px;
  margin-top: 18px;
  overflow-x: auto;
  background: #fff;
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-lg);
  scrollbar-color: rgba(35, 180, 128, 0.48) transparent;
  scrollbar-width: thin;
}

.nh-compare-products::-webkit-scrollbar,
.nh-compare-matrix::-webkit-scrollbar {
  height: 8px;
}

.nh-compare-products::-webkit-scrollbar-thumb,
.nh-compare-matrix::-webkit-scrollbar-thumb {
  background: rgba(35, 180, 128, 0.45);
  border-radius: 999px;
}

.nh-compare-products::-webkit-scrollbar-track,
.nh-compare-matrix::-webkit-scrollbar-track {
  background: transparent;
}

.nh-compare-row {
  min-width: calc(var(--nh-compare-label-width) + (var(--nh-compare-count) * var(--nh-compare-cell-width)));
  display: grid;
  grid-template-columns: var(--nh-compare-label-width) repeat(var(--nh-compare-count), minmax(var(--nh-compare-cell-width), 1fr));
  border-bottom: 1px solid var(--nh-color-border);
}

.nh-compare-row:last-child {
  border-bottom: 0;
}

.nh-compare-row > strong,
.nh-compare-row > span {
  min-width: 0;
  padding: 12px;
  color: var(--nh-color-text);
  font-size: 13px;
  line-height: 1.45;
  border-right: 1px solid var(--nh-color-border);
  overflow-wrap: anywhere;
  word-break: normal;
}

.nh-compare-row > span:last-child {
  border-right: 0;
}

.nh-compare-row > strong {
  position: sticky;
  left: 0;
  z-index: 2;
  color: var(--nh-color-muted);
  background: var(--nh-color-surface-soft);
  box-shadow: 1px 0 0 var(--nh-color-border);
  font-weight: 700;
}

.nh-compare-row--description > span {
  color: var(--nh-color-muted);
}

.nh-compare-group {
  min-width: calc(var(--nh-compare-label-width) + (var(--nh-compare-count) * var(--nh-compare-cell-width)));
  padding: 10px 12px;
  color: var(--nh-color-text);
  background: rgba(35, 180, 128, 0.1);
  border-bottom: 1px solid var(--nh-color-border);
  font-size: 14px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.nh-order-card {
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.8fr) minmax(120px, auto) minmax(100px, auto) auto;
}

.nh-order-card__main,
.nh-order-card__meta,
.nrd-order-card__main,
.nrd-order-card__meta {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.nh-order-card__main strong,
.nrd-order-card__main strong {
  color: var(--nh-color-text);
  font-size: 18px;
}

.nh-order-card__main span,
.nh-order-card__meta span,
.nrd-order-card__main span,
.nrd-order-card__meta span {
  color: var(--nh-color-muted);
  font-size: 13px;
}

.nh-order-card__status,
.nrd-order-card__status {
  justify-self: start;
  padding: 6px 10px;
  color: var(--nh-color-primary);
  background: rgba(35, 180, 128, 0.1);
  border-radius: var(--nh-radius-md);
  font-size: 13px;
  font-weight: 700;
}

.nh-order-card__total,
.nrd-order-card__total {
  color: var(--nh-color-text);
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.nh-pagination-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  color: var(--nh-color-muted);
  font-size: 13px;
}

.nh-order-summary-grid,
.nh-order-addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 18px;
}

.nh-order-facts,
.nrd-order-facts,
.nh-order-addresses > div,
.nh-order-totals {
  display: grid;
  gap: 10px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-lg);
}

.nh-order-facts div,
.nrd-order-facts div,
.nh-order-totals div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--nh-color-muted);
  font-size: 13px;
}

.nh-order-facts strong,
.nrd-order-facts strong,
.nh-order-totals strong {
  color: var(--nh-color-text);
  text-align: right;
}

.nh-order-addresses h2 {
  margin: 0;
  color: var(--nh-color-text);
  font-size: 17px;
  font-weight: 700;
}

.nh-order-addresses address {
  margin: 0;
  color: var(--nh-color-muted);
  font-size: 14px;
  line-height: 1.55;
}

.nh-order-product {
  grid-template-columns: minmax(0, 1fr) minmax(90px, auto) minmax(120px, auto) auto;
}

.nh-order-product > div:first-child {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.nh-order-product span,
.nh-order-product small {
  color: var(--nh-color-muted);
  font-size: 12px;
  line-height: 1.35;
}

.nh-order-product strong {
  color: var(--nh-color-text);
  white-space: nowrap;
}

.nh-order-product__actions {
  display: flex;
  gap: 8px;
}

.nh-order-product__actions .btn {
  width: 42px;
  padding: 0;
}

.nh-order-totals {
  max-width: 420px;
  margin: 16px 0 18px auto;
}

.nh-order-totals div:last-child {
  padding-top: 10px;
  border-top: 1px solid var(--nh-color-border);
}

.nh-order-totals div:last-child strong {
  color: var(--nh-color-primary);
  font-size: 18px;
}

.nh-info-page {
  padding-bottom: 54px;
}

.nh-info-page .nh-info-hero {
  display: block;
  margin: 0 0 32px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.nh-info-page .nh-info-hero .nh-category-hero__body {
  display: block;
}

.nh-info-page .nh-info-hero .nh-category-hero__eyebrow {
  display: none;
}

.nh-info-page .nh-info-hero .nh-page-title {
  font-size: 40px;
  font-style: normal;
  line-height: 1.15;
}

.nh-info-hero .nh-category-hero__body p {
  max-width: 760px;
  margin: 10px 0 0;
  color: var(--nh-color-muted);
  font-size: 15px;
  line-height: 1.6;
}

.nh-info-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.nh-info-sidebar {
  position: sticky;
  top: 120px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.nh-info-sidebar h2 {
  margin: 0 0 12px;
  color: var(--nh-color-text);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.nh-info-nav {
  display: grid;
  gap: 2px;
}

.nh-info-nav a {
  display: flex;
  align-items: center;
  min-height: 29px;
  padding: 4px 8px;
  color: var(--nh-color-text);
  border-radius: var(--nh-radius-sm);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.nh-info-nav a:hover,
.nh-info-nav a:focus,
.nh-info-nav a.is-active {
  color: var(--nh-color-primary);
  background: rgba(35, 180, 128, 0.1);
}

.nh-info-article,
.nh-contact-content {
  min-width: 0;
}

.nh-info-article {
  padding: 0;
  color: var(--nh-color-text);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-style: normal;
}

.nh-info-article h2,
.nh-info-article h3,
.nh-info-article h4 {
  margin: 24px 0 12px;
  color: var(--nh-color-text);
  font-weight: 700;
}

.nh-info-article h2:first-child,
.nh-info-article h3:first-child,
.nh-info-article h4:first-child {
  margin-top: 0;
}

.nh-info-article p,
.nh-info-article li {
  color: var(--nh-color-text);
  font-size: 16px;
  line-height: 1.58;
}

.nh-info-article :where(p, li, div, span, strong, b, em, i, small, td, th) {
  color: var(--nh-color-text) !important;
  font-style: normal !important;
}

.nh-info-article a {
  color: var(--nh-color-primary);
  font-weight: 600;
}

.nh-info-article table {
  width: 100%;
  margin: 18px 0;
  border-collapse: collapse;
  border: 0;
  border-radius: 0;
  overflow: hidden;
}

.nh-info-article th,
.nh-info-article td {
  padding: 3px 0;
  color: var(--nh-color-text);
  border-bottom: 0;
  font-size: 16px;
  line-height: 1.45;
  vertical-align: top;
}

.nh-info-article th {
  background: transparent;
  font-weight: 700;
}

.nh-info-article tr:last-child td {
  border-bottom: 0;
}

.nh-info-lead {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
  padding: 18px;
  background: var(--nh-color-surface-soft);
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-lg);
}

.nh-info-lead p {
  margin: 0;
}

.nh-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 20px 0;
}

.nh-info-note,
.nh-info-grid > div {
  padding: 16px;
  background: var(--nh-color-surface-soft);
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-md);
}

.nh-info-note p,
.nh-info-grid p {
  margin: 0;
}

.nh-contact-content {
  display: grid;
  gap: 18px;
}

.nh-contact-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.nh-contact-card,
.nh-contact-panel,
.nh-contact-location {
  background: #fff;
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-lg);
}

.nh-contact-card {
  min-height: 122px;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 16px;
}

.nh-contact-card i {
  color: var(--nh-color-primary);
  font-size: 22px;
}

.nh-contact-card span {
  color: var(--nh-color-muted);
  font-size: 13px;
  font-weight: 600;
}

.nh-contact-card strong {
  color: var(--nh-color-text);
  font-size: 16px;
  line-height: 1.35;
}

.nh-contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 22px;
  padding: 22px;
}

.nh-contact-details,
.nh-contact-form {
  display: grid;
  align-content: start;
  gap: 14px;
}

.nh-contact-details h2,
.nh-contact-form h2,
.nh-contact-locations h2 {
  margin: 0;
  color: var(--nh-color-text);
  font-size: 22px;
  font-weight: 700;
}

.nh-contact-logo,
.nrd-contact-logo {
  max-width: 120px;
  height: auto;
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-md);
}

.nh-contact-line {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  color: var(--nh-color-muted);
  font-size: 14px;
  line-height: 1.55;
}

.nh-contact-line i {
  color: var(--nh-color-primary);
  padding-top: 3px;
}

.nh-contact-line address,
.nh-contact-line p,
.nh-contact-form p {
  margin: 0;
  color: var(--nh-color-muted);
  font-size: 14px;
  line-height: 1.55;
}

.nh-contact-form .form-control {
  min-height: 44px;
  border-color: var(--nh-color-border);
  border-radius: var(--nh-radius-md);
}

.nh-contact-form textarea.form-control {
  min-height: 150px;
}

.nh-contact-form .btn {
  min-height: 46px;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: var(--nh-radius-md);
  font-weight: 700;
}

.nh-contact-locations {
  display: grid;
  gap: 12px;
}

.nh-contact-location {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
}

.nh-contact-location img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-md);
}

.nh-contact-location h3 {
  margin: 0 0 6px;
  color: var(--nh-color-text);
  font-size: 16px;
  font-weight: 700;
}

.nh-contact-location address,
.nh-contact-location p {
  margin: 0 0 6px;
  color: var(--nh-color-muted);
  font-size: 14px;
  line-height: 1.5;
}

#column-left {
  width: 290px;
  flex: 0 0 290px;
}

#column-left + #content {
  min-width: 0;
}

#product-category .nh-category-content,
#product-category .nrd-page-content {
  display: flex;
  flex-direction: column;
}

#product-category .nh-category-hero,
#product-category .nrd-category-hero {
  order: 1;
  display: block;
  margin-bottom: 20px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

#product-category .nh-category-hero__eyebrow,
#product-category .nh-category-hero__image,
#product-category .nrd-page-eyebrow,
#product-category .nrd-page-hero__image {
  display: none;
}

#product-category .nh-category-hero .nh-page-title,
#product-category .nrd-category-hero .nrd-page-title {
  font-size: 40px;
}

#product-category .nh-refine h2,
#product-category .nrd-refine h2 {
  display: none;
}

#product-category .nh-refine,
#product-category .nrd-refine {
  order: 2;
}

#product-category .nh-refine__list a,
#product-category .nrd-refine__list a {
  min-height: 72px;
  padding: 14px 16px;
}

#product-category #display-control {
  order: 4;
}

#product-category #product-list,
#product-category .nh-empty-state {
  order: 5;
}

#product-category .nh-pagination-row {
  order: 6;
}

#display-control {
  margin: 0 0 18px;
  padding: 14px;
  background: var(--nh-color-surface-soft);
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-md);
}

.nh-catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.nh-catalog-toolbar__primary,
.nh-catalog-toolbar__controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

#display-control .input-group-text,
#display-control .form-select {
  min-height: 40px;
  border-color: var(--nh-color-border);
  font-size: 13px;
}

.nh-compare-button {
  min-height: 40px;
  border-radius: var(--nh-radius-md);
  font-size: 13px;
  font-weight: 700;
}

.nrd-view-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 40px;
  padding: 3px;
  background: var(--surface-sunken);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-xs);
}

.nrd-view-toggle .nrd-view-toggle__button.nrd-icon-btn {
  width: 34px;
  min-width: 34px;
  height: 34px;
  min-height: 34px;
  padding: 0;
  border: 0;
  border-radius: var(--radius-sm);
  color: var(--text-muted);
  background: transparent;
  box-shadow: none;
}

.nrd-view-toggle .nrd-view-toggle__button:hover,
.nrd-view-toggle .nrd-view-toggle__button:focus {
  color: var(--text-accent);
  background: var(--surface-hover);
  box-shadow: none;
}

.nrd-view-toggle .nrd-view-toggle__button.active,
.nrd-view-toggle .nrd-view-toggle__button[aria-pressed="true"] {
  color: var(--text-accent);
  background: var(--surface);
  box-shadow: var(--shadow-xs);
}

.nh-product-grid {
  align-items: stretch;
  --bs-gutter-x: 18px;
  --bs-gutter-y: 18px;
}

.nh-product-grid > .col {
  margin-bottom: 0 !important;
}

@media (min-width: 1200px) {
  .nh-category-page #product-list > .col,
  .nh-manufacturer-page #product-list > .col {
    width: 25%;
    max-width: 25%;
    flex: 0 0 25%;
  }
}

/* Common header design-system bridge. */
#top.nh-utility-bar.nrd-topbar {
  min-height: 40px;
  color: var(--text-on-inverse);
  background: var(--surface-inverse);
  border-bottom: 0;
}

.nrd-topbar__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 40px;
  min-height: 40px;
}

.nrd-topbar__group {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
  color: inherit;
  font-size: 13px;
}

.nrd-topbar__group > a,
.nrd-topbar__group > span,
.nrd-topbar__group button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  color: inherit;
  background: none;
  border: 0;
  font: inherit;
  opacity: 0.85;
  text-decoration: none;
  white-space: nowrap;
  transition: color var(--dur-fast) var(--ease-out), opacity var(--dur-fast) var(--ease-out);
}

.nrd-topbar__group > a:hover,
.nrd-topbar__group > a:focus,
.nrd-topbar__group button:hover,
.nrd-topbar__group button:focus {
  color: var(--accent);
  opacity: 1;
}

.nrd-topbar__group i {
  flex: 0 0 auto;
  font-size: 14px;
}

.nrd-topbar__group .nh-locale-controls {
  opacity: 0.72;
}

.nrd-header .nh-header-grid {
  grid-template-columns: auto auto minmax(320px, 1fr) auto;
  gap: 20px;
  min-height: 76px;
}

.nrd-header #logo .nh-logo-link {
  gap: 9px;
}

.nrd-header #logo .nh-logo-mark {
  width: 36px;
  max-width: 36px;
  height: 36px;
  max-height: 36px;
  display: inline-flex;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  color: var(--on-accent);
  background: var(--accent);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-accent);
}

.nrd-header #logo .nh-logo-copy {
  display: inline-flex;
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.nrd-header #logo .nh-logo-copy span {
  color: var(--accent);
}

.nh-header-theme-toggle {
  flex: 0 0 auto;
}

.nh-header-theme-toggle .nh-theme-toggle__light,
.nh-header-theme-toggle .nrd-theme-toggle__light,
body.nh-dark-shell .nh-header-theme-toggle .nh-theme-toggle__dark,
body.nh-dark-shell .nh-header-theme-toggle .nrd-theme-toggle__dark {
  display: none;
}

body.nh-dark-shell .nh-header-theme-toggle .nh-theme-toggle__light,
body.nh-dark-shell .nh-header-theme-toggle .nrd-theme-toggle__light {
  display: inline-block;
}

.nrd-header__tools {
  gap: 6px;
}

.nrd-header__tools .nrd-icon-btn,
#header-cart .nrd-cart-trigger.nrd-icon-btn {
  position: relative;
  width: 46px;
  min-width: 46px;
  height: 46px;
  min-height: 46px;
  padding: 0;
  gap: 0;
  border-radius: var(--radius-md);
  font-size: 15px;
}

.nrd-header__tools .nrd-icon-btn.dropdown-toggle::after,
#header-cart .nrd-cart-trigger.dropdown-toggle::after {
  display: none;
}

.nrd-header__tools .nrd-icon-btn i,
#header-cart .nrd-cart-trigger i {
  color: currentColor;
  font-size: 16px;
}

.nrd-header__tools .nrd-icon-btn.v-ghost {
  color: var(--text-strong);
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.nrd-header__tools .nrd-icon-btn.v-ghost:hover,
.nrd-header__tools .nrd-icon-btn.v-ghost:focus {
  color: var(--text-accent);
  background: var(--surface-hover);
}

#header-cart .nrd-cart-trigger.v-primary {
  color: var(--on-accent);
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: none;
}

#header-cart .nrd-cart-trigger.v-primary:hover,
#header-cart .nrd-cart-trigger.v-primary:focus {
  color: var(--on-accent);
  background: var(--accent-hover);
  border-color: var(--accent-hover);
  box-shadow: var(--shadow-accent);
}

.nrd-icon-btn__badge {
  position: absolute;
  top: -5px;
  right: -5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  color: var(--on-accent);
  background: var(--danger);
  border: 2px solid var(--surface);
  border-radius: var(--radius-full);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

body.nh-dark-shell .nrd-icon-btn__badge {
  border-color: var(--surface);
}

@media (max-width: 1199.98px) {
  .nrd-header .nh-header-grid {
    grid-template-columns: auto auto minmax(260px, 1fr) auto;
    gap: 14px;
  }

  .nrd-header #logo .nh-logo-mark {
    width: 64px;
    max-width: 64px;
    flex-basis: 64px;
  }
}

@media (max-width: 991.98px) {
  .nrd-topbar__wrap {
    justify-content: center;
  }

  .nrd-topbar__group:first-child {
    display: none;
  }

  .nrd-topbar__group {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }

  .nrd-header .nh-header-grid,
  body.nh-dark-shell .nrd-header .nh-header-grid {
    grid-template-columns: minmax(0, 1fr) 46px 46px;
    align-items: center;
    gap: 10px;
    min-height: 64px;
    padding: 6px 0;
  }

  .nrd-header .nh-header-actions {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .nrd-topbar__group .nh-locale-controls {
    display: none;
  }

  .nrd-topbar__group > a:not(.nh-phone-link) {
    display: none;
  }

  .nrd-topbar__group {
    justify-content: center;
  }
}

.nh-pagination-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 6px;
}

.nh-pagination-row__results {
  color: var(--nh-color-muted);
  font-size: 13px;
}

.nh-empty-state {
  padding: 32px;
  text-align: center;
  background: var(--nh-color-surface-soft);
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-lg);
}

.product-thumb,
.nh-product-card,
.nrd-pcard {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--surface, var(--nh-color-surface));
  border: 1px solid var(--border, #e2e8e5);
  border-radius: var(--radius-xl, 18px);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.product-thumb:hover,
.nh-product-card:hover,
.nrd-pcard:hover {
  border-color: var(--border-strong, rgba(35, 180, 128, 0.42));
  box-shadow: var(--shadow-lg, var(--nh-shadow-card));
  transform: translateY(-4px);
}

.nh-product-card__media,
.nrd-pcard__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background:
    radial-gradient(120% 120% at 50% 18%, var(--surface, #ffffff) 0%, var(--surface-sunken, var(--nh-color-surface-soft)) 100%);
  background-color: var(--surface-sunken, var(--nh-color-surface-soft));
}

.nh-product-card__image-link,
.nrd-pcard__image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 14%;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.nh-product-card__image-link img,
.nrd-pcard__img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  transition: transform var(--dur-slow, 0.28s) var(--ease-out, ease);
}

.nrd-pcard:hover .nrd-pcard__img {
  transform: scale(1.05);
}

.nh-product-card__badges,
.nrd-pcard__badges {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: 70%;
}

.nh-product-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  color: #fff;
  border-radius: var(--nh-radius-md);
  font-size: 12px;
  font-weight: 600;
}

.nrd-pcard__badges .nrd-badge {
  height: 24px;
  min-height: 24px;
  padding: 0 9px;
  border: 0;
  border-radius: var(--radius-sm, 8px);
  font-family: var(--font-display, var(--nh-font-sans));
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.nrd-badge.solid.accent {
  background: var(--accent, var(--nh-color-primary));
  border-color: var(--accent, var(--nh-color-primary));
  color: var(--on-accent, #ffffff);
}

.nrd-badge.solid.danger {
  background: var(--discount-bg, var(--nh-color-danger));
  border-color: var(--discount-bg, var(--nh-color-danger));
  color: var(--discount-text, #ffffff);
}

.nh-product-card__badge--request {
  background: var(--nh-color-primary);
}

.nh-product-card__badge--sale {
  background: var(--nh-color-danger);
}

.nh-product-card__tools,
.nrd-pcard__tools {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 6px;
  opacity: 0;
  transform: translateX(6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.nrd-pcard:hover .nrd-pcard__tools,
.nrd-pcard:focus-within .nrd-pcard__tools {
  opacity: 1;
  transform: none;
}

.nh-product-card__tools .nrd-icon-btn,
.nrd-pcard__tools .nrd-icon-btn {
  width: 34px;
  height: 34px;
  min-height: 34px;
  padding: 0;
  color: var(--text, var(--nh-color-text));
  background: var(--surface, #ffffff);
  border: 1px solid var(--border, #e2e8e5);
  border-radius: var(--radius-sm, 8px);
  box-shadow: var(--shadow-sm, 0 2px 8px rgba(16, 23, 20, 0.12));
}

.nh-product-card__tools .nrd-icon-btn:hover,
.nh-product-card__tools .nrd-icon-btn:focus {
  color: var(--accent, var(--nh-color-primary));
  background: var(--surface-hover, #f5f8f7);
  border-color: var(--accent-border, var(--nh-color-primary-soft));
}

@media (hover: none) {
  .nh-product-card__tools,
  .nrd-pcard__tools {
    opacity: 1;
    transform: none;
  }
}

.nh-product-card__body,
.nrd-pcard__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
}

.nh-product-card__cat,
.nrd-pcard__cat {
  color: var(--text-subtle, var(--nh-color-faint));
  font-family: var(--font-display, var(--nh-font-sans));
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.nh-product-card__meta {
  display: none;
}

.nh-product-card__title,
.nrd-pcard__title {
  min-height: 2.6em;
  margin: 0;
  overflow: hidden;
  color: var(--text-strong, var(--nh-color-text));
  font-family: var(--font-display, var(--nh-font-sans));
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}

.nh-product-card__title a,
.nrd-pcard__title a {
  display: -webkit-box;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nh-product-card__title a:hover,
.nrd-pcard__title a:hover {
  color: var(--text-accent, var(--nh-color-primary));
}

.nh-product-card__description,
.nrd-pcard__desc {
  display: -webkit-box;
  min-height: 38px;
  margin: 0;
  overflow: hidden;
  color: var(--text-muted, var(--nh-color-muted));
  font-size: 13px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nh-product-card__specs,
.nrd-pcard__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
}

.nh-product-card__spec,
.nrd-pcard__spec {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
  height: 24px;
  max-width: 100%;
  padding: 0 8px;
  overflow: hidden;
  color: var(--text-muted, var(--nh-color-muted));
  background: var(--surface-sunken, var(--nh-color-surface-muted));
  border-radius: var(--radius-sm, 8px);
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  font-size: 11px;
  line-height: 1;
}

.nrd-pcard__spec span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nrd-pcard__spec-ic {
  flex: 0 0 auto;
  color: var(--accent, var(--nh-color-primary));
  font-size: 13px;
}

.nh-product-card__rating,
.nrd-pcard__rating {
  --nrd-rating-star-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
  color: var(--star, #e3b04b);
  font-size: 13px;
}

.nrd-pcard__rating .nrd-rating__stars {
  position: relative;
  display: inline-block;
  line-height: 0;
}

.nrd-pcard__rating .nrd-rating__row {
  display: flex;
  gap: 2px;
}

.nrd-pcard__rating .nrd-rating__row.base {
  color: var(--border-strong, #d2dad6);
}

.nrd-pcard__rating .nrd-rating__row.fill {
  position: absolute;
  inset: 0;
  overflow: hidden;
  color: var(--star, #e3b04b);
  white-space: nowrap;
}

.nrd-pcard__rating .nrd-rating__star {
  flex: 0 0 auto;
  color: inherit;
  font-size: 13px;
  line-height: 1;
}

.nrd-pcard__rating .nrd-rating__count {
  color: var(--text-muted, var(--nh-color-muted));
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  font-size: 12px;
  line-height: 1;
}

.nrd-pcard__rating .nrd-rating__count b {
  color: var(--text-strong, var(--nh-color-text));
  font-weight: 600;
}

.nh-product-card__status-row {
  display: none;
}

.nh-product-card__footer,
.nrd-pcard__foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding: 4px 16px 16px;
}

.nh-product-card__price-wrap,
.nrd-pcard__price-wrap {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.nh-product-card__price,
.nrd-pcard__price {
  min-width: 0;
  margin: 0;
  color: var(--price, var(--nh-color-text));
  font-family: var(--font-display, var(--nh-font-sans));
  font-size: 22px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.product-thumb .price-request .nh-product-card__price,
.nh-product-card__price-wrap.price-request .nh-product-card__price,
#product-info .price-request {
  color: var(--text-accent, var(--nh-color-primary));
}

.nh-product-card__price-wrap .price-old,
.nrd-pcard__old {
  display: block;
  margin: 0;
  color: var(--price-old, var(--nh-color-faint));
  font-size: 13px;
  font-weight: 400;
  line-height: 1.15;
  text-decoration: line-through;
}

.nh-product-card__price-wrap .price-tax,
.nrd-pcard__tax {
  display: block;
  margin: 2px 0 0;
  color: var(--text-muted, var(--nh-color-muted));
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

.nrd-pcard__tax {
  display: none;
}

.nh-product-card__stock,
.nrd-pcard__stock {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--instock, var(--nh-color-success));
  font-size: 12px;
  font-weight: 500;
}

.nh-product-card__stock.no,
.nrd-pcard__stock.no {
  color: var(--text-subtle, var(--nh-color-faint));
}

.nh-product-card__stock-dot,
.nrd-pcard__stock-dot,
.nrd-pcard__stock .dot {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  background: currentColor;
  border-radius: 50%;
}

.nh-product-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  color: var(--on-accent, #fff);
  background: var(--accent, var(--nh-color-primary));
  border: 1px solid var(--accent, var(--nh-color-primary));
  border-radius: var(--radius-md, var(--nh-radius-md));
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.nh-product-card__cta span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nh-product-card__cta:hover,
.nh-product-card__cta:focus {
  color: var(--on-accent, #fff);
  background: var(--accent-hover, var(--nh-color-primary-hover));
  border-color: var(--accent-hover, var(--nh-color-primary-hover));
  box-shadow: var(--shadow-accent, 0 6px 18px -4px rgba(35, 180, 128, 0.4));
}

.nh-product-card__cta--request {
  width: auto;
  min-width: 42px;
  padding: 0 12px;
  color: var(--text-accent, var(--nh-color-primary));
  background: var(--surface, var(--nh-color-surface));
  border-color: var(--accent, var(--nh-color-primary));
}

.nh-product-card__cta--request span {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: nowrap;
}

.nh-product-card__cta--request:hover,
.nh-product-card__cta--request:focus {
  color: var(--on-accent, #fff);
  background: var(--accent, var(--nh-color-primary));
  border-color: var(--accent, var(--nh-color-primary));
}

.card {
  border-color: var(--nh-color-border);
  border-radius: var(--nh-radius-md);
}

.card-header {
  background: var(--nh-color-surface-soft);
  border-bottom-color: var(--nh-color-border);
  color: var(--nh-color-text);
  font-weight: 600;
}

.list-group-item {
  border-color: var(--nh-color-border);
}

#column-left .card {
  position: sticky;
  top: 120px;
  overflow: hidden;
}

#column-left .card-header {
  padding: 14px 16px;
  font-size: 15px;
}

.nh-filter-card {
  box-shadow: 0 8px 24px rgba(33, 33, 33, 0.05);
}

.nh-filter-card__header {
  display: flex;
  align-items: center;
  gap: 8px;
}

#column-left .list-group-item {
  padding: 12px 16px;
  font-size: 13px;
}

.nh-filter-card__group-title,
#column-left a.list-group-item {
  color: var(--nh-color-text);
  font-weight: 600;
  background: var(--nh-color-surface);
}

.nh-filter-card__group {
  background: var(--nh-color-surface-soft);
}

#column-left .form-check {
  margin-bottom: 8px;
}

#column-left .form-check:last-child {
  margin-bottom: 0;
}

#column-left .form-check-label {
  color: var(--nh-color-muted);
  font-size: 13px;
  line-height: 1.35;
}

#button-filter {
  width: 100%;
  min-height: 42px;
  border-radius: var(--nh-radius-md);
  font-weight: 600;
}

.nh-product-row,
.nrd-pdp-page__row {
  align-items: flex-start;
}

.nh-product-content,
.nrd-pdp-page__content {
  min-width: 0;
}

.nh-product-layout {
  display: grid;
  grid-template-columns: minmax(360px, 520px) minmax(280px, 1fr) minmax(300px, 320px);
  gap: 24px 24px;
  align-items: start;
}

.nh-product-layout > * {
  min-width: 0;
}

.nh-product-gallery,
.nh-product-buy-card {
  max-width: 100%;
}

.nh-product-head {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: end;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--nh-color-border);
}

.nh-product-head__main,
.nrd-pdp__head-main {
  min-width: 0;
}

.nh-product-head__actions,
.nh-product-head__action-form {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.nh-product-head__actions {
  margin-top: 14px;
}

.nh-product-head__actions a,
.nh-product-head__action-form button {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 28px;
  padding: 0;
  color: var(--nh-color-muted);
  background: transparent;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.nh-product-head__actions a:hover,
.nh-product-head__actions a:focus,
.nh-product-head__action-form button:hover,
.nh-product-head__action-form button:focus {
  color: var(--nh-color-primary);
}

.nh-product-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  min-height: 38px;
  padding: 6px 8px;
  color: var(--nh-color-text);
  background: #fff;
  border-radius: var(--nh-radius-sm);
  text-decoration: none;
}

.nh-product-brand-mark img {
  display: block;
  max-width: 132px;
  max-height: 34px;
  object-fit: contain;
}

.nh-product-brand-mark span {
  font-weight: 800;
}

.nh-product-gallery__box {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.nh-product-gallery__box.has-thumbs {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.nh-product-gallery__main,
.nh-product-gallery__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 232px;
  padding: 16px;
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: var(--nh-radius-md);
}

.nh-product-gallery__box.has-thumbs .nh-product-gallery__main {
  grid-column: 2;
  grid-row: 1;
}

.nh-product-gallery__main img {
  max-width: 100%;
  max-height: 260px;
  object-fit: contain;
}

.nh-product-gallery__placeholder {
  color: var(--nh-color-faint);
  font-size: 42px;
}

.nh-product-gallery__thumbs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 0;
}

.nh-product-gallery__box.has-thumbs .nh-product-gallery__thumbs {
  grid-column: 1;
  grid-row: 1;
}

.nh-product-gallery__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  padding: 6px;
  background: #fff;
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-sm);
}

.nh-product-gallery__thumb.is-active,
.nh-product-gallery__thumb:hover,
.nh-product-gallery__thumb:focus {
  border-color: var(--nh-color-primary-soft);
}

.nh-product-gallery__thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.nh-product-summary {
  min-width: 0;
  padding-top: 2px;
}

.nh-product-summary__eyebrow {
  margin-bottom: 9px;
  color: var(--nh-color-primary);
  font-size: 13px;
  font-weight: 700;
}

.nh-product-summary__eyebrow a {
  color: var(--nh-color-primary);
  text-decoration: none;
}

#product-info h1 {
  margin: 0;
  color: var(--nh-color-text);
  font-size: 38px;
  line-height: 1.22;
  font-weight: 700;
}

.nh-product-article {
  margin-bottom: 28px;
  color: var(--nh-color-text);
  font-size: 14px;
  font-weight: 600;
}

.nh-product-article strong {
  font-weight: 800;
}

.nh-product-meta {
  display: grid;
  gap: 8px;
  padding: 14px 16px;
  color: var(--nh-color-muted);
  background: var(--nh-color-surface-soft);
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-md);
  font-size: 14px;
}

.nh-product-meta strong {
  color: var(--nh-color-text);
  font-weight: 600;
}

.nh-product-stock strong {
  color: var(--nh-color-success);
}

.nh-product-rating {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-top: 14px;
  color: var(--nh-color-muted);
  font-size: 13px;
}

.nh-product-rating__stars,
.nrd-pdp__rating-stars {
  display: inline-flex;
  gap: 2px;
  color: #ffc107;
}

.nh-product-quick-specs {
  margin-top: 0;
}

.nh-product-quick-specs__title {
  margin-bottom: 12px;
  color: var(--nh-color-text);
  font-size: 16px;
  font-weight: 700;
}

.nh-product-quick-specs dl {
  display: grid;
  gap: 7px;
  margin: 0;
  border-top: 0;
}

.nh-product-quick-specs dl > div {
  display: block;
  padding: 0;
  border-bottom: 0;
}

.nh-product-quick-specs dt,
.nh-product-quick-specs dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.nh-product-quick-specs dt {
  display: inline;
  color: var(--nh-color-muted);
  font-weight: 600;
}

.nh-product-quick-specs dt::after {
  content: " - ";
}

.nh-product-quick-specs dd {
  display: inline;
  color: var(--nh-color-text);
  font-weight: 600;
}

.nh-product-quick-specs a {
  color: var(--nh-color-primary);
  text-decoration: none;
}

.nh-product-all-specs {
  display: inline-flex;
  margin-top: 8px;
  color: var(--nh-color-text);
  border-bottom: 1px dashed currentColor;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.nh-product-buy-card {
  position: sticky;
  top: 126px;
  padding: 24px 16px 18px;
  background: #fff;
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-lg);
  box-shadow: var(--nh-shadow-soft);
}

.nh-product-price {
  display: grid;
  gap: 5px;
  margin-bottom: 7px;
}

#product-info .nh-product-price .price-new,
.nh-product-price .price-new {
  color: var(--nh-color-text);
  font-size: 31px;
  line-height: 1.15;
  font-weight: 700;
}

#product-info .nh-product-price .price-old,
.nh-product-price .price-old {
  color: var(--nh-color-faint);
  font-size: 15px;
  text-decoration: line-through;
}

.nh-product-price__tax,
.nh-product-price__points,
.nrd-pdp__price-tax,
.nrd-pdp__price-points {
  color: var(--nh-color-muted);
  font-size: 13px;
}

.nh-product-stockline {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  margin-bottom: 22px;
  color: var(--nh-color-text);
  font-size: 14px;
  font-weight: 800;
}

.nh-product-stockline span {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  background: var(--nh-color-primary);
  border-radius: 50%;
}

.nh-product-discounts {
  display: grid;
  gap: 5px;
  margin: 0 0 14px;
  padding: 12px;
  color: var(--nh-color-muted);
  background: var(--nh-color-surface-soft);
  border-radius: var(--nh-radius-md);
  font-size: 13px;
}

.nh-product-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 16px;
}

.nh-product-actions .btn {
  min-height: 42px;
  border-color: var(--nh-color-border);
  border-radius: var(--nh-radius-md);
}

.nh-product-actions .btn:hover,
.nh-product-actions .btn:focus {
  color: var(--nh-color-primary);
  border-color: var(--nh-color-primary-soft);
}

.nh-product-form-wrap h3,
.nrd-buybox__form h3 {
  margin: 0 0 12px;
  color: var(--nh-color-text);
  font-size: 17px;
  font-weight: 700;
}

.nh-product-options,
.nh-product-subscriptions {
  margin-bottom: 16px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--nh-color-border);
}

#product-info .form-control,
#product-info .form-select {
  min-height: 42px;
  border-color: var(--nh-color-border);
  border-radius: var(--nh-radius-md);
}

.nh-product-cart-row {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 8px;
  align-items: stretch;
}

.nh-product-qty-stepper {
  display: inline-flex;
  min-height: 0;
  width: 100%;
}

#product-info #input-quantity {
  width: 100%;
  min-height: 0;
  height: 100%;
  padding: 0;
  text-align: center;
  border: 0;
  border-radius: 0;
}

#product-info #button-cart,
.nh-product-request-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  min-height: 48px;
  padding-right: 18px;
  padding-left: 18px;
  border-radius: var(--nh-radius-md);
  font-weight: 700;
}

#product-info #button-cart,
.nh-product-request-button {
  color: #fff;
  background: var(--nh-color-primary);
  border-color: var(--nh-color-primary);
}

#product-info #button-cart:hover,
#product-info #button-cart:focus,
.nh-product-request-button:hover,
.nh-product-request-button:focus {
  color: #fff;
  background: var(--nh-color-primary-hover);
  border-color: var(--nh-color-primary-hover);
}

.nh-product-total {
  display: grid;
  gap: 7px;
  margin-top: 16px;
  padding: 18px 16px;
  color: var(--nh-color-text);
  background: var(--nh-color-surface-soft);
  border-radius: var(--nh-radius-md);
}

.nh-product-total span {
  color: var(--nh-color-muted);
  font-size: 14px;
  font-weight: 800;
}

.nh-product-total strong {
  font-size: 31px;
  line-height: 1.1;
}

.nh-product-service-card {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--nh-color-border);
}

.nh-product-service-card div {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  color: var(--nh-color-muted);
  font-size: 14px;
  font-weight: 700;
}

.nh-product-service-card i {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--nh-color-primary);
  background: rgba(35, 180, 128, 0.12);
  border-radius: var(--nh-radius-pill);
}

.nh-product-details {
  margin-top: 34px;
}

#product-info .nav-tabs {
  border-bottom-color: var(--nh-color-border);
}

#product-info .nav-tabs .nav-link {
  color: var(--nh-color-muted);
  border: 0;
  border-bottom: 3px solid transparent;
  font-weight: 600;
}

#product-info .nav-tabs .nav-link.active {
  color: var(--nh-color-primary);
  background: transparent;
  border-bottom-color: var(--nh-color-primary);
}

#product-info .tab-content {
  padding: 24px 0 0;
  color: var(--nh-color-text);
  font-size: 15px;
  line-height: 1.65;
}

#product-info #tab-specification .table {
  overflow: hidden;
  border-color: var(--nh-color-border);
  border-radius: var(--nh-radius-md);
}

#product-info #tab-specification thead td {
  background: var(--nh-color-surface-soft);
  color: var(--nh-color-text);
  font-weight: 700;
}

#product-info #tab-specification td {
  padding: 11px 14px;
  border-color: var(--nh-color-border);
  font-size: 14px;
}

.nh-related-products {
  margin-top: 34px;
}

.nh-related-products h2 {
  margin: 0 0 18px;
  color: var(--nh-color-text);
  font-size: 24px;
  font-weight: 700;
}

.nh-product-tags,
.nrd-pdp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 18px;
  color: var(--text-muted, var(--nh-color-muted));
  font-size: 13px;
}

.nrd-pdp-tags__label {
  margin-right: 2px;
  color: var(--text-muted, var(--nh-color-muted));
  font-weight: 700;
}

.nrd-pdp-tags__link {
  min-height: 30px;
  text-decoration: none;
}

.nrd-pdp-tags__link:hover,
.nrd-pdp-tags__link:focus {
  border-color: var(--accent, var(--nh-color-primary));
  color: var(--text-accent, var(--nh-color-primary));
}

.nh-home {
  padding-bottom: 54px;
}

.nh-home-row,
.nrd-home__row {
  align-items: flex-start;
}

.nh-home-content {
  min-width: 0;
}

.nh-home-promo {
  position: relative;
  min-height: 410px;
  margin-bottom: 38px;
  overflow: hidden;
  color: var(--nh-color-text);
  background: #eef4f3;
  border-radius: 8px;
}

.nh-home-promo__image,
.nrd-home-hero__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.nh-home-promo__slides,
.nrd-home-hero__slides {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.nh-home-promo__slide,
.nrd-home-hero__image.nh-home-promo__slide {
  opacity: 0;
  transition: opacity 720ms ease;
}

.nh-home-promo__slide.is-active,
.nrd-home-hero__image.nh-home-promo__slide.is-active {
  opacity: 1;
}

.nh-home-promo__wash,
.nrd-home-hero__wash {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(247, 250, 249, 0.98) 0%, rgba(247, 250, 249, 0.94) 30%, rgba(247, 250, 249, 0.56) 52%, rgba(247, 250, 249, 0) 78%);
}

.nh-home-promo__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(540px, 48%);
  min-height: 410px;
  padding: 58px 0 58px 92px;
}

.nh-home-promo h1 {
  max-width: 520px;
  margin: 0 0 20px;
  color: #050505;
  font-size: 52px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nh-home-promo p {
  margin: 0 0 34px;
  color: #343434;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
}

.nh-home-promo .btn {
  align-self: flex-start;
  min-height: 45px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--nh-radius-md);
  font-weight: 700;
}

.nh-home-promo .btn-primary {
  color: #fff;
  background: var(--nh-color-primary);
  border-color: var(--nh-color-primary);
}

.nh-home-promo .btn-primary:hover,
.nh-home-promo .btn-primary:focus {
  color: #fff;
  background: var(--nh-color-primary-hover);
  border-color: var(--nh-color-primary-hover);
}

.nh-home-promo__controls,
.nrd-home-hero__controls {
  position: absolute;
  right: 30px;
  bottom: 24px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 9px;
}

.nh-home-promo__controls span,
.nrd-home-hero__controls span {
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.24);
  border-radius: 50%;
}

.nh-home-promo__controls span.is-active,
.nrd-home-hero__controls span.is-active {
  background: var(--nh-color-primary);
}

.nh-home-promo__controls button,
.nrd-home-hero__controls button {
  appearance: none;
  padding: 0;
  border: 0;
  cursor: pointer;
}

.nh-home-promo__dot,
.nrd-home-hero__dot {
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.24);
  border-radius: 50%;
}

.nh-home-promo__dot.is-active,
.nrd-home-hero__dot.is-active {
  background: var(--nh-color-primary);
}

.nh-home-promo__dot:focus-visible,
.nrd-home-hero__dot:focus-visible,
.nh-home-promo__arrow:focus-visible,
.nrd-home-hero__arrow:focus-visible {
  outline: 2px solid var(--nh-color-primary);
  outline-offset: 3px;
}

.nh-home-promo__controls .nh-home-promo__arrow,
.nrd-home-hero__controls .nrd-home-hero__arrow {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2b2b2b;
  background: rgba(255, 255, 255, 0.92);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
}

.nh-home-products .nh-home-section__head span {
  display: none;
}

.nh-home-products .nh-home-section__head h2::after {
  content: "";
  display: block;
  width: 34px;
  height: 8px;
  margin-top: 22px;
  background: var(--nh-color-primary);
  border-radius: 999px;
}

.nh-home-hero {
  position: relative;
  min-height: 468px;
  margin-bottom: 34px;
  padding: 42px;
  overflow: hidden;
  color: #fff;
  background-color: #212121;
  border-radius: var(--nh-radius-lg);
}

.nh-home-hero__image,
.nrd-home-panel__image {
  position: absolute;
  right: 0;
  bottom: -28px;
  z-index: 0;
  width: min(48%, 610px);
  height: calc(100% + 40px);
  object-fit: contain;
  object-position: right bottom;
  opacity: 0.95;
  filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.28));
}

.nh-home-hero__shade,
.nrd-home-panel__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(33, 33, 33, 0.78);
}

.nh-home-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(680px, 66%);
  min-height: 384px;
}

.nh-home-hero__eyebrow,
.nrd-home-panel__eyebrow,
.nh-home-section__head span,
.nh-home-about span {
  color: var(--nh-color-primary);
  font-size: 13px;
  font-weight: 700;
}

.nh-home-hero h2 {
  max-width: 760px;
  margin: 10px 0 16px;
  color: #fff;
  font-size: 44px;
  line-height: 1.14;
  font-weight: 700;
}

.nh-home-hero p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.55;
}

.nh-home-search {
  width: min(100%, 620px);
  margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--nh-radius-lg);
}

.nh-home-search input {
  min-width: 0;
  height: 50px;
  padding: 0 16px;
  color: var(--nh-color-text);
  background: #fff;
  border: 0;
  outline: 0;
  font-size: 15px;
}

.nh-home-search button {
  min-width: 118px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  background: var(--nh-color-primary);
  border: 0;
  font-weight: 700;
}

.nh-home-search button:hover,
.nh-home-search button:focus {
  background: var(--nh-color-primary-hover);
}

.nh-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.nh-home-hero__actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding-right: 18px;
  padding-left: 18px;
  border-radius: var(--nh-radius-lg);
  font-weight: 700;
}

.nh-home-hero__actions .btn-light {
  color: #fff;
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.32);
}

.nh-home-hero__actions .btn-light:hover,
.nh-home-hero__actions .btn-light:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
}

.nh-home-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.nh-home-stats span {
  min-width: 112px;
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--nh-radius-md);
  font-size: 12px;
  line-height: 1.2;
}

.nh-home-stats strong {
  display: block;
  margin-bottom: 2px;
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

.nh-home-hero__product {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  width: min(330px, calc(100% - 56px));
  padding: 16px;
  display: grid;
  gap: 5px;
  color: var(--nh-color-text);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--nh-radius-lg);
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.22);
  text-decoration: none;
}

.nh-home-hero__product span {
  color: var(--nh-color-primary);
  font-size: 12px;
  font-weight: 700;
}

.nh-home-hero__product strong {
  color: var(--nh-color-text);
  font-size: 16px;
  line-height: 1.35;
}

.nh-home-hero__product em {
  color: var(--nh-color-primary);
  font-style: normal;
  font-weight: 700;
}

.nh-home-section {
  margin-bottom: 38px;
}

.nh-home-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.nh-home-section__head h2,
.nh-home-about h2 {
  margin: 6px 0 0;
  color: var(--nh-color-text);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}

.nh-home-section__head > a {
  color: var(--nh-color-primary);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.nh-home-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.nh-home-category-card {
  min-width: 0;
  min-height: 100%;
  padding: 16px;
  background: var(--nh-color-surface-soft);
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-lg);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.nh-home-category-card:hover {
  border-color: var(--nh-color-primary-soft);
  box-shadow: var(--nh-shadow-soft);
  transform: translateY(-2px);
}

.nh-home-category-card__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--nh-color-text);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.nh-home-category-card__main i {
  color: var(--nh-color-primary);
  font-size: 22px;
}

.nh-home-category-card__main span {
  min-width: 0;
  flex: 1;
}

.nh-home-category-card__main strong {
  color: var(--nh-color-muted);
  font-size: 13px;
}

.nh-home-category-card__main:hover,
.nh-home-category-card__main:focus {
  color: var(--nh-color-primary);
}

.nh-home-category-card__children {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.nh-home-category-card__children a {
  min-height: 30px;
  padding: 6px 9px;
  color: var(--nh-color-muted);
  background: #fff;
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-sm);
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
}

.nh-home-category-card__children a:hover,
.nh-home-category-card__children a:focus {
  color: var(--nh-color-primary);
  border-color: var(--nh-color-primary-soft);
}

.nh-home-brand-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.nh-home-brand-grid a {
  position: relative;
  min-width: 0;
  min-height: 136px;
  display: grid;
  grid-template-rows: minmax(64px, auto) auto;
  align-items: center;
  justify-items: center;
  gap: 12px;
  padding: 18px 16px;
  color: var(--nh-color-text);
  background: var(--nh-color-surface-soft);
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-lg);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.nh-home-brand-grid a span {
  width: 100%;
  min-width: 0;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  color: var(--nh-color-text);
  background: #fff;
  border-radius: var(--nh-radius-md);
  font-size: 22px;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.nh-home-brand-grid a span img {
  max-width: 100%;
  max-height: 44px;
  object-fit: contain;
}

.nh-home-brand-grid a strong {
  color: var(--nh-color-muted);
  font-size: 12px;
}

.nh-home-brand-grid a:hover,
.nh-home-brand-grid a:focus {
  color: var(--nh-color-primary);
  border-color: var(--nh-color-primary-soft);
  transform: translateY(-2px);
}

.nh-home-advantages__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  padding: 6px 0 10px;
}

.nh-home-advantage {
  min-width: 0;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.nh-home-advantage i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--nh-color-primary);
  background: rgba(35, 180, 128, 0.14);
  border-radius: var(--nh-radius-md);
  font-size: 22px;
}

.nh-home-advantage h3 {
  margin: 0 0 4px;
  color: var(--nh-color-text);
  font-size: 15px;
  font-weight: 700;
}

.nh-home-advantage p {
  margin: 0;
  color: var(--nh-color-muted);
  font-size: 13px;
  line-height: 1.45;
}

.nh-home-about {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: 34px;
  padding-top: 28px;
  border-top: 1px solid var(--nh-color-border);
}

.nh-home-about__text,
.nrd-home-about__text {
  color: var(--nh-color-muted);
  font-size: 15px;
  line-height: 1.7;
}

.nh-home-about__text p,
.nrd-home-about__text p {
  margin: 0 0 12px;
}

.nh-home-about__text .btn,
.nrd-home-about__text .btn {
  margin-top: 8px;
  border-radius: var(--nh-radius-lg);
  font-weight: 700;
}

@media (max-width: 1199.98px) {
  .nh-header-grid {
    grid-template-columns: minmax(150px, 180px) 118px minmax(260px, 1fr) auto;
    gap: 12px;
  }

  .nh-catalog-button {
    padding-right: 14px;
    padding-left: 14px;
  }

  .nh-header-actions {
    gap: 4px;
  }

  .nh-action-button {
    width: 42px;
    min-width: 42px;
    padding-right: 0;
    padding-left: 0;
  }

  .nh-action-button span {
    display: none;
  }

  .nh-home-promo__content {
    width: min(520px, 56%);
    padding-left: 56px;
  }

  .nh-home-promo h1 {
    font-size: 44px;
  }

  .nh-home-hero {
    min-height: 0;
  }

  .nh-home-hero__copy {
    width: min(680px, 72%);
    min-height: 360px;
  }

  .nh-home-hero__image,
  .nrd-home-panel__image {
    width: min(44%, 460px);
    opacity: 0.74;
  }

  .nh-home-hero h2 {
    font-size: 38px;
  }

  .nh-home-hero__product {
    width: min(300px, calc(100% - 48px));
  }

  .nh-home-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nh-home-brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nh-home-advantages__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nh-search-panel {
    grid-template-columns: minmax(220px, 1fr) minmax(220px, 0.86fr);
  }

  .nh-search-panel__button {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .nh-brand-index-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nh-refine__list,
  .nrd-refine__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .nh-brand-featured-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nh-cart-layout {
    grid-template-columns: 1fr;
  }

  .nh-cart-summary {
    position: static;
  }

  .nh-cart-item {
    grid-template-columns: 92px minmax(0, 1fr) minmax(150px, 190px);
  }

  .nh-cart-item__total {
    grid-column: 2 / -1;
    justify-items: start;
  }

  .nh-checkout-layout {
    grid-template-columns: 1fr;
  }

  .nh-checkout-side {
    position: static;
  }

  .nh-auth-layout,
  .nh-account-grid,
  .nh-order-summary-grid,
  .nh-order-addresses {
    grid-template-columns: 1fr;
  }

  .nh-order-card {
    grid-template-columns: minmax(0, 1fr) minmax(160px, auto) auto;
  }

  .nh-order-card__meta {
    grid-column: 1 / -1;
  }

  .nh-wishlist-item {
    grid-template-columns: 92px minmax(0, 1fr) auto;
  }

  .nh-wishlist-item__price {
    grid-column: 2 / -1;
    justify-self: start;
  }

  .nh-info-layout {
    grid-template-columns: 1fr;
  }

  .nh-info-sidebar {
    position: static;
  }

  .nh-info-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nh-contact-panel {
    grid-template-columns: 1fr;
  }

  .nh-product-layout {
    grid-template-columns: minmax(300px, 1fr) minmax(280px, 0.82fr);
  }

  .nh-product-buy-card {
    grid-column: 1 / -1;
    position: static;
  }

  .nh-product-cart-row {
    max-width: 480px;
  }
}

@media (max-width: 767.98px) {
  .nh-breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .nh-breadcrumb::-webkit-scrollbar {
    display: none;
  }

  .nh-breadcrumb .breadcrumb-item {
    flex: 0 0 auto;
    max-width: min(82vw, 420px);
  }

  .nh-breadcrumb .breadcrumb-item a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
  }

  #product-category .nh-category-content,
  #product-category .nrd-page-content {
    display: flex;
    flex-direction: column;
  }

  #product-category .nh-category-hero,
  #product-category .nrd-category-hero {
    order: 1;
  }

  #product-category .nh-refine,
  #product-category .nrd-refine {
    order: 2;
  }

  #product-category #display-control {
    order: 4;
  }

  #product-category #product-list,
  #product-category .nh-empty-state {
    order: 5;
  }

  #product-category .nh-pagination-row {
    order: 6;
  }

  .nh-home-promo {
    min-height: 286px;
    margin-right: -12px;
    margin-bottom: 34px;
    margin-left: -12px;
    border-radius: 0;
  }

  .nh-home-promo__image,
  .nrd-home-hero__image {
    object-position: 80% top;
  }

  .nh-home-promo__wash,
  .nrd-home-hero__wash,
  .nh-home-promo__content {
    display: none;
  }

  .nh-home-promo__controls,
  .nrd-home-hero__controls {
    right: 24px;
    bottom: 18px;
  }

  .nh-home-promo__controls .nh-home-promo__arrow,
  .nrd-home-hero__controls .nrd-home-hero__arrow {
    display: none;
  }

  .nh-home-hero {
    padding: 22px;
  }

  .nh-home-hero__copy {
    min-width: 0;
    width: 100%;
    min-height: 0;
  }

  .nh-home-hero__image,
  .nrd-home-panel__image {
    right: -78px;
    bottom: 18px;
    width: 330px;
    height: 330px;
    opacity: 0.28;
  }

  .nh-home-hero__shade,
  .nrd-home-panel__shade {
    background: rgba(33, 33, 33, 0.84);
  }

  .nh-home-hero h2 {
    font-size: 29px;
    overflow-wrap: anywhere;
  }

  .nh-home-hero p {
    font-size: 15px;
    overflow-wrap: anywhere;
  }

  .nh-home-search {
    grid-template-columns: 1fr;
  }

  .nh-home-search button {
    width: 100%;
  }

  .nh-home-stats span {
    flex: 1 1 92px;
    min-width: 0;
  }

  .nh-home-hero__actions .btn {
    flex: 1 1 100%;
  }

  .nh-info-article {
    padding: 0;
  }

  .nh-info-nav,
  .nh-info-grid,
  .nh-contact-cards {
    grid-template-columns: 1fr;
  }

  .nh-info-page .nh-info-hero {
    margin-bottom: 26px;
  }

  .nh-info-page .nh-info-hero .nh-page-title {
    font-size: 30px;
  }

  .nh-info-page .nh-info-sidebar {
    display: none;
  }

  .nh-refine__list,
  .nrd-refine__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .nh-refine__list a,
  .nrd-refine__list a {
    min-height: 96px;
    padding: 22px 24px;
    font-size: 15px;
  }

  .nh-refine__list small,
  .nrd-refine__list small {
    font-size: 14px;
  }

  .nh-info-article table {
    display: table;
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
    overflow: visible;
    white-space: normal;
  }

  .nh-info-article th,
  .nh-info-article td {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .nh-contact-panel {
    padding: 18px;
  }

  .nh-contact-location {
    grid-template-columns: 1fr;
  }

  .nh-home-hero__product {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 18px;
  }

  .nh-home-category-card__main {
    grid-template-columns: 28px minmax(0, 1fr) auto;
  }

  .nh-home-category-card__children a {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .nh-home-brand-grid a span {
    white-space: normal;
  }

  .nh-search-panel {
    grid-template-columns: 1fr;
  }

  .nh-search-panel__checks,
  .nh-search-panel__button {
    grid-column: auto;
  }

  .nh-search-panel__button {
    width: 100%;
  }

  .nh-brand-index-nav {
    padding: 12px;
  }

  .nh-brand-index-grid {
    grid-template-columns: 1fr;
  }

  .nh-brand-featured-grid {
    grid-template-columns: 1fr;
  }

  .nh-brand-card__body strong,
  .nh-brand-index-grid a span {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .nh-brand-hero {
    grid-template-columns: 1fr;
  }

  .nh-brand-hero--detail {
    display: block;
    margin-bottom: 14px;
    padding: 0;
    background: transparent;
    border: 0;
  }

  .nh-brand-hero--detail .nh-category-hero__eyebrow,
  .nh-brand-hero--detail .nh-category-hero__body p,
  .nh-brand-hero--detail .nh-brand-hero__mark {
    display: none;
  }

  .nh-brand-hero--detail .nh-brand-hero__summary {
    align-items: baseline;
    gap: 10px;
  }

  .nh-brand-hero--detail .nh-page-title {
    font-size: 28px;
  }

  .nh-brand-hero--detail .nh-brand-stats span,
  .nh-brand-hero--detail .nrd-brand-stats span {
    min-height: 34px;
    padding: 6px 10px;
  }

  .nh-brand-hero--detail .nh-brand-stats strong,
  .nh-brand-hero--detail .nrd-brand-stats strong {
    font-size: 18px;
  }

  .nh-brand-hero__mark {
    width: 72px;
    height: 72px;
    font-size: 30px;
  }

  .nh-cookie-toast {
    bottom: 92px;
  }

  .nh-cookie-toast__body {
    grid-template-columns: 1fr;
  }

  .nh-cookie-toast__actions {
    justify-content: stretch;
  }

  .nh-cookie-toast__actions .btn {
    flex: 1 1 120px;
  }

  .nh-up-button {
    right: 14px;
    bottom: 92px;
  }

  .nh-mini-cart__item {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .nh-mini-cart__image {
    width: 56px;
    height: 56px;
  }

  .nh-mini-cart__side {
    grid-column: 2;
    justify-items: start;
  }

  .nh-mini-cart__actions {
    grid-template-columns: 1fr;
  }

  .nh-cart-item {
    grid-template-columns: 1fr;
  }

  .nh-cart-item__media {
    width: 100%;
    height: 170px;
  }

  .nh-cart-item__media img {
    max-width: 150px;
    max-height: 150px;
  }

  .nh-cart-item__controls {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .nh-cart-item__total {
    grid-column: auto;
    justify-items: start;
  }

  .nh-cart-actions {
    flex-direction: column;
  }

  #checkout-cart,
  .nh-checkout-page,
  .nh-account-page,
  .nh-success-page,
  #product-category,
  #product-info,
  #product-search,
  #product-manufacturer,
  #product-special {
    padding-bottom: 104px;
  }

  .nh-checkout-step,
  .nh-checkout-summary-shell {
    padding: 14px;
  }

  .nh-checkout-step__head h2,
  .nrd-checkout-step__head h2 {
    font-size: 16px;
  }

  #checkout-checkout .input-group {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
  }

  #checkout-checkout .input-group > .input-group-text:first-child {
    border-radius: var(--nh-radius-md) 0 0 var(--nh-radius-md);
  }

  #checkout-checkout .input-group > .form-control,
  #checkout-checkout .input-group > .form-select {
    min-width: 0;
    border-radius: 0 var(--nh-radius-md) var(--nh-radius-md) 0;
  }

  #checkout-checkout .input-group > .btn:last-child {
    grid-column: 1 / -1;
    border-radius: var(--nh-radius-md);
  }

  .nh-checkout-confirm__head {
    display: none;
  }

  .nh-checkout-confirm__item,
  .nh-checkout-confirm__totals div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .nh-checkout-confirm__item strong,
  .nh-checkout-confirm__totals strong {
    justify-self: start;
  }

  .nh-success-panel {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .nh-success-panel__actions {
    grid-column: 1;
    justify-content: stretch;
  }

  .nh-success-panel__actions .btn {
    width: 100%;
  }

  .nh-auth-card,
  .nh-account-panel,
  .nh-account-form-card {
    padding: 16px;
  }

  .nh-account-link-grid {
    grid-template-columns: 1fr;
  }

  .nh-account-actions {
    justify-content: stretch;
  }

  .nh-account-actions .btn {
    width: 100%;
  }

  .nh-account-actions .nrd-form-agree,
  .nh-account-actions .form-check-reverse.form-check-inline {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 0;
    margin: 0;
    text-align: left;
  }

  .nh-account-actions .form-check-reverse.form-check-inline .form-check-label {
    min-width: 0;
    flex: 1 1 auto;
    line-height: 1.45;
  }

  .nh-account-actions .form-check-reverse.form-check-inline .form-check-input {
    position: static;
    flex: 0 0 auto;
    float: none;
    margin: 0;
  }

  .nh-account-detail-grid,
  .nh-account-record,
  .nh-address-card {
    grid-template-columns: 1fr;
  }

  .nh-account-definition-grid {
    grid-template-columns: 1fr;
  }

  .nh-account-record__actions,
  .nh-account-inline-agree {
    justify-content: flex-start;
    margin-left: 0;
  }

  .nh-account-form-card .row.mb-3 {
    align-items: start;
  }

  .nh-account-form-card .row.mb-3 > label,
  .nh-account-form-card .row.mb-3 > div {
    width: 100%;
  }

  .nh-wishlist-item,
  .nh-order-card,
  .nh-order-product {
    grid-template-columns: 1fr;
  }

  .nh-wishlist-item__media {
    width: 100%;
    height: 160px;
  }

  .nh-wishlist-item__media img {
    max-width: 150px;
    max-height: 150px;
  }

  .nh-wishlist-item__price {
    grid-column: auto;
  }

  .nh-wishlist-item__actions,
  .nh-order-product__actions {
    justify-content: flex-start;
  }

  .nh-compare-products {
    grid-template-columns: repeat(var(--nh-compare-count), minmax(220px, 220px));
  }

  .nh-compare-product {
    min-width: 220px;
  }

  .nh-compare-matrix {
    --nh-compare-label-width: 150px;
    --nh-compare-cell-width: 220px;
  }

  .nh-compare-row > strong,
  .nh-compare-row > span {
    padding: 10px;
    font-size: 12px;
  }

  .nh-order-card__status,
  .nh-order-card__total {
    justify-self: start;
  }

  .nh-order-totals {
    max-width: none;
    margin-left: 0;
  }

  .nh-pagination-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .nh-home-section__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .nh-home-section__head h2,
  .nh-home-about h2 {
    font-size: 24px;
  }

  .nh-home-category-grid,
  .nh-home-advantages__grid,
  .nh-home-about {
    grid-template-columns: 1fr;
  }

  .nh-home-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .nh-home-brand-grid a {
    min-height: 112px;
    padding: 12px;
  }

  .nh-home-brand-grid a span {
    min-height: 46px;
    padding: 7px;
    font-size: 16px;
  }

  .nh-product-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  #product-info h1 {
    font-size: 25px;
  }

  .nh-product-head {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    padding-bottom: 16px;
  }

  .nh-product-brand-mark {
    display: none;
  }

  .nh-product-head__actions {
    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .nh-product-head__actions::-webkit-scrollbar {
    display: none;
  }

  .nh-product-head__action-form {
    flex: 0 0 auto;
    flex-wrap: nowrap;
    gap: 16px;
  }

  .nh-product-gallery__box {
    width: 100%;
    max-width: 100%;
  }

  .nh-product-buy-card {
    width: 100%;
    max-width: 100%;
    padding: 14px;
  }

  .nh-product-gallery__box.has-thumbs {
    display: block;
  }

  .nh-product-gallery__thumbs {
    display: none;
  }

  .nh-product-gallery__main,
  .nh-product-gallery__placeholder {
    width: 100%;
    max-width: 100%;
    min-height: 210px;
    overflow: hidden;
  }

  .nh-product-gallery__main img {
    max-width: 100%;
    max-height: 198px;
  }

  .nh-product-article {
    margin-bottom: 18px;
  }

  .nh-product-cart-row {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  #product-info #input-quantity {
    width: 100%;
  }

  #product-info .nav-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  #product-info .nav-tabs .nav-link {
    white-space: nowrap;
  }
}

@media (min-width: 992px) {
  #menu .navbar-collapse {
    position: relative;
  }

  #menu .navbar-nav {
    align-items: center;
    gap: 4px;
  }

  #menu .nav-item.dropdown {
    position: static;
  }

  #menu .nav-item.dropdown:hover > .dropdown-menu,
  #menu .nav-item.dropdown:focus-within > .dropdown-menu {
    display: block;
  }

  #menu .nh-mega-menu {
    top: 100%;
    left: 0;
    width: min(920px, calc(100vw - 48px));
    margin-top: 0;
    padding: 0;
    overflow: hidden;
  }

  .nh-mega-menu__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px 20px;
    border-bottom: 1px solid var(--nh-color-border);
  }

  .nh-mega-menu__head div {
    display: grid;
    gap: 4px;
  }

  .nh-mega-menu__head span,
  .nh-mega-menu__foot span {
    color: var(--nh-color-muted);
    font-size: 12px;
    line-height: 1.35;
  }

  .nh-mega-menu__head strong {
    color: var(--nh-color-text);
    font-size: 20px;
    line-height: 1.2;
  }

  .nh-mega-menu__head a,
  .nh-mega-menu__foot a {
    color: var(--nh-color-primary);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
  }

  #menu .nh-mega-menu__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px 14px;
    padding: 16px 18px;
  }

  #menu .nh-brand-menu {
    width: min(680px, calc(100vw - 48px));
  }

  #menu .nh-brand-menu__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nh-mega-menu__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 14px 20px;
    background: var(--nh-color-surface-soft);
    border-top: 1px solid var(--nh-color-border);
  }

  .nh-mega-menu__foot a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
}

.form-check-input:checked {
  background-color: var(--nh-color-primary);
  border-color: var(--nh-color-primary);
}

.pagination .page-link {
  color: var(--nh-color-primary);
  border-color: var(--nh-color-border);
}

.pagination .active .page-link,
.pagination .page-link.active {
  background: var(--nh-color-primary);
  border-color: var(--nh-color-primary);
}

.nh-footer {
  margin-top: 52px;
  padding: 52px 0 30px;
  background: #212121;
  color: rgba(255, 255, 255, 0.74);
}

.nh-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(140px, 1fr)) minmax(230px, 0.95fr);
  gap: 28px;
  align-items: start;
}

.nh-footer h5 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.nh-footer ul {
  margin: 0;
}

.nh-footer li + li {
  margin-top: 9px;
}

.nh-footer a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  text-decoration: none;
}

.nh-footer a:hover {
  color: #fff;
}

.nh-footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.nh-footer-phone {
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.2;
}

.nh-footer-email,
.nh-footer-schedule {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.nh-footer-callback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: 8px;
  padding: 0 16px;
  color: #fff !important;
  background: var(--nh-color-primary);
  border-radius: var(--nh-radius-lg);
  font-size: 14px;
  font-weight: 600;
}

.nh-footer-callback:hover {
  background: var(--nh-color-primary-hover);
}

.nh-callback-modal {
  position: fixed;
  inset: 0;
  right: auto;
  z-index: 1080;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  padding: 18px;
  overflow-x: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}

.nh-callback-modal[aria-hidden="false"] {
  opacity: 1;
  pointer-events: auto;
}

.nh-callback-modal__backdrop {
  position: absolute;
  inset: 0;
  right: auto;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0;
  background: rgba(33, 33, 33, 0.56);
  border: 0;
}

.nh-callback-modal__dialog {
  position: relative;
  width: min(430px, calc(100vw - 36px));
  padding: 24px;
  display: grid;
  gap: 14px;
  background: #fff;
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-lg);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
  transform: translateY(12px);
  transition: transform .18s ease;
}

.nh-callback-modal[aria-hidden="false"] .nh-callback-modal__dialog {
  transform: translateY(0);
}

.nh-callback-modal__dialog:focus {
  outline: none;
}

.nh-callback-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--nh-color-muted);
  background: var(--nh-color-surface-soft);
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-md);
}

.nh-callback-modal__close:hover,
.nh-callback-modal__close:focus {
  color: var(--nh-color-primary);
  border-color: var(--nh-color-primary-soft);
}

.nh-callback-modal__icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--nh-color-primary);
  border-radius: var(--nh-radius-lg);
  font-size: 22px;
}

.nh-callback-modal h2 {
  margin: 0;
  padding-right: 34px;
  color: var(--nh-color-text);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
}

.nh-callback-modal p {
  margin: 0;
  color: var(--nh-color-muted);
  font-size: 14px;
  line-height: 1.5;
}

.nh-callback-modal__actions {
  display: grid;
  gap: 10px;
}

.nh-callback-modal__actions .btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
}

html.nh-callback-open,
body.nh-callback-open {
  overflow: hidden;
}

.nh-up-button {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 1040;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--nh-color-primary);
  border: 0;
  border-radius: var(--nh-radius-lg);
  box-shadow: var(--nh-shadow-soft);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, background .18s ease;
}

html.nh-scrolled .nh-up-button {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nh-up-button:hover,
.nh-up-button:focus {
  background: var(--nh-color-primary-hover);
}

.nh-cookie-toast {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1070;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.nh-cookie-toast__body {
  width: min(760px, 100%);
  padding: 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--nh-color-border);
  border-radius: var(--nh-radius-lg);
  box-shadow: var(--nh-shadow-soft);
  pointer-events: auto;
}

.nh-cookie-toast p {
  margin: 0;
  color: var(--nh-color-muted);
  font-size: 13px;
  line-height: 1.45;
}

.nh-cookie-toast__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.nh-cookie-toast__actions .btn {
  min-height: 38px;
  padding-inline: 14px;
  font-size: 13px;
  font-weight: 700;
}

.nh-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.nh-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
}

.nh-footer-bottom a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

@media (max-width: 991.98px) {
  body {
    padding-bottom: 78px;
  }

  body.not-hot-storefront main {
    min-height: calc(100vh - 80px);
  }

  .nh-utility-links {
    display: none;
  }

  .nh-utility-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .nh-utility-meta {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }

  .nh-header-grid {
    grid-template-columns: minmax(140px, 1fr) 120px;
    gap: 12px;
    min-height: auto;
    padding: 14px 0;
  }

  .nh-search-cell {
    grid-column: 1 / -1;
    order: 3;
  }

  .nh-header-actions {
    grid-column: 1 / -1;
    order: 4;
    justify-content: stretch;
  }

  .nh-header-actions > * {
    flex: 1 1 0;
    min-width: 0;
  }

  .nh-action-button {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }

  #header-cart .dropdown {
    width: 100%;
  }

  #logo {
    margin: 0;
  }

  body.nh-mobile-panel-open {
    overflow: hidden;
  }

  .nh-mobile-panel-backdrop {
    position: fixed;
    inset: 0;
    right: auto;
    z-index: 1060;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    pointer-events: none;
    background: rgba(33, 33, 33, 0.38);
    border: 0;
    opacity: 0;
    transition: opacity 0.2s ease;
  }

  .not-hot-theme.nh-mobile-catalog-open .nh-mobile-panel-backdrop,
  .not-hot-theme.nh-mobile-search-open .nh-mobile-panel-backdrop {
    pointer-events: auto;
    opacity: 1;
  }

  .not-hot-theme.nh-mobile-search-open .nh-site-header {
    position: static;
    z-index: auto;
    backdrop-filter: none;
  }

  .nh-mobile-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 58px;
    padding: 0 16px;
    border-bottom: 1px solid var(--nh-color-border);
  }

  .nh-mobile-panel-head strong {
    color: var(--nh-color-text);
    font-size: 18px;
    font-weight: 700;
  }

  .nh-mobile-panel-head button {
    width: 40px;
    height: 40px;
    padding: 0;
    color: var(--nh-color-text);
    background: var(--nh-color-surface-soft);
    border: 1px solid var(--nh-color-border);
    border-radius: var(--nh-radius-md);
  }

  .nh-search-cell {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 1070;
    width: 0;
    max-width: calc(100vw - 38px);
    height: 100vh;
    height: 100dvh;
    display: none;
    grid-template-rows: auto auto 1fr;
    align-content: start;
    gap: 14px;
    padding: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: -12px 0 34px rgba(33, 33, 33, 0.16);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: width 0.24s ease, padding 0.24s ease, opacity 0.18s ease;
  }

  .not-hot-theme.nh-mobile-search-open .nh-search-cell {
    display: grid;
    width: min(420px, calc(100vw - 38px));
    padding: 0 16px 18px;
    overflow-y: auto;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  .nh-search-cell .nh-mobile-panel-head {
    margin: 0 -16px;
  }

  .nh-mobile-search-help {
    display: grid;
    grid-auto-rows: min-content;
    align-content: start;
    gap: 8px;
  }

  .nh-mobile-search-help a {
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 12px;
    color: var(--nh-color-text);
    background: var(--nh-color-surface-soft);
    border: 1px solid var(--nh-color-border);
    border-radius: var(--nh-radius-md);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
  }

  .nh-mobile-search-help i {
    color: var(--nh-color-primary);
  }

  #menu {
    min-height: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .nh-menu-wrap {
    height: 0;
    overflow: visible;
  }

  #narbar-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1070;
    width: 0;
    max-width: calc(100vw - 38px);
    height: 100vh;
    height: 100dvh;
    display: block !important;
    overflow: hidden;
    background: #fff;
    border-right: 1px solid var(--nh-color-border);
    box-shadow: 12px 0 34px rgba(33, 33, 33, 0.16);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: width 0.24s ease, opacity 0.18s ease;
  }

  .not-hot-theme.nh-mobile-catalog-open #narbar-menu {
    width: min(390px, calc(100vw - 38px));
    overflow-y: auto;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  #menu #narbar-menu .navbar-nav {
    display: grid;
    gap: 4px;
    justify-content: stretch;
    padding: 12px 14px 22px;
  }

  #menu #narbar-menu .nav-item {
    width: 100%;
  }

  #menu #narbar-menu .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--nh-color-text);
    padding: 12px;
    border-radius: var(--nh-radius-md);
    font-size: 14px;
    font-weight: 600;
  }

  #menu #narbar-menu .dropdown-toggle::after {
    margin-left: auto;
  }

  #menu #narbar-menu .nav-link:hover,
  #menu #narbar-menu .nav-link:focus,
  #menu #narbar-menu .show > .nav-link {
    color: var(--nh-color-primary);
    background: rgba(35, 180, 128, 0.1);
  }

  #menu #narbar-menu .dropdown-menu {
    position: static;
    min-width: 100%;
    margin: 2px 0 8px;
    padding: 8px;
    background: var(--nh-color-surface-soft);
    border: 1px solid var(--nh-color-border);
    box-shadow: none;
  }

  #menu #narbar-menu .dropdown-inner {
    display: grid;
    gap: 2px;
  }

  #menu #narbar-menu .dropdown-inner .nav-link {
    padding: 9px 10px;
    font-size: 13px;
    font-weight: 500;
  }

  #menu #narbar-menu .see-all {
    margin-top: 6px;
    color: var(--nh-color-primary);
    border-color: var(--nh-color-border);
  }

  .nh-product-card__media {
    min-height: 188px;
  }

  #column-left {
    width: auto;
    flex: 0 0 auto;
  }

  .nh-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nh-footer-contact {
    grid-column: 1 / -1;
  }

  .nh-footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .container {
    width: 100%;
    max-width: 100%;
  }

  .nh-utility-bar {
    display: none;
  }

  .nh-site-header {
    position: sticky;
  }

  .nh-header-grid {
    grid-template-columns: minmax(0, 1fr) 46px 46px;
    align-items: center;
    gap: 10px;
    min-height: 66px;
    padding: 8px 0;
  }

  #logo .nh-logo-link {
    gap: 0;
  }

  #logo .nh-logo-copy,
  #logo h1 span,
  #logo h1 small,
  #logo .nh-logo-heading small {
    display: none;
  }

  #logo .nh-logo-mark,
  body.nh-dark-shell #logo .nh-logo-mark {
    width: 54px;
    max-width: 54px;
    max-height: 50px;
    flex: 0 0 54px;
  }

  .nh-mobile-header-search {
    display: inline-flex;
  }

  .nh-mobile-header-search,
  .nh-catalog-button {
    width: 46px;
    min-width: 46px;
    height: 46px;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: var(--text-strong);
    background: transparent;
    border: 0;
    border-radius: var(--radius-md);
    box-shadow: none;
    font-size: 21px;
  }

  .nh-mobile-header-search:hover,
  .nh-mobile-header-search:focus,
  .nh-catalog-button:hover,
  .nh-catalog-button:focus {
    color: var(--accent);
    background: var(--surface-hover);
    border-color: transparent;
  }

  .nh-catalog-button span {
    display: none;
  }

  .nh-account,
  .nh-header-actions > .nh-action-button {
    display: none;
  }

  .nh-header-actions {
    display: none;
  }

  #search .btn-lg {
    min-width: 64px;
    padding: 0 12px;
  }

  #search .btn-lg span {
    display: none;
  }

  .not-hot-theme.nh-mobile-search-open .nh-search-cell {
    width: min(360px, calc(100vw - 28px));
    padding-right: 12px;
    padding-left: 12px;
  }

  .nh-search-cell .nh-mobile-panel-head {
    margin-right: -12px;
    margin-left: -12px;
  }

  .not-hot-theme.nh-mobile-catalog-open #narbar-menu {
    width: min(340px, calc(100vw - 28px));
  }

  .nh-home-promo {
    min-height: 272px;
  }

  .nh-home-promo__content {
    min-height: 272px;
  }

  .nh-home-promo h1 {
    font-size: 27px;
  }

  .nh-home-hero {
    width: 100%;
    max-width: 100%;
  }

  .nh-home-hero h2 {
    font-size: 26px;
    line-height: 1.18;
  }

  .nh-catalog-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  #product-category #display-control {
    padding: 0;
    background: transparent;
    border: 0;
  }

  #product-category .nh-catalog-toolbar {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px;
  }

  #product-category .nh-catalog-toolbar__primary,
  #product-category .nh-catalog-toolbar__controls {
    width: auto;
    min-width: 0;
  }

  #product-category .nh-compare-button,
  #product-category .nh-catalog-toolbar__controls .input-group:nth-child(2) {
    display: none;
  }

  #product-category .nh-catalog-toolbar__controls .input-group {
    min-width: 0;
    flex: 1 1 auto;
  }

  .nh-catalog-toolbar__primary,
  .nh-catalog-toolbar__controls {
    width: 100%;
    flex-wrap: wrap;
  }

  .nh-catalog-toolbar__controls .input-group {
    flex: 1 1 220px;
  }

  .nh-category-hero,
  .nrd-page-hero {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .nh-category-hero__image,
  .nrd-page-hero__image {
    display: none;
  }

  .nh-category-page .nh-product-grid {
    --bs-gutter-x: 8px;
    --bs-gutter-y: 10px;
  }

  .nh-category-page #product-list > .col {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }

  .nh-category-page .nh-product-card {
    border-radius: var(--radius-lg, 14px);
  }

  .nh-category-page .nh-product-card__media {
    min-height: 0;
    padding: 0;
  }

  .nh-category-page .nh-product-card__image-link {
    aspect-ratio: 1 / 1;
    padding: 12%;
  }

  .nh-category-page .nh-product-card__image-link img {
    max-height: none;
  }

  #common-home .nh-home-products .nh-product-grid {
    --bs-gutter-x: 8px;
    --bs-gutter-y: 10px;
  }

  #common-home .nh-home-products .nh-product-grid > .col {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }

  #common-home .nh-home-products .nh-product-card {
    border-radius: var(--radius-lg, 14px);
  }

  #common-home .nh-home-products .nh-product-card__media {
    min-height: 0;
    padding: 0;
  }

  #common-home .nh-home-products .nh-product-card__image-link {
    aspect-ratio: 1 / 1;
    padding: 12%;
  }

  #common-home .nh-home-products .nh-product-card__image-link img {
    max-height: none;
  }

  .nh-category-page .nh-product-card__body {
    gap: 8px;
    padding: 10px;
  }

  .nh-category-page .nh-product-card__price {
    font-size: 15px;
    overflow-wrap: anywhere;
  }

  .nh-category-page .nh-product-card__price-wrap .price-old,
  .nh-category-page .nh-product-card__price-wrap .price-tax {
    font-size: 10px;
  }

  .nh-category-page .nh-product-card__title {
    min-height: 3.9em;
    font-size: 12px;
    line-height: 1.35;
  }

  .nh-category-page .nh-product-card__title a {
    -webkit-line-clamp: 3;
  }

  .nh-category-page .nh-product-card__description,
  .nh-category-page .nrd-pcard__desc {
    display: none;
  }

  .nh-category-page .nh-product-card__specs {
    gap: 4px;
  }

  .nh-category-page .nh-product-card__specs div {
    height: 22px;
    padding: 0 7px;
    font-size: 10px;
  }

  .nh-category-page .nh-product-card__stock,
  .nh-category-page .nh-product-card__cat {
    font-size: 11px;
  }

  .nh-category-page .nh-product-card__footer {
    display: flex;
    gap: 8px;
    padding: 0 10px 10px;
  }

  .nh-category-page .nh-product-card__cta {
    width: 34px;
    min-width: 34px;
    height: 34px;
    min-height: 34px;
    border-radius: var(--nh-radius-sm);
  }

  .nh-category-page .nh-product-card__tools .nrd-icon-btn {
    width: 34px;
    height: 34px;
  }

  .nh-product-card__footer {
    display: flex;
  }

  .nh-product-card__cta {
    width: 40px;
    min-width: 40px;
    padding: 0;
  }

  .nh-footer {
    margin-top: 34px;
    padding: 34px 0 90px;
  }

  .nh-footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .nh-footer h5 {
    margin-bottom: 11px;
  }

  .nh-footer-bottom {
    margin-top: 28px;
  }
}

.nh-filter-toggle {
  min-height: 40px;
  border-color: var(--nh-color-border);
  border-radius: var(--nh-radius-md);
  color: var(--nh-color-text);
  font-size: 13px;
  font-weight: 700;
}

.nh-filter-toggle i {
  color: var(--nh-color-primary);
}

.nh-filter-backdrop,
.nh-filter-close {
  display: none;
}

@media (max-width: 991.98px) {
  html.nh-filter-open,
  body.nh-filter-open {
    overflow: hidden;
  }

  .nh-filter-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1055;
    display: block;
    padding: 0;
    background: rgba(33, 33, 33, 0.36);
    border: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }

  html.nh-filter-open .nh-filter-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  #product-category #column-left {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1060;
    display: block !important;
    width: min(370px, calc(100vw - 34px));
    max-width: calc(100vw - 34px);
    padding: 16px 16px calc(16px + env(safe-area-inset-bottom));
    overflow-y: auto;
    background: #fff;
    box-shadow: 18px 0 42px rgba(33, 33, 33, 0.18);
    transform: translateX(-105%);
    transition: transform 0.24s ease;
  }

  html.nh-filter-open #product-category #column-left {
    transform: translateX(0);
  }

  #product-category #column-left .card {
    position: static;
    top: auto;
    box-shadow: none;
  }

  #product-category #column-left .nh-filter-card__footer {
    position: sticky;
    bottom: calc(-16px - env(safe-area-inset-bottom));
    margin: 8px -16px calc(-16px - env(safe-area-inset-bottom));
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    background: #fff;
    border-top: 1px solid var(--nh-color-border);
  }

  .nh-filter-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    z-index: 2;
    width: 40px;
    height: 40px;
    margin: 0 0 10px auto;
    color: var(--nh-color-muted);
    background: var(--nh-color-surface-soft);
    border: 1px solid var(--nh-color-border);
    border-radius: var(--nh-radius-md);
  }

  .nh-filter-close:hover,
  .nh-filter-close:focus {
    color: var(--nh-color-primary);
    border-color: var(--nh-color-primary-soft);
  }
}

@media (max-width: 767.98px) {
  .nh-cookie-toast {
    bottom: 92px;
  }

  .nh-cookie-toast__body {
    grid-template-columns: 1fr;
  }

  .nh-cookie-toast__actions {
    justify-content: stretch;
  }

  .nh-cookie-toast__actions .btn {
    flex: 1 1 120px;
  }

  .nh-up-button {
    right: 14px;
    bottom: 92px;
  }
}

/* Dark donor-alignment pass 2026-06-10. Kept scoped so the previous light shell remains recoverable. */
body.nh-dark-shell {
  --nh-dark-page: #242424;
  --nh-dark-shell: #1f1f1f;
  --nh-dark-panel: #2b2b2b;
  --nh-dark-card: #202020;
  --nh-dark-border: #3a3a3a;
  --nh-dark-text: #ffffff;
  --nh-dark-muted: rgba(255, 255, 255, 0.68);
  color: var(--nh-dark-text);
  background: var(--nh-dark-page);
}

body.nh-dark-shell main {
  background: var(--nh-dark-page);
}

body.nh-dark-shell #top,
body.nh-dark-shell .nh-site-header {
  background: var(--nh-dark-shell);
  border-color: var(--nh-dark-border);
}

body.nh-dark-shell .nh-site-header {
  backdrop-filter: none;
}

body.nh-dark-shell.not-hot-theme.nh-scrolled .nh-site-header {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

body.nh-dark-shell .nh-utility-links,
body.nh-dark-shell .nh-utility-meta,
body.nh-dark-shell .nh-utility-links span,
body.nh-dark-shell .nh-utility-links a,
body.nh-dark-shell .nh-utility-meta a,
body.nh-dark-shell .nh-utility-meta span,
body.nh-dark-shell #logo h1 small,
body.nh-dark-shell #logo .nh-logo-heading small {
  color: var(--nh-dark-muted);
}

body.nh-dark-shell .nh-theme-toggle {
  color: var(--nh-dark-muted);
}

body.nh-dark-shell .nh-theme-toggle:hover,
body.nh-dark-shell .nh-theme-toggle:focus {
  color: var(--nh-dark-text);
}

body.nh-dark-shell .nh-theme-toggle__track {
  color: #ffffff;
  background: #303030;
  border-color: var(--nh-dark-border);
}

body.nh-dark-shell .nh-theme-toggle__track::after {
  transform: translateX(20px);
  background: var(--nh-color-primary);
}

body.nh-dark-shell #logo h1 span,
body.nh-dark-shell #logo .nh-logo-heading span,
body.nh-dark-shell #logo h1 a,
body.nh-dark-shell #logo .nh-logo-heading a,
body.nh-dark-shell #logo a {
  color: var(--nh-dark-text);
}

body.nh-dark-shell #logo .nh-logo-link {
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

body.nh-dark-shell #logo .nh-logo-mark {
  width: 72px;
  max-width: 72px;
  max-height: 58px;
  flex: 0 0 72px;
}

body.nh-dark-shell #logo .nh-logo-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
  line-height: 1;
}

body.nh-dark-shell #logo .nh-logo-copy > span {
  font-size: 22px;
  line-height: 0.95;
}

body.nh-dark-shell .nh-action-button {
  color: var(--nh-dark-text);
  background: #262626;
  border-color: var(--nh-dark-border);
}

body.nh-dark-shell .nh-action-button:hover,
body.nh-dark-shell .nh-action-button:focus {
  color: #fff;
  background: #303030;
  border-color: rgba(35, 180, 128, 0.62);
}

body.nh-dark-shell #search .form-control-lg {
  color: var(--nh-color-text);
  background: #f2f2f2;
  border-color: #f2f2f2;
}

body.nh-dark-shell #menu {
  background: #050505;
  border: 1px solid #050505;
  box-shadow: none;
}

body.nh-dark-shell .nh-menu-label {
  border-right-color: rgba(255, 255, 255, 0.12);
}

body.nh-dark-shell #menu .dropdown-menu {
  background: #171717;
  border-color: var(--nh-dark-border);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
}

body.nh-dark-shell #menu .nh-mega-menu {
  background: #151515;
}

body.nh-dark-shell .nh-mega-menu__head,
body.nh-dark-shell .nh-mega-menu__foot {
  border-color: var(--nh-dark-border);
}

body.nh-dark-shell .nh-mega-menu__head strong {
  color: var(--nh-dark-text);
}

body.nh-dark-shell .nh-mega-menu__head span,
body.nh-dark-shell .nh-mega-menu__foot span {
  color: var(--nh-dark-muted);
}

body.nh-dark-shell .nh-mega-menu__foot {
  background: #202020;
}

body.nh-dark-shell #menu .dropdown-inner .nav-link {
  color: rgba(255, 255, 255, 0.82);
}

body.nh-dark-shell #menu .dropdown-inner .nav-link:hover {
  color: #fff;
  background: rgba(35, 180, 128, 0.18);
}

body.nh-dark-shell .nh-brand-menu__link small {
  color: #47d6a1;
  background: rgba(35, 180, 128, 0.16);
}

body.nh-dark-shell #menu .see-all {
  border-top-color: var(--nh-dark-border);
}

body.nh-dark-shell .breadcrumb,
body.nh-dark-shell .nh-breadcrumb {
  background: transparent;
  border: 0;
}

body.nh-dark-shell .breadcrumb,
body.nh-dark-shell .breadcrumb a,
body.nh-dark-shell .breadcrumb-item,
body.nh-dark-shell .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.78);
}

body.nh-dark-shell .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.44);
}

body.nh-dark-shell #product-category .nh-page-title,
body.nh-dark-shell #product-search h1,
body.nh-dark-shell .nh-category-hero .nh-page-title,
body.nh-dark-shell .nrd-page-hero .nrd-page-title,
body.nh-dark-shell .nh-page-title,
body.nh-dark-shell .nh-home-section__head h2,
body.nh-dark-shell .nh-home-about h2,
body.nh-dark-shell .nh-section-heading h2,
body.nh-dark-shell .nrd-section-heading h2,
body.nh-dark-shell .nh-refine h2,
body.nh-dark-shell .nrd-refine h2,
body.nh-dark-shell .nh-listing-heading h2,
body.nh-dark-shell .nrd-listing-heading h2,
body.nh-dark-shell .nh-cart-empty h2,
body.nh-dark-shell .nh-cart-item__title,
body.nh-dark-shell .nh-cart-item__total strong,
body.nh-dark-shell .nh-cart-summary h2,
body.nh-dark-shell .nh-cart-summary__totals strong,
body.nh-dark-shell .nh-cart-modules h2,
body.nh-dark-shell .nh-success-panel__message,
body.nh-dark-shell .nh-auth-card h2,
body.nh-dark-shell .nh-account-panel h2,
body.nh-dark-shell .nh-account-section-title,
body.nh-dark-shell .nh-account-form-card legend,
body.nh-dark-shell .nh-account-form-card .row.mb-3 > label,
body.nh-dark-shell .nh-account-link-grid a,
body.nh-dark-shell .nh-account-page .list-group-item,
body.nh-dark-shell .nh-account-record__main,
body.nh-dark-shell .nh-account-record__main strong,
body.nh-dark-shell .nh-account-record__main a,
body.nh-dark-shell .nh-account-record__value,
body.nh-dark-shell .nh-account-definition-grid strong,
body.nh-dark-shell .nh-wishlist-item__title,
body.nh-dark-shell .nh-wishlist-item__price,
body.nh-dark-shell .nh-order-card__main strong,
body.nh-dark-shell .nh-order-product a,
body.nh-dark-shell .nh-order-product strong,
body.nh-dark-shell .nh-compare-product__title,
body.nh-dark-shell .nh-compare-product__body strong {
  color: var(--nh-dark-text);
}

body.nh-dark-shell .nh-category-hero,
body.nh-dark-shell .nrd-page-hero,
body.nh-dark-shell #display-control,
body.nh-dark-shell .nh-refine,
body.nh-dark-shell .nrd-refine,
body.nh-dark-shell .nh-empty-state,
body.nh-dark-shell .nh-brand-index-nav,
body.nh-dark-shell .nh-brand-index-group,
body.nh-dark-shell .nh-brand-featured,
body.nh-dark-shell .nh-info-sidebar,
body.nh-dark-shell .nh-info-article,
body.nh-dark-shell .nh-info-nav,
body.nh-dark-shell .nh-contact-card,
body.nh-dark-shell .nh-contact-panel,
body.nh-dark-shell .nh-contact-location,
body.nh-dark-shell .nh-cart-panel,
body.nh-dark-shell .nh-cart-empty,
body.nh-dark-shell .nh-cart-item,
body.nh-dark-shell .nh-cart-summary,
body.nh-dark-shell .nh-cart-modules,
body.nh-dark-shell .nh-checkout-main,
body.nh-dark-shell .nh-checkout-side,
body.nh-dark-shell .nh-success-panel,
body.nh-dark-shell .nh-account-card,
body.nh-dark-shell .nh-auth-card,
body.nh-dark-shell .nh-account-panel,
body.nh-dark-shell .nh-account-form-card,
body.nh-dark-shell .nh-account-empty,
body.nh-dark-shell .nh-account-record,
body.nh-dark-shell .nh-account-page .list-group,
body.nh-dark-shell .nh-account-page .list-group-item,
body.nh-dark-shell .nh-account-link-grid a,
body.nh-dark-shell .nh-wishlist-item,
body.nh-dark-shell .nh-order-card,
body.nh-dark-shell .nh-order-product,
body.nh-dark-shell .nh-compare-toolbar,
body.nh-dark-shell .nh-compare-matrix,
body.nh-dark-shell .nh-compare-product,
body.nh-dark-shell .nh-compare-empty {
  color: var(--nh-dark-text);
  background: var(--nh-dark-panel);
  border-color: var(--nh-dark-border);
}

body.nh-dark-shell .nh-auth-card--accent,
body.nh-dark-shell .nh-account-link-grid a,
body.nh-dark-shell .nh-account-page .list-group-item {
  background: #242424;
}

body.nh-dark-shell .nh-account-table-panel th,
body.nh-dark-shell .nh-account-table-panel td,
body.nh-dark-shell .nh-account-page #history th,
body.nh-dark-shell .nh-account-page #history td,
body.nh-dark-shell .nh-account-page #order th,
body.nh-dark-shell .nh-account-page #order td,
body.nh-dark-shell .nh-account-page #payment-method th,
body.nh-dark-shell .nh-account-page #payment-method td,
body.nh-dark-shell .nh-account-definition-grid span,
body.nh-dark-shell .nh-account-record__main span,
body.nh-dark-shell .nh-account-record__meta span,
body.nh-dark-shell .nh-compare-row,
body.nh-dark-shell .nh-compare-row > strong,
body.nh-dark-shell .nh-compare-row > span,
body.nh-dark-shell .nh-compare-group {
  color: var(--nh-dark-text);
  border-color: var(--nh-dark-border);
}

body.nh-dark-shell .nh-account-table-panel .table,
body.nh-dark-shell .nh-account-page #history .table,
body.nh-dark-shell .nh-account-page #order .table,
body.nh-dark-shell .nh-account-page #payment-method .table {
  --bs-table-bg: transparent;
  --bs-table-color: var(--nh-dark-text);
  --bs-table-border-color: var(--nh-dark-border);
  --bs-table-hover-bg: rgba(35, 180, 128, 0.12);
  --bs-table-hover-color: var(--nh-dark-text);
}

body.nh-dark-shell .nh-account-table-panel thead th,
body.nh-dark-shell .nh-account-page #history thead th,
body.nh-dark-shell .nh-account-page #order thead th,
body.nh-dark-shell .nh-account-page #payment-method thead th {
  color: var(--nh-dark-muted);
  background: #242424;
}

body.nh-dark-shell .nh-account-page #history .table-responsive,
body.nh-dark-shell .nh-account-page #order .table-responsive,
body.nh-dark-shell .nh-account-page #payment-method .table-responsive {
  background: var(--nh-dark-panel);
  border-color: var(--nh-dark-border);
}

body.nh-dark-shell .nh-account-definition-grid span,
body.nh-dark-shell .nh-account-record__main span,
body.nh-dark-shell .nh-account-record__meta span {
  color: var(--nh-dark-muted);
}

body.nh-dark-shell .nh-compare-row > strong {
  color: var(--nh-dark-muted);
  background: #242424;
  box-shadow: 1px 0 0 var(--nh-dark-border);
}

body.nh-dark-shell .nh-compare-row > span {
  color: var(--nh-dark-text);
  background: var(--nh-dark-panel);
}

body.nh-dark-shell .nh-compare-group {
  color: var(--nh-dark-text);
  background: rgba(35, 180, 128, 0.16);
}

body.nh-dark-shell .nh-account-link-grid a:hover,
body.nh-dark-shell .nh-account-link-grid a:focus,
body.nh-dark-shell .nh-account-page .list-group-item:hover,
body.nh-dark-shell .nh-account-page .list-group-item:focus {
  color: var(--nh-color-primary);
  background: rgba(35, 180, 128, 0.14);
  border-color: rgba(35, 180, 128, 0.42);
}

body.nh-dark-shell .nh-cart-modules .accordion-item,
body.nh-dark-shell .nh-cart-modules .accordion-button,
body.nh-dark-shell .nh-cart-modules .accordion-body {
  color: var(--nh-dark-text);
  background: #202020;
  border-color: var(--nh-dark-border);
}

body.nh-dark-shell .nh-cart-modules .accordion-button:not(.collapsed) {
  color: var(--nh-dark-text);
  background: #242424;
  box-shadow: inset 0 -1px 0 var(--nh-dark-border);
}

body.nh-dark-shell .nh-cart-modules .accordion-button::after {
  filter: invert(1) grayscale(1);
}

body.nh-dark-shell .nh-info-sidebar h2 {
  color: var(--nh-dark-text);
}

body.nh-dark-shell .nh-info-page .nh-info-hero {
  background: transparent;
  border-color: transparent;
}

body.nh-dark-shell .nh-info-nav {
  background: transparent;
  border-color: transparent;
}

body.nh-dark-shell .nh-info-nav a {
  color: var(--nh-dark-muted);
}

body.nh-dark-shell .nh-info-nav a:hover,
body.nh-dark-shell .nh-info-nav a:focus,
body.nh-dark-shell .nh-info-nav a.is-active {
  color: var(--nh-color-primary);
  background: rgba(35, 180, 128, 0.14);
}

body.nh-dark-shell .nh-info-sidebar,
body.nh-dark-shell .nh-info-article {
  background: transparent;
  border-color: transparent;
}

body.nh-dark-shell .nh-info-article,
body.nh-dark-shell .nh-info-article :where(p, li, div, span, strong, b, em, i, small, td, th, h2, h3, h4) {
  color: var(--nh-dark-text) !important;
}

body.nh-dark-shell .nh-info-article a {
  color: var(--nh-color-primary) !important;
}

body.nh-dark-shell .nh-info-article table,
body.nh-dark-shell .nh-info-article th,
body.nh-dark-shell .nh-info-article td {
  color: var(--nh-dark-text) !important;
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.18);
}

body.nh-dark-shell .nh-category-hero__description,
body.nh-dark-shell .nrd-page-hero__description,
body.nh-dark-shell .nh-pagination-row__results,
body.nh-dark-shell .nh-empty-state,
body.nh-dark-shell .nh-info-article,
body.nh-dark-shell .nh-contact-line,
body.nh-dark-shell .nh-contact-line address,
body.nh-dark-shell .nh-contact-line p,
body.nh-dark-shell .nh-contact-form p,
body.nh-dark-shell .nh-cart-empty p,
body.nh-dark-shell .nh-cart-item__meta,
body.nh-dark-shell .nh-cart-item__option,
body.nh-dark-shell .nh-cart-item__stock,
body.nh-dark-shell .nrd-cart-item__option,
body.nh-dark-shell .nrd-cart-item__stock,
body.nh-dark-shell .nh-cart-item__qty span,
body.nh-dark-shell .nh-cart-item__total span,
body.nh-dark-shell .nh-cart-summary__totals div,
body.nh-dark-shell .nh-cart-modules p,
body.nh-dark-shell .nh-auth-card p,
body.nh-dark-shell .nh-account-panel p,
body.nh-dark-shell .nh-account-empty,
body.nh-dark-shell .nh-wishlist-item__meta,
body.nh-dark-shell .nh-order-card__main span,
body.nh-dark-shell .nh-order-card__meta span,
body.nh-dark-shell .nh-order-product span,
body.nh-dark-shell .nh-order-product small,
body.nh-dark-shell .nh-compare-product__body span,
body.nh-dark-shell .nh-compare-product__body small {
  color: var(--nh-dark-muted);
}

body.nh-dark-shell .nh-category-hero__image,
body.nh-dark-shell .nrd-page-hero__image,
body.nh-dark-shell .nh-brand-card__mark,
body.nh-dark-shell .nh-brand-hero__mark,
body.nh-dark-shell .nh-cart-item__media,
body.nh-dark-shell .nh-wishlist-item__media,
body.nh-dark-shell .nh-compare-product__media {
  background: #f7f7f7;
  border-color: rgba(255, 255, 255, 0.08);
}

body.nh-dark-shell #display-control .input-group-text,
body.nh-dark-shell #display-control .form-select,
body.nh-dark-shell .nh-account-page .form-control,
body.nh-dark-shell .nh-account-page .form-select,
body.nh-dark-shell .nh-account-page .input-group-text {
  color: var(--nh-color-text);
  background: #f5f5f5;
  border-color: #e6e6e6;
}

body.nh-dark-shell .nh-cart-item__qty input.nrd-input,
body.nh-dark-shell .nrd-cart-item__qty input.nrd-input {
  color: var(--text-strong);
  background: var(--field-bg);
  border-color: var(--field-border);
}

body.nh-dark-shell .product-thumb,
body.nh-dark-shell .nh-product-card {
  color: var(--nh-dark-text);
  background: var(--nh-dark-card);
  border-color: var(--nh-dark-border);
}

body.nh-dark-shell .product-thumb:hover,
body.nh-dark-shell .nh-product-card:hover {
  border-color: rgba(35, 180, 128, 0.7);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.3);
}

body.nh-dark-shell .nh-product-card__media {
  background: #fff;
}

body.nh-dark-shell .nh-product-card__title a,
body.nh-dark-shell .nh-product-card__price {
  color: var(--nh-dark-text);
}

body.nh-dark-shell .nh-product-card__meta,
body.nh-dark-shell .nh-product-card__description,
body.nh-dark-shell .nrd-pcard__desc,
body.nh-dark-shell .nh-product-card__specs dt,
body.nh-dark-shell .nh-product-card__price .price-tax,
body.nh-dark-shell .nh-product-card__tools button {
  color: var(--nh-dark-muted);
}

body.nh-dark-shell .nh-product-card__specs dd {
  color: var(--nh-dark-text);
}

body.nh-dark-shell .nh-product-card__tools button {
  background: #282828;
  border-color: var(--nh-dark-border);
}

body.nh-dark-shell .nh-product-card__tools button:hover,
body.nh-dark-shell .nh-product-card__tools button:focus {
  color: #fff;
  background: #323232;
  border-color: rgba(35, 180, 128, 0.62);
}

body.nh-dark-shell .nh-product-card__cta--request {
  color: #fff;
  background: transparent;
  border-color: var(--nh-color-primary);
}

body.nh-dark-shell .nh-product-summary,
body.nh-dark-shell .nh-product-details,
body.nh-dark-shell #product-info .tab-content {
  color: var(--nh-dark-muted);
}

body.nh-dark-shell #product-info h1,
body.nh-dark-shell .nh-product-quick-specs__title,
body.nh-dark-shell #product-info .nav-tabs .nav-link.active {
  color: var(--nh-dark-text);
}

body.nh-dark-shell .nh-product-head {
  border-color: var(--nh-dark-border);
}

body.nh-dark-shell .nh-product-head__actions a,
body.nh-dark-shell .nh-product-head__action-form button,
body.nh-dark-shell .nh-product-article {
  color: var(--nh-dark-text);
}

body.nh-dark-shell .nh-product-head__actions a:hover,
body.nh-dark-shell .nh-product-head__actions a:focus,
body.nh-dark-shell .nh-product-head__action-form button:hover,
body.nh-dark-shell .nh-product-head__action-form button:focus,
body.nh-dark-shell .nh-product-all-specs {
  color: var(--nh-color-primary);
}

body.nh-dark-shell .nh-product-summary__eyebrow,
body.nh-dark-shell .nh-product-summary__eyebrow a,
body.nh-dark-shell .nh-product-meta a,
body.nh-dark-shell .nh-product-rating a {
  color: var(--nh-color-primary);
}

body.nh-dark-shell .nh-product-meta,
body.nh-dark-shell .nh-product-meta span,
body.nh-dark-shell .nh-product-quick-specs dt,
body.nh-dark-shell .nh-product-quick-specs dd,
body.nh-dark-shell #product-info .nav-tabs .nav-link,
body.nh-dark-shell #product-info .tab-content p,
body.nh-dark-shell #product-info .tab-content li {
  color: var(--nh-dark-muted);
}

body.nh-dark-shell .nh-product-meta strong,
body.nh-dark-shell .nh-product-stock strong,
body.nh-dark-shell .nh-product-quick-specs dd {
  color: var(--nh-dark-text);
}

body.nh-dark-shell .nh-product-meta {
  color: #4b5563;
  background: #f7f7f7;
  border-color: #e6e6e6;
}

body.nh-dark-shell .nh-product-meta span {
  color: #4b5563;
}

body.nh-dark-shell .nh-product-meta strong {
  color: #111827;
}

body.nh-dark-shell .nh-product-quick-specs dl > div,
body.nh-dark-shell #product-info .nav-tabs,
body.nh-dark-shell #product-info .tab-content,
body.nh-dark-shell #product-info #tab-specification .table,
body.nh-dark-shell #product-info #tab-specification td {
  border-color: var(--nh-dark-border);
}

body.nh-dark-shell #product-info #tab-specification .table,
body.nh-dark-shell #product-info #tab-specification td {
  color: var(--nh-dark-muted);
}

body.nh-dark-shell #product-info #tab-specification thead td {
  color: var(--nh-dark-text);
  background: #242424;
}

body.nh-dark-shell .card,
body.nh-dark-shell #column-left .card,
body.nh-dark-shell .list-group-item {
  color: var(--nh-dark-text);
  background: var(--nh-dark-card);
  border-color: var(--nh-dark-border);
}

body.nh-dark-shell .card-header,
body.nh-dark-shell #column-left .card-header,
body.nh-dark-shell .nh-filter-card__header,
body.nh-dark-shell .nh-filter-card__group-title,
body.nh-dark-shell #column-left a.list-group-item {
  color: var(--nh-dark-text);
  background: #242424;
  border-color: var(--nh-dark-border);
}

body.nh-dark-shell .form-check-label,
body.nh-dark-shell .nh-filter-card label {
  color: rgba(255, 255, 255, 0.78);
}

body.nh-dark-shell .nh-home-section__head > a,
body.nh-dark-shell .nh-home-category-card__main,
body.nh-dark-shell .nh-home-brand-grid a,
body.nh-dark-shell .nh-home-advantage h3,
body.nh-dark-shell .nh-home-about {
  color: var(--nh-dark-text);
}

body.nh-dark-shell .nh-home-category-card,
body.nh-dark-shell .nh-home-brand-grid a,
body.nh-dark-shell .nh-brand-card,
body.nh-dark-shell .nh-brand-index-grid a,
body.nh-dark-shell .nh-brand-category-list a {
  color: var(--nh-dark-text);
  background: var(--nh-dark-card);
  border-color: var(--nh-dark-border);
}

body.nh-dark-shell .nh-home-brand-grid a span {
  color: var(--nh-color-text);
  background: #fff;
}

body.nh-dark-shell .nh-home-advantage {
  color: var(--nh-dark-text);
}

body.nh-dark-shell .nh-home-category-card__children a,
body.nh-dark-shell .nh-brand-index-nav a,
body.nh-dark-shell .nh-brand-index-grid a small,
body.nh-dark-shell .nh-brand-category-list a small {
  color: rgba(255, 255, 255, 0.78);
  background: #2c2c2c;
  border-color: var(--nh-dark-border);
}

body.nh-dark-shell .nh-home-brand-grid a strong,
body.nh-dark-shell .nh-home-category-card__main strong,
body.nh-dark-shell .nh-home-advantage p,
body.nh-dark-shell .nh-home-about__text,
body.nh-dark-shell .nrd-home-about__text,
body.nh-dark-shell .nh-brand-card__body small {
  color: var(--nh-dark-muted);
}

body.nh-dark-shell .nh-mobile-tabbar {
  background: rgba(31, 31, 31, 0.96);
  border-color: var(--nh-dark-border);
}

body.nh-dark-shell .nh-mobile-tabbar a,
body.nh-dark-shell .nh-mobile-tabbar button {
  color: rgba(255, 255, 255, 0.78);
}

@media (min-width: 992px) {
  body.nh-dark-shell .nh-header-grid {
    grid-template-columns: minmax(220px, 250px) 136px minmax(360px, 1fr) auto;
    min-height: 88px;
  }

  body.nh-dark-shell #logo .nh-logo-mark {
    width: 78px;
    max-width: 78px;
    flex-basis: 78px;
  }

  body.nh-dark-shell #logo .nh-logo-copy > span {
    font-size: 19px;
    line-height: 1;
  }

  body.nh-dark-shell #logo h1 small,
  body.nh-dark-shell #logo .nh-logo-heading small {
    max-width: 150px;
    font-size: 11px;
  }

  body.nh-dark-shell .nh-action-button {
    min-width: 76px;
    min-height: 58px;
    flex-direction: column;
    gap: 5px;
    padding: 7px 8px;
    background: transparent;
    border-color: transparent;
    border-radius: var(--nh-radius-md);
    font-size: 12px;
    line-height: 1.15;
  }

  body.nh-dark-shell .nh-action-button span {
    max-width: 96px;
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  body.nh-dark-shell .nh-header-grid {
    grid-template-columns: minmax(150px, 180px) 118px minmax(260px, 1fr) auto;
    gap: 12px;
  }

  body.nh-dark-shell #logo .nh-logo-mark {
    width: 72px;
    max-width: 72px;
    flex-basis: 72px;
  }

  body.nh-dark-shell .nh-action-button {
    width: 42px;
    min-width: 42px;
    min-height: 46px;
    flex-direction: row;
    gap: 0;
    padding-right: 0;
    padding-left: 0;
  }

  body.nh-dark-shell .nh-action-button span {
    display: none;
  }
}

@media (max-width: 991.98px) {
  body.nh-dark-shell #logo .nh-logo-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  body.nh-dark-shell #logo .nh-logo-mark {
    width: 76px;
    max-width: 76px;
  }

  body.nh-dark-shell #logo .nh-logo-copy > span {
    font-size: 24px;
  }
}

@media (max-width: 767.98px) {
  body.nh-dark-shell .nh-breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }

  body.nh-dark-shell .nh-breadcrumb::-webkit-scrollbar {
    display: none;
  }

  body.nh-dark-shell .nh-breadcrumb .breadcrumb-item {
    flex: 0 0 auto;
  }

  body.nh-dark-shell .nh-home-hero__copy,
  body.nh-dark-shell .nh-home-search,
  body.nh-dark-shell .nh-home-hero__actions,
  body.nh-dark-shell .nh-home-stats {
    width: min(100%, 320px) !important;
    max-width: 320px !important;
  }

  body.nh-dark-shell .nh-home-hero h2 {
    width: min(100%, 320px) !important;
    max-width: 320px !important;
    font-size: 20px;
    line-height: 1.16;
    overflow-wrap: anywhere;
  }

  body.nh-dark-shell .nh-home-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.nh-dark-shell .nh-home-stats span {
    min-width: 0;
  }

}

body.nh-dark-shell .nh-product-meta {
  color: var(--nh-dark-muted);
  background: transparent;
  border-color: var(--nh-dark-border);
}

body.nh-dark-shell .nh-product-meta span {
  color: var(--nh-dark-muted);
}

body.nh-dark-shell .nh-product-meta strong,
body.nh-dark-shell .nh-product-stock strong {
  color: var(--nh-dark-text);
}

body.nh-dark-shell .nh-product-buy-card {
  color: var(--nh-dark-text);
  background: var(--nh-dark-panel);
  border-color: var(--nh-dark-border);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.24);
}

body.nh-dark-shell #product-info .nh-product-price .price-new,
body.nh-dark-shell .nh-product-price .price-new {
  color: var(--nh-dark-text);
}

body.nh-dark-shell .nh-product-price__tax,
body.nh-dark-shell .nh-product-price__points,
body.nh-dark-shell .nrd-pdp__price-tax,
body.nh-dark-shell .nrd-pdp__price-points,
body.nh-dark-shell .nh-product-service-card div,
body.nh-dark-shell .nh-product-total span {
  color: var(--nh-dark-muted);
}

body.nh-dark-shell .nh-product-actions .btn,
body.nh-dark-shell #product-info #input-quantity {
  color: var(--nh-dark-text);
  background: transparent;
  border-color: var(--nh-dark-border);
}

body.nh-dark-shell #product-info .nh-product-qty-stepper #input-quantity {
  color: var(--text-strong);
  background: transparent;
  border-color: transparent;
}

body.nh-dark-shell .nh-product-qty-stepper,
body.nh-dark-shell .nh-product-total {
  border-color: var(--nh-dark-border);
}

body.nh-dark-shell .nh-product-stockline,
body.nh-dark-shell .nh-product-total,
body.nh-dark-shell .nh-product-total strong {
  color: var(--nh-dark-text);
}

body.nh-dark-shell .nh-product-total {
  background: #282828;
}

body.nh-dark-shell .nh-product-service-card {
  border-top-color: var(--nh-dark-border);
}

body.nh-dark-shell .nh-product-gallery__box {
  background: transparent;
  border-color: var(--nh-dark-border);
}

body.nh-dark-shell .nh-product-gallery__main,
body.nh-dark-shell .nh-product-gallery__placeholder,
body.nh-dark-shell .nh-product-gallery__thumb {
  background: #fff;
  border-color: rgba(255, 255, 255, 0.08);
}

body.nh-dark-shell .nh-product-card__media {
  min-height: 200px;
  padding: 12px;
}

body.nh-dark-shell .nh-product-card__image-link img {
  max-height: 188px;
}

body.nh-dark-shell .nh-product-card__body {
  padding: 13px 14px 0;
}

body.nh-dark-shell .nh-product-card__footer {
  padding: 12px 14px 14px;
}

body.nh-dark-shell .nh-product-card__title {
  min-height: 40px;
  font-size: 14px;
  line-height: 1.35;
}

#common-home .nh-home-products {
  padding-top: 22px;
}

#common-home .nh-home-products .nh-product-grid {
  flex-wrap: nowrap;
  gap: 22px;
  margin-right: 0;
  margin-left: 0;
  padding-bottom: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

#common-home .nh-home-products .nh-product-grid::-webkit-scrollbar {
  height: 8px;
}

#common-home .nh-home-products .nh-product-grid::-webkit-scrollbar-thumb {
  background: rgba(35, 180, 128, 0.48);
  border-radius: 999px;
}

#common-home .nh-home-products .nh-product-grid > .col {
  width: auto;
  max-width: none;
  flex: 0 0 calc((100% - 88px) / 5);
  padding-right: 0;
  padding-left: 0;
  scroll-snap-align: start;
}

#common-home .nh-home-products .nh-product-card__media,
body.nh-dark-shell #common-home .nh-home-products .nh-product-card__media {
  min-height: 204px;
  padding: 12px;
}

#common-home .nh-home-products .nh-product-card__image-link img,
body.nh-dark-shell #common-home .nh-home-products .nh-product-card__image-link img {
  max-height: 180px;
}

@media (max-width: 1199.98px) {
  #common-home .nh-home-products .nh-product-grid > .col {
    flex-basis: calc((100% - 44px) / 3);
  }
}

@media (max-width: 767.98px) {
  #common-home .nh-home-products .nh-product-grid {
    gap: 18px;
  }

  #common-home .nh-home-products .nh-product-grid > .col {
    flex-basis: min(226px, 58vw);
  }
}

@media (max-width: 575.98px) {
  #common-home .nh-home-products {
    padding-top: 10px;
  }

  #common-home .nh-home-products .nh-product-grid {
    padding-bottom: 18px;
  }

  #common-home .nh-home-products .nh-product-card__media,
  body.nh-dark-shell #common-home .nh-home-products .nh-product-card__media {
    min-height: 178px;
    padding: 10px;
  }

  #common-home .nh-home-products .nh-product-card__image-link img,
  body.nh-dark-shell #common-home .nh-home-products .nh-product-card__image-link img {
    max-height: 154px;
  }
}

@media (max-width: 767.98px) {
  body.nh-dark-shell .nh-product-buy-card {
    position: static;
  }

  body.nh-dark-shell .nh-product-service-card {
    grid-template-columns: 1fr 1fr;
  }
}

/* ==========================================================================
   New not-hot design system adaptation
   Source: DOCS/not-hot-migration/new_desing_theme
   ========================================================================== */

:root {
  --green-50: #eafaf3;
  --green-100: #cdf3e2;
  --green-200: #a0e8c8;
  --green-500: #23b480;
  --green-600: #1b9268;
  --green-700: #167453;
  --green-900: #114b38;
  --gold-100: #f4ead3;
  --gold-300: #e6cf9a;
  --gold-500: #c9a86a;
  --blue-500: #2e8fff;
  --font-display: "Onest", "Rubik", "Open Sans", Arial, sans-serif;
  --font-luxe: "Montserrat", "Onest", "Rubik", Arial, sans-serif;
  --font-body: "Golos Text", "Rubik", "Open Sans", Arial, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Consolas, monospace;
  --space-3: 8px;
  --space-4: 12px;
  --space-5: 16px;
  --space-6: 20px;
  --space-7: 24px;
  --space-8: 32px;
  --space-9: 40px;
  --radius-sm: 8px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-xl: 18px;
  --radius-2xl: 24px;
  --radius-full: 999px;
  --accent: var(--green-500);
  --accent-hover: var(--green-600);
  --accent-active: var(--green-700);
  --accent-soft: var(--green-50);
  --accent-soft-hover: var(--green-100);
  --accent-border: var(--green-200);
  --on-accent: #ffffff;
  --bg-page: #f3f6f5;
  --bg-subtle: #eef2f0;
  --bg-warm: #f6f3ec;
  --surface: #ffffff;
  --surface-raised: #ffffff;
  --surface-sunken: #f5f8f7;
  --surface-hover: #f5f8f7;
  --surface-inverse: #0e1f19;
  --text-strong: #0f1714;
  --text: #283029;
  --text-muted: #5b665f;
  --text-subtle: #8a948f;
  --text-accent: var(--green-700);
  --text-on-inverse: #eef2f0;
  --border: #e2e8e5;
  --border-strong: #d2dad6;
  --border-subtle: #edf1ef;
  --field-bg: #ffffff;
  --field-border: #d2dad6;
  --field-placeholder: #98a39e;
  --price: #0f1714;
  --price-old: #98a39e;
  --instock: var(--green-600);
  --danger: #e5484d;
  --ring: 0 0 0 4px rgba(35, 180, 128, 0.28);
  --shadow-xs: 0 1px 2px rgba(16, 23, 20, 0.06);
  --shadow-sm: 0 1px 2px rgba(16, 23, 20, 0.06), 0 2px 5px -1px rgba(16, 23, 20, 0.07);
  --shadow-md: 0 2px 6px -2px rgba(16, 23, 20, 0.08), 0 8px 18px -6px rgba(16, 23, 20, 0.1);
  --shadow-lg: 0 4px 10px -4px rgba(16, 23, 20, 0.08), 0 18px 34px -10px rgba(16, 23, 20, 0.14);
  --shadow-xl: 0 10px 24px -8px rgba(16, 23, 20, 0.14), 0 32px 56px -16px rgba(16, 23, 20, 0.2);
  --shadow-accent: 0 6px 18px -4px rgba(35, 180, 128, 0.4);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --dur-fast: 120ms;
  --dur-base: 200ms;
  --dur-slow: 320ms;
  --container: 1280px;
  --nh-font-sans: var(--font-body);
  --nh-color-text: var(--text-strong);
  --nh-color-muted: var(--text-muted);
  --nh-color-faint: var(--text-subtle);
  --nh-color-border: var(--border);
  --nh-color-surface: var(--surface);
  --nh-color-surface-soft: var(--surface-sunken);
  --nh-color-surface-muted: var(--bg-subtle);
  --nh-color-primary: var(--accent);
  --nh-color-primary-hover: var(--accent-hover);
  --nh-color-primary-active: var(--accent-active);
  --nh-color-primary-soft: var(--accent-border);
  --nh-radius-sm: var(--radius-sm);
  --nh-radius-md: var(--radius-md);
  --nh-radius-lg: var(--radius-lg);
  --nh-radius-pill: var(--radius-full);
  --nh-shadow-soft: var(--shadow-md);
  --nh-shadow-card: var(--shadow-lg);
  --nh-container-max: var(--container);
  color-scheme: light;
}

html[data-theme="dark"] {
  --accent: #2bc88f;
  --accent-hover: #3ed79e;
  --accent-active: #23b480;
  --accent-soft: rgba(43, 200, 143, 0.12);
  --accent-soft-hover: rgba(43, 200, 143, 0.18);
  --accent-border: rgba(43, 200, 143, 0.32);
  --on-accent: #04130d;
  --bg-page: #0a0e0c;
  --bg-subtle: #0c100e;
  --bg-warm: #171c14;
  --surface: #141a17;
  --surface-raised: #1a211d;
  --surface-sunken: #0e1310;
  --surface-hover: #1d251f;
  --surface-inverse: #f5f8f7;
  --text-strong: #f4f7f5;
  --text: #dde3e0;
  --text-muted: #9aa7a0;
  --text-subtle: #6c776f;
  --text-accent: #4fd9a4;
  --text-on-inverse: #151a17;
  --border: #252e29;
  --border-strong: #313b35;
  --border-subtle: #1c231f;
  --field-bg: #121815;
  --field-border: #2c352f;
  --field-placeholder: #69746d;
  --price: #f4f7f5;
  --price-old: #69746d;
  --instock: #3ed79e;
  --danger: #f0656a;
  --ring: 0 0 0 4px rgba(43, 200, 143, 0.32);
  --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.4);
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.45), 0 2px 6px -1px rgba(0, 0, 0, 0.45);
  --shadow-md: 0 2px 8px -2px rgba(0, 0, 0, 0.5), 0 10px 22px -6px rgba(0, 0, 0, 0.55);
  --shadow-lg: 0 6px 14px -4px rgba(0, 0, 0, 0.55), 0 22px 42px -12px rgba(0, 0, 0, 0.65);
  --shadow-xl: 0 12px 28px -8px rgba(0, 0, 0, 0.6), 0 40px 64px -16px rgba(0, 0, 0, 0.7);
  --shadow-accent: 0 8px 26px -6px rgba(43, 200, 143, 0.45);
  color-scheme: dark;
}

body.not-hot-storefront,
body.nrd-storefront,
body.nh-dark-shell {
  background: var(--bg-page);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.55;
}

body.not-hot-storefront * {
  letter-spacing: 0;
}

body.not-hot-storefront main {
  background: var(--bg-page);
}

body.not-hot-storefront h1,
body.not-hot-storefront h2,
body.not-hot-storefront h3,
body.not-hot-storefront h4,
body.not-hot-storefront h5,
body.not-hot-storefront h6 {
  color: var(--text-strong);
  font-family: var(--font-display);
}

.container {
  max-width: var(--container);
}

.btn,
.btn-lg,
.btn-primary,
.btn-light,
.nh-catalog-button,
.nh-product-card__cta,
.nh-product-card__tools button,
.nh-footer-callback,
.nh-product-request-button,
#button-cart {
  border-radius: var(--radius-md);
  font-family: var(--font-display);
  font-weight: 600;
  transition: background var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out), box-shadow var(--dur-base) var(--ease-out), transform var(--dur-fast) var(--ease-out);
}

.btn-primary,
.nh-catalog-button,
.nh-product-card__cta,
.nh-footer-callback,
.nh-product-request-button,
#button-cart {
  background-color: var(--accent);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0) 55%);
  border-color: var(--accent);
  color: var(--on-accent);
  text-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus,
.nh-catalog-button:hover,
.nh-catalog-button:focus,
.nh-product-card__cta:hover,
.nh-product-card__cta:focus,
.nh-footer-callback:hover,
.nh-footer-callback:focus,
.nh-product-request-button:hover,
.nh-product-request-button:focus,
#button-cart:hover,
#button-cart:focus {
  background-color: var(--accent-hover);
  border-color: var(--accent-hover);
  color: var(--on-accent);
  box-shadow: var(--shadow-accent);
}

.btn:active,
.nh-catalog-button:active,
.nh-product-card__cta:active,
.nh-product-card__tools button:active {
  transform: translateY(1px) scale(0.99);
}

.btn-light,
.nh-action-button,
.nh-product-head__actions a,
.nh-product-head__action-form button {
  background: var(--surface);
  border-color: var(--border-strong);
  color: var(--text-strong);
  box-shadow: var(--shadow-xs);
}

.btn-light:hover,
.btn-light:focus,
.nh-action-button:hover,
.nh-action-button:focus,
.nh-product-head__actions a:hover,
.nh-product-head__actions a:focus,
.nh-product-head__action-form button:hover,
.nh-product-head__action-form button:focus {
  background: var(--surface-hover);
  border-color: var(--accent-border);
  color: var(--text-accent);
}

/* Design-system bridge for OpenCart/Twig surfaces. */
.nrd-topbar {
  border-bottom-color: var(--border);
}

.nrd-header {
  isolation: isolate;
}

.nrd-header__brand {
  min-width: 0;
}

.nrd-logo {
  border-radius: var(--radius-md);
}

.nrd-logo:focus-visible {
  outline: none;
  box-shadow: var(--ring);
}

.nrd-header__search {
  min-width: 0;
}

.nrd-header__tools {
  gap: 8px;
}

.nrd-header__cart {
  min-width: 0;
}

.nrd-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 42px;
  min-height: 42px;
  padding: 0 12px;
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-md);
  color: var(--text-strong);
  text-decoration: none;
  transition: background var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out), box-shadow var(--dur-base) var(--ease-out), transform var(--dur-fast) var(--ease-out);
}

.nrd-icon-btn:hover,
.nrd-icon-btn:focus {
  background: var(--surface-hover);
  border-color: var(--accent-border);
  color: var(--text-accent);
  text-decoration: none;
}

.nrd-icon-btn:focus-visible {
  outline: none;
  box-shadow: var(--ring);
}

.nrd-icon-btn:active {
  transform: translateY(1px) scale(0.99);
}

.nrd-icon-btn.v-ghost {
  background: transparent;
  border-color: transparent;
}

.nrd-icon-btn.v-soft {
  background: var(--surface-sunken);
  border-color: var(--border);
}

.nrd-icon-btn.v-soft:hover,
.nrd-icon-btn.v-soft:focus {
  background: var(--surface-hover);
  border-color: var(--border-strong);
  color: var(--text-accent);
}

.nrd-icon-btn.v-outline {
  background: var(--surface);
  border-color: var(--border-strong);
}

.nrd-icon-btn.v-outline:hover,
.nrd-icon-btn.v-outline:focus {
  border-color: var(--text-subtle);
  color: var(--text-accent);
}

.nrd-icon-btn.v-primary {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--on-accent);
}

.nrd-icon-btn.v-primary:hover,
.nrd-icon-btn.v-primary:focus {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
  color: var(--on-accent);
  box-shadow: var(--shadow-accent);
}

.nrd-icon-btn.v-danger {
  background: var(--danger);
  border-color: var(--danger);
  color: #ffffff;
}

.nrd-icon-btn.v-danger:hover,
.nrd-icon-btn.v-danger:focus {
  background: color-mix(in srgb, var(--danger) 88%, #000000);
  border-color: color-mix(in srgb, var(--danger) 88%, #000000);
  color: #ffffff;
}

.nrd-icon-btn.sz-sm {
  width: 36px;
  min-width: 36px;
  min-height: 36px;
  padding: 0;
  border-radius: var(--radius-sm);
}

.nrd-mobile-tabbar {
  border-color: var(--border);
}

#search.nrd-search {
  overflow: hidden;
  border-radius: var(--radius-md);
}

#search.nrd-search .nrd-input {
  min-height: 100%;
  box-shadow: none;
}

#search.nrd-search .nrd-btn {
  min-height: 100%;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.nrd-nav-wrap {
  position: relative;
}

.nrd-nav {
  min-height: 54px;
}

#menu .nrd-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0;
}

#menu .dropdown-inner .nrd-nav__link {
  width: 100%;
  justify-content: flex-start;
}

.nrd-toolbar {
  align-items: center;
  background: var(--surface);
  border-color: var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
}

.nrd-toolbar__primary,
.nrd-toolbar__controls {
  min-width: 0;
}

.nrd-toolbar .input-group {
  min-width: 172px;
}

.nrd-field {
  min-width: min(224px, 100%);
  display: flex;
  align-items: stretch;
}

.nrd-toolbar .nrd-field {
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0;
}

.nrd-toolbar .input-group-text {
  min-height: 36px;
  background: var(--surface-sunken);
  border-color: var(--field-border);
  color: var(--text-muted);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
}

.nrd-field__label {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  background: var(--surface-sunken);
  border: 1.5px solid var(--field-border);
  border-right: 0;
  border-radius: var(--radius-md) 0 0 var(--radius-md);
  color: var(--text-muted);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.nrd-toolbar .nrd-field__label {
  flex: 0 0 auto;
  background: var(--surface-sunken);
  border-radius: var(--radius-md) 0 0 var(--radius-md);
}

#display-control .nrd-field.nrd-toolbar__field .nrd-field__label {
  border-right: 0;
  border-radius: var(--radius-md) 0 0 var(--radius-md);
}

.nrd-field__control {
  min-width: 0;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.nrd-toolbar .nrd-field__control {
  flex: 1 1 auto;
  width: auto;
  min-width: 104px;
  border-left: 0;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

#display-control .nrd-field.nrd-toolbar__field .nrd-field__control {
  border-left: 0;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.nrd-toolbar .nrd-input {
  box-shadow: none;
}

.nrd-filters {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.nrd-filters__head {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 14px 16px;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 800;
}

.nrd-filters__head i {
  color: var(--text-accent);
}

.nrd-filters > .nrd-filters__head {
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.nrd-filters__body {
  background: var(--surface);
}

.nrd-fgroup__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 16px 10px;
  background: var(--surface);
  border-color: var(--border-subtle);
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
}

.nrd-fgroup {
  padding: 0 16px 14px;
  background: var(--surface);
  border-color: var(--border-subtle);
}

.nrd-fgroup__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nrd-filters__foot {
  padding: 14px 16px 16px;
  background: var(--surface);
  border-top: 1px solid var(--border);
}

.nrd-filter-panel {
  min-width: 0;
}

.nrd-filter-panel__head {
  display: none;
}

.nrd-filter-toggle i {
  color: var(--accent);
}

.nrd-filter-scrim {
  background: var(--scrim);
}

.nrd-filter-close {
  display: none;
  color: var(--text-strong);
  background: transparent;
  border-color: transparent;
  border-radius: var(--radius-md);
}

@media (max-width: 991.98px) {
  #product-category #column-left.nrd-filter-panel {
    padding-top: 0;
    background: var(--surface);
    border-right: 1px solid var(--border);
    box-shadow: var(--shadow-xl);
  }

  #product-category #column-left.nrd-filter-panel .nrd-filter-panel__head {
    position: sticky;
    top: 0;
    z-index: 4;
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 -16px;
    padding: 13px 16px 13px 28px;
    background: var(--surface);
    border-bottom: 1px solid var(--border);
  }

  #product-category #column-left.nrd-filter-panel .nrd-filter-panel__head strong {
    margin: 0;
    color: var(--text-strong);
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
  }

  #product-category #column-left.nrd-filter-panel .nrd-filter-panel__head .nrd-filter-close.nrd-icon-btn {
    position: static;
    flex: 0 0 40px;
    margin: 0;
  }

  #product-category #column-left.nrd-filter-panel .nrd-filters {
    position: static;
    top: auto;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  #product-category #column-left.nrd-filter-panel .nrd-filters__head {
    display: none;
  }

  #product-category #column-left.nrd-filter-panel .nrd-filters__foot {
    background: var(--surface);
    border-top: 1px solid var(--border);
  }

  .nrd-filter-close.nrd-icon-btn {
    display: inline-flex;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 0;
    color: var(--text-strong);
    background: transparent;
    border-color: transparent;
    box-shadow: none;
  }

  .nrd-filter-close.nrd-icon-btn:hover,
  .nrd-filter-close.nrd-icon-btn:focus {
    color: var(--text-accent);
    background: var(--surface-hover);
  }
}

.nrd-active-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: -6px 0 18px;
}

.nrd-active-filters[hidden] {
  display: none !important;
}

.nrd-active-filters .nrd-tag {
  max-width: min(100%, 280px);
}

.nrd-active-filters .nrd-tag span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nrd-active-filters__reset {
  color: var(--text-accent);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.nrd-active-filters__reset:hover,
.nrd-active-filters__reset:focus {
  color: var(--accent-hover);
  text-decoration: none;
}

.nrd-search-page {
  color: var(--text);
}

.nrd-search-hero {
  border-color: var(--border);
}

.nrd-search-refine {
  background: color-mix(in srgb, var(--surface) 86%, transparent);
  border-color: var(--border);
  border-radius: var(--radius-lg);
}

.nrd-search-refine__summary {
  color: var(--text-strong);
}

.nrd-search-refine__summary:focus-visible {
  outline: none;
  box-shadow: var(--ring);
}

.nrd-search-panel {
  background: var(--surface);
  border-color: var(--border);
  border-radius: var(--radius-lg);
}

.nrd-search-panel .form-label {
  color: var(--text-strong);
  font-family: var(--font-display);
  font-weight: 700;
}

.nrd-search-panel__query,
.nrd-search-panel__category,
.nrd-search-panel__checks {
  min-width: 0;
}

.nrd-search-panel__checks {
  gap: 10px;
}

.nrd-search-panel__checks .nrd-check {
  min-height: 24px;
  align-items: center;
}

.nrd-home {
  color: var(--text);
}

.nrd-home__content {
  min-width: 0;
}

.nrd-home-hero {
  gap: 16px;
}

.nrd-home-hero__main {
  border-radius: var(--radius-xl);
}

.nrd-home-hero__content {
  color: #ffffff;
}

.nrd-home-hero__side {
  gap: 16px;
}

.nrd-promo {
  background: var(--surface);
  border-color: var(--border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xs);
  transition: border-color var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out);
}

.nrd-promo:hover,
.nrd-promo:focus {
  border-color: var(--accent-border);
  box-shadow: var(--shadow-md);
}

.nrd-section {
  margin-bottom: 38px;
}

.nrd-section__head {
  align-items: flex-end;
  gap: 16px;
}

.nrd-section__link {
  color: var(--text-accent);
  font-family: var(--font-display);
  font-weight: 700;
  text-decoration: none;
}

.nrd-section__link:hover,
.nrd-section__link:focus {
  color: var(--accent-hover);
  text-decoration: none;
}

.nrd-grid {
  align-items: stretch;
}

.nrd-grid > .col {
  min-width: 0;
}

.nrd-brand-grid,
.nrd-cats,
.nrd-benefits__grid {
  align-items: stretch;
}

.nrd-brand-card,
.nrd-cat,
.nrd-benefit {
  background: var(--surface);
  border-color: var(--border);
}

.nrd-brand-card,
.nrd-cat {
  border-radius: var(--radius-xl);
  transition: border-color var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out);
}

.nrd-brand-card:hover,
.nrd-brand-card:focus,
.nrd-cat:hover,
.nrd-cat:focus-within {
  border-color: var(--accent-border);
  box-shadow: var(--shadow-sm);
}

.nrd-cat__main {
  color: var(--text-strong);
}

.nrd-cat__main:hover,
.nrd-cat__main:focus {
  color: var(--text-accent);
  text-decoration: none;
}

.nrd-cat__children a {
  background: var(--surface-sunken);
  border-color: var(--border);
  color: var(--text-muted);
  transition: background var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out);
}

.nrd-cat__children a:hover,
.nrd-cat__children a:focus {
  background: var(--accent-soft);
  border-color: var(--accent-border);
  color: var(--text-accent);
  text-decoration: none;
}

.nrd-benefits {
  color: var(--text);
}

.nrd-benefit {
  color: var(--text);
}

.nrd-home-panel {
  border-radius: var(--radius-xl);
}

.nrd-home-panel__actions {
  gap: 12px;
}

.nrd-home-panel__actions .nrd-btn {
  min-height: 46px;
}

.nrd-home-search {
  border-color: var(--border);
  box-shadow: var(--shadow-sm);
}

.nrd-home-search .nrd-input {
  min-width: 0;
  min-height: 50px;
  background: var(--surface);
  color: var(--text-strong);
  box-shadow: none;
}

.nrd-home-search .nrd-btn {
  min-height: 50px;
  border-radius: 0;
}

.nrd-stats {
  gap: 10px;
}

.nrd-stat {
  border-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
}

.nrd-feature-card {
  border-color: var(--border);
  box-shadow: var(--shadow-md);
}

.nrd-pdp {
  align-items: start;
}

.nrd-gallery {
  gap: 14px;
}

.nrd-gallery__stage {
  border-radius: var(--radius-xl);
}

.nrd-gallery__main {
  background:
    radial-gradient(120% 120% at 50% 18%, var(--surface), var(--surface-sunken));
  border-color: var(--border);
  border-radius: var(--radius-xl);
  transition: border-color var(--dur-fast) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
}

.nrd-gallery__main:hover,
.nrd-gallery__main:focus {
  border-color: var(--accent-border);
  box-shadow: var(--shadow-sm);
}

.nrd-gallery__thumbs {
  gap: 10px;
}

.nrd-gallery__thumb {
  background: var(--surface);
  border-color: var(--border);
  border-radius: var(--radius-md);
  transition: border-color var(--dur-fast) var(--ease-out), box-shadow var(--dur-base) var(--ease-out), transform var(--dur-fast) var(--ease-out);
}

.nrd-gallery__thumb.is-active,
.nrd-gallery__thumb:hover,
.nrd-gallery__thumb:focus {
  border-color: var(--accent);
  box-shadow: var(--ring);
}

.nrd-gallery__thumb:active {
  transform: scale(0.98);
}

.nrd-pdp__info {
  color: var(--text);
}

.nrd-pdp__sku {
  color: var(--text-subtle);
  font-family: var(--font-mono);
  font-size: 13px;
}

.nrd-specs {
  color: var(--text);
}

.nrd-specs__head {
  color: var(--text-strong);
  font-family: var(--font-display);
  font-weight: 800;
}

.nrd-buybox {
  background: var(--surface);
  border-color: var(--border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
}

.nrd-buybox__price {
  color: var(--price);
}

.nrd-buybox__row {
  gap: 10px;
}

.nrd-buybox__total {
  background: var(--surface-sunken);
  border: 1px solid var(--border);
  color: var(--text-strong);
}

.nrd-badge {
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 9px;
  background: var(--surface-sunken);
  border: 0;
  border-radius: var(--radius-sm);
  color: var(--text);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.nrd-badge.sz-sm {
  height: 20px;
  padding: 0 7px;
  border-radius: var(--radius-xs);
  font-size: 11px;
}

.nrd-badge__dot {
  width: 6px;
  height: 6px;
  background: currentColor;
  border-radius: 50%;
}

.nrd-badge.solid.accent {
  background: var(--accent);
  color: var(--on-accent);
}

.nrd-badge.solid.success {
  background: var(--success);
  color: #ffffff;
}

.nrd-badge.solid.danger {
  background: var(--discount-bg);
  color: var(--discount-text);
}

.nrd-badge.solid.info {
  background: var(--info);
  color: #ffffff;
}

.nrd-badge.solid.warning {
  background: var(--warning);
  color: #ffffff;
}

.nrd-badge.solid.neutral {
  background: var(--surface-inverse);
  color: var(--text-on-inverse);
}

.nrd-badge.solid.gold {
  background: linear-gradient(135deg, #dcc08a, #b8945a);
  color: #2a2010;
}

.nrd-badge.soft.accent {
  background: var(--accent-soft);
  color: var(--text-accent);
}

.nrd-badge.soft.success,
.nrd-badge.v-success {
  background: var(--success-soft);
  color: var(--success);
}

.nrd-badge.soft.danger {
  background: var(--danger-soft);
  color: var(--danger);
}

.nrd-badge.soft.info {
  background: var(--info-soft);
  color: var(--info);
}

.nrd-badge.soft.warning {
  background: var(--warning-soft);
  color: var(--warning);
}

.nrd-badge.soft.neutral {
  background: var(--surface-sunken);
  color: var(--text-muted);
}

.nrd-badge.soft.gold {
  background: rgba(201, 168, 106, 0.16);
  color: var(--gold-700, #9a7b43);
}

body.nh-dark-shell .nrd-badge.soft.gold,
[data-theme="dark"] .nrd-badge.soft.gold {
  color: var(--gold-300, #e6cf9a);
}

.nrd-rating {
  --nrd-star-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 1.6c.36 0 .69.2.85.53l2.62 5.3 5.85.85c.8.12 1.12 1.1.54 1.66l-4.23 4.13.99 5.83c.14.8-.7 1.4-1.42 1.03L12 18.21l-5.23 2.75c-.71.37-1.55-.23-1.42-1.03l1-5.83-4.24-4.13c-.58-.56-.26-1.54.54-1.66l5.85-.85 2.62-5.3c.16-.33.49-.53.85-.53z'/%3E%3C/svg%3E");
  --nrd-rating-star-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.nrd-rating__stars {
  position: relative;
  display: inline-block;
  line-height: 0;
}

.nrd-rating__row {
  display: flex;
  gap: 2px;
}

.nrd-rating__row.fill {
  position: absolute;
  inset: 0;
  overflow: hidden;
  white-space: nowrap;
}

.nrd-rating__star {
  width: var(--nrd-rating-star-size);
  height: var(--nrd-rating-star-size);
  flex: 0 0 var(--nrd-rating-star-size);
  display: inline-block;
  color: transparent;
  background: var(--neutral-300);
  -webkit-mask-image: var(--nrd-star-mask);
  mask-image: var(--nrd-star-mask);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.nrd-rating__star::before {
  content: "";
}

.nrd-rating__row.base .nrd-rating__star {
  background: var(--neutral-300);
}

body.nh-dark-shell .nrd-rating__row.base .nrd-rating__star,
[data-theme="dark"] .nrd-rating__row.base .nrd-rating__star {
  background: var(--neutral-700);
}

.nrd-rating__row.fill .nrd-rating__star {
  background: linear-gradient(150deg, #f4d27c 0%, var(--star, #e3b04b) 52%, #c8902f 100%);
}

.nrd-rating__count {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--text-muted);
}

.nrd-rating__count b {
  color: var(--text-strong);
  font-weight: 600;
}

.nrd-qty {
  display: inline-flex;
  align-items: center;
  height: 44px;
  border: 1.5px solid var(--field-border);
  border-radius: var(--radius-md);
  background: var(--field-bg);
  overflow: hidden;
}

.nrd-qty.sz-sm {
  height: 36px;
}

.nrd-qty__btn {
  width: 42px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: none;
  color: var(--text);
  cursor: pointer;
  transition: background var(--dur-fast) var(--ease-out), color var(--dur-fast);
}

.nrd-qty.sz-sm .nrd-qty__btn {
  width: 34px;
}

.nrd-qty__btn:hover:not(:disabled),
.nrd-qty__btn:focus:not(:disabled) {
  background: var(--surface-hover);
  color: var(--accent);
}

.nrd-qty__btn:active:not(:disabled) {
  background: var(--accent-soft);
}

.nrd-qty__btn:disabled {
  color: var(--text-disabled);
  cursor: not-allowed;
}

.nrd-assure-list {
  border-top-color: var(--border);
}

.nrd-assure {
  color: var(--text-muted);
}

.nrd-assure i {
  background: var(--accent-soft);
  color: var(--accent);
}

.nrd-tabs {
  background: var(--surface);
  border-color: var(--border);
  border-radius: var(--radius-xl);
}

.nrd-tabs__nav {
  gap: 4px;
  border-bottom-color: var(--border);
}

.nrd-tabs__tab {
  color: var(--text-muted);
  font-family: var(--font-display);
  font-weight: 700;
}

.nrd-tabs__tab:hover,
.nrd-tabs__tab:focus,
.nrd-tabs__tab.active {
  color: var(--text-accent);
  border-bottom-color: var(--accent);
}

.nrd-buybar {
  background: var(--surface);
  border-color: var(--border);
}

.nrd-buybar__inner {
  gap: 18px;
}

.nrd-buybar__title {
  color: var(--text-strong);
  font-family: var(--font-display);
}

.nrd-buybar__price {
  color: var(--price);
  font-family: var(--font-display);
}

.nrd-btn {
  --_h: 42px;
  --_px: 18px;
  --_fs: 15px;
  --_gap: 8px;
  position: relative;
  min-width: 0;
  min-height: var(--_h);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--_gap);
  padding: 0 var(--_px);
  border: 1.5px solid transparent;
  border-radius: var(--radius-md);
  font-family: var(--font-display);
  font-size: var(--_fs);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out), box-shadow var(--dur-base) var(--ease-out), transform var(--dur-fast) var(--ease-out);
  -webkit-tap-highlight-color: transparent;
}

.nrd-btn:hover,
.nrd-btn:focus {
  text-decoration: none;
}

.nrd-btn:focus-visible {
  outline: none;
  box-shadow: var(--ring);
}

.nrd-btn:active {
  transform: translateY(1px) scale(0.99);
}

.nrd-btn.sz-sm {
  --_h: 34px;
  --_px: 14px;
  --_fs: 14px;
  --_gap: 6px;
  border-radius: var(--radius-sm);
}

.nrd-btn.sz-lg {
  --_h: 52px;
  --_px: 26px;
  --_fs: 17px;
  --_gap: 10px;
  border-radius: var(--radius-lg);
}

.nrd-btn.fw {
  width: 100%;
}

.nrd-btn.v-primary {
  background-color: var(--accent);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0) 55%);
  border-color: var(--accent);
  color: var(--on-accent);
}

.nrd-btn.v-primary:hover,
.nrd-btn.v-primary:focus {
  background-color: var(--accent-hover);
  border-color: var(--accent-hover);
  color: var(--on-accent);
  box-shadow: var(--shadow-accent);
}

.nrd-btn.v-secondary {
  background: var(--surface);
  border-color: var(--border-strong);
  color: var(--text-strong);
  box-shadow: var(--shadow-xs);
}

.nrd-btn.v-secondary:hover,
.nrd-btn.v-secondary:focus {
  background: var(--surface-hover);
  border-color: var(--accent-border);
  color: var(--text-accent);
}

.nrd-btn.v-outline {
  background: transparent;
  border-color: var(--accent);
  color: var(--text-accent);
}

.nrd-btn.v-outline:hover,
.nrd-btn.v-outline:focus {
  background: var(--accent-soft);
  color: var(--text-accent);
}

.nrd-btn.v-ghost {
  background: transparent;
  border-color: transparent;
  color: var(--text-muted);
}

.nrd-btn.v-ghost:hover,
.nrd-btn.v-ghost:focus {
  background: var(--surface-hover);
  color: var(--text-accent);
}

.nrd-btn.v-danger {
  background: var(--danger);
  border-color: var(--danger);
  color: #ffffff;
}

.nrd-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.nrd-field__label {
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
}

body.not-hot-storefront div.required .col-form-label::before,
body.not-hot-storefront div.required .form-label::before,
body.not-hot-storefront .required > .nrd-field__label::before {
  content: "* ";
  color: var(--danger);
  font-weight: 800;
}

input.nrd-input,
select.nrd-input,
textarea.nrd-input,
.nrd-input-shell {
  padding: 0 14px;
  background: var(--field-bg);
  border: 1.5px solid var(--field-border);
  border-radius: var(--radius-md);
  color: var(--text-strong);
  font-family: var(--font-body);
  font-size: 15px;
  transition: border-color var(--dur-fast) var(--ease-out), box-shadow var(--dur-base) var(--ease-out), background var(--dur-fast) var(--ease-out);
}

input.nrd-input,
select.nrd-input,
.nrd-input-shell {
  height: 44px;
}

.nrd-input::placeholder,
textarea.nrd-input::placeholder {
  color: var(--field-placeholder);
  opacity: 1;
}

select.nrd-input {
  --nrd-select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%236f7a75' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  appearance: none;
  -webkit-appearance: none;
  padding-right: 40px;
  background-image: var(--nrd-select-chevron);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px 18px;
  cursor: pointer;
}

body.nh-dark-shell select.nrd-input,
[data-theme="dark"] select.nrd-input {
  --nrd-select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%239aa7a0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
}

textarea.nrd-input {
  min-height: 112px;
  padding-top: 12px;
  padding-bottom: 12px;
}

input.nrd-input.sz-sm,
select.nrd-input.sz-sm,
.nrd-input-shell.sz-sm {
  height: 36px;
  padding-right: 11px;
  padding-left: 11px;
}

select.nrd-input.sz-sm {
  padding-right: 36px;
  background-position: right 10px center;
}

input.nrd-input:hover,
select.nrd-input:hover,
textarea.nrd-input:hover,
.nrd-input-shell:hover {
  border-color: var(--border-strong);
}

input.nrd-input:focus,
select.nrd-input:focus,
textarea.nrd-input:focus,
.nrd-input-shell:focus-within {
  background: var(--surface);
  border-color: var(--accent);
  color: var(--text-strong);
  outline: none;
  box-shadow: var(--ring);
}

input.nrd-input:disabled,
select.nrd-input:disabled,
textarea.nrd-input:disabled {
  background: var(--surface-sunken);
  opacity: 0.7;
  cursor: not-allowed;
}

.input-group.nrd-input-group {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.input-group.nrd-input-group.nrd-date-field {
  max-width: 100%;
}

.input-group.nrd-input-group.nrd-icon-field {
  max-width: 100%;
}

.input-group.nrd-input-group.nrd-date-field > input.nrd-input.nrd-date-field__control,
#checkout-checkout .input-group.nrd-input-group.nrd-date-field > input.nrd-input.nrd-date-field__control,
.input-group.nrd-input-group.nrd-icon-field.v-trailing > input.nrd-input.nrd-icon-field__control,
#checkout-checkout .input-group.nrd-input-group.nrd-icon-field.v-trailing > input.nrd-input.nrd-icon-field__control {
  min-width: 0;
  flex: 1 1 auto;
  border-top-left-radius: var(--radius-md);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: var(--radius-md);
}

.input-group.nrd-input-group.nrd-icon-field.v-leading > input.nrd-input.nrd-icon-field__control,
#checkout-checkout .input-group.nrd-input-group.nrd-icon-field.v-leading > input.nrd-input.nrd-icon-field__control {
  min-width: 0;
  flex: 1 1 auto;
  border-top-left-radius: 0;
  border-top-right-radius: var(--radius-md);
  border-bottom-right-radius: var(--radius-md);
  border-bottom-left-radius: 0;
}

.input-group.nrd-input-group.nrd-icon-field.v-leading.has-action > input.nrd-input.nrd-icon-field__control,
#checkout-checkout .input-group.nrd-input-group.nrd-icon-field.v-leading.has-action > input.nrd-input.nrd-icon-field__control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.nrd-input-group.nrd-date-field > input.nrd-input.nrd-date-field__control:focus,
.input-group.nrd-input-group.nrd-icon-field > input.nrd-input.nrd-icon-field__control:focus {
  box-shadow: none;
}

.input-group.nrd-input-group > .input-group-text.nrd-input-addon {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  background: var(--surface-sunken);
  border: 1.5px solid var(--field-border);
  color: var(--text-muted);
}

.input-group.nrd-input-group.nrd-date-field > .input-group-text.nrd-input-addon.nrd-date-field__addon {
  border-left: 0;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.input-group.nrd-input-group.nrd-icon-field.v-trailing > .input-group-text.nrd-input-addon.nrd-icon-field__addon {
  border-left: 0;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.input-group.nrd-input-group.nrd-icon-field.v-leading > .input-group-text.nrd-input-addon.nrd-icon-field__addon {
  border-right: 0;
  border-radius: var(--radius-md) 0 0 var(--radius-md);
}

.input-group.nrd-input-group.nrd-icon-field.has-action > .nrd-icon-field__button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group.nrd-input-group:focus-within {
  border-radius: var(--radius-md);
  box-shadow: var(--ring);
}

.input-group.nrd-input-group:focus-within > .nrd-input-addon {
  border-color: var(--accent);
  color: var(--accent);
}

.nrd-input-addon__icon {
  font-size: 16px;
  line-height: 1;
}

.nrd-qty__val {
  min-width: 44px;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15px;
  color: var(--text-strong);
  border: none;
  background: transparent;
  box-shadow: none;
  -moz-appearance: textfield;
}

.nrd-qty__val::-webkit-outer-spin-button,
.nrd-qty__val::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.nrd-qty__val:focus {
  outline: none;
  box-shadow: none;
}

.nrd-check {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  margin: 0;
  cursor: pointer;
  user-select: none;
}

.nrd-check input,
.nrd-check__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.nrd-check__box {
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--field-bg);
  border: 1.5px solid var(--field-border);
  border-radius: var(--radius-xs);
  color: var(--on-accent);
  transition: background var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-spring);
}

.nrd-check:hover .nrd-check__box {
  border-color: var(--accent);
}

.nrd-check input:checked + .nrd-check__box,
.nrd-check__input:checked + .nrd-check__box {
  background: var(--accent);
  border-color: var(--accent);
}

.nrd-check input:focus-visible + .nrd-check__box,
.nrd-check__input:focus-visible + .nrd-check__box {
  box-shadow: var(--ring);
}

.nrd-check input:active + .nrd-check__box,
.nrd-check__input:active + .nrd-check__box {
  transform: scale(0.9);
}

.nrd-check__mark {
  opacity: 0;
  transform: scale(0.5);
  transition: opacity var(--dur-fast) var(--ease-out), transform var(--dur-base) var(--ease-spring);
}

.nrd-check input:checked + .nrd-check__box .nrd-check__mark,
.nrd-check__input:checked + .nrd-check__box .nrd-check__mark {
  opacity: 1;
  transform: scale(1);
}

.nrd-check__label {
  min-width: 0;
  color: var(--text);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.45;
}

.nrd-check.form-check-inline {
  margin-right: 14px;
}

.nrd-check.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.nrd-check.is-radio .nrd-check__box {
  border-radius: var(--radius-full);
}

.nrd-check.is-radio input:checked + .nrd-check__box,
.nrd-check.is-radio .nrd-check__input:checked + .nrd-check__box {
  background: var(--field-bg);
  border-color: var(--accent);
}

.nrd-check__dot {
  width: 10px;
  height: 10px;
  background: var(--accent);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.4);
  transition: opacity var(--dur-fast) var(--ease-out), transform var(--dur-base) var(--ease-out);
}

.nrd-check input:checked + .nrd-check__box .nrd-check__dot,
.nrd-check__input:checked + .nrd-check__box .nrd-check__dot {
  opacity: 1;
  transform: scale(1);
}

.nrd-switch {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  margin: 0;
  cursor: pointer;
  user-select: none;
}

.nrd-switch input,
.nrd-switch__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.nrd-switch__track {
  position: relative;
  width: 44px;
  height: 26px;
  flex: none;
  background: var(--neutral-300);
  border-radius: var(--radius-full);
  transition: background var(--dur-base) var(--ease-out);
}

[data-theme="dark"] .nrd-switch__track,
body.nh-dark-shell .nrd-switch__track {
  background: var(--neutral-700);
}

.nrd-switch__thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  box-shadow: var(--shadow-sm);
  transition: transform var(--dur-base) var(--ease-out);
}

.nrd-switch input:checked + .nrd-switch__track,
.nrd-switch__input:checked + .nrd-switch__track {
  background: var(--accent);
}

.nrd-switch input:checked + .nrd-switch__track .nrd-switch__thumb,
.nrd-switch__input:checked + .nrd-switch__track .nrd-switch__thumb {
  transform: translateX(18px);
}

.nrd-switch input:focus-visible + .nrd-switch__track,
.nrd-switch__input:focus-visible + .nrd-switch__track {
  box-shadow: var(--ring);
}

.nrd-switch__label {
  min-width: 0;
  color: var(--text);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.45;
}

.nh-checkout-page .form-label,
.nh-account-page .form-label,
.nh-contact-form .form-label,
.nh-review-field label,
#modal-shipping .form-label,
#modal-payment .form-label {
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
}

.nh-checkout-page .form-control,
.nh-checkout-page .form-select,
.nh-account-page .form-control,
.nh-account-page .form-select,
.nh-contact-form .form-control,
.nh-review-field .form-control,
#modal-shipping .form-control,
#modal-payment .form-control {
  min-height: 44px;
  background-color: var(--field-bg);
  border: 1.5px solid var(--field-border);
  border-radius: var(--radius-md);
  color: var(--text-strong);
  font-family: var(--font-body);
  font-size: 15px;
  box-shadow: none;
  transition: border-color var(--dur-fast) var(--ease-out), box-shadow var(--dur-base) var(--ease-out), background var(--dur-fast) var(--ease-out);
}

.nh-checkout-page textarea.form-control,
.nh-account-page textarea.form-control,
.nh-contact-form textarea.form-control,
.nh-review-field textarea.form-control,
#modal-shipping textarea.form-control,
#modal-payment textarea.form-control {
  min-height: 112px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.nh-checkout-page .form-control:hover,
.nh-checkout-page .form-select:hover,
.nh-account-page .form-control:hover,
.nh-account-page .form-select:hover,
.nh-contact-form .form-control:hover,
.nh-review-field .form-control:hover,
#modal-shipping .form-control:hover,
#modal-payment .form-control:hover {
  border-color: var(--border-strong);
}

.nh-checkout-page .form-control:focus,
.nh-checkout-page .form-select:focus,
.nh-account-page .form-control:focus,
.nh-account-page .form-select:focus,
.nh-contact-form .form-control:focus,
.nh-review-field .form-control:focus,
#modal-shipping .form-control:focus,
#modal-payment .form-control:focus {
  background-color: var(--surface);
  border-color: var(--accent);
  color: var(--text-strong);
  box-shadow: var(--ring);
}

.nh-checkout-page .input-group-text,
.nh-account-page .input-group-text,
#modal-shipping .input-group-text,
#modal-payment .input-group-text {
  background: var(--surface-sunken);
  border: 1.5px solid var(--field-border);
  color: var(--text-muted);
}

.nh-checkout-page .form-check:not(.nrd-check),
.nh-account-page .form-check:not(.nrd-check),
.nh-contact-form .form-check:not(.nrd-check),
#modal-shipping .form-check,
#modal-payment .form-check {
  min-height: 32px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 10px;
  padding: 0;
}

.nh-checkout-page .form-check-inline:not(.nrd-check),
.nh-account-page .form-check-inline:not(.nrd-check) {
  display: inline-flex;
  margin-right: 14px;
}

.nh-checkout-page .form-check-input,
.nh-account-page .form-check-input,
.nh-contact-form .form-check-input,
#modal-shipping .form-check-input,
#modal-payment .form-check-input,
#modal-shipping input[type="radio"],
#modal-payment input[type="radio"] {
  flex: none;
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
  background-color: var(--field-bg);
  border: 1.5px solid var(--field-border);
  box-shadow: none;
  cursor: pointer;
}

.nh-checkout-page .form-check-input:hover,
.nh-account-page .form-check-input:hover,
.nh-contact-form .form-check-input:hover,
#modal-shipping .form-check-input:hover,
#modal-payment .form-check-input:hover,
#modal-shipping input[type="radio"]:hover,
#modal-payment input[type="radio"]:hover {
  border-color: var(--accent);
}

.nh-checkout-page .form-check-input:focus,
.nh-account-page .form-check-input:focus,
.nh-contact-form .form-check-input:focus,
#modal-shipping .form-check-input:focus,
#modal-payment .form-check-input:focus,
#modal-shipping input[type="radio"]:focus,
#modal-payment input[type="radio"]:focus {
  border-color: var(--accent);
  box-shadow: var(--ring);
}

.nh-checkout-page .form-check-input:checked,
.nh-account-page .form-check-input:checked,
.nh-contact-form .form-check-input:checked,
#modal-shipping .form-check-input:checked,
#modal-payment .form-check-input:checked,
#modal-shipping input[type="radio"]:checked,
#modal-payment input[type="radio"]:checked {
  background-color: var(--accent);
  border-color: var(--accent);
}

.nh-checkout-page .form-check-label,
.nh-account-page .form-check-label,
.nh-contact-form .form-check-label,
#modal-shipping .form-check-label,
#modal-payment .form-check-label,
#modal-shipping label,
#modal-payment label {
  min-width: 0;
  color: var(--text);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.45;
}

#modal-shipping .modal-content,
#modal-payment .modal-content {
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl);
}

#modal-shipping .modal-header,
#modal-payment .modal-header {
  padding: 18px 20px;
  border-bottom-color: var(--border);
}

#modal-shipping .modal-title,
#modal-payment .modal-title {
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
}

#modal-shipping .modal-body,
#modal-payment .modal-body {
  padding: 20px;
  color: var(--text);
}

#modal-shipping .modal-body p,
#modal-payment .modal-body p {
  color: var(--text-muted);
}

#modal-shipping .modal-body strong,
#modal-payment .modal-body strong {
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 14px;
}

.nrd-checkout-page {
  color: var(--text);
}

.nrd-checkout-page__content,
.nrd-checkout-main,
.nrd-checkout-side,
.nrd-checkout-form {
  min-width: 0;
}

.nrd-checkout-hero {
  margin-bottom: 22px;
}

.nrd-checkout-layout {
  align-items: start;
}

.nrd-checkout-step,
.nrd-checkout-summary-shell {
  border-color: var(--border);
}

.nrd-checkout-address,
.nrd-checkout-method {
  min-width: 0;
  margin: 0;
}

.nrd-checkout-form .nrd-input {
  width: 100%;
}

.nrd-checkout-form .nrd-btn {
  min-width: 128px;
}

.nrd-checkout-method-option {
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
}

.nrd-checkout-method-option:last-child {
  border-bottom: 0;
}

.nrd-method-status {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: stretch;
  overflow: hidden;
  min-height: 48px;
  background: var(--surface-sunken);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
}

.nrd-method-status__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  background: color-mix(in srgb, var(--surface) 58%, transparent);
  border-right: 1px solid var(--border);
}

.nrd-method-status.is-selected .nrd-method-status__icon {
  color: var(--accent);
  background: var(--accent-soft);
}

.nrd-method-status__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  padding: 9px 14px;
}

.nrd-method-status__label {
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nrd-method-status:not(.is-selected) .nrd-method-status__label {
  color: var(--text-subtle);
  font-weight: 600;
}

.nrd-method-status__hint {
  color: var(--text-subtle);
  font-size: 12px;
  line-height: 1.3;
}

.nrd-method-status__button {
  min-width: 118px;
  border-radius: 0 !important;
}

.nrd-method-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}

.nrd-method-card {
  position: relative;
  display: grid;
  grid-template-columns: 20px 38px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  min-width: 0;
  padding: 14px 16px;
  color: var(--text);
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: border-color var(--dur-fast), background var(--dur-fast), transform var(--dur-fast);
}

.nrd-method-card:hover {
  border-color: var(--border-strong);
  transform: translateY(-1px);
}

.nrd-method-card.is-on {
  background: var(--accent-soft);
  border-color: var(--accent);
}

.nrd-method-card input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.nrd-method-card__dot {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1.5px solid var(--border-strong);
  border-radius: 50%;
}

.nrd-method-card.is-on .nrd-method-card__dot {
  border-color: var(--accent);
}

.nrd-method-card.is-on .nrd-method-card__dot::after {
  content: '';
  position: absolute;
  inset: 3px;
  background: var(--accent);
  border-radius: 50%;
}

.nrd-method-card__icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  background: var(--accent-soft);
  border-radius: var(--radius-md);
}

.nrd-method-card.is-on .nrd-method-card__icon {
  background: var(--surface);
}

.nrd-method-card__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.nrd-method-card__label {
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.25;
}

.nrd-method-card__desc {
  color: var(--text-muted);
  font-size: 12.5px;
  line-height: 1.4;
}

.nrd-method-card__note {
  color: var(--text-muted);
  font-family: var(--font-mono);
  font-size: 13px;
  white-space: nowrap;
}

.nrd-method-card.is-on .nrd-method-card__note {
  color: var(--text-accent);
  font-family: var(--font-display);
  font-weight: 700;
}

.nrd-method-empty {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 13px 14px;
  color: var(--text-muted);
  background: var(--surface-sunken);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  font-size: 13px;
  line-height: 1.45;
}

.nrd-method-empty i {
  flex: none;
  margin-top: 2px;
  color: var(--accent);
}

.nrd-method-empty.v-danger i {
  color: var(--danger);
}

.nrd-method-empty.is-loading i {
  color: var(--text-subtle);
}

.nrd-method-error {
  margin-top: 8px;
}

.nrd-checkout-comment {
  margin-top: 18px;
}

.nrd-checkout-comment .nrd-textarea {
  min-height: 126px;
  resize: vertical;
}

@media (max-width: 767.98px) {
  .nrd-method-status {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .nrd-method-status__button {
    grid-column: 1 / -1;
    min-width: 0;
    min-height: 42px;
  }

  .nrd-method-status__label {
    white-space: normal;
  }

  .nrd-method-card {
    grid-template-columns: 20px 34px minmax(0, 1fr);
    gap: 10px;
    padding: 13px 12px;
  }

  .nrd-method-card__icon {
    width: 34px;
    height: 34px;
  }

  .nrd-method-card__note {
    grid-column: 3;
    white-space: normal;
  }
}

.nrd-checkout-modal__dialog {
  max-width: min(560px, calc(100vw - 24px));
}

.nrd-checkout-modal {
  background: var(--surface);
  border-color: var(--border);
}

.nrd-checkout-modal__header {
  background: var(--surface);
  align-items: center;
  gap: 16px;
}

.nrd-checkout-modal__title {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  margin: 0;
}

.nrd-checkout-modal__title-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  background: var(--accent-soft);
  border: 1px solid var(--accent-border);
  border-radius: var(--radius-md);
}

.nrd-checkout-modal__title-glyph {
  font-size: 15px;
  line-height: 1;
}

.nrd-checkout-modal__title-text {
  min-width: 0;
  overflow-wrap: anywhere;
}

.nrd-checkout-modal__close.btn-close {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  padding: 0;
  background: transparent;
  color: var(--text-muted);
  opacity: 1;
  box-shadow: none;
}

.nrd-checkout-modal__close.btn-close:hover,
.nrd-checkout-modal__close.btn-close:focus {
  color: var(--text-strong);
  background: var(--surface-hover);
}

.nrd-checkout-modal__close.btn-close:focus-visible {
  outline: none;
  box-shadow: var(--ring);
}

.nrd-checkout-modal__close.btn-close i {
  pointer-events: none;
}

.nrd-checkout-modal__body {
  max-height: min(72vh, 720px);
  overflow: auto;
}

.nrd-checkout-confirm {
  min-width: 0;
}

.nrd-checkout-confirm__head,
.nrd-checkout-confirm__item,
.nrd-checkout-confirm__totals div {
  min-width: 0;
}

.nrd-alert {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-width: 1px;
  border-radius: var(--radius-md);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.45;
  box-shadow: var(--shadow-xs);
}

.nrd-alert i {
  flex: none;
  margin-top: 2px;
}

.nrd-alert.v-success {
  background: var(--success-soft);
  border-color: color-mix(in srgb, var(--success) 34%, transparent);
  color: var(--text-strong);
}

.nrd-alert.v-success i {
  color: var(--success);
}

.nrd-alert.v-danger {
  background: color-mix(in srgb, var(--danger) 10%, var(--surface));
  border-color: color-mix(in srgb, var(--danger) 34%, transparent);
  color: var(--text-strong);
}

.nrd-alert.v-danger i {
  color: var(--danger);
}

.nrd-alert.v-info {
  background: color-mix(in srgb, var(--accent) 10%, var(--surface));
  border-color: color-mix(in srgb, var(--accent) 30%, transparent);
  color: var(--text-strong);
}

.nrd-alert.v-info i {
  color: var(--accent);
}

.nrd-alert.v-warning {
  background: color-mix(in srgb, #f59e0b 12%, var(--surface));
  border-color: color-mix(in srgb, #f59e0b 36%, transparent);
  color: var(--text-strong);
}

.nrd-alert.v-warning i {
  color: #d97706;
}

.nrd-alert .nrd-alert__close.btn-close {
  position: static;
  top: auto;
  right: auto;
  z-index: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  box-sizing: border-box;
  width: 34px;
  min-width: 34px;
  min-height: 34px;
  height: 34px;
  padding: 0;
  margin: -5px -4px -5px auto;
  border: 0;
  border-radius: var(--radius-full);
  background: transparent;
  color: currentColor;
  filter: none;
  opacity: 0.64;
  transform: none;
  box-shadow: none;
  transition: background-color var(--duration-fast) var(--ease-out),
    opacity var(--duration-fast) var(--ease-out),
    color var(--duration-fast) var(--ease-out);
}

.nrd-alert .nrd-alert__close.btn-close:hover,
.nrd-alert .nrd-alert__close.btn-close:focus {
  background: color-mix(in srgb, currentColor 10%, transparent);
  color: currentColor;
  opacity: 1;
  box-shadow: none;
}

.nrd-alert .nrd-alert__close.btn-close:focus-visible {
  outline: 2px solid color-mix(in srgb, currentColor 32%, transparent);
  outline-offset: 2px;
}

.nrd-alert .nrd-alert__close.btn-close i {
  margin-top: 0;
  color: currentColor;
  font-size: 13px;
  line-height: 1;
  pointer-events: none;
}

#alert.nrd-toast-stack,
#alert.toast-container {
  position: fixed;
  top: auto !important;
  right: auto !important;
  bottom: 28px !important;
  left: 50% !important;
  z-index: var(--z-toast);
  display: grid;
  width: min(560px, calc(100vw - 32px));
  max-width: calc(100vw - 32px);
  gap: 10px;
  padding: 0 !important;
  transform: translateX(-50%);
  pointer-events: none;
}

#alert.nrd-toast-stack .alert,
#alert.toast-container .alert {
  box-sizing: border-box;
  width: max-content;
  min-width: 0;
  max-width: 100%;
  min-height: 46px;
  margin: 0 auto;
  padding: 13px 46px 13px 20px;
  align-items: center;
  border: 0;
  border-radius: var(--radius-full);
  background: var(--surface-inverse);
  color: var(--text-on-inverse);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  box-shadow: var(--shadow-xl);
  right: auto;
  pointer-events: auto;
}

#alert.nrd-toast-stack .nrd-alert.v-success,
#alert.toast-container .nrd-alert.v-success,
#alert.nrd-toast-stack .alert-success,
#alert.toast-container .alert-success {
  background: var(--surface-inverse);
  color: var(--text-on-inverse);
}

#alert.nrd-toast-stack .nrd-alert.v-success i,
#alert.toast-container .nrd-alert.v-success i,
#alert.nrd-toast-stack .alert-success i,
#alert.toast-container .alert-success i {
  color: var(--accent);
}

#alert.nrd-toast-stack .nrd-alert.v-danger i,
#alert.toast-container .nrd-alert.v-danger i,
#alert.nrd-toast-stack .alert-danger i,
#alert.toast-container .alert-danger i {
  color: var(--danger);
}

#alert.nrd-toast-stack .nrd-alert__close.btn-close,
#alert.toast-container .nrd-alert__close.btn-close {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  min-width: 30px;
  min-height: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  transform: translateY(-50%);
  filter: none;
  color: var(--text-on-inverse);
  opacity: 0.7;
}

#alert.nrd-toast-stack .nrd-alert__close.btn-close:hover,
#alert.nrd-toast-stack .nrd-alert__close.btn-close:focus,
#alert.toast-container .nrd-alert__close.btn-close:hover,
#alert.toast-container .nrd-alert__close.btn-close:focus {
  background: color-mix(in srgb, var(--text-on-inverse) 14%, transparent);
  color: var(--text-on-inverse);
  opacity: 1;
  box-shadow: none;
}

#alert.nrd-toast-stack .nrd-alert__close.btn-close i,
#alert.toast-container .nrd-alert__close.btn-close i {
  color: currentColor;
  font-size: 12px;
}

@media (max-width: 991.98px) {
  #alert.nrd-toast-stack,
  #alert.toast-container {
    bottom: calc(104px + env(safe-area-inset-bottom)) !important;
    width: min(560px, calc(100vw - 24px));
    max-width: calc(100vw - 24px);
  }

  #alert.nrd-toast-stack .alert,
  #alert.toast-container .alert {
    width: 100%;
    border-radius: var(--radius-lg);
  }
}

.nrd-up-button.nrd-icon-btn,
.nh-up-button.nrd-up-button {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  border: 1.5px solid var(--accent);
  border-radius: var(--radius-lg);
  background: var(--accent);
  color: var(--on-accent);
  box-shadow: var(--shadow-lg);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out), background var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
}

html.nh-scrolled .nrd-up-button.nrd-icon-btn,
html.nh-scrolled .nh-up-button.nrd-up-button {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nrd-up-button.nrd-icon-btn:hover,
.nrd-up-button.nrd-icon-btn:focus,
.nh-up-button.nrd-up-button:hover,
.nh-up-button.nrd-up-button:focus {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
  color: var(--on-accent);
  box-shadow: var(--shadow-accent);
}

.nrd-up-button.nrd-icon-btn:focus-visible,
.nh-up-button.nrd-up-button:focus-visible {
  outline: none;
  box-shadow: var(--ring), var(--shadow-accent);
}

@media (max-width: 767.98px) {
  .nrd-up-button.nrd-icon-btn,
  .nh-up-button.nrd-up-button {
    right: 14px;
    bottom: calc(92px + env(safe-area-inset-bottom));
  }
}

.nrd-callback-trigger {
  margin-top: 8px;
}

.nrd-callback-modal {
  color: var(--text);
}

.nrd-callback-modal__backdrop {
  background: color-mix(in srgb, var(--text-strong) 46%, transparent);
}

.nrd-callback-modal__dialog {
  background: var(--surface);
  border-color: var(--border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}

.nrd-callback-modal__close.nrd-icon-btn {
  position: absolute;
  min-width: 36px;
  min-height: 36px;
  padding: 0;
}

.nrd-callback-modal__icon {
  color: #fff;
  background: var(--accent);
  border-radius: var(--radius-lg);
}

.nrd-callback-modal h2 {
  color: var(--text-strong);
  font-family: var(--font-display);
}

.nrd-callback-modal p {
  color: var(--text-muted);
}

.nrd-callback-modal__actions {
  display: grid;
  gap: 10px;
}

.nrd-callback-modal__actions .nrd-btn {
  width: 100%;
}

.nrd-rail {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: var(--z-overlay);
  display: grid;
  gap: 1px;
  transform: translateY(-50%);
}

.nrd-rail__tab {
  width: 76px;
  min-height: 104px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 13px 8px 14px;
  border: 0;
  border-radius: var(--radius-lg) 0 0 var(--radius-lg);
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
  box-shadow: var(--shadow-lg);
  transform: translateX(10px);
  transition: transform var(--dur-base) var(--ease-out), filter var(--dur-fast) var(--ease-out), background var(--dur-fast) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
}

.nrd-rail__tab + .nrd-rail__tab {
  border-top-left-radius: var(--radius-sm);
}

.nrd-rail__tab:hover,
.nrd-rail__tab:focus {
  transform: translateX(0);
}

.nrd-rail__tab:focus-visible {
  outline: none;
  box-shadow: var(--ring), var(--shadow-lg);
}

.nrd-rail__tab--gold {
  background: linear-gradient(160deg, var(--gold-300), var(--gold-500));
  color: #35260d;
}

.nrd-rail__tab--gold:hover,
.nrd-rail__tab--gold:focus {
  filter: brightness(1.04);
}

.nrd-rail__tab--accent {
  background: var(--accent);
  color: var(--on-accent);
}

.nrd-rail__tab--accent:hover,
.nrd-rail__tab--accent:focus {
  background: var(--accent-hover);
  box-shadow: var(--shadow-accent);
}

.nrd-rail__ic {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.24);
  font-size: 18px;
}

.nrd-rail__txt {
  display: grid;
  gap: 1px;
}

.nrd-msg {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: calc(var(--z-overlay) + 2);
  display: grid;
  justify-items: end;
  pointer-events: none;
}

.nrd-msg__panel {
  width: 296px;
  max-width: calc(100vw - 32px);
  margin-bottom: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: var(--shadow-xl);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateY(10px) scale(0.96);
  transform-origin: right bottom;
  transition: opacity var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out), visibility var(--dur-base) step-end;
}

.nrd-msg.is-open .nrd-msg__panel {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: none;
  transition: opacity var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out), visibility 0s linear;
}

.nrd-msg__head {
  padding: 18px 18px 14px;
  background: var(--surface-inverse);
  color: var(--text-on-inverse);
}

.nrd-msg__head-title,
.nrd-msg__head-sub {
  display: block;
}

.nrd-msg__head-title {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}

.nrd-msg__head-sub {
  margin-top: 2px;
  font-size: 12.5px;
  line-height: 1.35;
  opacity: 0.72;
}

.nrd-msg__list {
  display: grid;
  gap: 2px;
  padding: 8px;
}

.nrd-msg__item {
  min-width: 0;
  min-height: 62px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 12px;
  padding: 10px 11px;
  border-radius: var(--radius-md);
  color: var(--text);
  text-decoration: none;
}

.nrd-msg__item:hover,
.nrd-msg__item:focus {
  color: var(--text-strong);
  background: var(--surface-hover);
  text-decoration: none;
}

.nrd-msg__chip {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-full);
  background: var(--nrd-msg-color, var(--accent));
  color: #fff;
  font-size: 20px;
}

.nrd-msg__meta {
  min-width: 0;
  display: grid;
  gap: 1px;
}

.nrd-msg__name {
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.nrd-msg__handle {
  overflow: hidden;
  color: var(--text-subtle);
  font-size: 12px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nrd-msg__go {
  color: var(--text-subtle);
  font-size: 13px;
}

.nrd-msg__fab {
  position: relative;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--radius-full);
  background: var(--accent);
  color: var(--on-accent);
  box-shadow: var(--shadow-accent);
  font-size: 24px;
  pointer-events: auto;
  transition: transform var(--dur-fast) var(--ease-out), background var(--dur-fast) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
}

.nrd-msg__fab:hover,
.nrd-msg__fab:focus {
  background: var(--accent-hover);
  box-shadow: var(--shadow-accent);
}

.nrd-msg__fab:focus-visible {
  outline: none;
  box-shadow: var(--ring), var(--shadow-accent);
}

.nrd-msg__fab:active {
  transform: scale(0.94);
}

.nrd-msg.is-open .nrd-msg__fab {
  background: var(--surface-inverse);
  color: var(--text-on-inverse);
}

.nrd-msg__fab-close,
.nrd-msg.is-open .nrd-msg__fab-open,
.nrd-msg.is-open .nrd-msg__pulse {
  display: none;
}

.nrd-msg.is-open .nrd-msg__fab-close {
  display: inline-block;
}

.nrd-msg__pulse {
  position: absolute;
  inset: 0;
  border: 2px solid var(--accent);
  border-radius: inherit;
  pointer-events: none;
  animation: nrd-msg-pulse 2.4s var(--ease-out) infinite;
}

.nh-up-button.nrd-up-button,
.nrd-up-button.nrd-icon-btn {
  right: 96px;
}

@keyframes nrd-msg-pulse {
  0% {
    opacity: 0.55;
    transform: scale(1);
  }

  70%,
  100% {
    opacity: 0;
    transform: scale(1.55);
  }
}

@media (prefers-reduced-motion: reduce) {
  .nrd-msg__pulse {
    animation: none;
  }
}

@media (max-width: 991.98px) {
  .nrd-rail__tab {
    width: 60px;
    min-height: 90px;
    font-size: 10.5px;
    transform: translateX(12px);
  }

  .nrd-rail__ic {
    width: 32px;
    height: 32px;
    font-size: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  body.not-hot-storefront .nh-category-page,
  body.not-hot-storefront .nh-listing-page {
    padding-right: calc(var(--bs-gutter-x, 0.75rem) + 56px);
  }
}

@media (max-width: 767.98px) {
  .nrd-rail {
    display: none;
  }

  .nrd-msg {
    right: 14px;
    bottom: calc(92px + env(safe-area-inset-bottom));
  }

  .nrd-msg__panel {
    width: min(320px, calc(100vw - 28px));
  }

  .nrd-msg__fab {
    width: 56px;
    height: 56px;
    font-size: 22px;
  }

  .nh-up-button.nrd-up-button,
  .nrd-up-button.nrd-icon-btn {
    right: 82px;
  }
}

#cookie.nrd-cookie-toast,
.nrd-cookie-toast {
  right: 18px;
  bottom: 18px;
  left: 18px;
  width: auto;
  height: auto;
  color: inherit;
  background: transparent;
  font-family: var(--font-body);
  opacity: 1;
}

#cookie.nrd-cookie-toast .nrd-cookie-toast__body,
.nrd-cookie-toast__body {
  background: var(--surface);
  border-color: var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  color: var(--text);
  font-size: inherit;
}

.nrd-cookie-toast__body p {
  color: var(--text);
}

.nrd-cookie-toast__actions {
  align-items: center;
}

.nrd-cookie-toast__actions .nrd-btn {
  min-height: 38px;
  font-size: 13px;
}

.nrd-pagination {
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
}

.nrd-page-item {
  min-width: 0;
}

.nrd-page-link {
  min-width: 38px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-strong);
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-md);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: background var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
}

.nrd-page-link:hover,
.nrd-page-link:focus {
  color: var(--text-accent);
  background: var(--surface-hover);
  border-color: var(--accent-border);
  text-decoration: none;
}

.nrd-page-link:focus-visible {
  outline: none;
  box-shadow: var(--ring);
}

.nrd-page-link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  font-size: 12px;
  line-height: 1;
}

.nrd-page-item--active .nrd-page-link,
.nrd-page-link.active {
  color: #fff;
  background: var(--accent);
  border-color: var(--accent);
}

.nrd-maintenance-page {
  padding-bottom: 54px;
}

.nrd-maintenance-panel {
  max-width: 820px;
}

@media (max-width: 991.98px) {
  #cookie.nrd-cookie-toast,
  .nrd-cookie-toast {
    bottom: calc(116px + env(safe-area-inset-bottom));
    left: 12px;
    right: 12px;
  }

  .nrd-cookie-toast__body {
    max-height: calc(100vh - 148px);
    overflow: auto;
  }
}

.nrd-tag {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-full);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
}

.nrd-tag.is-active {
  background: var(--accent-soft);
  border-color: var(--accent);
  color: var(--text-accent);
}

.nrd-drawer {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl);
}

.nrd-drawer__head {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--border);
}

.nrd-drawer__head h3 {
  margin: 0;
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
}

.nrd-drawer__head span {
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 600;
}

.nrd-drawer__body {
  min-height: 0;
  overflow-y: auto;
}

.nrd-cart-scrim {
  position: fixed;
  inset: 0;
  z-index: 1055;
  width: 100%;
  height: 100%;
  padding: 0;
  background: var(--scrim);
  border: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--dur-base) var(--ease-out), visibility var(--dur-base) var(--ease-out);
}

.nrd-cart-scrim.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.nrd-menu {
  margin-top: 10px;
  padding: 6px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.nrd-menu__item {
  margin: 0;
}

.nrd-menu__link {
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: var(--radius-md);
  color: var(--text);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out);
}

.nrd-menu__link:hover,
.nrd-menu__link:focus {
  background: var(--surface-hover);
  color: var(--text-strong);
  text-decoration: none;
}

.nrd-menu__icon {
  width: 18px;
  color: var(--text-accent);
  font-size: 14px;
  text-align: center;
}

.nh-account .nrd-account-menu.dropdown-menu {
  min-width: 220px;
  overflow: hidden;
}

.nrd-locale-dropdown {
  position: relative;
}

.nrd-locale-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: inherit;
  padding: 0;
  background: none;
  border: 0;
  font: inherit;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}

.nrd-locale-toggle:hover,
.nrd-locale-toggle:focus {
  color: var(--accent);
  text-decoration: none;
}

.nrd-locale-toggle:focus-visible {
  outline: 0;
  box-shadow: var(--ring);
  border-radius: var(--radius-sm);
}

.nrd-locale-toggle__flag,
.nrd-locale-menu__flag {
  width: 18px;
  height: 18px;
  object-fit: cover;
  border-radius: 50%;
}

.nrd-locale-menu.dropdown-menu,
.nrd-autocomplete-menu.dropdown-menu {
  min-width: 220px;
  overflow: hidden;
}

.nrd-autocomplete-menu .nrd-menu__link {
  white-space: normal;
}

.nrd-mini-cart {
  min-width: 0;
}

.nrd-cart-trigger {
  min-width: 0;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.nrd-cart-page {
  color: var(--text);
}

.nrd-cart-page__content {
  min-width: 0;
}

.nrd-cart-hero {
  border-color: var(--border);
}

.nrd-cart-layout {
  gap: 22px;
}

.nrd-cart-layout--empty {
  grid-template-columns: 1fr;
}

.nrd-cart-items,
.nrd-cart-drawer__items {
  gap: 12px;
}

.nrd-cart-item {
  background: var(--surface);
  border-color: var(--border);
  border-radius: var(--radius-lg);
  color: var(--text);
  transition: border-color var(--dur-fast) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
}

.nrd-cart-item:hover,
.nrd-cart-item:focus-within {
  border-color: var(--accent-border);
  box-shadow: var(--shadow-sm);
}

.nrd-cart-item__media {
  background: var(--surface-sunken);
  border-color: var(--border);
  border-radius: var(--radius-md);
}

.nrd-cart-item__body {
  min-width: 0;
}

.nrd-cart-item__name {
  color: var(--text-strong);
  font-family: var(--font-display);
  font-weight: 700;
  text-decoration: none;
}

.nrd-cart-item__name:hover,
.nrd-cart-item__name:focus {
  color: var(--text-accent);
  text-decoration: none;
}

.nrd-cart-item__meta {
  color: var(--text-muted);
}

.nrd-cart-item__side,
.nrd-cart-item__controls,
.nrd-cart-item__buttons,
.nrd-cart-item__total {
  min-width: 0;
}

.nrd-cart-item__side strong,
.nrd-cart-item__total strong {
  color: var(--price);
  font-family: var(--font-display);
}

.nrd-cart-item__qty span,
.nrd-cart-item__total span {
  color: var(--text-muted);
}

.nrd-cart-item__qty .nrd-input {
  background: var(--surface);
  border-color: var(--field-border);
  color: var(--text-strong);
  box-shadow: none;
}

.nrd-cart-item__qty .nrd-input:focus {
  border-color: var(--accent);
  box-shadow: var(--ring);
}

.nrd-cart-item__remove {
  color: var(--danger);
}

.nrd-cart-summary,
.nrd-cart-modules,
.nrd-cart-empty {
  background: var(--surface);
  border-color: var(--border);
  border-radius: var(--radius-lg);
  color: var(--text);
}

.nrd-cart-summary {
  box-shadow: var(--shadow-sm);
}

.nrd-cart-summary h2,
.nrd-cart-modules h2,
.nrd-cart-empty h2 {
  color: var(--text-strong);
  font-family: var(--font-display);
}

.nrd-cart-summary__totals {
  color: var(--text-muted);
}

.nrd-cart-summary__totals strong {
  color: var(--text-strong);
}

.nrd-cart-summary__totals div:last-child {
  border-top-color: var(--border);
}

.nrd-cart-summary__totals div:last-child strong {
  color: var(--price);
}

.nrd-cart-summary__assure {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
}

.nrd-cart-summary__assure-item {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.35;
}

.nrd-cart-summary__assure-item i {
  flex: 0 0 auto;
  width: 18px;
  color: var(--accent);
  text-align: center;
}

.nrd-cart-summary__paylogos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.nrd-cart-summary__paylogo {
  width: 34px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  background: var(--surface-sunken);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
}

.nrd-cart-actions {
  gap: 12px;
}

.nrd-cart-actions .nrd-btn {
  min-height: 46px;
}

.nrd-cart-empty i {
  background: var(--accent-soft);
  color: var(--accent);
}

.nrd-cart-empty__title {
  display: block;
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.nrd-cart-empty__hint {
  display: block;
  max-width: 32ch;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.5;
}

.nrd-cart-empty p,
.nrd-cart-modules p {
  color: var(--text-muted);
}

.nrd-cart-modules__accordion {
  display: grid;
  gap: 10px;
}

.nrd-cart-modules .nrd-cart-module {
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: none;
}

.nrd-cart-modules .nrd-cart-module + .nrd-cart-module {
  margin-top: 10px;
}

.nrd-cart-modules__accordion .nrd-cart-module + .nrd-cart-module {
  margin-top: 0;
}

.nrd-cart-modules .nrd-cart-module__header {
  margin: 0;
}

.nrd-cart-modules .nrd-cart-module__collapse {
  background: var(--surface);
}

.nrd-cart-modules .nrd-cart-module__toggle {
  min-height: 48px;
  padding: 14px 18px;
  color: var(--text-strong);
  background: var(--surface);
  border: 0;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  box-shadow: none;
}

.nrd-cart-modules .nrd-cart-module__toggle:not(.collapsed) {
  color: var(--text-accent);
  background: var(--accent-soft);
  box-shadow: none;
}

.nrd-cart-modules .nrd-cart-module__toggle:focus {
  border-color: transparent;
  box-shadow: var(--ring);
}

.nrd-cart-modules .nrd-cart-module__toggle::after {
  opacity: 0.72;
}

.nrd-cart-modules .nrd-cart-module__body {
  padding: 16px 18px 18px;
  color: var(--text);
  background: var(--surface);
  border-top: 1px solid var(--border);
}

.nrd-cart-module__form,
.nrd-shipping-estimator {
  display: grid;
  gap: 12px;
}

.nrd-cart-module__text {
  margin: 0;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.45;
}

.nrd-extension-field {
  align-items: center;
  margin-right: 0;
  margin-left: 0;
}

.nrd-extension-field .nrd-field__label {
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 700;
}

.nrd-extension-field .nrd-input {
  width: 100%;
}

.nrd-cart-module__actions,
.nrd-form-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 2px;
}

.nrd-payment-confirm {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.nrd-payment-instruction {
  min-width: 0;
  margin: 0;
}

.nrd-payment-instruction legend {
  margin-bottom: 12px;
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
}

.nrd-payment-box {
  padding: 16px;
  color: var(--text);
  background: var(--surface-sunken);
  border-color: var(--border) !important;
  border-radius: var(--radius-md) !important;
}

.nrd-payment-box p {
  margin: 0 0 8px;
  color: var(--text-muted);
  line-height: 1.45;
}

.nrd-payment-box p:last-child {
  margin-bottom: 0;
}

.nrd-payment-box b,
.nrd-payment-box strong {
  color: var(--text-strong);
  font-family: var(--font-display);
}

.nrd-captcha {
  min-width: 0;
  margin: 0;
}

.nrd-captcha legend {
  margin-bottom: 12px;
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
}

.nrd-captcha__image {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 8px;
  padding: 8px 10px;
  background: var(--surface-sunken);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
}

.nrd-side-nav {
  display: grid;
  gap: 4px;
  padding: 8px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
}

.nrd-side-nav__list,
.nrd-side-nav .nrd-side-nav__list.nav,
.nrd-side-nav .nrd-side-nav__list.nav-tabs {
  display: grid;
  gap: 4px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

.nrd-side-nav__list > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nrd-side-nav__list > li > .nrd-side-nav__link {
  width: 100%;
}

.nrd-side-nav__link,
#column-left .nrd-side-nav__link,
body.nh-dark-shell .nrd-side-nav__link,
body.nh-dark-shell #column-left .nrd-side-nav__link {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  color: var(--text);
  background: transparent;
  border: 0;
  border-radius: var(--radius-md);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

.nrd-side-nav__link--child {
  padding-left: 24px;
  color: var(--text-muted);
  font-weight: 600;
}

.nrd-side-nav__link:hover,
.nrd-side-nav__link:focus,
.nrd-side-nav__link.is-active,
.nrd-side-nav__link.active,
#column-left .nrd-side-nav__link:hover,
#column-left .nrd-side-nav__link:focus,
#column-left .nrd-side-nav__link.is-active,
#column-left .nrd-side-nav__link.active,
body.nh-dark-shell .nrd-side-nav__link:hover,
body.nh-dark-shell .nrd-side-nav__link:focus,
body.nh-dark-shell .nrd-side-nav__link.is-active,
body.nh-dark-shell .nrd-side-nav__link.active {
  color: var(--text-accent);
  background: var(--accent-soft);
}

.nrd-product-module {
  min-width: 0;
  color: var(--text);
}

.nrd-product-module__head {
  margin-bottom: 16px;
}

.nrd-product-module__title {
  margin: 0;
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 850;
  line-height: 1.18;
}

.nrd-product-module__grid {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 16px;
}

.nrd-banner-module {
  min-width: 0;
  overflow: hidden;
  background: var(--surface-sunken);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xs);
}

.nrd-banner-module__inner {
  overflow: hidden;
  border-radius: inherit;
}

.nrd-banner-module__row {
  --bs-gutter-x: 0;
  margin-right: 0;
  margin-left: 0;
}

.nrd-banner-module__slide {
  padding-right: 0;
  padding-left: 0;
}

.nrd-banner-module__link {
  display: block;
}

.nrd-banner-module__image {
  width: 100%;
  object-fit: cover;
}

.nrd-banner-module__indicators {
  gap: 6px;
  margin-bottom: 12px;
}

.nrd-banner-module__indicator,
.carousel-indicators .nrd-banner-module__indicator {
  width: 8px;
  height: 8px;
  margin: 0;
  background: var(--text-muted);
  border: 0;
  border-radius: var(--radius-full);
  opacity: 0.38;
}

.nrd-banner-module__indicator.active,
.carousel-indicators .nrd-banner-module__indicator.active {
  background: var(--accent);
  opacity: 1;
}

.nrd-banner-module__control {
  top: 50%;
  width: 42px;
  height: 42px;
  color: var(--text);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-full);
  box-shadow: var(--shadow-sm);
  opacity: 1;
  transform: translateY(-50%);
}

.nrd-banner-module__control:hover,
.nrd-banner-module__control:focus {
  color: var(--text-accent);
  background: var(--surface-raised);
  border-color: var(--accent-border);
}

.nrd-banner-module__control--prev {
  left: 12px;
}

.nrd-banner-module__control--next {
  right: 12px;
}

.nrd-banner-module__control span {
  color: currentColor;
  text-shadow: none;
}

.nrd-html-module {
  min-width: 0;
  color: var(--text);
}

.nrd-html-module__head {
  margin-bottom: 16px;
}

.nrd-html-module__title {
  margin: 0;
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 850;
  line-height: 1.18;
}

.nrd-html-module__body {
  min-width: 0;
}

.nrd-store-module {
  display: grid;
  gap: 8px;
  padding: 0 0 14px;
  overflow: hidden;
  color: var(--text);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
}

.nrd-store-module__head {
  padding: 14px 16px;
  color: var(--text-strong);
  background: var(--surface-sunken);
  border-bottom: 1px solid var(--border);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 800;
}

.nrd-store-module > .nrd-store-module__head {
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.nrd-store-module__text {
  margin: 6px 16px 2px;
  color: var(--text-muted);
  text-align: left;
}

.nrd-store-module__link {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  margin: 0 8px;
  padding: 0 8px;
  color: var(--text);
  border-radius: var(--radius-sm);
  font-weight: 600;
  text-decoration: none;
}

.nrd-store-module__link:hover,
.nrd-store-module__link:focus,
.nrd-store-module__link.is-active {
  color: var(--text-accent);
  background: var(--accent-soft);
}

.nrd-account-page {
  color: var(--text);
}

.nrd-account-page__content {
  min-width: 0;
}

.nrd-account-hero {
  border-color: var(--border);
}

.nrd-account-grid {
  gap: 18px;
}

.nrd-account-panel {
  background: var(--surface);
  border-color: var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
  color: var(--text);
}

.nrd-account-panel h2,
.nrd-account-section-title {
  color: var(--text-strong);
  font-family: var(--font-display);
}

.nrd-account-panel p {
  color: var(--text-muted);
}

.nrd-account-link-grid a {
  background: var(--surface-sunken);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  color: var(--text-strong);
}

.nrd-account-link-grid a:hover,
.nrd-account-link-grid a:focus {
  background: var(--surface-hover);
  border-color: var(--accent-border);
  color: var(--text-accent);
}

.nrd-account-link-grid i {
  background: var(--accent-soft);
  color: var(--accent);
}

.nrd-account-list,
.nrd-address-list,
.nrd-wishlist-list,
.nrd-order-list,
.nrd-order-products {
  gap: 12px;
}

.nrd-account-record,
.nrd-wishlist-item,
.nrd-order-card,
.nrd-order-product {
  background: var(--surface);
  border-color: var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
  color: var(--text);
}

.nrd-account-record__main > i,
.nrd-account-empty i {
  background: var(--accent-soft);
  color: var(--accent);
}

.nrd-account-record__main strong,
.nrd-account-record__main a,
.nrd-account-record__value,
.nrd-account-definition-grid strong,
.nrd-wishlist-item__title,
.nrd-wishlist-item__price,
.nrd-order-card__main strong,
.nrd-order-product a,
.nrd-order-product strong {
  color: var(--text-strong);
}

.nrd-account-record__main a:hover,
.nrd-wishlist-item__title:hover,
.nrd-order-product a:hover {
  color: var(--text-accent);
}

.nrd-account-record__main span,
.nrd-account-record__meta span,
.nrd-account-definition-grid span,
.nrd-wishlist-item__meta,
.nrd-order-card__main span,
.nrd-order-card__meta span,
.nrd-order-product span,
.nrd-order-product small {
  color: var(--text-muted);
}

.nrd-account-empty {
  background: var(--surface);
  border-color: var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
  color: var(--text-muted);
}

.nrd-account-actions {
  gap: 10px;
}

.nrd-account-actions .nrd-btn {
  min-height: 44px;
}

.nrd-pagination-row {
  color: var(--text-muted);
}

.nrd-pagination-row__pages {
  min-width: 0;
}

.nrd-pagination-row__results {
  color: var(--text-muted);
  font-size: 13px;
}

.nrd-account-table {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
  overflow-x: auto;
}

.nrd-account-table-panel {
  border-color: var(--border);
}

.nrd-account-table__table,
.nrd-account-table .table {
  --bs-table-bg: transparent;
  --bs-table-color: var(--text-strong);
  --bs-table-border-color: var(--border);
  --bs-table-hover-bg: var(--surface-hover);
  --bs-table-hover-color: var(--text-strong);
  margin: 0;
}

.nrd-account-table__table th,
.nrd-account-table__table td,
.nrd-account-table .table th,
.nrd-account-table .table td {
  color: var(--text-strong);
  border-color: var(--border);
}

.nrd-account-table__table thead th,
.nrd-account-table .table thead th {
  background: var(--surface-sunken);
  color: var(--text-muted);
}

.nrd-order-summary-grid,
.nrd-order-addresses,
.nrd-order-totals,
.nrd-account-detail-grid {
  gap: 18px;
}

.nrd-order-totals {
  background: var(--surface);
  border-color: var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
}

.nrd-info-page {
  color: var(--text);
}

.nrd-info-layout-shell {
  min-width: 0;
}

.nrd-info-page__content {
  min-width: 0;
}

.nrd-info-hero {
  border-color: var(--border);
}

.nrd-info-layout {
  gap: 24px;
}

.nrd-info-sidebar,
.nrd-info-article,
.nrd-contact-card,
.nrd-contact-panel,
.nrd-contact-location,
.nrd-sitemap-panel,
.nrd-info-modal {
  background: var(--surface);
  border-color: var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
  color: var(--text);
}

.nrd-info-sidebar h2,
.nrd-info-article h2,
.nrd-info-article h3,
.nrd-info-article h4,
.nrd-contact-panel h2,
.nrd-contact-locations h2,
.nrd-contact-location h3,
.nrd-info-modal .modal-title {
  color: var(--text-strong);
  font-family: var(--font-display);
}

.nrd-info-nav {
  background: var(--surface-sunken);
  border-color: var(--border);
}

.nrd-info-nav a {
  border-radius: var(--radius-md);
  color: var(--text-strong);
}

.nrd-info-nav a:hover,
.nrd-info-nav a:focus,
.nrd-info-nav a.is-active {
  background: var(--accent-soft);
  color: var(--text-accent);
}

.nrd-info-article :where(p, li, div, span, strong, b, em, i, small, td, th),
.nrd-contact-line,
.nrd-contact-line address,
.nrd-contact-line p,
.nrd-contact-form p,
.nrd-contact-location address,
.nrd-contact-location p {
  color: var(--text-muted);
}

.nrd-info-article a,
.nrd-contact-location a {
  color: var(--text-accent);
}

.nrd-info-article table,
.nrd-info-article th,
.nrd-info-article td {
  border-color: var(--border);
}

.nrd-info-article th {
  background: var(--surface-sunken);
  color: var(--text-muted);
}

.nrd-contact-card i,
.nrd-contact-line i {
  background: var(--accent-soft);
  color: var(--accent);
}

.nrd-contact-card span {
  color: var(--text-muted);
}

.nrd-contact-card strong {
  color: var(--text-strong);
}

.nrd-contact-form .form-label {
  color: var(--text-strong);
}

.nrd-contact-form .form-control {
  background: var(--field-bg);
  border-color: var(--field-border);
  color: var(--text-strong);
}

.nrd-contact-form .form-control:focus {
  background: var(--surface);
  border-color: var(--accent);
  box-shadow: var(--ring);
}

.nrd-contact-form .nrd-btn {
  justify-self: start;
}

.nrd-sitemap-grid {
  gap: 18px 0;
}

.nrd-sitemap-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
}

.nrd-sitemap-list a {
  color: var(--text-strong);
  text-decoration: none;
}

.nrd-sitemap-list a:hover,
.nrd-sitemap-list a:focus {
  color: var(--text-accent);
}

.nrd-blog-page {
  padding-bottom: 54px;
  color: var(--text);
}

.nrd-blog-layout {
  gap: 24px;
  align-items: flex-start;
}

.nrd-blog-content {
  min-width: 0;
}

.nrd-blog-title,
.nrd-blog-filter-title,
.nrd-blog-card__title,
.nrd-comment-form__title {
  color: var(--text-strong);
  font-family: var(--font-display);
}

.nrd-blog-title {
  margin: 0 0 18px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.05;
}

.nrd-blog-image {
  display: block;
  max-width: 100%;
  margin: 0 0 20px;
  padding: 0;
  overflow: hidden;
  border-color: var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
}

.nrd-blog-article {
  padding: 24px;
}

.nrd-blog-divider {
  margin: 28px 0;
  border-color: var(--border);
  opacity: 1;
}

.nrd-blog-search {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(160px, 240px) auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
}

.nrd-blog-search.input-group > .form-control,
.nrd-blog-search.input-group > .form-select {
  width: 100%;
  border-radius: var(--radius-md) !important;
}

.nrd-blog-search .nrd-btn {
  min-height: 44px;
}

.nrd-blog-card {
  display: grid;
  gap: 14px;
  padding: 20px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
}

.nrd-blog-card__title {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
}

.nrd-blog-card__title a,
.nrd-blog-card__meta a {
  color: var(--text-strong);
  text-decoration: none;
}

.nrd-blog-card__title a:hover,
.nrd-blog-card__meta a:hover {
  color: var(--text-accent);
}

.nrd-blog-card__image img {
  display: block;
  max-width: 100%;
  border-radius: var(--radius-md);
}

.nrd-blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 0;
  color: var(--text-muted);
  font-size: 13px;
}

.nrd-blog-card__excerpt,
.nrd-blog-empty {
  color: var(--text-muted);
  line-height: 1.55;
}

.nrd-blog-empty,
.nrd-comment-empty,
.nrd-comment-form__login {
  padding: 16px;
  background: var(--surface-sunken);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  color: var(--text-muted);
}

.nrd-blog-comments,
.nrd-comment-form,
.nrd-comment-form__list {
  display: grid;
  gap: 14px;
}

.nrd-comment-form {
  margin-top: 8px;
}

.nrd-comment-form__title {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
}

.nrd-comment-form .nrd-field {
  margin-bottom: 0 !important;
}

.nrd-comment-form .nrd-input {
  width: 100%;
}

.nrd-comment-form__actions {
  align-items: center;
  margin-top: 4px;
  row-gap: 10px;
}

.nrd-comment-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  padding: 16px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
}

.nrd-comment-card--reply,
.nrd-comment-card--reply-form {
  margin-top: 10px;
  padding: 12px 0 0;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--border);
  border-radius: 0;
  box-shadow: none;
}

.nrd-comment-card__media,
.nrd-comment-card__body {
  min-width: 0;
}

.nrd-comment-card__avatar {
  width: 44px;
  height: 44px;
  object-fit: cover;
  background: var(--surface-sunken);
  border: 1px solid var(--border);
  border-radius: var(--radius-full);
}

.nrd-comment-card__meta {
  margin: 0 0 6px;
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
}

.nrd-comment-card__meta span {
  margin-left: 8px;
  color: var(--text-subtle);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
}

.nrd-comment-card__text {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.55;
}

.nrd-comment-card__remove,
.nrd-comment-card__reply-action {
  margin: 0;
}

.nrd-comment-replies {
  margin-top: 12px;
  padding-left: 14px;
  border-left: 1px solid var(--border);
}

.nrd-comment-reply-form .nrd-field {
  margin-bottom: 10px;
}

.nrd-comment-pagination {
  margin-top: 14px;
}

@media (max-width: 767.98px) {
  .nrd-blog-title {
    font-size: 30px;
  }

  .nrd-blog-search {
    grid-template-columns: 1fr;
  }

  .nrd-blog-article,
  .nrd-blog-card,
  .nrd-comment-card {
    padding: 16px;
  }

  .nrd-comment-card {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .nrd-comment-card__avatar {
    width: 38px;
    height: 38px;
  }

  .nrd-comment-form__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .nrd-comment-form__actions .col,
  .nrd-comment-form__actions .text-end {
    width: 100%;
    padding: 0;
    text-align: left !important;
  }

  .nrd-comment-form__actions .nrd-btn {
    width: 100%;
  }
}

.nrd-info-modal .modal-header,
.nrd-info-modal__header {
  align-items: center;
  gap: 16px;
  border-color: var(--border);
}

.nrd-info-modal-shell {
  color: var(--text);
}

.nrd-info-modal__dialog {
  max-width: min(800px, calc(100vw - 24px));
}

.nrd-info-modal__title {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
}

.nrd-info-modal__close.btn-close {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  padding: 0;
  background: transparent;
  color: var(--text-muted);
  opacity: 1;
  box-shadow: none;
}

.nrd-info-modal__close.btn-close:hover,
.nrd-info-modal__close.btn-close:focus {
  color: var(--text-strong);
  background: var(--surface-hover);
}

.nrd-info-modal__close.btn-close:focus-visible {
  outline: none;
  box-shadow: var(--ring);
}

.nrd-info-modal__close.btn-close i {
  pointer-events: none;
}

.nrd-info-modal__body {
  max-height: min(70vh, 720px);
  overflow: auto;
}

.nrd-compare-page,
.nrd-voucher-page,
.nrd-status-page,
.nrd-brand-index-page,
.nrd-manufacturer-page {
  padding-bottom: 54px;
}

.nrd-compare-products {
  scrollbar-color: color-mix(in srgb, var(--accent) 48%, transparent) transparent;
}

.nrd-compare-card,
.nrd-brand-index-card {
  min-width: 0;
  color: var(--text);
}

.nrd-compare-card__media,
.nrd-brand-index-card__mark {
  background: var(--surface-sunken);
  border-color: var(--border);
}

.nrd-compare-card__body,
.nrd-brand-index-card__body {
  min-width: 0;
}

.nrd-compare-card__title,
.nrd-brand-index-card__body strong {
  color: var(--text-strong);
}

.nrd-compare-card__actions .nrd-btn {
  width: 100%;
}

.nrd-compare-matrix {
  scroll-padding-left: var(--nh-compare-label-width, 200px);
}

.nrd-compare-row > strong,
.nrd-compare-row > span {
  overflow-wrap: anywhere;
}

.nrd-compare-group {
  color: var(--text-strong);
}

.nrd-brand-index-content,
.nrd-listing-page__content,
.nrd-status-page__content {
  min-width: 0;
}

.nrd-brand-index-tools {
  align-items: stretch;
}

.nrd-brand-index-search .nrd-input {
  width: 100%;
}

.nrd-brand-index-nav a,
.nrd-brand-category-list a {
  text-decoration: none;
}

.nrd-brand-index-empty {
  color: var(--text-muted);
}

.nrd-status-panel {
  max-width: 920px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px 20px;
  align-items: start;
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
}

.nrd-status-panel__icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--accent);
  border-radius: 50%;
  font-size: 20px;
}

.nrd-status-panel__message {
  min-width: 0;
  color: var(--text);
  font-size: 15px;
  line-height: 1.65;
}

.nrd-status-panel__message p {
  margin: 0 0 12px;
}

.nrd-status-panel__message p:last-child {
  margin-bottom: 0;
}

.nrd-status-panel__message a {
  color: var(--text-accent);
  font-weight: 700;
  text-decoration: none;
}

.nrd-success-panel__body {
  min-width: 0;
  display: grid;
  gap: 14px;
}

.nrd-success-panel__eyebrow {
  color: var(--text-subtle);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nrd-success-panel__order {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  color: var(--text-accent);
  font-size: 13px;
  font-weight: 800;
  background: var(--accent-soft);
  border: 1px solid color-mix(in srgb, var(--accent) 28%, transparent);
  border-radius: var(--radius-pill);
}

.nrd-success-panel__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 2px;
}

.nrd-success-panel__step {
  min-width: 0;
  display: flex;
  gap: 10px;
  padding: 12px;
  background: var(--surface-sunken);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
}

.nrd-success-panel__step-icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  background: var(--accent-soft);
  border-radius: var(--radius-pill);
}

.nrd-success-panel__step-body {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.nrd-success-panel__step-body strong {
  color: var(--text-strong);
  font-size: 13px;
  line-height: 1.25;
}

.nrd-success-panel__step-body small {
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.4;
}

.nrd-status-panel__actions {
  grid-column: 2;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

@media (max-width: 767.98px) {
  .nrd-status-panel {
    grid-template-columns: 1fr;
  }

  .nrd-status-panel__icon {
    justify-self: start;
  }

  .nrd-status-panel__actions {
    grid-column: 1;
    justify-content: stretch;
  }

  .nrd-status-panel__actions .nrd-btn {
    width: 100%;
  }

  .nrd-success-panel__steps {
    grid-template-columns: 1fr;
  }
}

.nrd-empty-state {
  min-width: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  padding: 28px;
  color: var(--text-muted, var(--nh-color-muted));
  text-align: center;
  line-height: 1.55;
  background: var(--surface, var(--nh-color-surface));
  border: 1px solid var(--border, var(--nh-color-border));
  border-radius: var(--radius-lg, var(--nh-radius-lg));
  box-shadow: var(--shadow-xs, 0 1px 2px rgba(16, 23, 20, 0.04));
}

.nrd-empty-state > i,
.nrd-empty-state > .nrd-empty-state__icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent, var(--nh-color-primary));
  background: var(--accent-soft, rgba(35, 180, 128, 0.12));
  border-radius: var(--radius-pill, var(--nh-radius-pill));
  font-size: 22px;
}

.nrd-empty-state h2,
.nrd-empty-state h3 {
  margin: 0;
  color: var(--text-strong, var(--nh-color-text));
  font-family: var(--font-display, var(--nh-font-sans));
  font-weight: 700;
  line-height: 1.25;
}

.nrd-empty-state p {
  margin: 0;
  color: inherit;
}

.nrd-empty-state > :last-child {
  margin-bottom: 0;
}

.nh-empty-state.nrd-empty-state {
  padding: 32px;
  background: var(--surface-sunken, var(--nh-color-surface-soft));
}

.nh-cart-empty.nrd-empty-state {
  min-height: 260px;
  padding: 34px 18px;
}

.nh-cart-empty.nrd-empty-state > i {
  width: 58px;
  height: 58px;
  font-size: 24px;
}

.nh-mini-cart__empty.nrd-empty-state {
  min-height: 300px;
  padding: 56px 24px;
  background: var(--surface-sunken, var(--nh-color-surface-soft));
  box-shadow: none;
}

.nh-mini-cart__empty.nrd-empty-state .nrd-btn {
  margin-top: 4px;
}

.nrd-empty-state .nrd-btn {
  margin-top: 2px;
}

.nrd-auth-layout {
  gap: 22px;
}

.nrd-auth-card {
  background: var(--surface);
  border-color: var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
  color: var(--text);
}

.nrd-auth-card--accent {
  background: var(--surface-sunken);
}

.nrd-auth-card > i {
  background: var(--accent-soft);
  color: var(--accent);
}

.nrd-auth-card h2 {
  color: var(--text-strong);
  font-family: var(--font-display);
}

.nrd-auth-card p {
  color: var(--text-muted);
}

.nrd-auth-card > .nrd-btn {
  justify-self: start;
}

.nrd-form-card {
  background: var(--surface);
  border-color: var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
}

.nrd-form-card legend {
  color: var(--text-strong);
  font-family: var(--font-display);
}

.nrd-account-form .form-control,
.nrd-account-form .form-select {
  background: var(--field-bg);
  border-color: var(--field-border);
  color: var(--text-strong);
}

.nrd-account-form .form-control::placeholder {
  color: var(--field-placeholder);
}

.nrd-account-form .form-control:focus,
.nrd-account-form .form-select:focus {
  background: var(--surface);
  border-color: var(--accent);
  box-shadow: var(--ring);
}

.nrd-account-form .input-group-text {
  background: var(--surface-sunken);
  border-color: var(--field-border);
  color: var(--text-muted);
}

.nrd-account-form .form-check-label,
.nrd-account-form .text-muted {
  color: var(--text-muted) !important;
}

.nrd-account-form [data-oc-toggle="upload"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  background: var(--surface-sunken);
  border-color: var(--field-border);
  border-radius: var(--radius-md);
  color: var(--text-strong);
  font-weight: 700;
}

.nrd-account-form [data-oc-toggle="upload"]:hover,
.nrd-account-form [data-oc-toggle="upload"]:focus {
  background: var(--surface-hover);
  border-color: var(--accent-border);
  color: var(--text-accent);
}

.nrd-form-actions {
  gap: 10px;
}

.nrd-form-agree {
  max-width: 100%;
}

#header-cart .nrd-cart-drawer.dropdown-menu,
.nrd-cart-drawer[data-nh-cart-drawer-root].dropdown-menu {
  position: fixed !important;
  top: 16px !important;
  right: 16px !important;
  bottom: 16px !important;
  left: auto !important;
  width: min(430px, calc(100vw - 24px));
  max-height: none;
  display: flex !important;
  flex-direction: column;
  margin: 0 !important;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(12px) !important;
  transition: transform var(--dur-slow) var(--ease-out), opacity var(--dur-base) var(--ease-out), visibility var(--dur-base) var(--ease-out);
  z-index: 1060;
}

#header-cart .nrd-cart-drawer.dropdown-menu.show,
.nrd-cart-drawer[data-nh-cart-drawer-root].dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0) !important;
}

#header-cart .nrd-cart-drawer > li:not(.nh-mini-cart__head),
.nrd-cart-drawer[data-nh-cart-drawer-root] > li:not(.nh-mini-cart__head) {
  min-height: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
}

#header-cart .nrd-cart-drawer .nh-mini-cart__items,
.nrd-cart-drawer[data-nh-cart-drawer-root] .nh-mini-cart__items {
  max-height: none;
  flex: 1;
  padding: 14px;
}

#header-cart .nrd-cart-drawer .nh-mini-cart__actions,
.nrd-cart-drawer[data-nh-cart-drawer-root] .nh-mini-cart__actions {
  background: var(--surface);
}

#header-cart .nrd-cart-drawer .nrd-drawer__foot,
.nrd-cart-drawer[data-nh-cart-drawer-root] .nrd-drawer__foot {
  padding: 16px 18px 18px;
  border-top: 1px solid var(--border);
  background: var(--surface);
}

.nh-mini-cart__head-count,
.nrd-mini-cart__count {
  color: var(--text-muted);
}

.nh-mini-cart__close {
  width: 34px;
  height: 34px;
  padding: 0;
}

@media (max-width: 991.98px) {
  #header-cart .nrd-cart-drawer.dropdown-menu,
  .nrd-cart-drawer[data-nh-cart-drawer-root].dropdown-menu {
    top: 10px !important;
    right: 10px !important;
    bottom: calc(76px + env(safe-area-inset-bottom)) !important;
    left: 10px !important;
    width: auto;
  }
}

#top.nh-utility-bar {
  min-height: 40px;
  background: var(--surface-inverse);
  border-bottom: 0;
  color: var(--text-on-inverse, #eef2f0);
}

.nh-utility-grid {
  min-height: 40px;
}

.nh-utility-links,
.nh-utility-meta,
.nh-utility-links span,
.nh-utility-links a,
.nh-utility-meta a,
.nh-utility-meta span {
  color: inherit;
  opacity: 0.88;
}

.nh-utility-links a:hover,
.nh-utility-meta a:hover,
.nh-theme-toggle:hover,
.nh-theme-toggle:focus {
  color: var(--accent);
  opacity: 1;
}

.nh-theme-toggle {
  color: inherit;
}

.nh-theme-toggle__track {
  color: var(--text-subtle);
  background: color-mix(in srgb, var(--surface) 14%, transparent);
  border-color: color-mix(in srgb, var(--surface) 20%, transparent);
}

.nh-theme-toggle__track::after {
  background: var(--accent);
}

html[data-theme="dark"] .nh-theme-toggle__track::after,
body.nh-dark-shell .nh-theme-toggle__track::after {
  transform: translateX(20px);
}

.nh-site-header {
  background: color-mix(in srgb, var(--surface) 82%, transparent);
  border-bottom: 1px solid var(--border);
  box-shadow: none;
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  backdrop-filter: blur(16px) saturate(1.4);
}

.not-hot-theme.nh-scrolled .nh-site-header {
  box-shadow: var(--shadow-md);
}

.nh-header-grid {
  min-height: 76px;
  grid-template-columns: minmax(166px, 220px) auto minmax(280px, 1fr) auto;
  gap: var(--space-5);
}

#logo .nh-logo-link {
  flex-direction: row;
  align-items: center;
  gap: 9px;
}

#logo .nh-logo-mark {
  width: 56px;
  max-width: 56px;
  flex-basis: 56px;
  color: var(--text-strong);
}

#logo .nh-logo-copy > span {
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

#logo .nh-logo-copy small {
  color: var(--text-muted);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
}

.nh-catalog-button {
  min-height: 46px;
  padding: 0 18px;
}

.nh-search {
  height: 46px;
  background: var(--surface-sunken);
  border: 1.5px solid transparent;
  border-radius: var(--radius-md);
  transition: border-color var(--dur-fast), background var(--dur-fast), box-shadow var(--dur-fast);
}

.nh-search:focus-within {
  background: var(--surface);
  border-color: var(--accent);
  box-shadow: var(--ring);
}

#search .form-control-lg {
  height: 46px;
  background: transparent;
  border-color: transparent;
  color: var(--text-strong);
  font-family: var(--font-body);
}

#search .form-control-lg::placeholder {
  color: var(--field-placeholder);
}

#search .form-control-lg:focus {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

#search .btn-lg {
  min-width: 92px;
  color: var(--on-accent);
  background: var(--accent);
  border-color: var(--accent);
}

.nh-action-button {
  min-height: 46px;
  border-radius: var(--radius-md);
  color: var(--text-strong);
}

.nh-action-button i,
.nh-phone-link i {
  color: var(--accent);
}

#menu {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
}

#menu .nav-link,
.nh-menu-label {
  color: var(--text-muted);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 500;
}

#menu .nav-link:hover,
#menu .nav-link:focus,
#menu .show > .nav-link {
  background: var(--surface-hover);
  color: var(--text-strong);
}

#menu .dropdown-menu,
#menu .nh-mega-menu,
#header-cart .dropdown-menu,
.nh-account .dropdown-menu {
  background: var(--surface);
  border-color: var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.breadcrumb,
.nh-breadcrumb {
  color: var(--text-subtle);
  font-size: 13px;
}

.breadcrumb a,
.nh-breadcrumb a {
  color: var(--text-muted);
}

.breadcrumb a:hover,
.nh-breadcrumb a:hover {
  color: var(--text-accent);
}

.nh-home {
  padding-bottom: 56px;
}

.nh-home-promo {
  min-height: 340px;
  border-radius: var(--radius-2xl);
  background: linear-gradient(135deg, var(--green-700), var(--green-900));
  box-shadow: var(--shadow-md);
}

html[data-theme="dark"] .nh-home-promo {
  background: linear-gradient(135deg, #0e3b2c, #07221a);
}

.nh-home-promo__wash,
.nrd-home-hero__wash {
  background: linear-gradient(90deg, rgba(7, 41, 31, 0.9), rgba(7, 41, 31, 0.52) 48%, rgba(7, 41, 31, 0.1));
}

.nh-home-promo__content {
  max-width: 620px;
  padding: 44px;
}

.nh-home-promo h1 {
  max-width: 15ch;
  color: #ffffff;
  font-family: var(--font-luxe);
  font-size: 44px;
  font-weight: 800;
  line-height: 1.08;
}

.nh-home-promo p {
  max-width: 40ch;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
}

.nh-home-section {
  margin-top: 44px;
}

.nh-home-section__head {
  margin-bottom: 20px;
}

.nh-home-section__head span,
.nh-home-hero__eyebrow,
.nrd-home-panel__eyebrow,
.nh-home-about span,
.nh-category-hero__eyebrow,
.nrd-page-eyebrow,
.nh-product-summary__eyebrow {
  color: var(--text-accent);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.nh-home-section__head h2,
.nh-home-about h2,
.nh-category-hero .nh-page-title,
.nrd-page-hero .nrd-page-title,
.nrd-page-title,
#product-info h1,
.nh-related-products h2 {
  color: var(--text-strong);
  font-family: var(--font-luxe);
  font-weight: 700;
}

.nh-home-section__head h2 {
  font-size: 27px;
}

.nh-home-section__head > a {
  color: var(--text-accent);
  font-family: var(--font-display);
  font-weight: 600;
}

.nh-home-category-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.nh-home-category-card,
.nh-home-brand-grid a,
.nh-home-advantage,
.nh-refine__list a,
.nrd-refine__list a,
.nh-brand-card,
.nh-contact-card,
.nh-contact-panel,
.nh-contact-location,
.nh-cart-panel,
.nh-checkout-step,
.nh-checkout-summary-shell,
.nh-account-card,
.nh-auth-card,
.nh-account-panel,
.nh-account-form-card,
.nh-info-lead,
.nh-info-note,
.nh-info-grid > div {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
}

.nh-home-category-card,
.nh-home-brand-grid a,
.nh-refine__list a,
.nrd-refine__list a,
.nh-brand-card {
  transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base), border-color var(--dur-base);
}

.nh-home-category-card:hover,
.nh-home-brand-grid a:hover,
.nh-refine__list a:hover,
.nrd-refine__list a:hover,
.nh-brand-card:hover {
  transform: translateY(-3px);
  border-color: var(--accent-border);
  box-shadow: var(--shadow-md);
}

.nh-home-category-card__main {
  color: var(--text-strong);
  font-family: var(--font-display);
}

.nh-home-category-card__main i,
.nh-home-advantage i,
.nh-contact-card i {
  color: var(--accent);
  background: var(--accent-soft);
}

.nh-home-category-card__children a,
.nh-home-advantage p,
.nh-home-about__text,
.nrd-home-about__text,
.nh-home-brand-grid a strong {
  color: var(--text-muted);
}

.nh-home-advantages__grid {
  padding: 28px;
  background: var(--bg-warm);
  border: 1px solid color-mix(in srgb, var(--gold-500) 20%, transparent);
  border-radius: var(--radius-2xl);
}

.nh-home-advantage {
  box-shadow: none;
}

.nh-home-hero,
.nh-home-about {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-sm);
}

.nh-home-about {
  align-items: start;
  gap: clamp(24px, 4vw, 56px);
  padding: clamp(24px, 3vw, 42px);
}

@media (max-width: 991.98px) {
  .nh-home-about {
    grid-template-columns: 1fr;
  }
}

.nh-home-search {
  background: var(--surface-sunken);
  border: 1.5px solid transparent;
  border-radius: var(--radius-md);
}

.nh-home-search:focus-within {
  background: var(--surface);
  border-color: var(--accent);
  box-shadow: var(--ring);
}

.nh-home-search input {
  color: var(--text-strong);
}

.nh-home-stats {
  background: var(--surface-sunken);
  border-color: var(--border);
}

.nh-home-hero.nh-home-catalog-hero {
  color: #fff;
  background:
    radial-gradient(110% 100% at 78% 22%, rgba(35, 180, 128, 0.18), transparent 58%),
    linear-gradient(135deg, #123326 0%, #0c1d16 58%, #07120d 100%);
  background-color: #0c1d16;
  border-color: rgba(35, 180, 128, 0.18);
  box-shadow: var(--shadow-md);
}

.nh-home-catalog-hero .nh-home-hero__shade,
.nh-home-catalog-hero .nrd-home-panel__shade {
  background: linear-gradient(90deg, rgba(12, 29, 22, 0.92) 0%, rgba(12, 29, 22, 0.78) 45%, rgba(12, 29, 22, 0.52) 72%, rgba(12, 29, 22, 0.42) 100%);
}

.nh-home-catalog-hero .nh-home-hero__copy,
.nh-home-catalog-hero .nrd-home-panel__copy {
  color: #fff;
}

.nh-home-catalog-hero .nh-home-hero__eyebrow,
.nh-home-catalog-hero .nrd-home-panel__eyebrow {
  color: #29d498;
}

body.not-hot-storefront .nh-home-catalog-hero h2,
body.nh-dark-shell .nh-home-catalog-hero h2,
.nh-home-catalog-hero h2 {
  color: #fff;
  font-family: var(--font-luxe);
  font-weight: 800;
}

.nh-home-catalog-hero p {
  color: rgba(243, 247, 245, 0.82);
}

.nh-home-catalog-hero .nh-home-search {
  background: #fff;
  border-color: rgba(255, 255, 255, 0.42);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.nh-home-catalog-hero .nh-home-search:focus-within {
  background: #fff;
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(35, 180, 128, 0.2), 0 16px 34px rgba(0, 0, 0, 0.18);
}

.nh-home-catalog-hero .nh-home-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 620px);
  background: transparent;
  border: 0;
}

.nh-home-catalog-hero .nh-home-stats span {
  min-width: 0;
  color: rgba(243, 247, 245, 0.74);
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.18);
  backdrop-filter: none;
}

.nh-home-catalog-hero .nh-home-stats strong {
  color: #fff;
}

.nh-home-catalog-hero .nh-home-hero__product,
.nh-home-catalog-hero .nrd-feature-card {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(255, 255, 255, 0.72);
}

.nh-home-hero.nh-home-catalog-hero {
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 0.54fr) minmax(320px, 0.46fr);
  column-gap: 40px;
  align-items: center;
  min-height: 520px;
  padding: 48px;
}

.nh-home-catalog-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(54% + 20px);
  z-index: 0;
  background: rgba(255, 255, 255, 0.045);
  border-left: 1px solid rgba(255, 255, 255, 0.10);
}

.nh-home-catalog-hero .nh-home-hero__image,
.nh-home-catalog-hero .nrd-home-panel__image {
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(54% + 20px);
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.48;
  filter: none;
}

.nh-home-catalog-hero .nh-home-hero__shade,
.nh-home-catalog-hero .nrd-home-panel__shade {
  background:
    linear-gradient(90deg, rgba(12, 29, 22, 0.96) 0%, rgba(12, 29, 22, 0.86) 49%, rgba(12, 29, 22, 0.50) 68%, rgba(12, 29, 22, 0.30) 100%);
}

.nh-home-catalog-hero .nh-home-hero__copy,
.nh-home-catalog-hero .nrd-home-panel__copy {
  grid-column: 1;
  width: 100%;
  max-width: 660px;
  min-height: 0;
}

.nh-home-catalog-hero h2 {
  max-width: 660px;
}

.nh-home-catalog-hero p {
  max-width: 56ch;
}

.nh-home-catalog-hero .nh-home-search,
.nh-home-catalog-hero .nh-home-stats {
  width: 100%;
  max-width: 620px;
}

.nh-home-catalog-hero .nh-home-hero__product,
.nh-home-catalog-hero .nrd-feature-card {
  right: 40px;
  bottom: 40px;
  width: min(360px, 31%);
}

@media (max-width: 1199.98px) {
  .nh-home-hero.nh-home-catalog-hero {
    grid-template-columns: minmax(0, 0.58fr) minmax(260px, 0.42fr);
    column-gap: 28px;
    padding: 36px;
  }

  .nh-home-catalog-hero::before,
  .nh-home-catalog-hero .nh-home-hero__image,
  .nh-home-catalog-hero .nrd-home-panel__image {
    left: calc(58% + 14px);
  }

  .nh-home-catalog-hero .nh-home-hero__copy,
  .nh-home-catalog-hero .nrd-home-panel__copy {
    max-width: 600px;
  }

  .nh-home-catalog-hero .nh-home-hero__product,
  .nh-home-catalog-hero .nrd-feature-card {
    right: 28px;
    bottom: 28px;
    width: min(320px, 34%);
  }
}

@media (max-width: 991.98px) {
  .nh-home-hero.nh-home-catalog-hero {
    display: block;
    min-height: 0;
    padding: 28px;
  }

  .nh-home-catalog-hero::before {
    left: 42%;
    background: rgba(255, 255, 255, 0.035);
  }

  .nh-home-catalog-hero .nh-home-hero__image,
  .nh-home-catalog-hero .nrd-home-panel__image {
    top: auto;
    right: -72px;
    bottom: -72px;
    left: auto;
    width: 440px;
    height: 440px;
    object-fit: contain;
    opacity: 0.20;
  }

  .nh-home-catalog-hero .nh-home-hero__shade,
  .nh-home-catalog-hero .nrd-home-panel__shade {
    background: linear-gradient(90deg, rgba(12, 29, 22, 0.95), rgba(12, 29, 22, 0.76));
  }

  .nh-home-catalog-hero .nh-home-hero__copy,
  .nh-home-catalog-hero .nrd-home-panel__copy,
  .nh-home-catalog-hero .nh-home-search,
  .nh-home-catalog-hero .nh-home-hero__actions,
  .nh-home-catalog-hero .nh-home-stats {
    width: 100%;
    max-width: none;
  }

  .nh-home-catalog-hero .nh-home-hero__product,
  .nh-home-catalog-hero .nrd-feature-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 420px);
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  body.nh-dark-shell .nh-home-catalog-hero .nh-home-hero__copy,
  body.nh-dark-shell .nh-home-catalog-hero .nh-home-search,
  body.nh-dark-shell .nh-home-catalog-hero .nh-home-hero__actions,
  body.nh-dark-shell .nh-home-catalog-hero .nh-home-stats {
    width: 100% !important;
    max-width: none !important;
  }

  body.nh-dark-shell .nh-home-catalog-hero h2 {
    width: 100% !important;
    max-width: none !important;
  }

  .nh-home-catalog-hero .nh-home-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .nh-home-catalog-hero .nh-home-hero__shade,
  .nh-home-catalog-hero .nrd-home-panel__shade {
    background: linear-gradient(90deg, rgba(12, 29, 22, 0.94) 0%, rgba(12, 29, 22, 0.86) 64%, rgba(12, 29, 22, 0.68) 100%);
  }

  .nh-home-catalog-hero .nh-home-stats {
    gap: 8px;
  }

  .nh-home-catalog-hero .nh-home-stats span {
    padding: 9px 8px;
    font-size: 11px;
  }

  .nh-home-catalog-hero .nh-home-stats strong {
    font-size: 20px;
  }
}

.nh-category-page,
.nrd-category-page,
.nh-product-page,
.nrd-pdp-page,
.nh-info-page,
.nh-contact-page,
.nrd-listing-page,
.nrd-special-page,
.nh-cart-page,
.nh-account-page,
.nh-checkout-page {
  padding-top: 20px;
}

#product-category .nh-category-hero,
#product-category .nrd-category-hero {
  margin-bottom: 18px;
}

#product-category .nh-category-hero .nh-page-title,
#product-category .nrd-category-hero .nrd-page-title {
  font-size: 40px;
  line-height: 1.16;
}

@media (min-width: 992px) {
  #product-category .nh-category-hero,
  #product-category .nrd-category-hero {
    margin-bottom: 8px;
  }

  #product-category .nh-category-hero .nh-page-title,
  #product-category .nrd-category-hero .nrd-page-title {
    font-size: 34px;
  }

  #product-category .nh-refine,
  #product-category .nrd-refine {
    margin-bottom: 8px;
  }

  #product-category .nh-refine__list,
  #product-category .nrd-refine__list {
    gap: 8px 12px;
  }

  #product-category .nh-refine__list a,
  #product-category .nrd-refine__list a {
    min-height: 52px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.24;
  }

  #product-category .nh-refine__list small,
  #product-category .nrd-refine__list small {
    font-size: 12px;
  }

  #product-category #display-control {
    margin-bottom: 8px;
    padding: 8px;
  }
}

.nh-category-hero__description,
.nrd-page-hero__description,
.nh-pagination-row__results,
.nh-empty-state,
.nh-info-article,
.nh-contact-line,
.nh-contact-line address,
.nh-contact-line p,
.nh-contact-form p {
  color: var(--text-muted);
}

#display-control {
  background: var(--surface);
  border-color: var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
}

#display-control .input-group-text,
#display-control .form-select,
.form-control,
.form-select,
.input-group-text {
  background-color: var(--field-bg);
  border-color: var(--field-border);
  color: var(--text-strong);
  border-radius: var(--radius-md);
}

.form-control:focus,
.form-select:focus {
  background-color: var(--surface);
  border-color: var(--accent);
  color: var(--text-strong);
  box-shadow: var(--ring);
}

.product-thumb,
.nh-product-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xs);
  transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out), border-color var(--dur-base) var(--ease-out);
}

.product-thumb:hover,
.nh-product-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-strong);
  box-shadow: var(--shadow-lg);
}

.nh-product-card__media {
  min-height: 0;
  aspect-ratio: 1 / 1;
  padding: 0;
  background: radial-gradient(120% 120% at 50% 18%, var(--surface) 0%, var(--surface-sunken) 100%);
  background-color: var(--surface-sunken, var(--nh-color-surface-soft));
}

.nh-product-card__image-link {
  width: 100%;
  height: 100%;
  padding: 14%;
}

.nh-product-card__image-link img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  transition: transform var(--dur-slow) var(--ease-out);
}

.nh-product-card:hover .nh-product-card__image-link img {
  transform: scale(1.05);
}

.nh-product-card__badge {
  top: 12px;
  left: 12px;
  min-height: 24px;
  padding: 0 8px;
  border-radius: var(--radius-full);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
}

.nh-product-card__badge--request {
  background: var(--accent-soft);
  color: var(--text-accent);
}

.nh-product-card__badge--sale {
  background: var(--danger);
  color: #ffffff;
}

.nh-product-card__body {
  gap: 10px;
  padding: 16px;
}

.nh-product-card__title {
  min-height: 2.6em;
  margin: 0;
  order: 1;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.nh-product-card__title a {
  color: var(--text-strong);
}

.nh-product-card__title a:hover {
  color: var(--text-accent);
}

.nh-product-card__status-row {
  order: 2;
}

.nh-product-card__stock {
  color: var(--instock);
  font-size: 12px;
  font-weight: 600;
}

.nh-product-card__stock::before {
  background: currentColor;
}

.nh-product-card__meta {
  order: 3;
  color: var(--text-subtle);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.nh-product-card__specs {
  order: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.nh-product-card__specs div {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0 8px;
  background: var(--surface-sunken);
  border: 0;
  border-radius: var(--radius-sm);
}

.nh-product-card__specs dt {
  display: none;
}

.nh-product-card__specs dd {
  color: var(--text-muted);
  font-family: var(--font-mono);
  font-size: 11px;
}

.nh-product-card__description,
.nrd-pcard__desc {
  order: 4;
  color: var(--text-muted);
}

.nh-product-card__price {
  order: 5;
  margin-top: auto;
  color: var(--price);
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
}

.nh-product-card__price .price-new {
  color: var(--price);
}

.nh-product-card__price .price-old {
  color: var(--price-old);
  font-family: var(--font-body);
  font-size: 13px;
}

.nh-product-card__price .price-tax {
  color: var(--text-subtle);
  font-size: 11px;
}

.nh-product-card__footer {
  display: flex;
  align-items: stretch;
  gap: 10px;
  padding: 0 16px 16px;
  border-top: 0;
}

.nh-product-card__cta {
  min-height: 42px;
  flex: 1;
  gap: 8px;
  font-size: 15px;
}

.nh-product-card__cta--request {
  background: transparent;
  border-color: var(--accent);
  color: var(--text-accent);
}

.nh-product-card__cta--request:hover,
.nh-product-card__cta--request:focus {
  background: var(--accent-soft);
  border-color: var(--accent);
  color: var(--text-accent);
  box-shadow: none;
}

.nh-product-card__tools {
  gap: 6px;
}

.nh-product-card__tools button {
  width: 42px;
  height: 42px;
  background: var(--surface);
  border-color: var(--border);
  color: var(--text-muted);
  box-shadow: var(--shadow-xs);
}

.nh-product-card__tools button:hover,
.nh-product-card__tools button:focus {
  color: var(--text-accent);
  background: var(--surface-hover);
  border-color: var(--accent-border);
}

#product-info h1 {
  font-size: 32px;
  line-height: 1.22;
}

.nh-product-layout {
  gap: 36px;
}

.nh-product-head {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.nh-product-head__actions a,
.nh-product-head__action-form button,
.nh-product-article {
  border-radius: var(--radius-md);
}

.nh-product-gallery__box,
.nh-product-gallery__main,
.nh-product-gallery__placeholder {
  background: radial-gradient(120% 120% at 50% 20%, var(--surface), var(--surface-sunken));
  border-color: var(--border);
  border-radius: var(--radius-2xl);
}

.nh-product-gallery__thumb {
  background: var(--surface);
  border-color: var(--border);
  border-radius: var(--radius-md);
}

.nh-product-gallery__thumb.is-active,
.nh-product-gallery__thumb:hover,
.nh-product-gallery__thumb:focus {
  border-color: var(--accent);
}

.nh-product-summary,
.nh-product-buy-card,
.nh-product-details,
#product-info .tab-content,
.nh-related-products {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
}

.nh-product-buy-card {
  padding: 22px;
}

.nh-product-price .price-new,
#product-info .nh-product-price .price-new {
  color: var(--price);
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 800;
}

.nh-product-price .price-old {
  color: var(--price-old);
}

.nh-product-stockline,
.nh-product-total {
  background: var(--surface-sunken);
  border-color: var(--border);
  color: var(--text-muted);
  border-radius: var(--radius-md);
}

.nh-product-stockline span {
  background: var(--instock);
}

.nh-product-quick-specs dl > div,
.nh-product-service-card {
  background: var(--surface-sunken);
  border-color: var(--border-subtle);
  border-radius: var(--radius-md);
}

.nh-product-service-card div i {
  color: var(--accent);
}

.nh-product-qty-stepper {
  min-height: 0;
}

#product-info #input-quantity {
  color: var(--text-strong);
  font-family: var(--font-display);
}

#product-info .nav-tabs {
  border-bottom-color: var(--border);
}

#product-info .nav-tabs .nav-link {
  color: var(--text-muted);
  font-family: var(--font-display);
  font-weight: 600;
}

#product-info .nav-tabs .nav-link.active {
  color: var(--text-accent);
  background: transparent;
  border-color: transparent transparent var(--accent);
}

#product-info #tab-specification .table,
#product-info #tab-specification td,
.nh-info-article table,
.nh-info-article th,
.nh-info-article td {
  color: var(--text);
  background: transparent;
  border-color: var(--border);
}

#product-info #tab-specification thead td {
  background: var(--surface-sunken);
  color: var(--text-strong);
}

#tab-review .nh-product-review,
#tab-review .nrd-review {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 22px;
  align-items: start;
}

.nh-product-review__list,
.nrd-review__list,
.nh-product-review__form,
.nrd-review__form {
  min-width: 0;
}

.nh-product-review__form,
.nrd-review__form {
  display: grid;
  gap: 16px;
  padding: 20px;
  background: var(--surface-sunken);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
}

.nh-product-review__head,
.nrd-review__head {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
}

.nh-product-review__form .nh-product-review__head,
.nrd-review__form .nrd-review__head {
  margin-bottom: 0;
}

.nh-product-review__head h3,
.nrd-review__head h3 {
  margin: 0;
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.25;
}

.nh-product-review__head p,
.nrd-review__head p {
  margin: 0;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.5;
}

.nh-review-list,
.nrd-review-list {
  display: grid;
  gap: 12px;
}

.nh-review-card,
.nrd-review-card,
.nh-review-empty,
.nrd-review-empty,
.nh-product-review__login {
  padding: 16px;
  background: var(--surface-sunken);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
}

.nh-review-card__head,
.nrd-review-card__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  margin-bottom: 12px;
}

.nh-review-card__head strong,
.nrd-review-card__head strong {
  display: block;
  color: var(--text-strong);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.nh-review-card__head span,
.nrd-review-card__head span {
  display: block;
  margin-top: 2px;
  color: var(--text-muted);
  font-size: 12px;
}

.nh-review-card__rating,
.nrd-review-card__rating {
  --nrd-rating-star-size: 14px;
  display: inline-flex;
  gap: 0;
  color: var(--text-muted);
  font-size: 13px;
  white-space: nowrap;
}

.nh-review-card__text,
.nrd-review-card__text {
  color: var(--text);
  font-size: 14px;
  line-height: 1.6;
}

.nh-review-card__text p,
.nrd-review-card__text p {
  margin: 0 0 10px;
}

.nh-review-card__text p:last-child,
.nrd-review-card__text p:last-child {
  margin-bottom: 0;
}

.nh-review-empty,
.nrd-review-empty {
  display: grid;
  gap: 10px;
  justify-items: start;
  color: var(--text-muted);
  border-style: dashed;
}

.nh-review-empty i,
.nrd-review-empty i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  background: var(--accent-soft);
  border-radius: 50%;
  font-size: 17px;
}

.nh-review-empty p,
.nrd-review-empty p {
  margin: 0;
}

.nh-review-pagination,
.nrd-review-pagination {
  margin-top: 14px;
}

.nh-review-field,
.nrd-review-field {
  display: grid;
  gap: 7px;
}

.nh-review-field .form-label,
.nrd-review-field .form-label {
  margin: 0;
  color: var(--text-strong);
  font-size: 13px;
  font-weight: 800;
}

.nh-review-field .form-control,
.nrd-review-field .nrd-input {
  min-height: 44px;
  color: var(--text);
  background: var(--field-bg);
  border: 1.5px solid var(--field-border);
  border-radius: var(--radius-md);
}

.nh-review-field textarea.form-control,
.nrd-review-field textarea.nrd-input {
  min-height: 138px;
  resize: vertical;
}

.nh-review-field .form-control:focus,
.nrd-review-field .nrd-input:focus {
  border-color: var(--field-focus);
  box-shadow: 0 0 0 3px var(--field-focus-ring);
}

.nh-review-field .form-text,
.nrd-review-field .form-text {
  margin: 0;
  color: var(--text-muted);
  font-size: 12px;
}

.nh-review-rating,
.nrd-review-rating {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.nh-review-rating__option,
.nrd-review-rating__option {
  min-width: 0;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: var(--text-muted);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: border-color 0.16s ease, color 0.16s ease, background-color 0.16s ease;
}

.nh-review-rating__option .form-check-input,
.nrd-review-rating__option .nrd-review-rating__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.nh-review-rating__option i,
.nrd-review-rating__option i {
  color: #ffc107;
  font-size: 12px;
}

.nh-review-rating__option:hover,
.nh-review-rating__option:focus-within,
.nh-review-rating__option:has(input:checked),
.nrd-review-rating__option:hover,
.nrd-review-rating__option:focus-within,
.nrd-review-rating__option:has(input:checked) {
  color: var(--text-strong);
  background: var(--surface-hover);
  border-color: var(--accent);
}

#input-rating.is-invalid .nh-review-rating__option {
  border-color: var(--bs-danger);
}

.nh-review-actions,
.nrd-review-actions {
  display: flex;
  justify-content: flex-end;
}

.nh-review-actions .btn,
.nrd-review-actions .nrd-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  font-weight: 800;
}

.nh-product-review__login {
  color: var(--text);
  line-height: 1.55;
}

.nh-product-review__login a {
  color: var(--text-accent);
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  #tab-review .nh-product-review,
  #tab-review .nrd-review {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .nh-product-review__form,
  .nrd-review__form,
  .nh-review-card,
  .nrd-review-card,
  .nh-review-empty,
  .nrd-review-empty,
  .nh-product-review__login {
    padding: 16px;
  }

  .nh-review-card__head,
  .nrd-review-card__head {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .nh-review-rating,
  .nrd-review-rating {
    gap: 6px;
  }

  .nh-review-rating__option,
  .nrd-review-rating__option {
    min-height: 40px;
  }

  .nh-review-actions {
    justify-content: stretch;
  }

  .nh-review-actions .btn {
    width: 100%;
  }
}

.nh-footer {
  margin-top: 56px;
  background: #0c1d16;
  color: rgba(243, 247, 245, 0.72);
}

.nh-footer h5,
.nh-footer .nh-footer-phone {
  color: #ffffff;
}

.nh-footer a {
  color: rgba(243, 247, 245, 0.62);
}

.nh-footer a:hover {
  color: #3ed79e;
}

.nh-footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.09);
  color: rgba(243, 247, 245, 0.45);
}

/* Final design-system footer cascade guard. */
.nrd-footer,
body.nh-dark-shell .nrd-footer,
body.not-hot-storefront:not(.nh-dark-shell) .nrd-footer {
  margin-top: 56px;
  padding: 48px 0 30px;
  color: rgba(243, 247, 245, 0.72);
  background: #0c1d16;
}

.nrd-footer__grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.4fr) repeat(3, minmax(130px, 1fr));
  gap: 32px;
  align-items: start;
}

.nrd-footer__brand,
body.nh-dark-shell .nrd-footer__brand,
body.not-hot-storefront:not(.nh-dark-shell) .nrd-footer__brand {
  display: grid;
  gap: 14px;
  align-content: start;
}

.nrd-footer__column,
.nrd-footer__contact {
  min-width: 0;
}

.nrd-footer__logo {
  display: inline-flex;
  width: fit-content;
  max-width: none;
  min-height: 36px;
  align-items: center;
  gap: 9px;
  text-decoration: none;
}

.nrd-footer__logo img {
  display: block;
  width: 92px;
  max-width: 100%;
  height: auto;
}

.nrd-footer__logo-mark {
  width: 36px;
  height: 36px;
  display: inline-flex;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  color: var(--on-accent);
  background: var(--accent);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-accent);
}

.nrd-footer__logo-text {
  display: inline-flex;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.nrd-footer__logo-text span {
  color: #3ed79e;
}

.nrd-footer__lead {
  max-width: 32ch;
  margin: 0;
  color: rgba(243, 247, 245, 0.62);
  font-size: 14px;
  line-height: 1.6;
}

.nrd-footer__contacts {
  display: grid;
  gap: 8px;
  justify-items: start;
}

.nrd-footer h5,
body.nh-dark-shell .nrd-footer h5,
body.not-hot-storefront:not(.nh-dark-shell) .nrd-footer h5 {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.nrd-footer__list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
}

.nrd-footer__item {
  margin: 0 !important;
}

.nrd-footer a,
.nrd-footer__link,
body.nh-dark-shell .nrd-footer a,
body.not-hot-storefront:not(.nh-dark-shell) .nrd-footer a {
  color: rgba(243, 247, 245, 0.62);
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
  transition: color var(--dur-fast) var(--ease-out);
}

.nrd-footer a:hover,
.nrd-footer a:focus,
.nrd-footer__link:hover,
.nrd-footer__link:focus {
  color: #3ed79e;
}

.nrd-footer__phone,
body.nh-dark-shell .nrd-footer__phone,
body.not-hot-storefront:not(.nh-dark-shell) .nrd-footer__phone {
  color: #ffffff !important;
  font-family: var(--font-display);
  font-size: 18px !important;
  font-weight: 800;
  line-height: 1.2;
}

.nrd-footer__email,
.nrd-footer__schedule,
body.nh-dark-shell .nrd-footer__email,
body.nh-dark-shell .nrd-footer__schedule,
body.not-hot-storefront:not(.nh-dark-shell) .nrd-footer__email,
body.not-hot-storefront:not(.nh-dark-shell) .nrd-footer__schedule {
  color: rgba(243, 247, 245, 0.62);
  font-size: 14px;
}

.nrd-footer__callback.nrd-btn {
  min-height: 40px;
  margin-top: 6px;
  padding-inline: 16px;
  border-radius: var(--radius-md);
  font-weight: 800;
}

.nrd-footer__bottom,
body.nh-dark-shell .nrd-footer__bottom,
body.not-hot-storefront:not(.nh-dark-shell) .nrd-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.nrd-footer__bottom p {
  margin: 0;
  color: rgba(243, 247, 245, 0.45);
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 1199.98px) {
  .nrd-footer__grid {
    grid-template-columns: minmax(230px, 1.2fr) repeat(2, minmax(150px, 1fr));
  }
}

@media (max-width: 767.98px) {
  .nrd-footer,
  body.nh-dark-shell .nrd-footer,
  body.not-hot-storefront:not(.nh-dark-shell) .nrd-footer {
    margin-top: 36px;
    padding: 36px 0 calc(112px + env(safe-area-inset-bottom));
  }

  .nrd-footer__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .nrd-footer__bottom {
    display: grid;
    gap: 8px;
    margin-top: 28px;
  }
}

.nh-mobile-tabbar {
  background: color-mix(in srgb, var(--surface) 90%, transparent);
  border-top-color: var(--border);
  -webkit-backdrop-filter: blur(16px) saturate(1.35);
  backdrop-filter: blur(16px) saturate(1.35);
}

.nh-mobile-tabbar a,
.nh-mobile-tabbar button {
  color: var(--text-muted);
}

.nh-mobile-tabbar i {
  color: var(--accent);
}

html[data-theme="dark"] .nh-action-button,
html[data-theme="dark"] #search .btn-lg,
html[data-theme="dark"] .nh-product-card__tools button {
  box-shadow: none;
}

@media (max-width: 1199.98px) {
  .nh-home-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .nh-header-grid {
    grid-template-columns: minmax(0, 1fr) auto auto;
    min-height: 68px;
  }

  .nh-catalog-button {
    min-width: 46px;
    padding: 0 14px;
  }

  .nh-catalog-button span {
    display: none;
  }

  .nh-home-promo__content {
    padding: 32px;
  }

  .nh-home-promo h1 {
    font-size: 34px;
  }

  #product-info h1,
  #product-category .nh-category-hero .nh-page-title,
  #product-category .nrd-category-hero .nrd-page-title {
    font-size: 30px;
  }
}

@media (max-width: 575.98px) {
  .nh-header-grid,
  body.nh-dark-shell .nh-header-grid {
    grid-template-columns: minmax(0, 1fr) 46px 46px;
    align-items: center;
    gap: 10px;
    min-height: 64px;
    padding: 6px 0;
  }

  #logo .nh-logo-link,
  body.nh-dark-shell #logo .nh-logo-link {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }

  #logo .nh-logo-copy,
  body.nh-dark-shell #logo .nh-logo-copy,
  #logo .nh-logo-copy > span,
  body.nh-dark-shell #logo .nh-logo-copy > span,
  #logo .nh-logo-copy small,
  body.nh-dark-shell #logo .nh-logo-copy small {
    display: none;
  }

  #logo .nh-logo-mark,
  body.nh-dark-shell #logo .nh-logo-mark {
    width: 54px;
    max-width: 54px;
    max-height: 50px;
    flex: 0 0 54px;
  }

  .nh-mobile-header-search {
    display: inline-flex;
  }

  .nh-mobile-header-search,
  .nh-catalog-button {
    width: 46px;
    min-width: 46px;
    height: 46px;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: var(--text-strong);
    background: transparent;
    border: 0;
    border-radius: var(--radius-md);
    box-shadow: none;
    font-size: 21px;
  }

  .nh-mobile-header-search:hover,
  .nh-mobile-header-search:focus,
  .nh-catalog-button:hover,
  .nh-catalog-button:focus {
    color: var(--accent);
    background: var(--surface-hover);
    border-color: transparent;
  }

  .nh-catalog-button span {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .nh-home-promo {
    min-height: 420px;
    border-radius: var(--radius-xl);
  }

  .nh-home-promo__wash,
  .nrd-home-hero__wash {
    background: linear-gradient(0deg, rgba(7, 41, 31, 0.92), rgba(7, 41, 31, 0.22));
  }

  .nh-home-promo__content {
    padding: 24px;
  }

  .nh-home-promo h1 {
    max-width: 100%;
    font-size: 30px;
  }

  .nh-home-category-grid,
  .nh-contact-cards,
  .nh-info-grid {
    grid-template-columns: 1fr;
  }

  .nh-home-advantages__grid {
    padding: 18px;
  }

  #display-control {
    padding: 12px;
  }

  .nh-catalog-toolbar {
    align-items: stretch;
  }

  .nh-catalog-toolbar__primary,
  .nh-catalog-toolbar__controls {
    width: 100%;
  }

  #product-category .nh-refine,
  #product-category .nrd-refine {
    margin-bottom: 12px;
  }

  #product-category .nh-refine__list,
  #product-category .nrd-refine__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-right: 0;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
    scrollbar-width: auto;
  }

  #product-category .nh-refine__list a,
  #product-category .nrd-refine__list a {
    min-height: 96px;
    align-content: center;
    padding: 22px 24px;
    scroll-snap-align: none;
  }

  #product-category .nh-refine__list small,
  #product-category .nrd-refine__list small {
    font-size: 14px;
  }

  .nh-product-card__footer {
    gap: 8px;
  }
}

@media (max-width: 575.98px) {
  .nh-product-card__image-link {
    padding: 12%;
  }

  .nh-product-card__body {
    padding: 14px;
  }

  .nh-product-card__footer {
    padding: 0 14px 14px;
  }

  .nh-product-card__cta span {
    display: none;
  }

  .nh-product-card__cta {
    flex: 0 0 46px;
  }
}

body.nh-dark-shell .nh-site-header {
  background: color-mix(in srgb, var(--surface) 82%, transparent);
  border-bottom-color: var(--border);
}

body.nh-dark-shell #menu,
body.nh-dark-shell .nh-mobile-tabbar {
  background: var(--surface);
  border-color: var(--border);
}

body.nh-dark-shell .nh-product-card,
body.nh-dark-shell .product-thumb,
body.nh-dark-shell .nh-home-category-card,
body.nh-dark-shell .nh-home-brand-grid a,
body.nh-dark-shell .nh-home-advantage,
body.nh-dark-shell .nh-refine__list a,
body.nh-dark-shell .nrd-refine__list a,
body.nh-dark-shell .nh-product-summary,
body.nh-dark-shell .nh-product-buy-card,
body.nh-dark-shell .nh-product-details,
body.nh-dark-shell #product-info .tab-content,
body.nh-dark-shell .nh-related-products,
body.nh-dark-shell .nh-contact-card,
body.nh-dark-shell .nh-contact-panel,
body.nh-dark-shell .nh-contact-location,
body.nh-dark-shell .nh-cart-panel,
body.nh-dark-shell .nh-checkout-step,
body.nh-dark-shell .nh-checkout-summary-shell,
body.nh-dark-shell .nh-account-card,
body.nh-dark-shell .nh-auth-card,
body.nh-dark-shell .nh-account-panel,
body.nh-dark-shell .nh-account-form-card {
  background: var(--surface);
  border-color: var(--border);
  color: var(--text);
}

body.nh-dark-shell .nh-product-card__media,
body.nh-dark-shell #common-home .nh-home-products .nh-product-card__media,
body.nh-dark-shell .nh-product-gallery__box,
body.nh-dark-shell .nh-product-gallery__main,
body.nh-dark-shell .nh-product-gallery__placeholder {
  background: radial-gradient(120% 120% at 50% 18%, var(--surface) 0%, var(--surface-sunken) 100%);
  border-color: var(--border);
}

body.nh-dark-shell .nh-product-card__title,
body.nh-dark-shell .nh-product-card__title a,
body.nh-dark-shell #product-info h1,
body.nh-dark-shell .nh-home-section__head h2,
body.nh-dark-shell .nh-home-about h2,
body.nh-dark-shell .nh-category-hero .nh-page-title,
body.nh-dark-shell .nrd-page-hero .nrd-page-title,
body.nh-dark-shell .nrd-page-title,
body.nh-dark-shell .nh-related-products h2 {
  color: var(--text-strong);
}

body.nh-dark-shell .nh-product-card__meta,
body.nh-dark-shell .nh-product-card__description,
body.nh-dark-shell .nrd-pcard__desc,
body.nh-dark-shell .nh-product-card__specs dt,
body.nh-dark-shell .nh-product-card__price .price-tax,
body.nh-dark-shell .nh-product-card__tools button,
body.nh-dark-shell .nh-category-hero__description,
body.nh-dark-shell .nrd-page-hero__description,
body.nh-dark-shell .nh-pagination-row__results,
body.nh-dark-shell .nh-home-category-card__children a,
body.nh-dark-shell .nh-home-advantage p,
body.nh-dark-shell .nh-home-about__text,
body.nh-dark-shell .nrd-home-about__text {
  color: var(--text-muted);
}

body.nh-dark-shell .nh-product-card__price,
body.nh-dark-shell .nh-product-card__price .price-new,
body.nh-dark-shell #product-info .nh-product-price .price-new,
body.nh-dark-shell .nh-product-price .price-new {
  color: var(--price);
}

body.nh-dark-shell .nh-product-card__specs div,
body.nh-dark-shell .nh-product-stockline,
body.nh-dark-shell .nh-product-total,
body.nh-dark-shell .nh-product-quick-specs dl > div,
body.nh-dark-shell .nh-product-service-card {
  background: var(--surface-sunken);
  border-color: var(--border-subtle);
}

body.nh-dark-shell .form-control,
body.nh-dark-shell .form-select,
body.nh-dark-shell .input-group-text,
body.nh-dark-shell #display-control .input-group-text,
body.nh-dark-shell #display-control .form-select,
body.nh-dark-shell #search .form-control-lg {
  background-color: var(--field-bg);
  border-color: var(--field-border);
  color: var(--text-strong);
}

body.not-hot-storefront:not(.nh-dark-shell) #menu {
  background: var(--surface);
  border-color: var(--border);
}

body.not-hot-storefront:not(.nh-dark-shell) #menu .nh-primary-menu > .nav-item > .nav-link,
body.not-hot-storefront:not(.nh-dark-shell) #menu .nh-menu-label {
  color: var(--text-strong) !important;
}

body.not-hot-storefront:not(.nh-dark-shell) #menu .nh-primary-menu > .nav-item > .nav-link:hover,
body.not-hot-storefront:not(.nh-dark-shell) #menu .nh-primary-menu > .nav-item > .nav-link:focus,
body.not-hot-storefront:not(.nh-dark-shell) #menu .nh-primary-menu > .show > .nav-link {
  background: var(--surface-hover);
  color: var(--text-accent) !important;
}

body.not-hot-storefront:not(.nh-dark-shell) #menu .dropdown-inner .nav-link {
  color: var(--text) !important;
}

body.not-hot-storefront:not(.nh-dark-shell) #menu .dropdown-inner .nav-link:hover,
body.not-hot-storefront:not(.nh-dark-shell) #menu .dropdown-inner .nav-link:focus {
  background: var(--accent-soft);
  color: var(--text-accent) !important;
}

/* ==========================================================================
   Fresh not-hot v2 theme layer
   Source: DOCS/not-hot-migration/new_desing_theme/v2
   ========================================================================== */

:root {
  --green-300: #69d7a8;
  --green-400: #3ec48f;
  --green-800: #135d44;
  --green-950: #07291f;
  --neutral-0: #ffffff;
  --neutral-50: #f5f8f7;
  --neutral-100: #eef2f0;
  --neutral-150: #e6ebe9;
  --neutral-200: #dbe2df;
  --neutral-300: #c3ccc8;
  --neutral-400: #98a39e;
  --neutral-500: #6f7a75;
  --neutral-600: #515b56;
  --neutral-700: #3b443f;
  --neutral-800: #283029;
  --neutral-850: #1d231f;
  --neutral-900: #151a17;
  --neutral-950: #0c100e;
  --neutral-1000: #070a08;
  --blue-100: #d8eaff;
  --blue-300: #7cb6ff;
  --blue-600: #1f73db;
  --gold-700: #9a7b43;
  --star: #e3b04b;
  --amber-100: #fdeccd;
  --amber-500: #f2a330;
  --amber-600: #d4830f;
  --red-100: #fbdcdd;
  --red-500: #e5484d;
  --red-600: #c4373c;
  --success: var(--green-600);
  --success-soft: var(--green-50);
  --info: var(--blue-500);
  --info-soft: var(--blue-100);
  --warning: var(--amber-600);
  --warning-soft: var(--amber-100);
  --danger-soft: var(--red-100);
  --discount-bg: var(--red-500);
  --discount-text: #ffffff;
  --scrim: rgba(12, 16, 14, 0.45);
  --space-0: 0;
  --space-1: 2px;
  --space-2: 4px;
  --space-10: 48px;
  --space-11: 64px;
  --space-12: 80px;
  --space-13: 96px;
  --space-14: 128px;
  --radius-xs: 6px;
  --radius-3xl: 32px;
  --border-1: 1px;
  --border-2: 1.5px;
  --border-3: 2px;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-extra: 800;
  --fs-h1: 30px;
  --fs-h2: 24px;
  --fs-h3: 20px;
  --fs-h4: 17px;
  --fs-body-lg: 18px;
  --fs-body: 15px;
  --fs-body-sm: 14px;
  --fs-caption: 13px;
  --fs-overline: 11px;
  --fs-mono: 13px;
  --lh-body: 1.55;
  --lh-body-sm: 1.5;
  --lh-caption: 1.4;
  --lh-mono: 1.45;
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --dur-slower: 480ms;
  --z-base: 1;
  --z-sticky: 100;
  --z-overlay: 800;
  --z-modal: 900;
  --z-toast: 1000;
}

html[data-theme="dark"] {
  --success: #3ed79e;
  --success-soft: rgba(62, 215, 158, 0.14);
  --info: var(--blue-300);
  --info-soft: rgba(124, 182, 255, 0.14);
  --warning: var(--amber-500);
  --warning-soft: rgba(242, 163, 48, 0.16);
  --danger-soft: rgba(229, 72, 77, 0.18);
  --discount-bg: #f0656a;
  --discount-text: #1a0a0b;
  --scrim: rgba(0, 0, 0, 0.6);
}

.nh-home-promo-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.62fr);
  gap: 16px;
  margin-bottom: 38px;
}

.nh-home-promo-shell .nh-home-promo {
  min-height: 340px;
  margin-bottom: 0;
  color: #ffffff;
  background: linear-gradient(135deg, var(--green-700), var(--green-900));
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-md);
}

html[data-theme="dark"] .nh-home-promo-shell .nh-home-promo {
  background: linear-gradient(135deg, #0e3b2c, #07221a);
}

.nh-home-promo-shell .nh-home-promo__image,
.nrd-home-hero .nrd-home-hero__image {
  opacity: 0;
}

.nh-home-promo-shell .nh-home-promo__image.is-active,
.nrd-home-hero .nrd-home-hero__image.is-active {
  opacity: 0.82;
}

.nh-home-promo-shell .nh-home-promo__wash,
.nrd-home-hero .nrd-home-hero__wash {
  display: block;
  background:
    radial-gradient(circle at 88% 6%, rgba(43, 200, 143, 0.34), transparent 34%),
    linear-gradient(90deg, rgba(7, 41, 31, 0.94), rgba(7, 41, 31, 0.56) 48%, rgba(7, 41, 31, 0.12));
}

.nh-home-promo-shell .nh-home-promo__content {
  display: flex;
  width: min(620px, 66%);
  min-height: 340px;
  padding: 44px;
}

.nh-home-promo-shell .nh-home-promo h1 {
  max-width: 15ch;
  color: #ffffff;
  font-family: var(--font-luxe);
  font-size: 44px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: none;
}

.nh-home-promo-shell .nh-home-promo p {
  max-width: 38ch;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
}

.nh-home-promo-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
}

.nh-home-promo-card {
  position: relative;
  min-height: 162px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 22px;
  overflow: hidden;
  color: var(--text);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-xs);
  text-decoration: none;
  transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out), border-color var(--dur-base) var(--ease-out);
}

.nh-home-promo-card:hover,
.nh-home-promo-card:focus {
  color: var(--text);
  border-color: var(--accent-border);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.nh-home-promo-card__icon,
.nrd-promo__icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  background: var(--accent-soft);
  border-radius: var(--radius-md);
  font-size: 20px;
}

.nh-home-promo-card__body,
.nrd-promo__body {
  display: grid;
  gap: 5px;
  margin-top: auto;
}

.nh-home-promo-card__body strong,
.nrd-promo__body strong {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.nh-home-promo-card__body small,
.nrd-promo__body small {
  max-width: 28ch;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.45;
}

.nh-home-promo-card__arrow,
.nrd-promo__arrow {
  position: absolute;
  right: 22px;
  bottom: 24px;
  color: var(--accent);
  opacity: 0;
  transform: translateX(-5px);
  transition: opacity var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out);
}

.nh-home-promo-card:hover .nh-home-promo-card__arrow,
.nh-home-promo-card:focus .nh-home-promo-card__arrow,
.nrd-promo:hover .nrd-promo__arrow,
.nrd-promo:focus .nrd-promo__arrow {
  opacity: 1;
  transform: none;
}

.nh-home-advantages__grid {
  gap: 0;
  padding: 0;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-sm);
}

.nh-home-advantage {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 24px 22px;
  background: transparent;
  border-right: 1px solid var(--border-subtle);
  border-radius: 0;
  box-shadow: none;
}

.nh-home-advantage:last-child {
  border-right: 0;
}

.nh-home-advantage i {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  color: var(--accent);
  background: var(--accent-soft);
  border-radius: var(--radius-md);
}

.nh-home-advantage h3 {
  color: var(--text-strong);
  font-family: var(--font-display);
}

.nh-home-advantage p {
  color: var(--text-muted);
}

.nh-product-buybar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: var(--z-sticky);
  background: var(--surface);
  border-top: 1px solid var(--border);
  box-shadow: var(--shadow-xl);
  transform: translateY(100%);
  transition: transform var(--dur-slow) var(--ease-out);
  pointer-events: none;
}

.nh-product-buybar.is-show {
  transform: none;
  pointer-events: auto;
}

.nh-product-buybar__inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.nh-product-buybar__title {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nh-product-buybar__price {
  flex: 0 0 auto;
  color: var(--price);
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.nh-product-buybar__button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}

body.nh-dark-shell .nh-product-buybar {
  background: var(--surface);
  border-color: var(--border);
}

body.nh-product-buybar-open .nh-up-button {
  bottom: 96px;
}

@media (max-width: 1199.98px) {
  .nh-home-promo-shell {
    grid-template-columns: minmax(0, 1.35fr) minmax(252px, 0.65fr);
  }
}

@media (max-width: 991.98px) {
  .nh-home-promo-shell {
    grid-template-columns: 1fr;
  }

  .nh-home-promo-side {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }

  .nh-home-promo-shell .nh-home-promo__content {
    width: min(620px, 76%);
    padding: 32px;
  }

  .nh-home-advantages__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nh-home-advantage:nth-child(2) {
    border-right: 0;
  }

  .nh-home-advantage:nth-child(1),
  .nh-home-advantage:nth-child(2) {
    border-bottom: 1px solid var(--border-subtle);
  }
}

@media (max-width: 767.98px) {
  .nh-home-promo-shell {
    gap: 14px;
    margin-bottom: 28px;
  }

  .nh-home-promo-side,
  .nh-home-advantages__grid {
    grid-template-columns: 1fr;
  }

  .nh-home-promo-shell .nh-home-promo {
    min-height: 410px;
  }

  .nh-home-promo-shell .nh-home-promo__wash,
  .nrd-home-hero .nrd-home-hero__wash {
    background:
      radial-gradient(circle at 80% 4%, rgba(43, 200, 143, 0.3), transparent 35%),
      linear-gradient(0deg, rgba(7, 41, 31, 0.94), rgba(7, 41, 31, 0.2));
  }

  .nh-home-promo-shell .nh-home-promo__content {
    width: 100%;
    min-height: 410px;
    padding: 24px;
    justify-content: flex-end;
  }

  .nh-home-promo-shell .nh-home-promo h1 {
    max-width: 100%;
    font-size: 30px;
  }

  .nh-home-promo-card {
    min-height: 136px;
    border-radius: var(--radius-xl);
  }

  .nh-product-buybar__inner {
    min-height: 68px;
    gap: 12px;
  }

  .nh-product-buybar {
    right: 10px;
    bottom: 82px;
    left: 10px;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
  }

  .nh-product-buybar__price {
    font-size: 18px;
  }

  .nh-product-buybar__button {
    min-width: 48px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .nh-product-buybar__button i {
    margin: 0;
  }

  .nh-product-buybar__button {
    font-size: 0;
  }

  .nh-product-buybar__button i {
    font-size: 16px;
  }

  body.nh-product-buybar-open .nh-up-button {
    bottom: 172px;
  }

  body.nh-product-buybar-open #product-info.nh-product-page,
  body.nh-product-buybar-open #product-info.nrd-pdp-page {
    padding-bottom: 188px;
  }

  #tab-review .nh-review-field,
  #tab-review .nh-review-actions {
    scroll-margin-bottom: 180px;
  }

  .nh-home-advantage,
  .nh-home-advantage:nth-child(2) {
    border-right: 0;
  }

  .nh-home-advantage:not(:last-child) {
    border-bottom: 1px solid var(--border-subtle);
  }
}

/* Category card density donor-alignment pass 2026-06-11. */
.nh-category-page .nh-product-card__media,
body.nh-dark-shell .nh-category-page .nh-product-card__media {
  background:
    radial-gradient(120% 120% at 50% 18%, var(--surface, #ffffff) 0%, var(--surface-sunken, var(--nh-color-surface-soft)) 100%);
  border-bottom: 0;
}

.nh-category-page .nh-product-card__image-link,
body.nh-dark-shell .nh-category-page .nh-product-card__image-link {
  background: transparent;
}

.nh-category-page .nh-product-card__price {
  order: 0;
  margin-top: 0;
}

.nh-category-page .nh-product-card__title {
  order: 1;
}

.nh-category-page .nh-product-card__status-row {
  order: 2;
}

.nh-category-page .nh-product-card__meta {
  order: 3;
}

.nh-category-page .nh-product-card__specs,
.nh-category-page .nh-product-card__description,
.nh-category-page .nrd-pcard__desc {
  order: 4;
}

@media (max-width: 575.98px) {
  .nh-category-page .nh-product-card__media,
  body.nh-dark-shell .nh-category-page .nh-product-card__media {
    min-height: 0;
    aspect-ratio: 1 / 1.02;
    padding: 0;
  }

  .nh-category-page .nh-product-card__image-link,
  body.nh-dark-shell .nh-category-page .nh-product-card__image-link {
    height: 100%;
    padding: 8px;
  }

  .nh-category-page .nh-product-card__image-link img,
  body.nh-dark-shell .nh-category-page .nh-product-card__image-link img {
    max-height: 160px;
  }

  .nh-category-page .nh-product-card__body,
  body.nh-dark-shell .nh-category-page .nh-product-card__body {
    gap: 6px;
    padding: 10px 10px 0;
  }

  .nh-category-page .nh-product-card__price {
    margin-bottom: 1px;
    font-size: 16px;
    line-height: 1.15;
  }

  .nh-category-page .nh-product-card__title {
    min-height: 50px;
    margin-bottom: 0;
  }
}

/* Brand index density donor-alignment pass 2026-06-11. */
.nh-brand-index-page .nh-category-hero {
  margin-bottom: 14px;
  padding: 20px 24px;
}

.nh-brand-index-page .nh-category-hero__body p {
  max-width: 680px;
  margin-bottom: 0;
}

.nh-brand-index-page .nh-page-title {
  font-size: 34px;
  line-height: 1.12;
}

.nh-brand-index-page .nh-brand-stats,
.nh-brand-index-page .nrd-brand-stats {
  margin-top: 12px;
}

.nh-brand-index-tools {
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
}

.nh-brand-index-search {
  position: relative;
}

.nh-brand-index-search__input {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  color: var(--text, var(--nh-color-text));
  background: var(--surface, #ffffff);
  border: 1px solid var(--border, var(--nh-color-border));
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  outline: 0;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.nh-brand-index-search__input:focus {
  border-color: var(--accent, var(--nh-color-primary));
  box-shadow: 0 0 0 3px rgba(35, 180, 128, 0.16);
}

.nh-brand-index-tools .nh-brand-index-nav {
  margin-bottom: 0;
  padding: 10px 12px;
  border-radius: 8px;
}

.nh-brand-index-tools .nh-brand-index-nav a {
  border-radius: 7px;
}

.nh-brand-index-grid--cards {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
  margin-bottom: 26px;
}

.nh-brand-index-grid--cards .nh-brand-index-card {
  min-height: 108px;
  padding: 8px;
  display: grid;
  grid-template-rows: 46px minmax(0, 1fr);
  gap: 6px;
  align-items: stretch;
  justify-content: stretch;
  color: var(--text, var(--nh-color-text));
  background: var(--surface, #ffffff);
  border: 1px solid var(--border, var(--nh-color-border));
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.nh-brand-index-card[hidden] {
  display: none !important;
}

.nh-brand-index-grid--cards .nh-brand-index-card:hover,
.nh-brand-index-grid--cards .nh-brand-index-card:focus {
  color: var(--text-strong, var(--nh-color-text));
  background: var(--surface, #ffffff);
  border-color: var(--accent, var(--nh-color-primary));
  box-shadow: var(--shadow-sm, var(--nh-shadow-card));
  transform: translateY(-1px);
}

.nh-brand-index-card__mark {
  width: 100%;
  min-width: 0;
  height: 46px;
  padding: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent, var(--nh-color-primary));
  background: #ffffff;
  border: 1px solid var(--border-subtle, var(--nh-color-border));
  border-radius: 8px;
  font-size: 22px;
  font-weight: 800;
}

.nh-brand-index-card__mark img {
  max-width: 96%;
  max-height: 34px;
  object-fit: contain;
}

.nh-brand-index-card__body {
  min-width: 0;
  display: grid;
  gap: 4px;
  align-content: start;
}

.nh-brand-index-grid--cards .nh-brand-index-card__body strong {
  min-height: 29px;
  overflow: hidden;
  color: var(--text-strong, var(--nh-color-text));
  display: -webkit-box;
  font-size: 12px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nh-brand-index-grid--cards .nh-brand-index-card__body small {
  min-width: 0;
  padding: 0;
  color: var(--text-muted, var(--nh-color-muted));
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 11px;
  font-weight: 600;
}

.nh-brand-index-empty {
  margin: 18px 0 28px;
  padding: 16px;
  color: var(--text-muted, var(--nh-color-muted));
  background: var(--surface-muted, var(--nh-color-surface-soft));
  border: 1px dashed var(--border, var(--nh-color-border));
  border-radius: 8px;
  text-align: center;
}

body.nh-dark-shell .nh-brand-index-search__input,
body.nh-dark-shell .nh-brand-index-empty {
  color: var(--nh-dark-text);
  background: var(--nh-dark-panel);
  border-color: var(--nh-dark-border);
}

body.nh-dark-shell .nh-brand-index-search__input::placeholder {
  color: rgba(255, 255, 255, 0.52);
}

body.nh-dark-shell .nh-brand-index-grid--cards .nh-brand-index-card {
  color: var(--nh-dark-text);
  background: var(--nh-dark-card);
  border-color: var(--nh-dark-border);
}

body.nh-dark-shell .nh-brand-index-card__mark {
  color: var(--accent, var(--nh-color-primary));
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.12);
}

body.nh-dark-shell .nh-brand-index-grid--cards .nh-brand-index-card__body strong {
  color: var(--nh-dark-text);
}

body.nh-dark-shell .nh-brand-index-grid--cards .nh-brand-index-card__body small {
  color: var(--nh-dark-muted);
  background: transparent;
}

body.nh-dark-shell .nh-brand-index-grid--cards .nh-brand-index-card:hover,
body.nh-dark-shell .nh-brand-index-grid--cards .nh-brand-index-card:focus {
  background: #242424;
  border-color: rgba(35, 180, 128, 0.5);
}

@media (max-width: 1199.98px) {
  .nh-brand-index-grid--cards {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .nh-brand-index-grid--cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .nh-brand-index-page .nh-category-hero {
    margin-bottom: 12px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .nh-brand-index-page .nh-category-hero__eyebrow,
  .nh-brand-index-page .nh-category-hero__body p {
    display: none;
  }

  .nh-brand-index-page .nh-page-title {
    font-size: 28px;
  }

  .nh-brand-index-page .nh-brand-stats,
  .nh-brand-index-page .nrd-brand-stats {
    gap: 8px;
    margin-top: 8px;
  }

  .nh-brand-index-page .nh-brand-stats span,
  .nh-brand-index-page .nrd-brand-stats span {
    min-height: 32px;
    padding: 6px 9px;
    font-size: 12px;
  }

  .nh-brand-index-page .nh-brand-stats strong,
  .nh-brand-index-page .nrd-brand-stats strong {
    font-size: 17px;
  }

  .nh-brand-index-tools {
    gap: 10px;
    margin-bottom: 12px;
  }

  .nh-brand-index-search__input {
    height: 44px;
  }

  .nh-brand-index-tools .nh-brand-index-nav {
    padding: 9px;
  }

  .nh-brand-index-tools .nh-brand-index-nav strong {
    display: none;
  }

  .nh-brand-index-tools .nh-brand-index-nav div {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .nh-brand-index-tools .nh-brand-index-nav div::-webkit-scrollbar {
    display: none;
  }

  .nh-brand-index-tools .nh-brand-index-nav a {
    flex: 0 0 auto;
    min-width: 30px;
    min-height: 30px;
  }

  .nh-brand-index-grid--cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .nh-brand-index-grid--cards .nh-brand-index-card {
    min-height: 104px;
    padding: 8px;
    grid-template-rows: 44px minmax(0, 1fr);
  }

  .nh-brand-index-card__mark {
    height: 44px;
  }

  .nh-brand-index-card__mark img {
    max-height: 32px;
  }
}

/* Search results compact refine pass 2026-06-11. */
body.nh-dark-shell .nh-search-refine__summary {
  color: var(--nh-dark-text);
  background: var(--nh-dark-card);
  border-color: var(--nh-dark-border);
}

body.nh-dark-shell .nh-search-refine__summary strong {
  color: var(--nh-dark-text);
}

body.nh-dark-shell .nh-search-refine__summary span {
  color: var(--nh-dark-muted);
}

@media (min-width: 768px) {
  .nh-search-page .nh-search-hero {
    padding-top: 16px;
    padding-bottom: 14px;
  }
}

@media (max-width: 767.98px) {
  .nh-search-page .nh-search-hero {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .nh-search-page .nh-category-hero__eyebrow {
    display: none;
  }

  .nh-search-page .nh-page-title {
    font-size: 27px;
    line-height: 1.1;
  }

  .nh-search-refine {
    margin-top: 10px;
  }

  .nh-search-refine__summary {
    min-height: 42px;
    padding: 0 12px;
  }

  .nh-search-refine__summary span {
    font-size: 12px;
  }

  .nh-search-refine__summary strong {
    font-size: 14px;
  }

  .nh-search-refine[open] .nh-search-panel {
    margin-top: 10px;
    padding: 12px;
    background: var(--nh-color-surface-soft);
    border: 1px solid var(--nh-color-border);
    border-radius: var(--nh-radius-md);
  }

  body.nh-dark-shell .nh-search-refine[open] .nh-search-panel {
    background: var(--nh-dark-panel);
    border-color: var(--nh-dark-border);
  }

  .nh-search-page .nh-listing-results,
  .nh-search-page .nrd-listing-results {
    margin-top: 16px;
  }
}

/* Search card density donor-alignment pass 2026-06-11. */
.nh-search-page .nh-product-card__media,
body.nh-dark-shell .nh-search-page .nh-product-card__media {
  background:
    radial-gradient(120% 120% at 50% 18%, var(--surface, #ffffff) 0%, var(--surface-sunken, var(--nh-color-surface-soft)) 100%);
  border-bottom: 0;
}

.nh-search-page .nh-product-card__image-link,
body.nh-dark-shell .nh-search-page .nh-product-card__image-link {
  background: transparent;
}

.nh-search-page .nh-product-card__price {
  order: 0;
  margin-top: 0;
}

.nh-search-page .nh-product-card__title {
  order: 1;
}

.nh-search-page .nh-product-card__status-row {
  order: 2;
}

.nh-search-page .nh-product-card__meta {
  order: 3;
}

.nh-search-page .nh-product-card__specs,
.nh-search-page .nh-product-card__description,
.nh-search-page .nrd-pcard__desc {
  order: 4;
}

@media (min-width: 1200px) {
  .nh-search-page .nh-product-grid {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
  }

  .nh-search-page #product-list > .col {
    width: 25%;
    max-width: 25%;
    flex: 0 0 25%;
  }

  .nh-search-page .nh-product-card__media,
  body.nh-dark-shell .nh-search-page .nh-product-card__media {
    min-height: 0;
    aspect-ratio: 1 / 0.82;
    padding: 0;
  }

  .nh-search-page .nh-product-card__image-link,
  body.nh-dark-shell .nh-search-page .nh-product-card__image-link {
    height: 100%;
    padding: 18px;
  }

  .nh-search-page .nh-product-card__image-link img,
  body.nh-dark-shell .nh-search-page .nh-product-card__image-link img {
    max-height: 240px;
  }

  .nh-search-page .nh-product-card__body {
    padding: 14px 16px 0;
  }

  .nh-search-page .nh-product-card__price {
    margin-bottom: 7px;
    font-size: 17px;
  }

  .nh-search-page .nh-product-card__title {
    min-height: 42px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.38;
  }

  .nh-search-page .nh-product-card__specs {
    margin-top: 8px;
  }

  .nh-search-page .nh-product-card__footer {
    padding: 12px 16px 14px;
  }

  .nh-search-page .nh-product-card__cta,
  .nh-search-page .nh-product-card__tools button {
    min-height: 38px;
  }
}

@media (max-width: 575.98px) {
  .nh-search-page .nh-product-grid {
    --bs-gutter-x: 8px;
    --bs-gutter-y: 10px;
  }

  .nh-search-page #product-list > .col {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }

  .nh-search-page .nh-product-card {
    border-radius: var(--nh-radius-md);
  }

  .nh-search-page .nh-product-card__media,
  body.nh-dark-shell .nh-search-page .nh-product-card__media {
    min-height: 0;
    aspect-ratio: 1 / 1.02;
    padding: 0;
  }

  .nh-search-page .nh-product-card__image-link,
  body.nh-dark-shell .nh-search-page .nh-product-card__image-link {
    height: 100%;
    padding: 8px;
  }

  .nh-search-page .nh-product-card__image-link img,
  body.nh-dark-shell .nh-search-page .nh-product-card__image-link img {
    max-height: 160px;
  }

  .nh-search-page .nh-product-card__body,
  body.nh-dark-shell .nh-search-page .nh-product-card__body {
    gap: 6px;
    padding: 10px 10px 0;
  }

  .nh-search-page .nh-product-card__price {
    margin-bottom: 1px;
    overflow-wrap: anywhere;
    font-size: 16px;
    line-height: 1.15;
  }

  .nh-search-page .nh-product-card__price .price-old,
  .nh-search-page .nh-product-card__price .price-tax {
    display: inline;
    margin: 0 0 0 4px;
    font-size: 10px;
  }

  .nh-search-page .nh-product-card__title {
    min-height: 50px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.35;
  }

  .nh-search-page .nh-product-card__title a {
    -webkit-line-clamp: 3;
  }

  .nh-search-page .nh-product-card__description,
  .nh-search-page .nrd-pcard__desc {
    display: none;
  }

  .nh-search-page .nh-product-card__specs {
    gap: 4px;
    margin-top: 7px;
  }

  .nh-search-page .nh-product-card__specs div {
    grid-template-columns: 1fr;
    gap: 1px;
    font-size: 10px;
    line-height: 1.2;
  }

  .nh-search-page .nh-product-card__specs dt,
  .nh-search-page .nh-product-card__specs dd {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .nh-search-page .nh-product-card__status-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    margin-top: 0;
    padding-top: 0;
  }

  .nh-search-page .nh-product-card__stock,
  .nh-search-page .nh-product-card__meta {
    font-size: 11px;
  }

  .nh-search-page .nh-product-card__meta {
    display: grid;
    gap: 4px;
    min-height: 0;
    margin-top: 7px;
    margin-bottom: 0;
  }

  .nh-search-page .nh-product-card__footer {
    grid-template-columns: minmax(0, 1fr) 34px 34px;
    gap: 6px;
    padding: 10px;
  }

  .nh-search-page .nh-product-card__cta,
  .nh-search-page .nh-product-card__tools button {
    min-height: 34px;
    border-radius: var(--nh-radius-sm);
  }

  .nh-search-page .nh-product-card__cta {
    width: auto;
    min-width: 0;
    padding: 0 8px;
    font-size: 11px;
  }

  .nh-search-page .nh-product-card__tools button {
    width: 34px;
  }
}

/* Product related fallback density donor-alignment pass 2026-06-11. */
.nh-product-page .nh-related-products .nh-product-card__media,
body.nh-dark-shell .nh-product-page .nh-related-products .nh-product-card__media {
  background:
    radial-gradient(120% 120% at 50% 18%, var(--surface, #ffffff) 0%, var(--surface-sunken, var(--nh-color-surface-soft)) 100%);
  border-bottom: 0;
}

.nh-product-page .nh-related-products .nh-product-card__image-link,
body.nh-dark-shell .nh-product-page .nh-related-products .nh-product-card__image-link {
  background: transparent;
}

.nh-product-page .nh-related-products .nh-product-card__price {
  order: 0;
  margin-top: 0;
}

.nh-product-page .nh-related-products .nh-product-card__title {
  order: 1;
}

.nh-product-page .nh-related-products .nh-product-card__status-row {
  order: 2;
}

.nh-product-page .nh-related-products .nh-product-card__meta {
  order: 3;
}

.nh-product-page .nh-related-products .nh-product-card__specs,
.nh-product-page .nh-related-products .nh-product-card__description,
.nh-product-page .nh-related-products .nrd-pcard__desc {
  order: 4;
}

@media (max-width: 575.98px) {
  .nh-product-page .nh-related-products {
    margin-top: 24px;
  }

  .nh-product-page .nh-related-products h2 {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.2;
  }

  .nh-product-page .nh-related-products .row {
    --bs-gutter-x: 8px;
    --bs-gutter-y: 10px;
  }

  .nh-product-page .nh-related-products .row > .col {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 10px !important;
  }

  .nh-product-page .nh-related-products .nh-product-card {
    border-radius: var(--nh-radius-md);
  }

  .nh-product-page .nh-related-products .nh-product-card__media,
  body.nh-dark-shell .nh-product-page .nh-related-products .nh-product-card__media {
    min-height: 0;
    aspect-ratio: 1 / 1.02;
    padding: 0;
  }

  .nh-product-page .nh-related-products .nh-product-card__image-link,
  body.nh-dark-shell .nh-product-page .nh-related-products .nh-product-card__image-link {
    height: 100%;
    padding: 8px;
  }

  .nh-product-page .nh-related-products .nh-product-card__image-link img,
  body.nh-dark-shell .nh-product-page .nh-related-products .nh-product-card__image-link img {
    max-height: 160px;
  }

  .nh-product-page .nh-related-products .nh-product-card__body,
  body.nh-dark-shell .nh-product-page .nh-related-products .nh-product-card__body {
    gap: 6px;
    padding: 10px 10px 0;
  }

  .nh-product-page .nh-related-products .nh-product-card__price {
    margin-bottom: 1px;
    overflow-wrap: anywhere;
    font-size: 16px;
    line-height: 1.15;
  }

  .nh-product-page .nh-related-products .nh-product-card__price .price-old,
  .nh-product-page .nh-related-products .nh-product-card__price .price-tax {
    display: inline;
    margin: 0 0 0 4px;
    font-size: 10px;
  }

  .nh-product-page .nh-related-products .nh-product-card__title {
    min-height: 50px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.35;
  }

  .nh-product-page .nh-related-products .nh-product-card__title a {
    -webkit-line-clamp: 3;
  }

  .nh-product-page .nh-related-products .nh-product-card__description,
  .nh-product-page .nh-related-products .nrd-pcard__desc {
    display: none;
  }

  .nh-product-page .nh-related-products .nh-product-card__specs {
    gap: 4px;
    margin-top: 7px;
  }

  .nh-product-page .nh-related-products .nh-product-card__specs div {
    grid-template-columns: 1fr;
    gap: 1px;
    font-size: 10px;
    line-height: 1.2;
  }

  .nh-product-page .nh-related-products .nh-product-card__specs dt,
  .nh-product-page .nh-related-products .nh-product-card__specs dd {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .nh-product-page .nh-related-products .nh-product-card__status-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    margin-top: 0;
    padding-top: 0;
  }

  .nh-product-page .nh-related-products .nh-product-card__stock,
  .nh-product-page .nh-related-products .nh-product-card__meta {
    font-size: 11px;
  }

  .nh-product-page .nh-related-products .nh-product-card__meta {
    display: grid;
    gap: 4px;
    min-height: 0;
    margin-top: 7px;
    margin-bottom: 0;
  }

  .nh-product-page .nh-related-products .nh-product-card__footer {
    grid-template-columns: minmax(0, 1fr) 34px 34px;
    gap: 6px;
    padding: 10px;
  }

  .nh-product-page .nh-related-products .nh-product-card__cta,
  .nh-product-page .nh-related-products .nh-product-card__tools button {
    min-height: 34px;
    border-radius: var(--nh-radius-sm);
  }

  .nh-product-page .nh-related-products .nh-product-card__cta {
    width: auto;
    min-width: 0;
    padding: 0 8px;
    font-size: 11px;
  }

  .nh-product-page .nh-related-products .nh-product-card__tools button {
    width: 34px;
  }
}

/* ProductCard v2 design-system bridge: final override after legacy density passes. */
.nh-product-card.nrd-pcard {
  display: flex;
  flex-direction: column;
  background: var(--surface, var(--nh-color-surface));
  border-color: var(--border, var(--nh-color-border));
  border-radius: var(--radius-xl, 18px);
  box-shadow: var(--shadow-xs, none);
}

.nh-product-card.nrd-pcard:hover {
  transform: translateY(-4px);
  border-color: var(--border-strong, var(--nh-color-primary-soft));
  box-shadow: var(--shadow-lg, var(--nh-shadow-card));
}

.nh-product-card.nrd-pcard .nh-product-card__media {
  min-height: 0;
  padding: 0;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: radial-gradient(120% 120% at 50% 18%, var(--surface, #ffffff) 0%, var(--surface-sunken, var(--nh-color-surface-soft)) 100%);
  background-color: var(--surface-sunken, var(--nh-color-surface-soft));
  border-bottom: 0;
}

.nh-product-card.nrd-pcard .nh-product-card__image-link {
  width: 100%;
  height: 100%;
  padding: 14%;
  background: transparent;
}

.nh-product-card.nrd-pcard .nh-product-card__image-link img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
}

.nh-product-card.nrd-pcard .nh-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
}

.nh-product-card.nrd-pcard .nh-product-card__cat {
  display: block;
}

.nh-product-card.nrd-pcard .nh-product-card__title {
  order: 0;
  min-height: 2.6em;
  margin: 0;
}

.nh-product-card.nrd-pcard .nh-product-card__specs,
.nh-product-card.nrd-pcard .nh-product-card__description,
.nh-product-card.nrd-pcard .nrd-pcard__desc {
  order: 0;
  margin: 0;
}

.nh-product-card.nrd-pcard .nh-product-card__specs div {
  min-height: 0;
  display: inline-flex;
  grid-template-columns: none;
  height: 24px;
  gap: 4px;
  padding: 0 8px;
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
}

.nh-product-card.nrd-pcard .nh-product-card__status-row,
.nh-product-card.nrd-pcard .nh-product-card__meta,
.nh-product-card.nrd-pcard .nh-product-card__specs dt,
.nh-product-card.nrd-pcard .nh-product-card__specs dd {
  display: none;
}

.nh-product-card.nrd-pcard .nh-product-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding: 4px 16px 16px;
  border-top: 0;
}

.nh-product-card.nrd-pcard .nh-product-card__price {
  order: 0;
  margin: 0;
  color: var(--price, var(--nh-color-text));
  font-size: 22px;
  line-height: 1.08;
}

.nh-product-card.nrd-pcard .nh-product-card__price-wrap .price-tax {
  display: none;
}

.nh-product-card.nrd-pcard .nh-product-card__stock {
  display: inline-flex;
}

.nh-product-card.nrd-pcard .nh-product-card__cta {
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  flex: 0 0 42px;
  padding: 0;
  font-size: 15px;
}

.nh-product-card.nrd-pcard .nh-product-card__cta--request {
  width: auto;
  min-width: 42px;
  flex-basis: auto;
  padding: 0 12px;
}

.nh-product-card.nrd-pcard .nh-product-card__tools {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.nh-product-card.nrd-pcard .nh-product-card__tools .nrd-icon-btn {
  width: 34px;
  height: 34px;
  min-height: 34px;
}

@media (max-width: 575.98px) {
  .nh-product-card.nrd-pcard {
    border-radius: var(--radius-lg, 14px);
  }

  .nh-product-card.nrd-pcard .nh-product-card__media {
    aspect-ratio: 1 / 1;
  }

  .nh-product-card.nrd-pcard .nh-product-card__image-link {
    padding: 12%;
  }

  .nh-product-card.nrd-pcard .nh-product-card__body {
    gap: 8px;
    padding: 10px;
  }

  .nh-product-card.nrd-pcard .nh-product-card__cat,
  .nh-product-card.nrd-pcard .nh-product-card__stock {
    font-size: 11px;
  }

  .nh-product-card.nrd-pcard .nh-product-card__title {
    min-height: 3.9em;
    font-size: 12px;
    line-height: 1.35;
  }

  .nh-product-card.nrd-pcard .nh-product-card__specs {
    gap: 4px;
  }

  .nh-product-card.nrd-pcard .nh-product-card__specs div {
    height: 22px;
    padding: 0 7px;
    font-size: 10px;
  }

  .nh-product-card.nrd-pcard .nh-product-card__footer {
    gap: 8px;
    padding: 0 10px 10px;
  }

  .nh-product-card.nrd-pcard .nh-product-card__price {
    font-size: 15px;
  }

  .nh-product-card.nrd-pcard .nh-product-card__price-wrap .price-old,
  .nh-product-card.nrd-pcard .nh-product-card__price-wrap .price-tax {
    font-size: 10px;
  }

  .nh-product-card.nrd-pcard .nh-product-card__cta {
    width: 34px;
    min-width: 34px;
    height: 34px;
    min-height: 34px;
    flex-basis: 34px;
  }

  .nh-product-card.nrd-pcard .nh-product-card__tools {
    opacity: 1;
    transform: none;
  }
}

/* ProductCard v3 storefront normalization: keep donor page rules from overriding the design-system card. */
.nh-category-page .nh-product-card.nrd-pcard,
.nh-search-page .nh-product-card.nrd-pcard,
.nh-product-page .nh-related-products .nh-product-card.nrd-pcard {
  background: var(--surface, var(--nh-color-surface));
  border-color: var(--border, var(--nh-color-border));
  border-radius: var(--radius-xl, 18px);
  box-shadow: var(--shadow-xs, none);
}

.nh-category-page .nh-product-card.nrd-pcard .nh-product-card__media,
.nh-search-page .nh-product-card.nrd-pcard .nh-product-card__media,
.nh-product-page .nh-related-products .nh-product-card.nrd-pcard .nh-product-card__media {
  min-height: 0;
  padding: 0;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background:
    radial-gradient(120% 120% at 50% 18%, var(--surface, var(--nh-color-surface)) 0%, var(--surface-sunken, var(--nh-color-surface-soft)) 100%);
  background-color: var(--surface-sunken, var(--nh-color-surface-soft));
  border-bottom: 0;
}

.nh-category-page .nh-product-card.nrd-pcard .nh-product-card__image-link,
.nh-search-page .nh-product-card.nrd-pcard .nh-product-card__image-link,
.nh-product-page .nh-related-products .nh-product-card.nrd-pcard .nh-product-card__image-link {
  width: 100%;
  height: 100%;
  padding: 14%;
  background: transparent;
}

.nh-category-page .nh-product-card.nrd-pcard .nh-product-card__image-link img,
.nh-search-page .nh-product-card.nrd-pcard .nh-product-card__image-link img,
.nh-product-page .nh-related-products .nh-product-card.nrd-pcard .nh-product-card__image-link img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
}

.nh-category-page .nh-product-card.nrd-pcard .nh-product-card__body,
.nh-search-page .nh-product-card.nrd-pcard .nh-product-card__body,
.nh-product-page .nh-related-products .nh-product-card.nrd-pcard .nh-product-card__body {
  gap: 10px;
  padding: 16px;
}

.nh-category-page .nh-product-card.nrd-pcard .nh-product-card__title,
.nh-search-page .nh-product-card.nrd-pcard .nh-product-card__title,
.nh-product-page .nh-related-products .nh-product-card.nrd-pcard .nh-product-card__title {
  order: 0;
  min-height: 2.6em;
  margin: 0;
}

.nh-category-page .nh-product-card.nrd-pcard .nh-product-card__specs,
.nh-search-page .nh-product-card.nrd-pcard .nh-product-card__specs,
.nh-product-page .nh-related-products .nh-product-card.nrd-pcard .nh-product-card__specs {
  order: 0;
  margin: 0;
}

.nh-category-page .nh-product-card.nrd-pcard .nh-product-card__footer,
.nh-search-page .nh-product-card.nrd-pcard .nh-product-card__footer,
.nh-product-page .nh-related-products .nh-product-card.nrd-pcard .nh-product-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding: 4px 16px 16px;
  border-top: 0;
}

.nh-category-page .nh-product-card.nrd-pcard .nh-product-card__price,
.nh-search-page .nh-product-card.nrd-pcard .nh-product-card__price,
.nh-product-page .nh-related-products .nh-product-card.nrd-pcard .nh-product-card__price {
  margin: 0;
  font-size: 22px;
  line-height: 1.08;
}

.nrd-pcard__rating .nrd-rating__reviews {
  color: var(--text-muted, var(--nh-color-muted));
  font-weight: 500;
}

#product-info .nh-related-products.nrd-related,
.nh-product-page .nh-related-products.nrd-related {
  margin-top: 40px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

#product-info .nh-related-products.nrd-related .nh-related-products__head,
.nh-product-page .nh-related-products.nrd-related .nh-related-products__head {
  margin-bottom: 18px;
}

@media (max-width: 575.98px) {
  .nh-category-page .nh-product-card.nrd-pcard .nh-product-card__image-link,
  .nh-search-page .nh-product-card.nrd-pcard .nh-product-card__image-link,
  .nh-product-page .nh-related-products .nh-product-card.nrd-pcard .nh-product-card__image-link {
    padding: 12%;
  }

  .nh-category-page .nh-product-card.nrd-pcard .nh-product-card__body,
  .nh-search-page .nh-product-card.nrd-pcard .nh-product-card__body,
  .nh-product-page .nh-related-products .nh-product-card.nrd-pcard .nh-product-card__body {
    gap: 8px;
    padding: 10px;
  }

  .nh-category-page .nh-product-card.nrd-pcard .nh-product-card__title,
  .nh-search-page .nh-product-card.nrd-pcard .nh-product-card__title,
  .nh-product-page .nh-related-products .nh-product-card.nrd-pcard .nh-product-card__title {
    min-height: 3.9em;
    font-size: 12px;
    line-height: 1.35;
  }

  .nh-category-page .nh-product-card.nrd-pcard .nh-product-card__footer,
  .nh-search-page .nh-product-card.nrd-pcard .nh-product-card__footer,
  .nh-product-page .nh-related-products .nh-product-card.nrd-pcard .nh-product-card__footer {
    gap: 8px;
    padding: 0 10px 10px;
  }

  .nh-category-page .nh-product-card.nrd-pcard .nh-product-card__price,
  .nh-search-page .nh-product-card.nrd-pcard .nh-product-card__price,
  .nh-product-page .nh-related-products .nh-product-card.nrd-pcard .nh-product-card__price {
    font-size: 15px;
  }
}

/* Product detail design-system bridge. */
#product-info .nh-product-layout.nrd-pdp {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 600px);
  gap: 22px 36px;
  align-items: start;
}

#product-info .nrd-pdp__head {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 0;
  border-bottom: 0;
}

#product-info .nh-product-head__main,
#product-info .nrd-pdp__head-main {
  display: grid;
  gap: 14px;
}

#product-info .nrd-pdp__overline {
  color: var(--text-subtle, var(--nh-color-faint));
  font-family: var(--font-display, var(--nh-font-sans));
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#product-info h1,
#product-info .nrd-pdp__title {
  max-width: 620px;
  font-size: clamp(30px, 2.45vw, 42px);
  line-height: 1.14;
  letter-spacing: 0;
}

#product-info .nrd-pdp__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  color: var(--text-muted, var(--nh-color-muted));
  font-size: 13px;
  line-height: 1.35;
}

#product-info .nrd-rating {
  --nrd-rating-star-size: 17px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

#product-info .nrd-rating:hover,
#product-info .nrd-rating:focus {
  color: var(--text-accent, var(--nh-color-primary));
}

#product-info .nh-product-rating__stars,
#product-info .nrd-pdp__rating-stars {
  display: inline-block;
  line-height: 0;
}

#product-info .nrd-rating strong,
#product-info .nrd-rating__count b,
#product-info .nrd-pdp__sku strong {
  color: var(--text-strong, var(--nh-color-text));
  font-weight: 800;
}

#product-info .nrd-pdp__sku {
  margin: 0;
  color: var(--text-subtle, var(--nh-color-faint));
  font-size: 13px;
  font-weight: 700;
}

#product-info .nrd-stock {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  min-height: 28px;
  margin: 0;
  padding: 6px 12px;
  color: var(--success, var(--nh-color-success));
  background: rgba(35, 180, 128, 0.1);
  border: 0;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

#product-info .nrd-stock i {
  font-size: 11px;
}

#product-info .nh-product-wishlist-icon {
  width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  color: var(--text-strong, var(--nh-color-text));
  background: var(--surface, var(--nh-color-surface));
  border: 1px solid var(--border, var(--nh-color-border));
  border-radius: var(--radius-sm, 8px);
}

#product-info .nh-product-gallery {
  grid-column: 1;
  grid-row: 1 / span 4;
}

#product-info .nh-product-gallery__box,
#product-info .nh-product-gallery__box.has-thumbs {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

#product-info .nh-product-gallery__main,
#product-info .nh-product-gallery__placeholder {
  width: 100%;
  min-height: clamp(420px, 44vw, 596px);
  aspect-ratio: 1 / 1;
  padding: clamp(24px, 4vw, 48px);
  background: radial-gradient(120% 120% at 50% 20%, var(--surface, #ffffff) 0%, var(--surface-sunken, #f5f8f7) 100%);
  border: 1px solid var(--border, var(--nh-color-border));
  border-radius: 18px;
}

#product-info .nh-product-gallery__box.has-thumbs .nh-product-gallery__main {
  grid-column: auto;
  grid-row: auto;
}

#product-info .nh-product-gallery__main img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
}

#product-info .nh-product-gallery__thumbs,
#product-info .nh-product-gallery__box.has-thumbs .nh-product-gallery__thumbs {
  grid-column: auto;
  grid-row: auto;
  display: flex;
  gap: 12px;
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 4px;
}

#product-info .nh-product-gallery__thumb {
  width: 80px;
  min-width: 80px;
  border-style: dashed;
  border-radius: 12px;
}

#product-info .nh-product-buy-card {
  grid-column: 2;
  grid-row: 2;
  position: static;
  width: 100%;
  padding: 22px;
  background: var(--surface, var(--nh-color-surface));
  border: 1px solid var(--border, var(--nh-color-border));
  border-radius: 18px;
  box-shadow: var(--shadow-lg, 0 14px 34px rgba(16, 23, 20, 0.08));
}

#product-info .nrd-buybox__price-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  margin-bottom: 16px;
}

#product-info .nh-product-price {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: baseline;
  margin: 0;
}

#product-info .nh-product-price .price-new {
  font-size: clamp(34px, 3vw, 42px);
  line-height: 1;
  font-weight: 800;
}

#product-info .nh-product-price .price-old {
  font-size: 16px;
  font-weight: 700;
}

#product-info .nh-product-price__tax,
#product-info .nh-product-price__points,
#product-info .nrd-pdp__price-tax,
#product-info .nrd-pdp__price-points {
  flex-basis: 100%;
  font-size: 13px;
}

#product-info .nh-product-discount-badge {
  min-height: 26px;
  padding: 6px 10px;
  color: #fff;
  background: var(--danger, #ef4655);
  border: 0;
  border-radius: 999px;
  font-weight: 800;
}

#product-info .nrd-buybox__installment {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: -2px 0 16px;
  color: var(--text-muted, var(--nh-color-muted));
  font-size: 13px;
}

#product-info .nrd-buybox__installment-icon,
#product-info .nrd-buybox__installment strong {
  color: var(--accent, var(--nh-color-primary));
}

#product-info .nrd-buybox__discounts {
  display: grid;
  gap: 8px;
  margin: -4px 0 16px;
  padding: 0;
  background: transparent;
}

#product-info .nrd-buybox__discount {
  justify-content: space-between;
  min-height: 34px;
  width: 100%;
  background: var(--surface-sunken, var(--nh-color-surface-soft));
  color: var(--text-muted, var(--nh-color-muted));
}

#product-info .nrd-buybox__discount strong {
  color: var(--text-strong, var(--nh-color-text));
  font-weight: 800;
}

#product-info .nrd-buybox__subscriptions {
  display: grid;
  gap: 10px;
}

#product-info .nrd-buybox__section-title {
  margin: 0;
  color: var(--text-strong, var(--nh-color-text));
  font-size: 15px;
  font-weight: 800;
}

#product-info .nrd-buybox__subscription-description {
  margin-top: 2px;
  color: var(--text-muted, var(--nh-color-muted));
  font-size: 12px;
}

#product-info .nrd-buybox__addons {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}

#product-info .nrd-buybox__addons h3 {
  margin: 0;
  color: var(--text-strong, var(--nh-color-text));
  font-size: 15px;
}

#product-info .nrd-buybox__addons .mb-3,
#product-info .nrd-buybox__option-group {
  margin-bottom: 0 !important;
}

#product-info .nrd-buybox__option-group {
  display: grid;
  gap: 8px;
}

#product-info .nrd-buybox__option-title {
  margin: 0;
  color: var(--text-muted, var(--nh-color-muted));
  font-size: 13px;
  font-weight: 800;
}

#product-info .nrd-service-list {
  display: grid;
  gap: 8px;
}

#product-info .nrd-buybox__addons .nrd-service {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  width: 100%;
  margin: 0;
  padding: 10px 12px;
  background: var(--surface, var(--nh-color-surface));
  border: 1.5px solid var(--border, var(--nh-color-border));
  border-radius: var(--radius-md, 10px);
  cursor: pointer;
  transition: background var(--dur-fast, .16s), border-color var(--dur-fast, .16s), box-shadow var(--dur-fast, .16s);
}

#product-info .nrd-buybox__addons .nrd-service:hover {
  border-color: var(--border-strong, var(--nh-color-border-strong));
}

#product-info .nrd-buybox__addons .nrd-service:has(input:checked) {
  background: var(--accent-soft, rgba(40, 185, 129, .12));
  border-color: var(--accent-border, rgba(40, 185, 129, .42));
}

#product-info .nrd-buybox__addons .nrd-service .nrd-check__box {
  margin-top: 0;
}

#product-info .nrd-service__media {
  flex: none;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--surface-sunken, var(--nh-color-surface-soft));
  border: 1px solid var(--border, var(--nh-color-border));
  border-radius: 8px;
}

#product-info .nrd-service__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#product-info .nrd-buybox__addons .nrd-service__lbl {
  flex: 1 1 auto;
  min-width: 0;
  color: var(--text-strong, var(--nh-color-text));
  font-size: 14px;
  font-weight: 700;
}

#product-info .nrd-buybox__addons .nrd-service__price {
  flex: none;
  margin-left: auto;
  color: var(--text-muted, var(--nh-color-muted));
  font-family: var(--font-mono, monospace);
  font-size: 13px;
  font-weight: 700;
}

#product-info .nrd-buybox__addons .nrd-service:has(input:checked) .nrd-service__price {
  color: var(--text-accent, var(--nh-color-primary));
}

#product-info .nrd-buybox__actions {
  display: grid;
  grid-template-columns: 144px minmax(0, 1fr) 42px;
  gap: 12px;
  align-items: stretch;
}

#product-info .nrd-buybox__actions .nrd-qty {
  width: 100%;
  min-height: 0;
  height: 44px;
}

#product-info #button-cart {
  min-height: 44px;
  white-space: nowrap;
}

#product-info .nh-product-oneclick {
  min-height: 42px;
  margin-top: 14px;
  color: var(--text-strong, var(--nh-color-text));
}

#product-info .nh-product-total {
  display: none;
}

#product-info .nrd-assure-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  padding: 18px 0 0;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--border-subtle, var(--nh-color-border));
  border-radius: 0;
  box-shadow: none;
}

#product-info .nrd-assure {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--text-muted, var(--nh-color-muted));
  font-size: 13px;
  font-weight: 500;
}

#product-info .nrd-assure i {
  width: 18px;
  color: var(--accent, var(--nh-color-primary));
  font-size: 18px;
}

#product-info .nh-product-summary {
  grid-column: 2;
  grid-row: 3;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

#product-info .nh-product-quick-specs {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

#product-info .nh-product-quick-specs__title {
  display: none;
}

#product-info .nh-product-quick-specs dl {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#product-info .nh-product-quick-specs dl > div {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  color: var(--text-muted, var(--nh-color-muted));
  font-size: 14px;
}

#product-info .nh-product-quick-specs dl > div::before {
  content: "\2733";
  color: var(--accent, var(--nh-color-primary));
  font-size: 17px;
}

#product-info .nh-product-quick-specs dt {
  display: none;
}

#product-info .nh-product-quick-specs dt::after {
  content: none;
}

#product-info .nh-product-quick-specs dd {
  display: inline;
  color: inherit;
  font-weight: 600;
}

body.nh-dark-shell #product-info .nh-product-gallery__main,
body.nh-dark-shell #product-info .nh-product-gallery__placeholder,
body.nh-dark-shell #product-info .nh-product-buy-card {
  background: var(--nh-dark-card);
  border-color: var(--nh-dark-border);
}

body.nh-dark-shell #product-info .nh-product-gallery__main {
  background: radial-gradient(120% 120% at 50% 20%, #ffffff 0%, #f5f8f7 100%);
}

body.nh-dark-shell #product-info .nrd-stock {
  color: #2bd39b;
  background: rgba(43, 211, 155, 0.12);
}

@media (max-width: 991.98px) {
  #product-info .nh-product-layout.nrd-pdp {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  #product-info .nrd-pdp__head {
    order: 1;
    width: 100%;
  }

  #product-info .nh-product-gallery {
    order: 2;
    width: 100%;
  }

  #product-info .nh-product-buy-card {
    order: 3;
  }

  #product-info .nh-product-summary {
    order: 4;
    width: 100%;
  }

  #product-info .nh-product-gallery__main,
  #product-info .nh-product-gallery__placeholder {
    min-height: min(88vw, 420px);
  }
}

@media (max-width: 575.98px) {
  #product-info .nrd-pdp__head {
    grid-template-columns: 1fr;
  }

  #product-info h1 {
    font-size: 30px;
  }

  #product-info .nh-product-gallery__main,
  #product-info .nh-product-gallery__placeholder {
    min-height: 340px;
    padding: 20px;
    border-radius: 18px;
  }

  #product-info .nh-product-gallery__thumb {
    width: 72px;
    min-width: 72px;
  }

  #product-info .nh-product-buy-card {
    padding: 18px;
    border-radius: 16px;
  }

  #product-info .nrd-buybox__actions {
    grid-template-columns: 120px minmax(0, 1fr) 42px;
  }

  #product-info #button-cart {
    min-width: 0;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }

  #product-info .nh-product-cart-price,
  #product-info .nrd-buybox__cart-price {
    display: none;
  }
}

/* Product secondary design-system bridge. */
.nrd-pdp-secondary,
body.nh-dark-shell .nrd-pdp-secondary,
body.not-hot-storefront:not(.nh-dark-shell) .nrd-pdp-secondary {
  margin-top: 40px;
  overflow: hidden;
  color: var(--text);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xs);
}

.nrd-pdp-secondary .nrd-tabs__nav,
body.nh-dark-shell .nrd-pdp-secondary .nrd-tabs__nav,
body.not-hot-storefront:not(.nh-dark-shell) .nrd-pdp-secondary .nrd-tabs__nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  margin: 0;
  padding: 0 18px;
  overflow-x: auto;
  background: transparent;
  border-bottom: 1px solid var(--border);
  scrollbar-width: none;
}

.nrd-pdp-secondary .nrd-tabs__nav::-webkit-scrollbar {
  display: none;
}

.nrd-pdp-secondary .nrd-tabs__item {
  flex: 0 0 auto;
}

#product-info .nrd-pdp-secondary .nrd-tabs__tab,
body.nh-dark-shell #product-info .nrd-pdp-secondary .nrd-tabs__tab,
body.not-hot-storefront:not(.nh-dark-shell) #product-info .nrd-pdp-secondary .nrd-tabs__tab {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  color: var(--text-muted);
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

#product-info .nrd-pdp-secondary .nrd-tabs__tab:hover,
#product-info .nrd-pdp-secondary .nrd-tabs__tab:focus,
#product-info .nrd-pdp-secondary .nrd-tabs__tab.active,
body.nh-dark-shell #product-info .nrd-pdp-secondary .nrd-tabs__tab:hover,
body.nh-dark-shell #product-info .nrd-pdp-secondary .nrd-tabs__tab:focus,
body.nh-dark-shell #product-info .nrd-pdp-secondary .nrd-tabs__tab.active {
  color: var(--text-accent);
  background: transparent;
  border-bottom-color: var(--accent);
}

.nrd-tabs__content,
body.nh-dark-shell .nrd-tabs__content,
body.not-hot-storefront:not(.nh-dark-shell) .nrd-tabs__content {
  padding: 24px;
  color: var(--text);
  background: transparent;
  font-size: 15px;
  line-height: 1.65;
}

.nrd-tabs__panel {
  min-width: 0;
}

#product-info .nrd-pdp-secondary .nrd-tabs__content,
body.nh-dark-shell #product-info .nrd-pdp-secondary .nrd-tabs__content,
body.not-hot-storefront:not(.nh-dark-shell) #product-info .nrd-pdp-secondary .nrd-tabs__content {
  padding: 0;
}

#product-info .nrd-pdp-secondary .nrd-tabs__panel,
body.nh-dark-shell #product-info .nrd-pdp-secondary .nrd-tabs__panel,
body.not-hot-storefront:not(.nh-dark-shell) #product-info .nrd-pdp-secondary .nrd-tabs__panel {
  padding: clamp(24px, 3vw, 38px);
}

.nrd-desc,
body.nh-dark-shell .nrd-desc,
body.not-hot-storefront:not(.nh-dark-shell) .nrd-desc {
  color: var(--text);
}

.nrd-desc__body {
  max-width: 980px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.72;
}

.nrd-desc__body > *:first-child {
  margin-top: 0;
}

.nrd-desc__body > *:last-child {
  margin-bottom: 0;
}

.nrd-desc__body p {
  max-width: 82ch;
  margin: 0 0 18px;
}

.nrd-desc__body p:first-child {
  color: var(--text-strong);
  font-weight: 500;
}

.nrd-desc__body strong,
.nrd-desc__body b {
  color: var(--text-strong);
  font-weight: 800;
}

.nrd-desc__body h2,
.nrd-desc__body h3,
.nrd-desc__body h4 {
  margin: 30px 0 14px;
  color: var(--text-strong);
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.18;
}

.nrd-desc__body ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
  max-width: 980px;
  margin: 20px 0 26px;
  padding: 0;
  list-style: none;
}

.nrd-desc__body li {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 11px 14px 11px 40px;
  color: var(--text);
  background: var(--surface-sunken);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  line-height: 1.42;
}

.nrd-desc__body li::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 17px;
  width: 8px;
  height: 8px;
  background: var(--accent);
  border-radius: var(--radius-pill);
  box-shadow: 0 0 0 5px var(--accent-soft);
}

.nrd-desc__body table {
  width: 100%;
  max-width: 980px;
  margin: 22px 0;
}

.nrd-specs--full,
body.nh-dark-shell .nrd-specs--full,
body.not-hot-storefront:not(.nh-dark-shell) .nrd-specs--full {
  margin: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.nrd-specs__scroll {
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--surface);
}

.nrd-specs--full .nrd-specs__table,
body.nh-dark-shell .nrd-specs--full .nrd-specs__table,
body.not-hot-storefront:not(.nh-dark-shell) .nrd-specs--full .nrd-specs__table {
  width: 100%;
  min-width: 560px;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  color: var(--text);
}

.nrd-specs--full .nrd-specs__table > :not(caption) > * > * {
  border-color: var(--border);
}

.nrd-specs--full .nrd-specs__group-title,
body.nh-dark-shell .nrd-specs--full .nrd-specs__group-title,
body.not-hot-storefront:not(.nh-dark-shell) .nrd-specs--full .nrd-specs__group-title {
  padding: 16px 18px;
  color: var(--text-strong);
  background: var(--surface-sunken);
  border-top: 0;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 800;
}

.nrd-specs--full .nrd-specs__name,
.nrd-specs--full .nrd-specs__value {
  padding: 12px 18px;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.45;
}

.nrd-specs--full .nrd-specs__name {
  width: 42%;
  color: var(--text-muted);
  background: color-mix(in srgb, var(--surface-sunken) 58%, transparent);
}

.nrd-specs--full .nrd-specs__value {
  color: var(--text-strong);
  background: var(--surface);
  font-family: var(--font-mono);
  font-weight: 600;
}

.nrd-tabs__panel--review {
  margin-bottom: 0 !important;
}

/* Information/service article table design-system bridge. */
.nrd-info-article table,
body.nh-dark-shell .nrd-info-article table,
body.not-hot-storefront:not(.nh-dark-shell) .nrd-info-article table {
  width: 100%;
  margin: 22px 0 28px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--radius-lg);
  background: var(--surface) !important;
}

.nrd-info-article th,
.nrd-info-article td,
body.nh-dark-shell .nrd-info-article th,
body.nh-dark-shell .nrd-info-article td,
body.not-hot-storefront:not(.nh-dark-shell) .nrd-info-article th,
body.not-hot-storefront:not(.nh-dark-shell) .nrd-info-article td {
  padding: 12px 18px;
  border-color: var(--border);
  border-bottom: 1px solid var(--border);
  color: var(--text) !important;
  background: transparent !important;
  font-size: 14px;
  line-height: 1.45;
  vertical-align: top;
}

.nrd-info-article tr:nth-child(even) {
  background: var(--surface-sunken);
}

.nrd-info-article th,
.nrd-info-article td[colspan],
body.nh-dark-shell .nrd-info-article th,
body.nh-dark-shell .nrd-info-article td[colspan],
body.not-hot-storefront:not(.nh-dark-shell) .nrd-info-article th,
body.not-hot-storefront:not(.nh-dark-shell) .nrd-info-article td[colspan] {
  color: var(--text-strong) !important;
  background: var(--surface-sunken) !important;
  font-family: var(--font-display);
  font-weight: 800;
}

.nrd-info-article td:first-child {
  color: var(--text-muted) !important;
}

.nrd-info-article td:last-child:not(:first-child) {
  color: var(--text-strong) !important;
  font-family: var(--font-mono);
  font-weight: 600;
}

.nrd-info-article tr:last-child > th,
.nrd-info-article tr:last-child > td {
  border-bottom: 0;
}

.nrd-related,
body.nh-dark-shell .nrd-related,
body.not-hot-storefront:not(.nh-dark-shell) .nrd-related {
  margin-top: 40px;
  margin-bottom: 0;
}

.nrd-related .nrd-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.nrd-related .nrd-section__head h2 {
  margin: 0;
  color: var(--text-strong);
  font-family: var(--font-luxe);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.18;
}

.nrd-related .nrd-grid {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 16px;
  align-items: stretch;
}

.nrd-related .nrd-grid__item {
  min-width: 0;
  display: flex;
}

.nrd-related .nrd-grid__item > * {
  width: 100%;
}

@media (max-width: 575.98px) {
  .nrd-pdp-secondary {
    margin-top: 28px;
    border-radius: var(--radius-lg);
  }

  .nrd-pdp-secondary .nrd-tabs__nav {
    padding: 0 10px;
  }

  #product-info .nrd-pdp-secondary .nrd-tabs__tab {
    min-height: 44px;
    padding: 0 10px;
    font-size: 13px;
  }

  .nrd-tabs__content {
    padding: 16px;
  }

  #product-info .nrd-pdp-secondary .nrd-tabs__panel,
  body.nh-dark-shell #product-info .nrd-pdp-secondary .nrd-tabs__panel,
  body.not-hot-storefront:not(.nh-dark-shell) #product-info .nrd-pdp-secondary .nrd-tabs__panel {
    padding: 20px;
  }

  .nrd-desc__body {
    font-size: 15px;
    line-height: 1.64;
  }

  .nrd-desc__body ul {
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 16px 0 22px;
  }

  .nrd-desc__body li {
    padding: 10px 12px 10px 36px;
  }

  .nrd-desc__body li::before {
    top: 15px;
    left: 15px;
  }

  .nrd-specs__scroll {
    margin-right: 0;
    margin-left: 0;
    overflow-x: visible;
  }

  .nrd-specs--full .nrd-specs__table,
  body.nh-dark-shell .nrd-specs--full .nrd-specs__table,
  body.not-hot-storefront:not(.nh-dark-shell) .nrd-specs--full .nrd-specs__table {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .nrd-specs--full .nrd-specs__table thead,
  .nrd-specs--full .nrd-specs__table tbody,
  .nrd-specs--full .nrd-specs__table tr {
    display: block;
    width: 100%;
  }

  .nrd-specs--full .nrd-specs__row {
    display: grid !important;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 12px;
    padding: 12px 14px;
    border-top: 1px solid var(--border);
  }

  .nrd-specs--full .nrd-specs__row:nth-child(even) {
    background: color-mix(in srgb, var(--surface-sunken) 44%, transparent);
  }

  .nrd-specs--full .nrd-specs__name,
  .nrd-specs--full .nrd-specs__value {
    display: block;
    min-width: 0;
    width: auto;
    padding: 0;
    border: 0 !important;
    background: transparent;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .nrd-specs--full .nrd-specs__group-title {
    display: block;
    width: 100%;
    padding: 14px;
  }

  .nrd-info-article table,
  body.nh-dark-shell .nrd-info-article table,
  body.not-hot-storefront:not(.nh-dark-shell) .nrd-info-article table {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }

  .nrd-info-article table thead,
  .nrd-info-article table tbody,
  .nrd-info-article table tr {
    display: block;
    width: 100%;
  }

  .nrd-info-article tr {
    display: grid !important;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 12px;
    padding: 12px 14px;
    border-top: 1px solid var(--border);
  }

  .nrd-info-article tr:first-child {
    border-top: 0;
  }

  .nrd-info-article th,
  .nrd-info-article td {
    display: block;
    min-width: 0;
    width: auto;
    padding: 0;
    border: 0 !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .nrd-info-article th[colspan],
  .nrd-info-article td[colspan] {
    grid-column: 1 / -1;
    padding: 2px 0;
    background: transparent !important;
  }

  .nrd-related {
    margin-top: 28px;
  }

  .nrd-related .nrd-section__head {
    margin-bottom: 12px;
  }

  .nrd-related .nrd-section__head h2 {
    font-size: 22px;
  }

  .nrd-related .nrd-grid {
    --bs-gutter-x: 8px;
    --bs-gutter-y: 10px;
  }
}

/* Common navigation design-system bridge. */
.nrd-crumbs,
ul.nh-breadcrumb,
nav.nh-breadcrumb > .breadcrumb,
body.not-hot-storefront .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  color: var(--text-subtle);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 13px;
  line-height: 1.35;
  list-style: none;
}

.nrd-crumbs-shell,
nav.nh-breadcrumb {
  margin: 20px 0;
  padding: 0;
  color: var(--text-subtle);
  background: transparent;
  border: 0;
  box-shadow: none;
}

nav.nh-breadcrumb > .breadcrumb {
  margin: 0;
}

.nrd-crumbs .breadcrumb-item,
ul.nh-breadcrumb .breadcrumb-item,
nav.nh-breadcrumb .breadcrumb-item,
body.not-hot-storefront .breadcrumb > li.breadcrumb-item {
  position: static;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  max-width: 100%;
  padding: 0;
  color: var(--text-subtle);
  text-shadow: none;
  white-space: nowrap;
}

.nrd-crumbs .breadcrumb-item::after,
ul.nh-breadcrumb > li.breadcrumb-item::after,
nav.nh-breadcrumb .breadcrumb > li.breadcrumb-item::after,
body.not-hot-storefront .breadcrumb > li.breadcrumb-item::after {
  content: none;
  display: none;
}

.nrd-crumbs a,
.nrd-crumbs__link,
ul.nh-breadcrumb a,
nav.nh-breadcrumb a,
body.not-hot-storefront .breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  color: var(--text-muted);
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color var(--dur-fast) var(--ease-out);
}

.nrd-crumbs a:hover,
.nrd-crumbs a:focus,
.nrd-crumbs__link:hover,
.nrd-crumbs__link:focus,
ul.nh-breadcrumb a:hover,
ul.nh-breadcrumb a:focus,
nav.nh-breadcrumb a:hover,
nav.nh-breadcrumb a:focus,
body.not-hot-storefront .breadcrumb a:hover,
body.not-hot-storefront .breadcrumb a:focus {
  color: var(--accent);
}

.nrd-crumbs__item.active,
.nrd-crumbs .breadcrumb-item.active,
ul.nh-breadcrumb .breadcrumb-item.active,
nav.nh-breadcrumb .breadcrumb-item.active,
body.not-hot-storefront .breadcrumb > li.breadcrumb-item.active {
  color: var(--text-subtle);
  font-weight: 400;
  cursor: default;
}

.nrd-crumbs .breadcrumb-item + .breadcrumb-item::before,
ul.nh-breadcrumb .breadcrumb-item + .breadcrumb-item::before,
nav.nh-breadcrumb .breadcrumb-item + .breadcrumb-item::before,
body.not-hot-storefront .breadcrumb > li.breadcrumb-item + li.breadcrumb-item::before {
  content: "/";
  float: none;
  padding: 0;
  color: var(--border-strong);
}

body.nh-dark-shell .nrd-crumbs,
body.nh-dark-shell ul.nh-breadcrumb,
body.nh-dark-shell .nrd-crumbs-shell,
body.nh-dark-shell nav.nh-breadcrumb,
body.nh-dark-shell nav.nh-breadcrumb > .breadcrumb,
body.nh-dark-shell.not-hot-storefront .breadcrumb {
  color: var(--text-subtle);
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.nh-dark-shell .nrd-crumbs a,
body.nh-dark-shell ul.nh-breadcrumb a,
body.nh-dark-shell nav.nh-breadcrumb a,
body.nh-dark-shell.not-hot-storefront .breadcrumb a {
  color: var(--text-muted);
}

body.nh-dark-shell .nrd-crumbs a:hover,
body.nh-dark-shell .nrd-crumbs a:focus,
body.nh-dark-shell .nrd-crumbs__link:hover,
body.nh-dark-shell .nrd-crumbs__link:focus,
body.nh-dark-shell ul.nh-breadcrumb a:hover,
body.nh-dark-shell ul.nh-breadcrumb a:focus,
body.nh-dark-shell nav.nh-breadcrumb a:hover,
body.nh-dark-shell nav.nh-breadcrumb a:focus,
body.nh-dark-shell.not-hot-storefront .breadcrumb a:hover,
body.nh-dark-shell.not-hot-storefront .breadcrumb a:focus {
  color: var(--accent);
}

body.nh-dark-shell .nrd-crumbs__item.active,
body.nh-dark-shell .nrd-crumbs .breadcrumb-item.active,
body.nh-dark-shell ul.nh-breadcrumb .breadcrumb-item.active,
body.nh-dark-shell nav.nh-breadcrumb .breadcrumb-item.active,
body.nh-dark-shell.not-hot-storefront .breadcrumb > li.breadcrumb-item.active {
  color: var(--text-subtle);
}

body.nh-dark-shell .nrd-crumbs .breadcrumb-item + .breadcrumb-item::before,
body.nh-dark-shell ul.nh-breadcrumb .breadcrumb-item + .breadcrumb-item::before,
body.nh-dark-shell nav.nh-breadcrumb .breadcrumb-item + .breadcrumb-item::before,
body.nh-dark-shell.not-hot-storefront .breadcrumb > li.breadcrumb-item + li.breadcrumb-item::before {
  color: var(--border-strong);
}

@media (max-width: 767.98px) {
  .nrd-crumbs,
  ul.nh-breadcrumb,
  nav.nh-breadcrumb > .breadcrumb,
  body.not-hot-storefront .breadcrumb {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .nrd-crumbs::-webkit-scrollbar,
  ul.nh-breadcrumb::-webkit-scrollbar,
  nav.nh-breadcrumb > .breadcrumb::-webkit-scrollbar,
  body.not-hot-storefront .breadcrumb::-webkit-scrollbar {
    display: none;
  }

  .nrd-crumbs .breadcrumb-item,
  ul.nh-breadcrumb .breadcrumb-item,
  nav.nh-breadcrumb .breadcrumb-item,
  body.not-hot-storefront .breadcrumb > li.breadcrumb-item {
    flex: 0 0 auto;
    max-width: min(76vw, 420px);
  }
}

/* Final design-system header cascade guard. */
.nrd-chrome {
  position: sticky;
  top: 0;
  z-index: var(--z-sticky);
}

.nrd-chrome.is-mega {
  z-index: calc(var(--z-overlay) + 2);
}

.nrd-chrome .nh-site-header.nrd-header {
  position: relative;
  top: auto;
  z-index: calc(var(--z-sticky) + 1);
}

.nrd-chrome.is-mega .nh-site-header.nrd-header {
  z-index: calc(var(--z-overlay) + 3);
}

.nh-site-header.nrd-header,
body.nh-dark-shell .nh-site-header.nrd-header {
  background: color-mix(in srgb, var(--surface) 82%, transparent);
  border-bottom: 1px solid var(--border);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  backdrop-filter: blur(16px) saturate(1.4);
}

#top.nh-utility-bar.nrd-topbar,
body.nh-dark-shell #top.nh-utility-bar.nrd-topbar {
  color: rgba(243, 247, 245, 0.82);
  background: #0e1f19;
}

#top.nh-utility-bar.nrd-topbar .nrd-topbar__group > a,
#top.nh-utility-bar.nrd-topbar .nrd-topbar__group > span,
#top.nh-utility-bar.nrd-topbar .nrd-topbar__group button,
body.nh-dark-shell #top.nh-utility-bar.nrd-topbar .nrd-topbar__group > a,
body.nh-dark-shell #top.nh-utility-bar.nrd-topbar .nrd-topbar__group > span,
body.nh-dark-shell #top.nh-utility-bar.nrd-topbar .nrd-topbar__group button {
  color: inherit;
  font: inherit;
  font-size: 13px;
  line-height: 1.2;
  opacity: 0.85;
}

#top.nh-utility-bar.nrd-topbar .nrd-topbar__phone i,
body.nh-dark-shell #top.nh-utility-bar.nrd-topbar .nrd-topbar__phone i {
  color: inherit;
}

#top.nh-utility-bar.nrd-topbar .nrd-topbar__group > a:hover,
#top.nh-utility-bar.nrd-topbar .nrd-topbar__group > a:focus,
#top.nh-utility-bar.nrd-topbar .nrd-topbar__group button:hover,
#top.nh-utility-bar.nrd-topbar .nrd-topbar__group button:focus,
body.nh-dark-shell #top.nh-utility-bar.nrd-topbar .nrd-topbar__group > a:hover,
body.nh-dark-shell #top.nh-utility-bar.nrd-topbar .nrd-topbar__group > a:focus,
body.nh-dark-shell #top.nh-utility-bar.nrd-topbar .nrd-topbar__group button:hover,
body.nh-dark-shell #top.nh-utility-bar.nrd-topbar .nrd-topbar__group button:focus {
  color: var(--accent);
  opacity: 1;
}

.nrd-header .nh-header-grid,
body.nh-dark-shell .nrd-header .nh-header-grid {
  grid-template-columns: auto auto minmax(320px, 1fr) auto;
  gap: 20px;
  min-height: 76px;
}

.nrd-header #logo .nh-logo-link,
body.nh-dark-shell .nrd-header #logo .nh-logo-link {
  flex-direction: row;
  align-items: center;
  gap: 9px;
}

.nrd-header #logo .nh-logo-mark,
body.nh-dark-shell .nrd-header #logo .nh-logo-mark {
  width: 36px;
  max-width: 36px;
  height: 36px;
  max-height: 36px;
  display: inline-flex;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  color: var(--on-accent);
  background: var(--accent);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-accent);
}

.nrd-header #logo .nh-logo-copy,
body.nh-dark-shell .nrd-header #logo .nh-logo-copy {
  display: inline-flex;
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.nrd-header #logo .nh-logo-copy span,
body.nh-dark-shell .nrd-header #logo .nh-logo-copy span {
  color: var(--accent);
}

.nrd-header__tools .nrd-icon-btn,
body.nh-dark-shell .nrd-header__tools .nrd-icon-btn,
#header-cart .nrd-cart-trigger.nrd-icon-btn,
body.nh-dark-shell #header-cart .nrd-cart-trigger.nrd-icon-btn {
  position: relative;
  width: 46px;
  min-width: 46px;
  height: 46px;
  min-height: 46px;
  flex-direction: row;
  gap: 0;
  padding: 0;
  border-radius: var(--radius-md);
  font-size: 15px;
  line-height: 1;
}

.nrd-header__tools .nrd-icon-btn.v-ghost,
body.nh-dark-shell .nrd-header__tools .nrd-icon-btn.v-ghost {
  color: var(--text-strong);
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.nrd-header__tools .nrd-icon-btn.v-ghost:hover,
.nrd-header__tools .nrd-icon-btn.v-ghost:focus,
body.nh-dark-shell .nrd-header__tools .nrd-icon-btn.v-ghost:hover,
body.nh-dark-shell .nrd-header__tools .nrd-icon-btn.v-ghost:focus {
  color: var(--text-accent);
  background: var(--surface-hover);
}

@media (min-width: 992px) {
  .nrd-header__search #search.nrd-search,
  body.nh-dark-shell .nrd-header__search #search.nrd-search {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 16px;
  }

  .nrd-header__search #search.nrd-search .nh-search-icon,
  .nrd-header__search #search.nrd-search .nrd-search__icon,
  body.nh-dark-shell .nrd-header__search #search.nrd-search .nh-search-icon,
  body.nh-dark-shell .nrd-header__search #search.nrd-search .nrd-search__icon {
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    flex: 0 0 auto;
    color: var(--text-subtle);
    transform: none;
  }

  .nrd-header__search #search.nrd-search .form-control-lg,
  body.nh-dark-shell .nrd-header__search #search.nrd-search .form-control-lg {
    min-width: 0;
    padding: 0;
    color: var(--text-strong);
    background: transparent;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  .nrd-header__search #search.nrd-search .nh-search-submit,
  body.nh-dark-shell .nrd-header__search #search.nrd-search .nh-search-submit {
    position: absolute;
    width: 1px;
    min-width: 0;
    height: 1px;
    min-height: 0;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
    box-shadow: none;
  }
}

#header-cart .nrd-cart-trigger.nrd-icon-btn.v-primary,
body.nh-dark-shell #header-cart .nrd-cart-trigger.nrd-icon-btn.v-primary {
  color: var(--on-accent);
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: none;
}

#header-cart .nrd-cart-trigger.nrd-icon-btn.v-primary:hover,
#header-cart .nrd-cart-trigger.nrd-icon-btn.v-primary:focus,
body.nh-dark-shell #header-cart .nrd-cart-trigger.nrd-icon-btn.v-primary:hover,
body.nh-dark-shell #header-cart .nrd-cart-trigger.nrd-icon-btn.v-primary:focus {
  color: var(--on-accent);
  background: var(--accent-hover);
  border-color: var(--accent-hover);
  box-shadow: var(--shadow-accent);
}

@media (min-width: 992px) {
  #menu .nrd-nav__item--aux {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .nrd-header .nh-header-grid,
  body.nh-dark-shell .nrd-header .nh-header-grid {
    grid-template-columns: auto auto minmax(260px, 1fr) auto;
    gap: 14px;
  }

  .nrd-header #logo .nh-logo-mark,
  body.nh-dark-shell .nrd-header #logo .nh-logo-mark {
    width: 36px;
    max-width: 36px;
    flex-basis: 36px;
  }
}

@media (max-width: 991.98px) {
  .nrd-header .nh-header-grid,
  body.nh-dark-shell .nrd-header .nh-header-grid {
    grid-template-columns: minmax(0, 1fr) 46px 46px;
    align-items: center;
    gap: 10px;
    min-height: 64px;
    padding: 6px 0;
  }

  .nrd-header .nh-header-actions,
  body.nh-dark-shell .nrd-header .nh-header-actions {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .nrd-header #logo .nh-logo-copy,
  body.nh-dark-shell .nrd-header #logo .nh-logo-copy {
    display: none;
  }

  .nrd-header #logo .nh-logo-mark,
  body.nh-dark-shell .nrd-header #logo .nh-logo-mark {
    width: 36px;
    max-width: 36px;
    max-height: 36px;
    flex-basis: 36px;
  }
}

/* Final design-system category nav strip cascade guard. */
.nrd-nav-wrap,
body.nh-dark-shell .nrd-nav-wrap {
  position: relative;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
}

#menu.nrd-nav,
body.nh-dark-shell #menu.nrd-nav,
body.not-hot-storefront:not(.nh-dark-shell) #menu.nrd-nav {
  min-height: 50px;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.nrd-nav__inner {
  display: flex;
  align-items: center;
  height: 50px;
  min-height: 50px;
}

#menu .nrd-nav__list {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}

#menu .nrd-nav__list::-webkit-scrollbar {
  display: none;
}

#menu .nrd-nav__item {
  flex: 0 0 auto;
}

.nrd-nav__icon {
  flex: 0 0 auto;
  color: var(--accent);
  font-size: 14px;
  line-height: 1;
}

#menu .nrd-nav__link,
body.nh-dark-shell #menu .nrd-nav__link,
body.not-hot-storefront:not(.nh-dark-shell) #menu .nh-primary-menu > .nav-item > .nrd-nav__link {
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 13px;
  color: var(--text-muted) !important;
  background: transparent;
  border-radius: var(--radius-sm);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
}

#menu .nrd-nav__link:hover,
#menu .nrd-nav__link:focus,
#menu .show > .nrd-nav__link,
body.nh-dark-shell #menu .nrd-nav__link:hover,
body.nh-dark-shell #menu .nrd-nav__link:focus,
body.nh-dark-shell #menu .show > .nrd-nav__link,
body.not-hot-storefront:not(.nh-dark-shell) #menu .nh-primary-menu > .nav-item > .nrd-nav__link:hover,
body.not-hot-storefront:not(.nh-dark-shell) #menu .nh-primary-menu > .nav-item > .nrd-nav__link:focus,
body.not-hot-storefront:not(.nh-dark-shell) #menu .nh-primary-menu > .show > .nrd-nav__link {
  color: var(--text-strong) !important;
  background: var(--surface-hover);
}

#menu .nrd-nav__item.is-active > .nrd-nav__link,
#menu .nrd-nav__link.is-active,
#menu .nrd-nav__link[aria-current],
body.nh-dark-shell #menu .nrd-nav__item.is-active > .nrd-nav__link,
body.nh-dark-shell #menu .nrd-nav__link.is-active,
body.nh-dark-shell #menu .nrd-nav__link[aria-current],
body.not-hot-storefront:not(.nh-dark-shell) #menu .nh-primary-menu > .nrd-nav__item.is-active > .nrd-nav__link,
body.not-hot-storefront:not(.nh-dark-shell) #menu .nh-primary-menu > .nav-item > .nrd-nav__link.is-active,
body.not-hot-storefront:not(.nh-dark-shell) #menu .nh-primary-menu > .nav-item > .nrd-nav__link[aria-current] {
  color: var(--text-accent) !important;
  background: var(--accent-soft);
}

@media (min-width: 992px) {
  #menu .dropdown-toggle.nrd-nav__link::after {
    content: none;
    display: none;
  }
}

#menu .dropdown-inner .nrd-nav__link,
body.nh-dark-shell #menu .dropdown-inner .nrd-nav__link,
body.not-hot-storefront:not(.nh-dark-shell) #menu .dropdown-inner .nrd-nav__link {
  width: 100%;
  min-height: 34px;
  height: auto;
  justify-content: flex-start;
  padding: 8px 10px;
  color: var(--text) !important;
  white-space: normal;
}

#menu .dropdown-inner .nrd-nav__link:hover,
#menu .dropdown-inner .nrd-nav__link:focus,
body.nh-dark-shell #menu .dropdown-inner .nrd-nav__link:hover,
body.nh-dark-shell #menu .dropdown-inner .nrd-nav__link:focus,
body.not-hot-storefront:not(.nh-dark-shell) #menu .dropdown-inner .nrd-nav__link:hover,
body.not-hot-storefront:not(.nh-dark-shell) #menu .dropdown-inner .nrd-nav__link:focus {
  color: var(--text-accent) !important;
  background: var(--accent-soft);
}

@media (min-width: 992px) {
  #menu .nrd-mega-menu,
  body.nh-dark-shell #menu .nrd-mega-menu,
  body.not-hot-storefront:not(.nh-dark-shell) #menu .nrd-mega-menu {
    top: 100%;
    left: 0;
    width: min(920px, calc(100vw - 48px));
    margin-top: 0;
    padding: 0;
    overflow: hidden;
    color: var(--text);
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-xl);
  }

  #menu .nrd-mega-menu--brands,
  body.nh-dark-shell #menu .nrd-mega-menu--brands,
  body.not-hot-storefront:not(.nh-dark-shell) #menu .nrd-mega-menu--brands {
    width: min(680px, calc(100vw - 48px));
  }

  .nrd-mega-menu__head,
  body.nh-dark-shell .nrd-mega-menu__head,
  body.not-hot-storefront:not(.nh-dark-shell) .nrd-mega-menu__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 18px;
    background: var(--surface);
    border-bottom: 1px solid var(--border-subtle);
  }

  .nrd-mega-menu__head > div {
    display: grid;
    gap: 4px;
    min-width: 0;
  }

  .nrd-mega-menu__kicker,
  body.nh-dark-shell .nrd-mega-menu__kicker,
  body.not-hot-storefront:not(.nh-dark-shell) .nrd-mega-menu__kicker {
    color: var(--text-subtle);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .nrd-mega-menu__title,
  body.nh-dark-shell .nrd-mega-menu__title,
  body.not-hot-storefront:not(.nh-dark-shell) .nrd-mega-menu__title {
    color: var(--text-strong);
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
  }

  .nrd-mega-menu__all,
  body.nh-dark-shell .nrd-mega-menu__all,
  body.not-hot-storefront:not(.nh-dark-shell) .nrd-mega-menu__all {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    color: var(--text-accent);
    background: var(--accent-soft);
    border: 1px solid var(--accent-border);
    border-radius: var(--radius-sm);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
  }

  .nrd-mega-menu__all:hover,
  .nrd-mega-menu__all:focus {
    color: var(--on-accent);
    background: var(--accent);
    border-color: var(--accent);
  }

  #menu .nrd-mega-menu__grid,
  body.nh-dark-shell #menu .nrd-mega-menu__grid,
  body.not-hot-storefront:not(.nh-dark-shell) #menu .nrd-mega-menu__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px 14px;
    padding: 14px;
    background: var(--surface);
  }

  #menu .nrd-mega-menu__group {
    display: grid;
    gap: 4px;
    margin: 0;
  }

  #menu .nrd-mega-menu__child,
  body.nh-dark-shell #menu .nrd-mega-menu__child,
  body.not-hot-storefront:not(.nh-dark-shell) #menu .nrd-mega-menu__child {
    min-height: 38px;
    padding: 9px 10px;
    color: var(--text) !important;
    background: transparent;
    border-radius: var(--radius-sm);
    font-size: 13px;
    line-height: 1.25;
  }

  #menu .nrd-mega-menu__child i {
    color: var(--accent);
    font-size: 10px;
  }

  #menu .nrd-mega-menu__child:hover,
  #menu .nrd-mega-menu__child:focus,
  body.nh-dark-shell #menu .nrd-mega-menu__child:hover,
  body.nh-dark-shell #menu .nrd-mega-menu__child:focus,
  body.not-hot-storefront:not(.nh-dark-shell) #menu .nrd-mega-menu__child:hover,
  body.not-hot-storefront:not(.nh-dark-shell) #menu .nrd-mega-menu__child:focus {
    color: var(--text-accent) !important;
    background: var(--accent-soft);
  }

  #menu .nrd-mega-menu__child.is-active,
  #menu .nrd-mega-menu__child[aria-current],
  body.nh-dark-shell #menu .nrd-mega-menu__child.is-active,
  body.nh-dark-shell #menu .nrd-mega-menu__child[aria-current],
  body.not-hot-storefront:not(.nh-dark-shell) #menu .nrd-mega-menu__child.is-active,
  body.not-hot-storefront:not(.nh-dark-shell) #menu .nrd-mega-menu__child[aria-current] {
    color: var(--text-accent) !important;
    background: var(--accent-soft);
  }

  #menu .nrd-mega-menu__brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .nrd-mega-menu__count,
  body.nh-dark-shell .nrd-mega-menu__count,
  body.not-hot-storefront:not(.nh-dark-shell) .nrd-mega-menu__count {
    flex: 0 0 auto;
    min-width: 28px;
    padding: 3px 7px;
    color: var(--text-subtle);
    background: var(--surface-sunken);
    border: 1px solid var(--border);
    border-radius: 999px;
    font-family: var(--font-mono);
    font-size: 11px;
    line-height: 1;
    text-align: center;
  }

  .nrd-mega-menu__foot,
  body.nh-dark-shell .nrd-mega-menu__foot,
  body.not-hot-storefront:not(.nh-dark-shell) .nrd-mega-menu__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 18px;
    background: var(--surface-sunken);
    border-top: 1px solid var(--border-subtle);
  }

  .nrd-mega-menu__cta,
  body.nh-dark-shell .nrd-mega-menu__cta,
  body.not-hot-storefront:not(.nh-dark-shell) .nrd-mega-menu__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--text-accent);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
  }

  .nrd-mega-menu__note,
  body.nh-dark-shell .nrd-mega-menu__note,
  body.not-hot-storefront:not(.nh-dark-shell) .nrd-mega-menu__note {
    color: var(--text-muted);
    font-size: 12px;
    line-height: 1.35;
    text-align: right;
  }
}

.nrd-mega-scrim {
  display: none;
}

@media (min-width: 992px) {
  .nrd-mega-scrim {
    position: fixed;
    inset: 0;
    z-index: var(--z-overlay);
    display: block;
    background: transparent;
    border: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--dur-base) var(--ease-out);
  }

  .nrd-mega-scrim.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  html.nh-mega-open .nrd-nav-wrap,
  body.nh-mega-open .nrd-nav-wrap {
    z-index: calc(var(--z-overlay) + 1);
  }

  #menu #narbar-menu {
    position: static;
  }

  #menu .nrd-nav__item.dropdown {
    position: static;
  }

  #menu .nrd-mega-menu--catalog,
  body.nh-dark-shell #menu .nrd-mega-menu--catalog,
  body.not-hot-storefront:not(.nh-dark-shell) #menu .nrd-mega-menu--catalog {
    top: 100%;
    right: auto;
    left: 0;
    z-index: calc(var(--z-overlay) + 2);
    width: 100%;
    max-width: none;
    max-height: calc(100vh - 148px);
    margin: 0;
    overflow: hidden auto;
    color: var(--text);
    background: var(--surface);
    border: 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    border-radius: 0;
    box-shadow: 0 18px 34px -32px rgba(16, 23, 20, 0.35);
    transform: none;
  }

  #menu .nrd-mega-menu--catalog.show,
  #menu .show > .nrd-mega-menu--catalog {
    transform: none;
  }

  .nrd-mega-menu__inner {
    width: min(var(--container), calc(100vw - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 280px 1fr;
    align-items: stretch;
    gap: 0;
    min-height: 404px;
  }

  .nrd-mega-menu__rail {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 16px 14px 16px 0;
    border-right: 1px solid var(--border-subtle);
  }

  .nrd-mega-menu__cat,
  body.nh-dark-shell .nrd-mega-menu__cat,
  body.not-hot-storefront:not(.nh-dark-shell) .nrd-mega-menu__cat {
    width: 100%;
    min-width: 0;
    height: 46px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 0 14px;
    color: var(--text-muted);
    background: transparent;
    border: 0;
    border-radius: var(--radius-md);
    font-family: var(--font-body);
    font-size: 14.5px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    text-decoration: none;
    transition: background var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out);
  }

  .nrd-mega-menu__cat:hover,
  .nrd-mega-menu__cat:focus {
    color: var(--text-strong);
    background: var(--surface-hover);
    text-decoration: none;
  }

  .nrd-mega-menu__cat.is-active,
  .nrd-mega-menu__cat.is-current,
  .nrd-mega-menu__cat[aria-current] {
    color: var(--text-accent);
    background: var(--accent-soft);
  }

  .nrd-mega-menu__cat-ic {
    flex: 0 0 auto;
    width: 18px;
    color: var(--accent);
    text-align: center;
  }

  .nrd-mega-menu__cat-name {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .nrd-mega-menu__cat-count {
    flex: 0 0 auto;
    color: var(--text-subtle);
    font-family: var(--font-mono);
    font-size: 11.5px;
    line-height: 1;
  }

  .nrd-mega-menu__cat-chev {
    flex: 0 0 auto;
    color: var(--text-subtle);
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out);
  }

  .nrd-mega-menu__cat.is-active .nrd-mega-menu__cat-chev,
  .nrd-mega-menu__cat.is-current .nrd-mega-menu__cat-chev,
  .nrd-mega-menu__cat[aria-current] .nrd-mega-menu__cat-chev {
    color: var(--accent);
    opacity: 1;
    transform: translateX(0);
  }

  .nrd-mega-menu__panel {
    display: grid;
    grid-template-columns: 1fr 312px;
    align-items: start;
    gap: 52px;
    padding: 28px 0 30px 32px;
  }

  #menu .nrd-mega-menu--catalog .nrd-mega-menu__grid,
  body.nh-dark-shell #menu .nrd-mega-menu--catalog .nrd-mega-menu__grid,
  body.not-hot-storefront:not(.nh-dark-shell) #menu .nrd-mega-menu--catalog .nrd-mega-menu__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    align-content: start;
    gap: 24px 42px;
    padding: 0;
    background: transparent;
  }

  .nrd-mega-menu__cols {
    display: grid;
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    gap: 24px 42px;
    align-content: start;
  }

  #menu .nrd-mega-menu--catalog .nrd-mega-menu__head--panel,
  body.nh-dark-shell #menu .nrd-mega-menu--catalog .nrd-mega-menu__head--panel,
  body.not-hot-storefront:not(.nh-dark-shell) #menu .nrd-mega-menu--catalog .nrd-mega-menu__head--panel {
    display: none;
  }

  #menu .nrd-mega-menu--catalog > .nrd-mega-menu__foot,
  body.nh-dark-shell #menu .nrd-mega-menu--catalog > .nrd-mega-menu__foot,
  body.not-hot-storefront:not(.nh-dark-shell) #menu .nrd-mega-menu--catalog > .nrd-mega-menu__foot {
    display: none;
  }

  .nrd-mega-menu__gtitle {
    margin-bottom: 3px;
    color: var(--text-subtle);
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .nrd-mega-menu__quick-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
  }

  .nrd-mega-menu__quick-link,
  body.nh-dark-shell .nrd-mega-menu__quick-link,
  body.not-hot-storefront:not(.nh-dark-shell) .nrd-mega-menu__quick-link {
    display: inline-flex;
    width: fit-content;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none;
    transition: color var(--dur-fast) var(--ease-out);
  }

  .nrd-mega-menu__quick-link:hover,
  .nrd-mega-menu__quick-link:focus {
    color: var(--text-accent);
    text-decoration: none;
  }

  .nrd-mega-menu__group--brands {
    gap: 11px;
  }

  .nrd-mega-menu__chips {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    gap: 7px;
  }

  .nrd-mega-menu__chip,
  body.nh-dark-shell .nrd-mega-menu__chip,
  body.not-hot-storefront:not(.nh-dark-shell) .nrd-mega-menu__chip {
    min-height: 30px;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    padding: 6px 12px;
    color: var(--text-muted);
    background: var(--surface-sunken);
    border: 1px solid var(--border);
    border-radius: var(--radius-full);
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    transition: background var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out);
  }

  .nrd-mega-menu__chip:hover,
  .nrd-mega-menu__chip:focus,
  .nrd-mega-menu__chip.is-active {
    color: var(--text-accent);
    background: var(--accent-soft);
    border-color: var(--accent-border);
    text-decoration: none;
  }

  .nrd-mega-menu__all--inline,
  body.nh-dark-shell .nrd-mega-menu__all--inline,
  body.not-hot-storefront:not(.nh-dark-shell) .nrd-mega-menu__all--inline {
    justify-content: flex-start;
    gap: 6px;
    min-height: 0;
    width: fit-content;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 13.5px;
    transition: gap var(--dur-fast) var(--ease-out);
  }

  .nrd-mega-menu__all--inline:hover,
  .nrd-mega-menu__all--inline:focus {
    gap: 10px;
    color: var(--text-accent);
    background: transparent;
  }

  .nrd-mega-menu__promo,
  body.nh-dark-shell .nrd-mega-menu__promo,
  body.not-hot-storefront:not(.nh-dark-shell) .nrd-mega-menu__promo {
    width: 100%;
    display: flex;
    align-self: start;
    flex-direction: column;
    overflow: hidden;
    color: var(--text);
    background: var(--surface-raised);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-xs);
    text-decoration: none;
    transition: box-shadow var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out);
  }

  .nrd-mega-menu__promo:hover,
  .nrd-mega-menu__promo:focus {
    color: var(--text);
    box-shadow: var(--shadow-lg);
    text-decoration: none;
    transform: translateY(-3px);
  }

  .nrd-mega-menu__promo-media {
    position: relative;
    height: 168px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
      repeating-linear-gradient(135deg, transparent 0 11px, color-mix(in srgb, var(--accent) 8%, transparent) 11px 12px),
      radial-gradient(120% 120% at 50% 18%, var(--surface), var(--surface-sunken));
  }

  .nrd-mega-menu__promo-ph {
    color: var(--text-subtle);
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .nrd-mega-menu__promo-body {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 16px 18px 18px;
  }

  .nrd-mega-menu__promo-tag {
    align-self: flex-start;
    margin-bottom: 3px;
    padding: 4px 9px;
    color: var(--gold-700);
    background: var(--gold-100);
    border-radius: var(--radius-full);
    font-family: var(--font-display);
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .nrd-mega-menu__promo-title {
    color: var(--text-strong);
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
  }

  .nrd-mega-menu__promo-note {
    color: var(--text-muted);
    font-size: 13px;
    line-height: 1.45;
  }

  .nrd-mega-menu__promo-price {
    margin-top: 4px;
    color: var(--text-strong);
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
  }

  .nrd-mega-menu--catalog > .nrd-mega-menu__foot {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .nrd-mega-scrim {
    display: none !important;
  }

  #menu .nrd-mega-menu__rail,
  #menu .nrd-mega-menu__promo {
    display: none;
  }

  #menu .nrd-mega-menu__inner,
  #menu .nrd-mega-menu__panel {
    display: block;
  }

  #menu .nrd-mega-menu__cols {
    display: grid;
    gap: 4px;
  }

  #menu .nrd-mega-menu__chips {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    gap: 7px;
  }

  #menu .nrd-mega-menu__chip {
    min-height: 30px;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    padding: 6px 12px;
    color: var(--text-muted);
    background: var(--surface-sunken);
    border: 1px solid var(--border);
    border-radius: var(--radius-full);
    font-size: 13px;
    text-decoration: none;
  }

  .nrd-nav-wrap,
  body.nh-dark-shell .nrd-nav-wrap {
    height: 0;
    overflow: visible;
    background: transparent;
    border-bottom: 0;
  }

  #menu.nrd-nav,
  body.nh-dark-shell #menu.nrd-nav,
  body.not-hot-storefront:not(.nh-dark-shell) #menu.nrd-nav {
    min-height: 0;
  }

  .nrd-nav__inner {
    height: 0;
    min-height: 0;
  }

  #menu #narbar-menu .nrd-nav__list {
    height: auto;
    display: grid;
    align-items: stretch;
    gap: 4px;
    overflow: visible;
  }

  #menu #narbar-menu .nrd-nav__link,
  body.nh-dark-shell #menu #narbar-menu .nrd-nav__link,
  body.not-hot-storefront:not(.nh-dark-shell) #menu #narbar-menu .nrd-nav__link {
    min-height: 42px;
    height: auto;
    justify-content: space-between;
    padding: 12px;
  }
}

/* Final design-system mobile drawer cascade guard. */
@media (max-width: 991.98px) {
  html.not-hot-theme,
  html.not-hot-theme body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .nrd-mobile-scrim {
    position: fixed;
    inset: 0;
    z-index: 1060;
    display: block;
    width: 100%;
    max-width: none;
    padding: 0;
    pointer-events: none;
    background: var(--scrim);
    border: 0;
    opacity: 0;
    transition: opacity var(--dur-base) var(--ease-out);
  }

  .not-hot-theme.nh-mobile-search-open .nrd-mobile-scrim,
  .not-hot-theme.nh-mobile-catalog-open .nrd-mobile-scrim {
    pointer-events: auto;
    opacity: 1;
  }

  .not-hot-theme.nh-mobile-search-open .nrd-chrome,
  .not-hot-theme.nh-mobile-catalog-open .nrd-chrome {
    z-index: 1072;
  }

  .not-hot-theme.nh-mobile-search-open .nh-site-header {
    position: relative;
    z-index: 1071;
    background: transparent;
    border-bottom: 0;
    box-shadow: none;
    pointer-events: none;
  }

  .not-hot-theme.nh-mobile-search-open .nh-brand-cell,
  .not-hot-theme.nh-mobile-search-open .nh-header-grid > .nh-mobile-header-search,
  .not-hot-theme.nh-mobile-search-open .nh-header-grid > .nh-catalog-button,
  .not-hot-theme.nh-mobile-search-open .nh-header-actions {
    visibility: hidden;
  }

  .nrd-mobile-panel {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1070;
    width: min(420px, calc(100vw - 28px));
    max-width: 92vw;
    height: 100vh;
    height: 100dvh;
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    overflow: hidden;
    color: var(--text);
    background: var(--surface);
    border: 0;
    box-shadow: var(--shadow-xl);
    opacity: 1;
    pointer-events: none;
    visibility: hidden;
    transition: transform var(--dur-slow) var(--ease-out), visibility var(--dur-slow) step-end;
  }

  .nrd-mobile-panel--search {
    right: 0;
    left: auto;
    border-left: 1px solid var(--border);
    transform: translateX(100%);
  }

  .nrd-mobile-panel--catalog {
    right: auto;
    left: 0;
    border-right: 1px solid var(--border);
    transform: translateX(-100%);
  }

  #narbar-menu.nrd-mobile-panel--catalog {
    width: min(420px, calc(100vw - 28px));
    max-width: 92vw;
    display: flex !important;
    flex-direction: column;
    background: var(--surface);
    border-color: var(--border);
    box-shadow: var(--shadow-xl);
    opacity: 1;
  }

  .not-hot-theme.nh-mobile-search-open .nrd-mobile-panel--search,
  .not-hot-theme.nh-mobile-search-open .nh-search-cell.nrd-mobile-panel--search,
  .not-hot-theme.nh-mobile-catalog-open .nrd-mobile-panel--catalog,
  .not-hot-theme.nh-mobile-catalog-open #narbar-menu.nrd-mobile-panel--catalog {
    width: min(420px, calc(100vw - 28px));
    max-width: 92vw;
    padding: 0;
    overflow: hidden;
    pointer-events: auto;
    visibility: visible;
    transform: none;
    transition: transform var(--dur-slow) var(--ease-out), visibility 0s linear;
  }

  .nrd-mobile-panel__head {
    width: 100%;
    box-sizing: border-box;
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    border-bottom: 1px solid var(--border);
  }

  .nrd-mobile-panel__head strong {
    margin: 0;
    color: var(--text-strong);
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
  }

  .nrd-mobile-panel__close.nrd-icon-btn {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 0;
    color: var(--text-strong);
    background: transparent;
    border-color: transparent;
    border-radius: var(--radius-md);
    box-shadow: none;
  }

  .nrd-mobile-panel__close.nrd-icon-btn:hover,
  .nrd-mobile-panel__close.nrd-icon-btn:focus {
    color: var(--text-accent);
    background: var(--surface-hover);
  }

  .nrd-mobile-panel__body {
    min-height: 0;
    overflow-y: auto;
    padding: 16px 18px;
  }

  .nrd-mobile-panel--search #search {
    flex: 0 0 auto;
    width: calc(100% - 36px);
    max-width: calc(100% - 36px);
    margin: 16px 18px 0;
    box-sizing: border-box;
  }

  .nrd-mobile-panel--search .nrd-mobile-panel__body {
    display: grid;
    grid-auto-rows: min-content;
    gap: 8px;
    padding-top: 12px;
  }

  .nrd-mobile-panel--search .nh-mobile-search-help a {
    min-height: 44px;
    color: var(--text);
    background: var(--surface-sunken);
    border-color: var(--border);
    border-radius: var(--radius-md);
  }

  .nrd-mobile-panel--search .nh-mobile-search-help a:hover,
  .nrd-mobile-panel--search .nh-mobile-search-help a:focus {
    color: var(--text-accent);
    background: var(--accent-soft);
  }

  #menu #narbar-menu .nrd-mobile-panel__body {
    height: auto;
    display: grid;
    align-items: stretch;
    gap: 4px;
    padding: 12px 14px 22px;
    overflow-y: auto;
  }

  #menu #narbar-menu .nrd-nav__link,
  body.nh-dark-shell #menu #narbar-menu .nrd-nav__link,
  body.not-hot-storefront:not(.nh-dark-shell) #menu #narbar-menu .nrd-nav__link {
    color: var(--text) !important;
    background: transparent;
    border-radius: var(--radius-md);
  }

  #menu #narbar-menu .nrd-nav__link:hover,
  #menu #narbar-menu .nrd-nav__link:focus,
  #menu #narbar-menu .show > .nrd-nav__link,
  body.nh-dark-shell #menu #narbar-menu .nrd-nav__link:hover,
  body.nh-dark-shell #menu #narbar-menu .nrd-nav__link:focus,
  body.nh-dark-shell #menu #narbar-menu .show > .nrd-nav__link {
    color: var(--text-accent) !important;
    background: var(--accent-soft);
  }

  #menu #narbar-menu .nrd-nav__item.is-active > .nrd-nav__link,
  #menu #narbar-menu .nrd-nav__link.is-active,
  #menu #narbar-menu .nrd-nav__link[aria-current],
  body.nh-dark-shell #menu #narbar-menu .nrd-nav__item.is-active > .nrd-nav__link,
  body.nh-dark-shell #menu #narbar-menu .nrd-nav__link.is-active,
  body.nh-dark-shell #menu #narbar-menu .nrd-nav__link[aria-current],
  body.not-hot-storefront:not(.nh-dark-shell) #menu #narbar-menu .nrd-nav__item.is-active > .nrd-nav__link,
  body.not-hot-storefront:not(.nh-dark-shell) #menu #narbar-menu .nrd-nav__link.is-active,
  body.not-hot-storefront:not(.nh-dark-shell) #menu #narbar-menu .nrd-nav__link[aria-current] {
    color: var(--text-accent) !important;
    background: var(--accent-soft);
  }

  #menu #narbar-menu .show > .nrd-mobile-menu__toggle,
  #menu #narbar-menu .nrd-mobile-menu__toggle[aria-expanded="true"],
  body.nh-dark-shell #menu #narbar-menu .show > .nrd-mobile-menu__toggle,
  body.nh-dark-shell #menu #narbar-menu .nrd-mobile-menu__toggle[aria-expanded="true"],
  body.not-hot-storefront:not(.nh-dark-shell) #menu #narbar-menu .show > .nrd-mobile-menu__toggle,
  body.not-hot-storefront:not(.nh-dark-shell) #menu #narbar-menu .nrd-mobile-menu__toggle[aria-expanded="true"] {
    color: var(--text-accent) !important;
    background: var(--accent-soft);
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--accent) 28%, transparent);
  }

  #menu #narbar-menu .nrd-mobile-menu,
  body.nh-dark-shell #menu #narbar-menu .nrd-mobile-menu,
  body.not-hot-storefront:not(.nh-dark-shell) #menu #narbar-menu .nrd-mobile-menu {
    position: static !important;
    width: 100%;
    min-width: 0;
    margin: 4px 0 10px;
    padding: 10px;
    color: var(--text);
    background: var(--surface-sunken);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    box-shadow: none;
    transform: none !important;
  }

  #menu #narbar-menu .nrd-mobile-menu__head {
    min-height: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 4px 4px 10px;
    border-bottom: 1px solid var(--border);
  }

  #menu #narbar-menu .nrd-mobile-menu__kicker {
    display: block;
    margin-bottom: 4px;
    color: var(--text-subtle);
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
  }

  #menu #narbar-menu .nrd-mobile-menu__title {
    display: block;
    color: var(--text-strong);
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
  }

  #menu #narbar-menu .nrd-mobile-menu__all {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 10px;
    color: var(--text-accent);
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
  }

  #menu #narbar-menu .nrd-mobile-menu__all:hover,
  #menu #narbar-menu .nrd-mobile-menu__all:focus {
    color: var(--text-accent);
    background: var(--accent-soft);
  }

  #menu #narbar-menu .nrd-mobile-menu__grid {
    display: grid;
    gap: 4px;
    padding: 10px 0 0;
  }

  #menu #narbar-menu .nrd-mobile-menu__group {
    display: grid;
    gap: 4px;
    margin: 0;
  }

  #menu #narbar-menu .nrd-mega-menu__quick-list {
    display: grid;
    gap: 4px;
    margin: 0;
    padding: 0;
  }

  #menu #narbar-menu .nrd-mega-menu__quick-link,
  body.nh-dark-shell #menu #narbar-menu .nrd-mega-menu__quick-link,
  body.not-hot-storefront:not(.nh-dark-shell) #menu #narbar-menu .nrd-mega-menu__quick-link {
    min-height: 40px;
    display: flex;
    align-items: center;
    padding: 9px 10px;
    color: var(--text) !important;
    background: var(--surface);
    border: 1px solid transparent;
    border-radius: var(--radius-md);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    text-decoration: none;
  }

  #menu #narbar-menu .nrd-mega-menu__quick-link:hover,
  #menu #narbar-menu .nrd-mega-menu__quick-link:focus,
  body.nh-dark-shell #menu #narbar-menu .nrd-mega-menu__quick-link:hover,
  body.nh-dark-shell #menu #narbar-menu .nrd-mega-menu__quick-link:focus,
  body.not-hot-storefront:not(.nh-dark-shell) #menu #narbar-menu .nrd-mega-menu__quick-link:hover,
  body.not-hot-storefront:not(.nh-dark-shell) #menu #narbar-menu .nrd-mega-menu__quick-link:focus {
    color: var(--text-accent) !important;
    background: var(--accent-soft);
    border-color: color-mix(in srgb, var(--accent) 22%, transparent);
  }

  #menu #narbar-menu .nrd-mobile-menu__child,
  body.nh-dark-shell #menu #narbar-menu .nrd-mobile-menu__child,
  body.not-hot-storefront:not(.nh-dark-shell) #menu #narbar-menu .nrd-mobile-menu__child {
    min-height: 40px;
    justify-content: flex-start;
    gap: 10px;
    padding: 9px 10px;
    color: var(--text) !important;
    background: var(--surface);
    border: 1px solid transparent;
    border-radius: var(--radius-md);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
  }

  #menu #narbar-menu .nrd-mobile-menu__child i {
    width: 16px;
    color: var(--accent);
    font-size: 11px;
    text-align: center;
  }

  #menu #narbar-menu .nrd-mobile-menu__child:hover,
  #menu #narbar-menu .nrd-mobile-menu__child:focus,
  body.nh-dark-shell #menu #narbar-menu .nrd-mobile-menu__child:hover,
  body.nh-dark-shell #menu #narbar-menu .nrd-mobile-menu__child:focus,
  body.not-hot-storefront:not(.nh-dark-shell) #menu #narbar-menu .nrd-mobile-menu__child:hover,
  body.not-hot-storefront:not(.nh-dark-shell) #menu #narbar-menu .nrd-mobile-menu__child:focus {
    color: var(--text-accent) !important;
    background: var(--accent-soft);
    border-color: color-mix(in srgb, var(--accent) 22%, transparent);
  }

  #menu #narbar-menu .nrd-mobile-menu__child.is-active,
  #menu #narbar-menu .nrd-mobile-menu__child[aria-current],
  body.nh-dark-shell #menu #narbar-menu .nrd-mobile-menu__child.is-active,
  body.nh-dark-shell #menu #narbar-menu .nrd-mobile-menu__child[aria-current],
  body.not-hot-storefront:not(.nh-dark-shell) #menu #narbar-menu .nrd-mobile-menu__child.is-active,
  body.not-hot-storefront:not(.nh-dark-shell) #menu #narbar-menu .nrd-mobile-menu__child[aria-current] {
    color: var(--text-accent) !important;
    background: var(--accent-soft);
    border-color: color-mix(in srgb, var(--accent) 22%, transparent);
  }

  #menu #narbar-menu .nrd-mobile-menu__brand {
    justify-content: space-between;
  }

  #menu #narbar-menu .nrd-mobile-menu__count {
    min-width: 34px;
    padding: 4px 7px;
    color: var(--text-accent);
    background: var(--accent-soft);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
  }

  #menu #narbar-menu .nrd-mobile-menu__foot {
    display: grid;
    gap: 8px;
    margin-top: 10px;
    padding: 10px 4px 2px;
    background: transparent;
    border-top: 1px solid var(--border);
  }

  #menu #narbar-menu .nrd-mobile-menu__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    color: var(--text-accent);
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
  }

  #menu #narbar-menu .nrd-mobile-menu__cta span,
  #menu #narbar-menu .nrd-mobile-menu__cta i {
    color: inherit;
  }

  #menu #narbar-menu .nrd-mobile-menu__note {
    color: var(--text-subtle);
    font-size: 12px;
    line-height: 1.35;
  }

  .not-hot-theme.nh-mobile-catalog-open #narbar-menu.nrd-mobile-panel--catalog {
    transform: translateX(0) !important;
  }
}

@media (min-width: 992px) {
  html.not-hot-theme #header-cart .nrd-cart-drawer.dropdown-menu,
  html.not-hot-theme .nrd-cart-drawer[data-nh-cart-drawer-root].dropdown-menu {
    position: fixed !important;
    top: 16px !important;
    right: 16px !important;
    bottom: 16px !important;
    left: auto !important;
    width: min(430px, calc(100vw - 24px)) !important;
    height: calc(100vh - 32px) !important;
    height: calc(100dvh - 32px) !important;
    max-height: calc(100vh - 32px) !important;
    max-height: calc(100dvh - 32px) !important;
  }
}

@media (max-width: 991.98px) {
  html.not-hot-theme #header-cart .nrd-cart-drawer.dropdown-menu,
  html.not-hot-theme .nrd-cart-drawer[data-nh-cart-drawer-root].dropdown-menu {
    position: fixed !important;
    top: 10px !important;
    right: 10px !important;
    bottom: calc(76px + env(safe-area-inset-bottom)) !important;
    left: 10px !important;
    width: auto !important;
    height: calc(100vh - 86px - env(safe-area-inset-bottom)) !important;
    height: calc(100dvh - 86px - env(safe-area-inset-bottom)) !important;
    max-height: calc(100vh - 86px - env(safe-area-inset-bottom)) !important;
    max-height: calc(100dvh - 86px - env(safe-area-inset-bottom)) !important;
  }
}

/* Catalog v3 design-system alignment. */
.nh-catalog-button.is-open {
  color: var(--text-on-accent, #07120e);
  background: var(--accent-active, var(--accent, #2bc88f));
  border-color: var(--accent-active, var(--accent, #2bc88f));
}

#product-category.nh-category-page {
  max-width: 1232px;
  padding-top: 24px;
  padding-right: 16px;
  padding-left: 16px;
}

#product-category .nh-breadcrumb,
#product-category .nrd-crumbs-shell {
  margin: 0 0 18px;
}

#product-category .nh-category-layout,
#product-category .nrd-page-layout {
  margin: 0;
}

#product-category .nh-category-layout.has-filter,
#product-category .nrd-page-layout.has-filter {
  gap: 0;
}

#product-category #content.nh-category-content,
#product-category #content.nrd-page-content {
  width: 100%;
  min-width: 0;
  padding: 0;
}

#product-category .nh-category-hero,
#product-category .nrd-category-hero {
  order: 1;
  margin: 0 0 24px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

#product-category .nh-category-hero .nh-page-title,
#product-category .nrd-category-hero .nrd-page-title {
  margin: 0;
  color: var(--text-strong, var(--nh-color-text));
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: 0;
}

#product-category .nh-category-hero__description,
#product-category .nrd-category-hero__description {
  max-width: 760px;
  margin-top: 12px;
  color: var(--text-muted, var(--nh-color-muted));
  font-size: 15px;
  line-height: 1.55;
}

#product-category #display-control {
  order: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 14px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

#product-category #display-control .nh-catalog-toolbar__primary,
#product-category #display-control .nrd-toolbar__primary,
#product-category #display-control .nh-catalog-toolbar__controls,
#product-category #display-control .nrd-toolbar__controls {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 12px;
}

#product-category .nh-catalog-count,
#product-category .nrd-toolbar__count {
  color: var(--text-muted, var(--nh-color-muted));
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}

#product-category .nh-catalog-count b,
#product-category .nrd-toolbar__count b {
  color: var(--text-strong, var(--nh-color-text));
  font-family: var(--font-display, inherit);
  font-weight: 800;
}

#product-category #display-control .nrd-field {
  min-width: 220px;
  width: 220px;
}

#product-category #display-control .nrd-field__label {
  display: none;
}

#product-category #display-control .nrd-field__control {
  width: 100%;
  min-height: 36px;
  border: 1px solid var(--field-border, var(--border));
  border-radius: var(--radius-md, 10px);
  color: var(--text-strong, var(--nh-color-text));
  background-color: var(--field-bg, var(--surface));
  font-size: 13px;
  font-weight: 700;
  box-shadow: none;
}

#product-category .nrd-active-filters {
  order: 4;
  margin: 0 0 18px;
}

#product-category #product-list {
  order: 5;
  align-items: stretch;
  margin-top: 0;
  --bs-gutter-x: 18px;
  --bs-gutter-y: 18px;
}

#product-category #product-list > .col {
  display: flex;
  margin-bottom: 0 !important;
}

#product-category #product-list .nh-product-card,
#product-category #product-list .nrd-pcard {
  width: 100%;
  min-height: 100%;
}

#product-category .nh-pagination-row,
#product-category .nrd-pagination-row {
  order: 6;
  margin-top: 24px;
}

#product-category #column-left.nrd-filter-panel {
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: 0;
}

#product-category #column-left.nrd-filter-panel .nrd-filters {
  overflow: visible;
  background: var(--surface, var(--nh-color-surface));
  border: 1px solid var(--border, var(--nh-color-border));
  border-radius: var(--radius-lg, 14px);
  box-shadow: none;
}

#product-category #column-left.nrd-filter-panel .nrd-filters__head {
  display: none;
}

#product-category #column-left.nrd-filter-panel .nrd-filters__body {
  display: grid;
  padding: 0 12px;
  background: transparent;
}

#product-category #column-left.nrd-filter-panel .list-group-item {
  border-right: 0;
  border-left: 0;
}

#product-category #column-left.nrd-filter-panel .nrd-fgroup__title {
  padding: 17px 0 10px;
  background: transparent;
  border: 0;
  color: var(--text-strong, var(--nh-color-text));
  font-family: var(--font-display, var(--nh-font-sans));
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

#product-category #column-left.nrd-filter-panel .nrd-fgroup {
  padding: 0 0 15px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--border-subtle, var(--border));
}

#product-category #column-left.nrd-filter-panel .nrd-fgroup:last-child {
  border-bottom: 0;
}

#product-category #column-left.nrd-filter-panel .nrd-fgroup__list {
  gap: 11px;
}

#product-category #column-left.nrd-filter-panel .nrd-check {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  min-height: 26px;
  margin: 0;
  color: var(--text-strong, var(--nh-color-text));
}

#product-category #column-left.nrd-filter-panel .nrd-check__box {
  width: 22px;
  height: 22px;
  margin-top: 0;
  border-color: var(--field-border, var(--border-strong));
  border-radius: var(--radius-xs, 6px);
}

#product-category #column-left.nrd-filter-panel .nrd-check__label {
  min-width: 0;
  overflow-wrap: anywhere;
  color: inherit;
  font-size: 14.5px;
  line-height: 1.35;
}

#product-category #column-left.nrd-filter-panel .nrd-filters__foot {
  padding: 13px 12px 12px;
  background: transparent;
  border-top: 1px solid var(--border-subtle, var(--border));
}

#product-category #column-left.nrd-filter-panel .nrd-filter-apply {
  width: 100%;
  min-height: 40px;
}

#product-category #column-left.nrd-filter-panel .nrd-category-side-nav {
  margin: 0;
}

#product-category #column-left.nrd-filter-panel .nrd-side-nav__link {
  min-height: 0;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow-wrap: anywhere;
}

#product-category #column-left.nrd-filter-panel .nrd-side-nav__link--child {
  padding-left: 18px;
  font-size: 12.5px;
}

#product-category .nh-product-card.nrd-pcard {
  overflow: hidden;
  background: var(--surface, var(--nh-color-surface));
  border: 1px solid var(--border, var(--nh-color-border));
  border-radius: var(--radius-xl, 18px);
  box-shadow: var(--shadow-xs, none);
}

#product-category .nh-product-card.nrd-pcard:hover {
  transform: translateY(-4px);
  border-color: var(--border-strong, var(--accent-border));
  box-shadow: var(--shadow-lg, var(--nh-shadow-card));
}

#product-category .nh-product-card.nrd-pcard .nh-product-card__media {
  aspect-ratio: 1 / 1;
  min-height: 0;
  padding: 0;
  background:
    radial-gradient(120% 120% at 50% 18%, var(--surface, var(--nh-color-surface)) 0%, var(--surface-sunken, var(--nh-color-surface-soft)) 100%);
  border-bottom: 0;
}

#product-category .nh-product-card.nrd-pcard .nh-product-card__image-link {
  width: 100%;
  height: 100%;
  padding: 14%;
  background: transparent;
}

#product-category .nh-product-card.nrd-pcard .nh-product-card__image-link img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
}

#product-category .nh-product-card.nrd-pcard .nh-product-card__body {
  gap: 10px;
  padding: 16px;
}

#product-category .nh-product-card.nrd-pcard .nh-product-card__cat {
  color: var(--text-subtle, var(--nh-color-muted));
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

#product-category .nh-product-card.nrd-pcard .nh-product-card__title {
  min-height: 2.6em;
  font-size: 16px;
  line-height: 1.3;
}

#product-category .nh-product-card.nrd-pcard .nh-product-card__footer {
  align-items: flex-end;
  gap: 12px;
  padding: 4px 16px 16px;
}

#product-category .nh-product-card.nrd-pcard .nh-product-card__cta:not(.nh-product-card__cta--request) span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

@media (min-width: 992px) {
  #product-category .nh-category-layout.has-filter,
  #product-category .nrd-page-layout.has-filter {
    display: grid;
    grid-template-columns: 268px minmax(0, 1fr);
    column-gap: 28px;
    align-items: start;
  }

  #product-category .nh-category-layout.has-filter > #column-left.nrd-filter-panel {
    display: grid !important;
    width: auto;
    max-width: none;
    flex: none;
    position: sticky;
    top: 96px;
    max-height: calc(100vh - 112px);
    overflow-y: auto;
    padding-right: 4px;
    scrollbar-gutter: stable;
  }

  #product-category .nh-category-layout.has-filter > #content {
    width: auto;
    max-width: none;
    flex: none;
  }

  #product-category #column-left.nrd-filter-panel .nrd-filters {
    position: static;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #product-category #product-list > .col {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 1200px) {
  #product-category #product-list > .col {
    width: 33.333333%;
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
  }
}

@media (max-width: 991.98px) {
  #product-category.nh-category-page {
    padding-top: 18px;
  }

  #product-category .nh-category-hero,
  #product-category .nrd-category-hero {
    margin-bottom: 18px;
  }

  #product-category .nh-category-hero .nh-page-title,
  #product-category .nrd-category-hero .nrd-page-title {
    font-size: 30px;
  }

  #product-category #display-control {
    align-items: stretch;
    flex-direction: column;
  }

  #product-category #display-control .nh-catalog-toolbar__primary,
  #product-category #display-control .nrd-toolbar__primary,
  #product-category #display-control .nh-catalog-toolbar__controls,
  #product-category #display-control .nrd-toolbar__controls,
  #product-category #display-control .nrd-field {
    width: 100%;
  }

  #product-category #display-control .nh-catalog-toolbar__primary,
  #product-category #display-control .nrd-toolbar__primary {
    justify-content: space-between;
  }

  #product-category #column-left.nrd-filter-panel {
    background: var(--surface, var(--nh-color-surface));
  }

  #product-category #column-left.nrd-filter-panel .nrd-filters {
    border: 0;
    border-radius: 0;
  }
}

@media (max-width: 575.98px) {
  #product-category.nh-category-page {
    padding-right: 12px;
    padding-left: 12px;
  }

  #product-category .nh-category-hero .nh-page-title,
  #product-category .nrd-category-hero .nrd-page-title {
    font-size: 28px;
  }

  #product-category #product-list {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 12px;
  }
}

.nh-home-categories .nh-home-category-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.nh-home-categories .nh-home-category-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 286px;
  padding: 18px;
  background:
    linear-gradient(180deg, var(--surface-raised, #ffffff) 0%, color-mix(in srgb, var(--accent-soft, #e9fbf4) 28%, var(--surface, #ffffff)) 100%);
  border: 1px solid var(--border, #e2e8e5);
  border-radius: 8px;
  box-shadow: var(--shadow-xs, 0 1px 2px rgba(16, 23, 20, 0.06));
}

.nh-home-categories .nh-home-category-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--accent, #23b480), color-mix(in srgb, var(--accent, #23b480) 22%, transparent));
}

.nh-home-categories .nh-home-category-card:hover,
.nh-home-categories .nh-home-category-card:focus-within {
  transform: translateY(-2px);
  border-color: var(--accent-border, #c5efe0);
  box-shadow: var(--shadow-md, 0 8px 18px -6px rgba(16, 23, 20, 0.1));
}

.nh-home-categories .nh-home-category-card__main {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px;
  min-height: 58px;
  padding-bottom: 14px;
  color: var(--text-strong, #0f1714);
  border-bottom: 1px solid var(--border-subtle, #edf1ef);
  text-decoration: none;
}

.nh-home-categories .nh-home-category-card__main:hover,
.nh-home-categories .nh-home-category-card__main:focus {
  color: var(--text-strong, #0f1714);
}

.nh-home-categories .nh-home-category-card__main:focus-visible,
.nh-home-categories .nh-home-category-card__children a:focus-visible {
  outline: 2px solid var(--accent, #23b480);
  outline-offset: 3px;
}

.nh-home-categories .nh-home-category-card__icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--accent, #23b480);
  background: color-mix(in srgb, var(--accent-soft, #e9fbf4) 76%, var(--surface, #ffffff));
  border: 1px solid color-mix(in srgb, var(--accent-border, #c5efe0) 74%, transparent);
  border-radius: 8px;
}

.nh-home-categories .nh-home-category-card__icon i {
  color: currentColor;
  background: transparent;
  font-size: 20px;
  line-height: 1;
}

.nh-home-categories .nh-home-category-card__title {
  min-width: 0;
  padding-top: 1px;
  font-size: 17px;
  font-weight: 750;
  line-height: 1.18;
  overflow-wrap: normal;
  word-break: normal;
}

.nh-home-categories .nh-home-category-card__count {
  min-width: 48px;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  padding: 4px 8px;
  color: var(--text-muted, #5b665f);
  background: var(--surface-sunken, #f5f8f7);
  border: 1px solid var(--border-subtle, #edf1ef);
  border-radius: var(--radius-full, 999px);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.nh-home-categories .nh-home-category-card__children {
  display: grid;
  gap: 0;
  margin-top: 12px;
}

.nh-home-categories .nh-home-category-card__children a {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  color: var(--text, #283029);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--border-subtle, #edf1ef);
  border-radius: 0;
  font-size: 13px;
  line-height: 1.25;
  text-decoration: none;
  transition: color var(--dur-fast, 0.15s) var(--ease-out, ease), border-color var(--dur-fast, 0.15s) var(--ease-out, ease), transform var(--dur-fast, 0.15s) var(--ease-out, ease);
}

.nh-home-categories .nh-home-category-card__children a::after {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  opacity: 0.32;
  transform: rotate(45deg);
}

.nh-home-categories .nh-home-category-card__children a:last-child {
  border-bottom: 0;
}

.nh-home-categories .nh-home-category-card__children a:hover,
.nh-home-categories .nh-home-category-card__children a:focus {
  color: var(--text-accent, #117a58);
  background: transparent;
  border-color: var(--accent-border, #c5efe0);
  transform: translateX(2px);
}

body.nh-dark-shell .nh-home-categories .nh-home-category-card {
  background:
    linear-gradient(180deg, var(--surface, #101915) 0%, color-mix(in srgb, var(--accent-soft, rgba(43, 200, 143, 0.12)) 28%, var(--surface-sunken, #111f1a)) 100%);
  box-shadow: none;
}

body.nh-dark-shell .nh-home-categories .nh-home-category-card__count,
body.nh-dark-shell .nh-home-categories .nh-home-category-card__icon {
  background: color-mix(in srgb, var(--accent-soft, rgba(43, 200, 143, 0.12)) 62%, transparent);
}

@media (min-width: 900px) and (max-width: 1199.98px) {
  .nh-home-categories .nh-home-category-card__main {
    grid-template-columns: 40px minmax(0, 1fr);
    grid-template-areas:
      "icon count"
      "title title";
    align-items: center;
    row-gap: 10px;
  }

  .nh-home-categories .nh-home-category-card__icon {
    grid-area: icon;
  }

  .nh-home-categories .nh-home-category-card__title {
    grid-area: title;
  }

  .nh-home-categories .nh-home-category-card__count {
    grid-area: count;
  }
}

@media (max-width: 899.98px) {
  .nh-home-categories .nh-home-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .nh-home-categories .nh-home-category-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .nh-home-categories .nh-home-category-card {
    min-height: 0;
    padding: 16px;
  }

  .nh-home-categories .nh-home-category-card__main {
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 10px;
    min-height: 54px;
  }

  .nh-home-categories .nh-home-category-card__icon {
    width: 38px;
    height: 38px;
  }

  .nh-home-categories .nh-home-category-card__title {
    font-size: 16px;
  }
}

/* Information pages v4 migration: sidebar, contacts, installation. */
.nh-info-page .nrd-info-layout {
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.nh-info-page .nrd-info-sidebar {
  position: sticky;
  top: 112px;
  isolation: isolate;
  overflow: hidden;
  padding: 18px;
  background: var(--surface, #ffffff);
  border: 1px solid var(--border, #e2e8e5);
  border-radius: 8px;
  box-shadow: var(--shadow-xs, 0 1px 2px rgba(16, 23, 20, 0.06));
}

.nh-info-page .nrd-info-sidebar::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--accent, #23b480), rgba(35, 180, 128, 0.18));
}

.nh-info-page .nrd-info-sidebar h2 {
  margin: 0 0 12px;
  color: var(--text-subtle, #6b746f);
  font-family: var(--font-display, var(--nh-font-sans));
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nh-info-page .nrd-info-nav {
  display: grid;
  gap: 7px;
  padding: 0;
  background: transparent;
  border: 0;
}

.nh-info-page .nrd-info-nav__link {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18px;
  gap: 10px;
  align-items: center;
  min-height: 42px;
  padding: 10px 11px 10px 13px;
  color: var(--text-strong, #0f1714);
  background: var(--surface-sunken, #f5f8f7);
  border: 1px solid transparent;
  border-radius: 8px;
  font-family: var(--font-display, var(--nh-font-sans));
  font-size: 14px;
  font-weight: 750;
  line-height: 1.25;
  text-decoration: none;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.nh-info-page .nrd-info-nav__link::after {
  content: "\f054";
  justify-self: end;
  color: var(--text-subtle, #6b746f);
  font-family: "Font Awesome 6 Free";
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  opacity: 0.48;
  transition: opacity 0.16s ease, transform 0.16s ease, color 0.16s ease;
}

.nh-info-page .nrd-info-nav__link:hover,
.nh-info-page .nrd-info-nav__link:focus,
.nh-info-page .nrd-info-nav__link.is-active {
  color: var(--text-accent, #117a58);
  background: var(--accent-soft, #e9fbf4);
  border-color: var(--accent-border, #c5efe0);
  transform: translateX(2px);
}

.nh-info-page .nrd-info-nav__link:hover::after,
.nh-info-page .nrd-info-nav__link:focus::after,
.nh-info-page .nrd-info-nav__link.is-active::after {
  color: var(--accent, #23b480);
  opacity: 1;
  transform: translateX(2px);
}

.nh-info-page .nrd-info-nav__link.is-active {
  box-shadow: inset 3px 0 0 var(--accent, #23b480);
}

.nrd-contact-hero {
  grid-template-columns: minmax(0, 1fr) auto;
}

.nrd-contact-hero__phone {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--text-strong, #0f1714);
  font-family: var(--font-display, var(--nh-font-sans));
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.nrd-contact-hero__phone i {
  color: var(--accent, #23b480);
}

.nrd-contact-content {
  display: grid;
  gap: 20px;
  min-width: 0;
}

.nrd-payment-content {
  display: grid;
  gap: 20px;
  min-width: 0;
}

.nrd-payment-methods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.nrd-payment-method,
.nrd-payment-section {
  min-width: 0;
  background: var(--surface, #ffffff);
  border: 1px solid var(--border, #e2e8e5);
  border-radius: 8px;
  box-shadow: var(--shadow-xs, 0 1px 2px rgba(16, 23, 20, 0.06));
}

.nrd-payment-method {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: start;
  gap: 11px;
  padding: 20px;
}

.nrd-payment-method::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--accent, #23b480);
}

.nrd-payment-method__icon,
.nrd-payment-section__icon,
.nrd-payment-doc > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--accent, #23b480);
  background: var(--accent-soft, #e9fbf4);
  border: 1px solid var(--accent-border, #c5efe0);
  border-radius: 8px;
}

.nrd-payment-method__label {
  color: var(--text-subtle, #6b746f);
  font-family: var(--font-display, var(--nh-font-sans));
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.nrd-payment-method h2,
.nrd-payment-section h2,
.nrd-payment-doc h3 {
  margin: 0;
  color: var(--text-strong, #0f1714);
  font-family: var(--font-display, var(--nh-font-sans));
  font-weight: 800;
  line-height: 1.2;
}

.nrd-payment-method h2 {
  font-size: 20px;
}

.nrd-payment-section h2 {
  font-size: 21px;
}

.nrd-payment-method p,
.nrd-payment-method li,
.nrd-payment-section p,
.nrd-payment-doc p {
  color: var(--text-muted, #5b665f);
  font-size: 14px;
  line-height: 1.55;
}

.nrd-payment-method p,
.nrd-payment-section p,
.nrd-payment-doc p {
  margin: 0;
}

.nrd-payment-method ul {
  display: grid;
  gap: 8px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.nrd-payment-method li {
  position: relative;
  padding-left: 20px;
}

.nrd-payment-method li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 2px;
  width: 7px;
  height: 7px;
  background: var(--accent, #23b480);
  border-radius: 50%;
}

.nrd-payment-section {
  padding: 22px;
}

.nrd-payment-docs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.nrd-payment-doc {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  min-width: 0;
  padding: 15px;
  background: var(--surface-sunken, #f5f8f7);
  border: 1px solid var(--border-subtle, #edf1ef);
  border-radius: 8px;
}

.nrd-payment-doc h3 {
  margin-bottom: 5px;
  font-size: 15px;
}

.nrd-payment-section--notice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  background: var(--accent-soft, #e9fbf4);
  border-color: var(--accent-border, #c5efe0);
}

.nrd-payment-section--notice > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nrd-about-content,
.nrd-shipping-content {
  display: grid;
  gap: 20px;
  min-width: 0;
}

.nrd-about-features,
.nrd-shipping-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.nrd-shipping-features {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nrd-about-feature,
.nrd-shipping-feature,
.nrd-about-section,
.nrd-shipping-section {
  min-width: 0;
  background: var(--surface, #ffffff);
  border: 1px solid var(--border, #e2e8e5);
  border-radius: 8px;
  box-shadow: var(--shadow-xs, 0 1px 2px rgba(16, 23, 20, 0.06));
}

.nrd-about-feature,
.nrd-shipping-feature {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px;
}

.nrd-about-feature::before,
.nrd-shipping-feature::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--accent, #23b480);
}

.nrd-about-feature__icon,
.nrd-about-section__icon,
.nrd-about-step > span,
.nrd-shipping-feature__icon,
.nrd-shipping-section__icon,
.nrd-shipping-rule > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--accent, #23b480);
  background: var(--accent-soft, #e9fbf4);
  border: 1px solid var(--accent-border, #c5efe0);
  border-radius: 8px;
}

.nrd-shipping-feature__label {
  color: var(--text-subtle, #6b746f);
  font-family: var(--font-display, var(--nh-font-sans));
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.nrd-about-feature h2,
.nrd-about-section h2,
.nrd-about-step h3,
.nrd-shipping-feature h2,
.nrd-shipping-section h2,
.nrd-shipping-rule h3 {
  margin: 0;
  color: var(--text-strong, #0f1714);
  font-family: var(--font-display, var(--nh-font-sans));
  font-weight: 800;
  line-height: 1.2;
}

.nrd-about-feature h2,
.nrd-shipping-feature h2 {
  font-size: 18px;
}

.nrd-about-section h2,
.nrd-shipping-section h2 {
  font-size: 21px;
}

.nrd-about-step h3,
.nrd-shipping-rule h3 {
  margin-bottom: 5px;
  font-size: 15px;
}

.nrd-about-feature p,
.nrd-about-section p,
.nrd-about-step p,
.nrd-shipping-feature p,
.nrd-shipping-section p,
.nrd-shipping-rule p {
  margin: 0;
  color: var(--text-muted, #5b665f);
  font-size: 14px;
  line-height: 1.55;
}

.nrd-about-process,
.nrd-shipping-rules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.nrd-about-step,
.nrd-shipping-rule {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  min-width: 0;
  padding: 15px;
  background: var(--surface-sunken, #f5f8f7);
  border: 1px solid var(--border-subtle, #edf1ef);
  border-radius: 8px;
}

.nrd-about-section--note,
.nrd-shipping-section--notice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 15px;
  align-items: center;
  padding: 22px;
  background: var(--accent-soft, #e9fbf4);
  border-color: var(--accent-border, #c5efe0);
}

.nrd-shipping-section--notice {
  grid-template-columns: auto minmax(0, 1fr);
}

.nrd-about-section--note > div,
.nrd-shipping-section--notice > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nrd-about-section--note .nrd-btn {
  white-space: nowrap;
}

.nrd-contact-quick {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.nrd-contact-quick__card {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 18px;
  color: var(--text, #283029);
  background: var(--surface, #ffffff);
  border: 1px solid var(--border, #e2e8e5);
  border-radius: 8px;
  box-shadow: var(--shadow-xs, 0 1px 2px rgba(16, 23, 20, 0.06));
  text-decoration: none;
  transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.nrd-contact-quick__card:hover,
.nrd-contact-quick__card:focus {
  color: var(--text, #283029);
  border-color: var(--accent-border, #c5efe0);
  box-shadow: var(--shadow-md, 0 8px 18px -6px rgba(16, 23, 20, 0.1));
  transform: translateY(-2px);
}

.nrd-contact-quick__icon,
.nrd-contact-dept__icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin-bottom: 5px;
  color: var(--accent, #23b480);
  background: var(--accent-soft, #e9fbf4);
  border: 1px solid var(--accent-border, #c5efe0);
  border-radius: 8px;
}

.nrd-contact-quick__label {
  color: var(--text-subtle, #6b746f);
  font-family: var(--font-display, var(--nh-font-sans));
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.nrd-contact-quick__card strong {
  min-width: 0;
  color: var(--text-strong, #0f1714);
  font-family: var(--font-display, var(--nh-font-sans));
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.nrd-contact-quick__card small {
  color: var(--text-muted, #5b665f);
  font-size: 13px;
  line-height: 1.45;
}

.nrd-contact-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 22px;
  align-items: start;
}

.nrd-contact-main__body,
.nrd-contact-aside {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.nrd-contact-aside {
  position: sticky;
  top: 112px;
}

.nrd-info-section,
.nrd-contact-callback,
.nrd-contact-messengers,
.nrd-contact-address__panel {
  background: var(--surface, #ffffff);
  border: 1px solid var(--border, #e2e8e5);
  border-radius: 8px;
  box-shadow: var(--shadow-xs, 0 1px 2px rgba(16, 23, 20, 0.06));
}

.nrd-info-section {
  padding: 20px;
}

.nrd-info-section__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.nrd-info-section__head h2 {
  margin: 0;
  color: var(--text-strong, #0f1714);
  font-family: var(--font-display, var(--nh-font-sans));
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.nrd-info-section__head span {
  color: var(--text-subtle, #6b746f);
  font-size: 13px;
  line-height: 1.35;
  text-align: right;
}

.nrd-contact-depts__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.nrd-contact-dept {
  min-width: 0;
  padding: 16px;
  background: var(--surface-sunken, #f5f8f7);
  border: 1px solid var(--border-subtle, #edf1ef);
  border-radius: 8px;
}

.nrd-contact-dept h3 {
  margin: 0 0 10px;
  color: var(--text-strong, #0f1714);
  font-family: var(--font-display, var(--nh-font-sans));
  font-size: 15px;
  font-weight: 800;
}

.nrd-contact-dept a {
  display: block;
  color: var(--text-strong, #0f1714);
  font-family: var(--font-display, var(--nh-font-sans));
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.nrd-contact-dept a span {
  color: var(--text-subtle, #6b746f);
  font-size: 12px;
  font-weight: 600;
}

.nrd-contact-dept small {
  display: block;
  margin-top: 4px;
  color: var(--text-accent, #117a58);
  font-size: 12px;
  overflow-wrap: anywhere;
}

.nrd-contact-requisites__rows {
  overflow: hidden;
  border: 1px solid var(--border-subtle, #edf1ef);
  border-radius: 8px;
}

.nrd-contact-requisites__row {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 16px;
  padding: 12px 14px;
}

.nrd-contact-requisites__row:nth-child(even) {
  background: var(--surface-sunken, #f5f8f7);
}

.nrd-contact-requisites__row span {
  color: var(--text-muted, #5b665f);
  font-size: 13px;
}

.nrd-contact-requisites__row strong {
  min-width: 0;
  color: var(--text-strong, #0f1714);
  font-size: 13px;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.nrd-contact-address__panel {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.nrd-contact-callback {
  display: grid;
  gap: 13px;
  padding: 20px;
}

.nrd-contact-callback h2 {
  margin: 0;
  color: var(--text-strong, #0f1714);
  font-family: var(--font-display, var(--nh-font-sans));
  font-size: 18px;
  font-weight: 800;
}

.nrd-contact-callback p {
  margin: 0;
  color: var(--text-muted, #5b665f);
  font-size: 13px;
  line-height: 1.5;
}

.nrd-contact-callback .nrd-btn {
  width: 100%;
  justify-content: center;
}

.nrd-contact-messengers {
  display: grid;
  gap: 8px;
  padding: 10px;
}

.nrd-contact-messenger {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 16px;
  gap: 11px;
  align-items: center;
  padding: 10px;
  color: var(--text-strong, #0f1714);
  border-radius: 8px;
  text-decoration: none;
}

.nrd-contact-messenger:hover,
.nrd-contact-messenger:focus {
  color: var(--text-strong, #0f1714);
  background: var(--surface-sunken, #f5f8f7);
}

.nrd-contact-messenger > span:first-child {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: var(--nrd-contact-msg-color, var(--accent, #23b480));
  border-radius: 50%;
}

.nrd-contact-messenger strong,
.nrd-contact-messenger small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nrd-contact-messenger strong {
  font-size: 14px;
  font-weight: 800;
}

.nrd-contact-messenger small,
.nrd-contact-messenger > i {
  color: var(--text-subtle, #6b746f);
  font-size: 12px;
}

.nrd-install-page {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.nrd-install-hero {
  position: relative;
  overflow: hidden;
  padding: 42px;
  color: #ffffff;
  background: linear-gradient(135deg, #0f6b4d 0%, #09251c 100%);
  border-radius: 8px;
}

.nrd-install-hero__eyebrow {
  margin-bottom: 12px;
  color: #d9c27a;
  font-family: var(--font-display, var(--nh-font-sans));
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nrd-install-hero__title {
  max-width: 720px;
  margin: 0;
  color: #ffffff;
  font-family: var(--font-display, var(--nh-font-sans));
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
}

.nrd-install-hero__sub {
  max-width: 720px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 16px;
  line-height: 1.6;
}

.nrd-install-hero__actions,
.nrd-install-hero__chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}

.nrd-install-hero__phone,
.nrd-install-hero__chips span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  text-decoration: none;
}

.nrd-install-hero__phone {
  font-family: var(--font-display, var(--nh-font-sans));
  font-size: 20px;
  font-weight: 850;
}

.nrd-install-hero__chips {
  gap: 18px;
}

.nrd-install-hero__chips span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
}

.nrd-install-hero__chips i {
  color: #d9c27a;
}

.nrd-install-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.nrd-install-benefits article,
.nrd-install-steps,
.nrd-install-pricelist,
.nrd-install-included > div {
  background: var(--surface, #ffffff);
  border: 1px solid var(--border, #e2e8e5);
  border-radius: 8px;
  box-shadow: var(--shadow-xs, 0 1px 2px rgba(16, 23, 20, 0.06));
}

.nrd-install-benefits article {
  display: grid;
  gap: 5px;
  padding: 18px;
}

.nrd-install-benefits i {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin-bottom: 6px;
  color: var(--accent, #23b480);
  background: var(--accent-soft, #e9fbf4);
  border-radius: 8px;
}

.nrd-install-benefits strong,
.nrd-install-steps strong,
.nrd-install-pricelist h3,
.nrd-install-included h3,
.nrd-install-cta h2 {
  color: var(--text-strong, #0f1714);
  font-family: var(--font-display, var(--nh-font-sans));
  font-weight: 800;
}

.nrd-install-benefits span,
.nrd-install-steps p,
.nrd-install-pricelist p,
.nrd-install-included li {
  color: var(--text-muted, #5b665f);
  font-size: 13px;
  line-height: 1.5;
}

.nrd-install-section {
  margin-top: 30px;
}

.nrd-install-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow: hidden;
}

.nrd-install-steps article {
  display: grid;
  gap: 8px;
  padding: 20px;
  border-right: 1px solid var(--border-subtle, #edf1ef);
}

.nrd-install-steps article:last-child {
  border-right: 0;
}

.nrd-install-steps span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--text-accent, #117a58);
  background: var(--accent-soft, #e9fbf4);
  border-radius: 50%;
  font-family: var(--font-display, var(--nh-font-sans));
  font-weight: 850;
}

.nrd-install-steps i {
  color: var(--accent, #23b480);
  font-size: 20px;
}

.nrd-install-steps p {
  margin: 0;
}

.nrd-install-pricegrid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 18px;
  align-items: start;
}

.nrd-install-pricelist {
  overflow: hidden;
}

.nrd-install-pricelist h3 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 16px 18px;
  border-bottom: 1px solid var(--border, #e2e8e5);
  font-size: 16px;
}

.nrd-install-pricelist h3 i {
  color: var(--accent, #23b480);
}

.nrd-install-pricelist div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: baseline;
  padding: 12px 18px;
}

.nrd-install-pricelist div:nth-of-type(even) {
  background: var(--surface-sunken, #f5f8f7);
}

.nrd-install-pricelist span {
  min-width: 0;
  color: var(--text, #283029);
  font-size: 14px;
  overflow-wrap: anywhere;
}

.nrd-install-pricelist small {
  display: block;
  margin-top: 2px;
  color: var(--text-subtle, #6b746f);
  font-size: 12px;
}

.nrd-install-pricelist strong {
  color: var(--text-accent, #117a58);
  font-family: var(--font-display, var(--nh-font-sans));
  font-size: 14px;
  white-space: nowrap;
}

.nrd-install-pricelist p {
  margin: 0;
  padding: 13px 18px;
  border-top: 1px solid var(--border-subtle, #edf1ef);
}

.nrd-install-included {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.nrd-install-included > div {
  padding: 20px;
}

.nrd-install-included h3 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 14px;
  font-size: 16px;
}

.nrd-install-included h3 i {
  color: var(--accent, #23b480);
}

.nrd-install-included ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nrd-install-included li {
  position: relative;
  padding-left: 24px;
}

.nrd-install-included li::before {
  content: "\f00c";
  position: absolute;
  top: 0.12em;
  left: 0;
  color: var(--accent, #23b480);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.nrd-install-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 34px;
  padding: 28px;
  color: #ffffff;
  background: #09251c;
  border-radius: 8px;
}

.nrd-install-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
}

.nrd-install-cta p {
  max-width: 560px;
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.76) !important;
}

.nrd-install-cta > div:last-child {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.nrd-install-cta > div:last-child > a:first-child {
  color: #ffffff;
  font-family: var(--font-display, var(--nh-font-sans));
  font-size: 19px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

body.nh-dark-shell .nh-info-page .nrd-info-sidebar,
body.nh-dark-shell .nrd-contact-quick__card,
body.nh-dark-shell .nrd-about-feature,
body.nh-dark-shell .nrd-about-section,
body.nh-dark-shell .nrd-shipping-feature,
body.nh-dark-shell .nrd-shipping-section,
body.nh-dark-shell .nrd-payment-method,
body.nh-dark-shell .nrd-payment-section,
body.nh-dark-shell .nrd-info-section,
body.nh-dark-shell .nrd-contact-callback,
body.nh-dark-shell .nrd-contact-messengers,
body.nh-dark-shell .nrd-contact-address__panel,
body.nh-dark-shell .nrd-install-benefits article,
body.nh-dark-shell .nrd-install-steps,
body.nh-dark-shell .nrd-install-pricelist,
body.nh-dark-shell .nrd-install-included > div {
  background: var(--surface, #101915);
  border-color: var(--border, rgba(255, 255, 255, 0.12));
}

body.nh-dark-shell .nh-info-page .nrd-info-nav__link,
body.nh-dark-shell .nrd-about-step,
body.nh-dark-shell .nrd-shipping-rule,
body.nh-dark-shell .nrd-payment-doc,
body.nh-dark-shell .nrd-contact-dept,
body.nh-dark-shell .nrd-contact-requisites__row:nth-child(even),
body.nh-dark-shell .nrd-contact-messenger:hover,
body.nh-dark-shell .nrd-contact-messenger:focus,
body.nh-dark-shell .nrd-install-pricelist div:nth-of-type(even) {
  background: var(--surface-sunken, #111f1a);
}

body.nh-dark-shell .nh-info-page .nrd-info-nav__link:hover,
body.nh-dark-shell .nh-info-page .nrd-info-nav__link:focus,
body.nh-dark-shell .nh-info-page .nrd-info-nav__link.is-active,
body.nh-dark-shell .nrd-about-section--note,
body.nh-dark-shell .nrd-shipping-section--notice,
body.nh-dark-shell .nrd-payment-section--notice {
  background: var(--accent-soft, rgba(43, 200, 143, 0.12));
}

@media (max-width: 1199.98px) {
  .nrd-contact-quick,
  .nrd-about-features,
  .nrd-payment-methods,
  .nrd-install-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nrd-contact-main,
  .nrd-install-pricegrid {
    grid-template-columns: 1fr;
  }

  .nrd-contact-aside {
    position: static;
  }

  .nrd-install-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nrd-install-steps article {
    border-bottom: 1px solid var(--border-subtle, #edf1ef);
  }
}

@media (max-width: 991.98px) {
  .nh-info-page .nrd-info-layout {
    grid-template-columns: 1fr;
  }

  .nh-info-page .nrd-info-sidebar {
    position: static;
  }

  .nh-info-page .nrd-info-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .nh-info-page .nrd-info-sidebar {
    display: block;
  }

  .nh-info-page .nrd-info-nav,
  .nrd-about-features,
  .nrd-about-process,
  .nrd-shipping-features,
  .nrd-shipping-rules,
  .nrd-payment-methods,
  .nrd-payment-docs,
  .nrd-contact-quick,
  .nrd-contact-depts__grid,
  .nrd-install-benefits,
  .nrd-install-included {
    grid-template-columns: 1fr;
  }

  .nrd-contact-hero {
    grid-template-columns: 1fr;
  }

  .nrd-contact-hero__phone {
    font-size: 17px;
  }

  .nrd-contact-requisites__row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .nrd-info-section__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .nrd-info-section__head span {
    text-align: left;
  }

  .nrd-payment-section--notice {
    grid-template-columns: 1fr;
  }

  .nrd-about-section--note,
  .nrd-shipping-section--notice {
    grid-template-columns: 1fr;
  }

  .nrd-about-section--note {
    align-items: start;
  }

  .nrd-about-section--note .nrd-btn {
    width: 100%;
    justify-content: center;
    white-space: normal;
  }

  .nrd-install-hero {
    padding: 28px 22px;
  }

  .nrd-install-steps {
    grid-template-columns: 1fr;
  }

  .nrd-install-steps article {
    border-right: 0;
  }

  .nrd-install-pricelist div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .nrd-install-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .nrd-install-cta > div:last-child {
    justify-content: flex-start;
  }
}

/* ==========================================================================
   Lucide icons — self-hosted SVG via CSS mask
   Design-system parity: mirrors components/icon/Icon.jsx from the NORDA kit
   (Lucide line icons that inherit currentColor). Self-hosted under
   fonts/lucide/ so there is no external/CDN dependency at runtime.
   Usage in templates: <i class="lc lc-<name>" aria-hidden="true"></i>
   ========================================================================== */
.lc {
  display: inline-block;
  flex: none;
  width: var(--lc-size, 1em);
  height: var(--lc-size, 1em);
  background-color: currentColor;
  -webkit-mask: var(--lc-src) center / contain no-repeat;
  mask: var(--lc-src) center / contain no-repeat;
  vertical-align: -0.18em;
}

.lc-phone          { --lc-src: url("fonts/lucide/phone.svg"); }
.lc-mail           { --lc-src: url("fonts/lucide/mail.svg"); }
.lc-wrench         { --lc-src: url("fonts/lucide/wrench.svg"); }
.lc-clock          { --lc-src: url("fonts/lucide/clock.svg"); }
.lc-shopping-bag   { --lc-src: url("fonts/lucide/shopping-bag.svg"); }
.lc-building-2     { --lc-src: url("fonts/lucide/building-2.svg"); }
.lc-file-text      { --lc-src: url("fonts/lucide/file-text.svg"); }
.lc-message-circle { --lc-src: url("fonts/lucide/message-circle.svg"); }
.lc-headset        { --lc-src: url("fonts/lucide/headset.svg"); }
.lc-arrow-up-right { --lc-src: url("fonts/lucide/arrow-up-right.svg"); }
.lc-map-pin        { --lc-src: url("fonts/lucide/map-pin.svg"); }
.lc-info           { --lc-src: url("fonts/lucide/info.svg"); }
.lc-map            { --lc-src: url("fonts/lucide/map.svg"); }
.lc-send           { --lc-src: url("fonts/lucide/send.svg"); }
.lc-arrow-left { --lc-src: url("fonts/lucide/arrow-left.svg"); }
.lc-arrow-right-left { --lc-src: url("fonts/lucide/arrow-right-left.svg"); }
.lc-arrow-right { --lc-src: url("fonts/lucide/arrow-right.svg"); }
.lc-arrow-up { --lc-src: url("fonts/lucide/arrow-up.svg"); }
.lc-box { --lc-src: url("fonts/lucide/box.svg"); }
.lc-calendar { --lc-src: url("fonts/lucide/calendar.svg"); }
.lc-check { --lc-src: url("fonts/lucide/check.svg"); }
.lc-chevron-down { --lc-src: url("fonts/lucide/chevron-down.svg"); }
.lc-chevron-left { --lc-src: url("fonts/lucide/chevron-left.svg"); }
.lc-chevron-right { --lc-src: url("fonts/lucide/chevron-right.svg"); }
.lc-chevrons-left { --lc-src: url("fonts/lucide/chevrons-left.svg"); }
.lc-chevrons-right { --lc-src: url("fonts/lucide/chevrons-right.svg"); }
.lc-circle-alert { --lc-src: url("fonts/lucide/circle-alert.svg"); }
.lc-circle-check { --lc-src: url("fonts/lucide/circle-check.svg"); }
.lc-circle-dot { --lc-src: url("fonts/lucide/circle-dot.svg"); }
.lc-circle-x { --lc-src: url("fonts/lucide/circle-x.svg"); }
.lc-cloud-download { --lc-src: url("fonts/lucide/cloud-download.svg"); }
.lc-contrast { --lc-src: url("fonts/lucide/contrast.svg"); }
.lc-credit-card { --lc-src: url("fonts/lucide/credit-card.svg"); }
.lc-download { --lc-src: url("fonts/lucide/download.svg"); }
.lc-external-link { --lc-src: url("fonts/lucide/external-link.svg"); }
.lc-eye { --lc-src: url("fonts/lucide/eye.svg"); }
.lc-factory { --lc-src: url("fonts/lucide/factory.svg"); }
.lc-fan { --lc-src: url("fonts/lucide/fan.svg"); }
.lc-filter { --lc-src: url("fonts/lucide/filter.svg"); }
.lc-flame { --lc-src: url("fonts/lucide/flame.svg"); }
.lc-gauge { --lc-src: url("fonts/lucide/gauge.svg"); }
.lc-gift { --lc-src: url("fonts/lucide/gift.svg"); }
.lc-grid-2x2 { --lc-src: url("fonts/lucide/grid-2x2.svg"); }
.lc-handshake { --lc-src: url("fonts/lucide/handshake.svg"); }
.lc-heart { --lc-src: url("fonts/lucide/heart.svg"); }
.lc-history { --lc-src: url("fonts/lucide/history.svg"); }
.lc-house { --lc-src: url("fonts/lucide/house.svg"); }
.lc-image { --lc-src: url("fonts/lucide/image.svg"); }
.lc-key { --lc-src: url("fonts/lucide/key.svg"); }
.lc-landmark { --lc-src: url("fonts/lucide/landmark.svg"); }
.lc-layers { --lc-src: url("fonts/lucide/layers.svg"); }
.lc-layout-grid { --lc-src: url("fonts/lucide/layout-grid.svg"); }
.lc-link { --lc-src: url("fonts/lucide/link.svg"); }
.lc-list { --lc-src: url("fonts/lucide/list.svg"); }
.lc-loader-circle { --lc-src: url("fonts/lucide/loader-circle.svg"); }
.lc-log-in { --lc-src: url("fonts/lucide/log-in.svg"); }
.lc-log-out { --lc-src: url("fonts/lucide/log-out.svg"); }
.lc-mail-open { --lc-src: url("fonts/lucide/mail-open.svg"); }
.lc-maximize { --lc-src: url("fonts/lucide/maximize.svg"); }
.lc-message-circle-more { --lc-src: url("fonts/lucide/message-circle-more.svg"); }
.lc-message-square { --lc-src: url("fonts/lucide/message-square.svg"); }
.lc-messages-square { --lc-src: url("fonts/lucide/messages-square.svg"); }
.lc-minus { --lc-src: url("fonts/lucide/minus.svg"); }
.lc-moon { --lc-src: url("fonts/lucide/moon.svg"); }
.lc-network { --lc-src: url("fonts/lucide/network.svg"); }
.lc-newspaper { --lc-src: url("fonts/lucide/newspaper.svg"); }
.lc-package-open { --lc-src: url("fonts/lucide/package-open.svg"); }
.lc-pencil { --lc-src: url("fonts/lucide/pencil.svg"); }
.lc-percent { --lc-src: url("fonts/lucide/percent.svg"); }
.lc-phone-call { --lc-src: url("fonts/lucide/phone-call.svg"); }
.lc-plus { --lc-src: url("fonts/lucide/plus.svg"); }
.lc-receipt { --lc-src: url("fonts/lucide/receipt.svg"); }
.lc-refresh-cw { --lc-src: url("fonts/lucide/refresh-cw.svg"); }
.lc-reply { --lc-src: url("fonts/lucide/reply.svg"); }
.lc-ruler { --lc-src: url("fonts/lucide/ruler.svg"); }
.lc-scale { --lc-src: url("fonts/lucide/scale.svg"); }
.lc-search { --lc-src: url("fonts/lucide/search.svg"); }
.lc-share-2 { --lc-src: url("fonts/lucide/share-2.svg"); }
.lc-shield-half { --lc-src: url("fonts/lucide/shield-half.svg"); }
.lc-shopping-cart { --lc-src: url("fonts/lucide/shopping-cart.svg"); }
.lc-sliders-horizontal { --lc-src: url("fonts/lucide/sliders-horizontal.svg"); }
.lc-smartphone { --lc-src: url("fonts/lucide/smartphone.svg"); }
.lc-snowflake { --lc-src: url("fonts/lucide/snowflake.svg"); }
.lc-star { --lc-src: url("fonts/lucide/star.svg"); }
.lc-store { --lc-src: url("fonts/lucide/store.svg"); }
.lc-sun { --lc-src: url("fonts/lucide/sun.svg"); }
.lc-tags { --lc-src: url("fonts/lucide/tags.svg"); }
.lc-thermometer-sun { --lc-src: url("fonts/lucide/thermometer-sun.svg"); }
.lc-ticket { --lc-src: url("fonts/lucide/ticket.svg"); }
.lc-trash-2 { --lc-src: url("fonts/lucide/trash-2.svg"); }
.lc-triangle-alert { --lc-src: url("fonts/lucide/triangle-alert.svg"); }
.lc-truck { --lc-src: url("fonts/lucide/truck.svg"); }
.lc-upload { --lc-src: url("fonts/lucide/upload.svg"); }
.lc-user-pen { --lc-src: url("fonts/lucide/user-pen.svg"); }
.lc-user-plus { --lc-src: url("fonts/lucide/user-plus.svg"); }
.lc-user { --lc-src: url("fonts/lucide/user.svg"); }
.lc-volume-1 { --lc-src: url("fonts/lucide/volume-1.svg"); }
.lc-wallet { --lc-src: url("fonts/lucide/wallet.svg"); }
.lc-wifi { --lc-src: url("fonts/lucide/wifi.svg"); }
.lc-wind { --lc-src: url("fonts/lucide/wind.svg"); }
.lc-workflow { --lc-src: url("fonts/lucide/workflow.svg"); }
.lc-x { --lc-src: url("fonts/lucide/x.svg"); }

/* --- Contact page: icon sizing parity with NORDA kit.css ---------------- */
.nrd-page-eyebrow .lc                          { --lc-size: 15px; vertical-align: -2px; }
.nrd-contact-hero__phone .lc                   { --lc-size: 18px; }
.nrd-contact-quick__icon .lc                   { --lc-size: 22px; }
.nrd-contact-dept__icon .lc                    { --lc-size: 20px; }
.nrd-contact-line .lc                          { --lc-size: 18px; }
.nrd-contact-address__panel .nrd-btn .lc       { --lc-size: 16px; vertical-align: -3px; }
.nrd-contact-messenger > span:first-child .lc  { --lc-size: 18px; }
.nrd-contact-messenger > i.lc                  { --lc-size: 16px; }
.nrd-contact-callback .nrd-btn .lc             { --lc-size: 16px; vertical-align: -3px; }
.nrd-about-feature__icon .lc                   { --lc-size: 21px; }
.nrd-about-step > span .lc                     { --lc-size: 19px; }
.nrd-about-section__icon .lc                   { --lc-size: 20px; }
.nrd-about-section--note .nrd-btn .lc          { --lc-size: 16px; vertical-align: -3px; }
.nrd-shipping-feature__icon .lc                { --lc-size: 22px; }
.nrd-shipping-rule > span .lc                  { --lc-size: 19px; }
.nrd-shipping-section__icon .lc                { --lc-size: 20px; }
.nrd-payment-method__icon .lc                  { --lc-size: 22px; }
.nrd-payment-section__icon .lc                 { --lc-size: 20px; }
.nrd-payment-doc > span .lc                    { --lc-size: 19px; }

/* --- Contact page: typography parity with NORDA kit.css ----------------- */
.nrd-contact-hero .nrd-page-title {
  font-family: var(--font-luxe);
  font-weight: 700;
  letter-spacing: -0.024em;
}

.nrd-contact-quick__icon {
  width: 44px;
  height: 44px;
}

.nrd-contact-quick__label {
  font-size: 12px;
  font-weight: 600;
}

.nrd-contact-quick__card strong {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

/* ==========================================================================
   Category subcategory cards — parity with NORDA kit.css .nk-cat
   Neat responsive grid of subcategory cards under the title.
   Token-driven, so it adapts to light/dark automatically.
   ========================================================================== */
.nrd-subcat-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 14px;
  margin: 18px 0 8px;
}

.nrd-subcat-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  text-decoration: none;
  transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base), border-color var(--dur-base);
}
.nrd-subcat-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--accent-border);
}

.nrd-subcat-card__ic {
  width: 44px;
  height: 44px;
  flex: none;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-soft);
  color: var(--accent);
}
.nrd-subcat-card__ic .lc { --lc-size: 22px; }

.nrd-subcat-card__name { font-family: var(--font-display); font-weight: 600; font-size: 14px; color: var(--text-strong); line-height: 1.25; }
.nrd-subcat-card__count { font-family: var(--font-mono); font-size: 12px; color: var(--text-subtle); }
