.nm-skip {
  background: #fff; color: #1f2923; left: 16px; padding: 10px 14px; position: fixed;
  top: -80px; z-index: 10000;
}
.nm-skip:focus { top: 12px; }
.nm-logo-image { display: block; height: 38px; max-width: 190px; object-fit: contain; width: auto; }
.nm-menu-toggle {
  align-items: center; background: transparent; border: 0; color: var(--anthracite); cursor: pointer;
  display: none; flex-direction: column; gap: 4px; justify-content: center; min-height: 44px; min-width: 44px;
}
.nm-menu-toggle span { background: currentColor; display: block; height: 2px; transition: transform .2s ease; width: 22px; }
.nm-menu-toggle b { font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.nm-account-drop { position: relative; }
.nm-account-trigger {
  align-items: center; background: transparent; border: 0; color: var(--anthracite); cursor: pointer;
  display: inline-flex; gap: 8px; min-height: 44px; padding: 0 4px;
}
.nm-account-trigger > svg:first-child { fill: none; height: 21px; stroke: currentColor; stroke-width: 1.55; width: 21px; }
.nm-account-trigger > span { font-size: 11px; font-weight: 750; letter-spacing: .02em; }
.nm-account-chevron { fill: none; height: 13px; stroke: currentColor; stroke-width: 1.8; transition: transform .2s ease; width: 13px; }
.nm-account-drop.open .nm-account-chevron { transform: rotate(180deg); }
.nm-account-panel {
  background: #fff; border: 1px solid var(--line); box-shadow: 0 22px 50px -30px rgba(20, 28, 22, .48);
  min-width: 270px; opacity: 0; padding: 8px; pointer-events: none; position: absolute; right: 0; top: calc(100% + 9px);
  transform: translateY(-6px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  visibility: hidden; z-index: 1000;
}
.nm-account-drop.open .nm-account-panel { opacity: 1; pointer-events: auto; transform: none; visibility: visible; }
.nm-account-panel__head { border-bottom: 1px solid var(--line); display: flex; flex-direction: column; gap: 3px; margin: 0 5px 5px; padding: 11px 9px 13px; }
.nm-account-panel__head span { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.nm-account-panel__head strong { color: var(--anthracite); font-size: 12px; font-weight: 750; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nm-account-panel nav { display: grid; }
.nm-account-panel nav a,
.nm-account-panel form button {
  align-items: center; background: transparent; border: 0; color: var(--gray-700); cursor: pointer; display: flex;
  font: inherit; font-size: 11px; font-weight: 650; gap: 11px; min-height: 38px; padding: 0 10px; text-align: left; width: 100%;
}
.nm-account-panel nav a:hover,
.nm-account-panel form button:hover { background: var(--gray-50); color: var(--cta); }
.nm-account-panel nav .nm-account-admin {
  background: #25372c;
  color: #fff;
  margin: 6px 5px 1px;
  min-height: 42px;
  width: calc(100% - 10px);
}
.nm-account-panel nav .nm-account-admin:hover {
  background: #18271f;
  color: #fff;
}
.nm-account-panel nav svg,
.nm-account-panel form svg { fill: none; flex: 0 0 16px; height: 16px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.55; width: 16px; }
.nm-account-panel form { border-top: 1px solid var(--line); margin: 5px 5px 0; padding-top: 5px; }
.nm-account-panel form button { color: #9a3f3f; }
.nm-account-guest { display: grid; gap: 8px; padding: 10px 6px 6px; }
.nm-account-guest a { align-items: center; display: inline-flex; font-size: 10px; font-weight: 800; justify-content: center; letter-spacing: .06em; min-height: 42px; text-transform: uppercase; }
.nm-account-login { background: var(--cta); color: #fff; }
.nm-account-login:hover { background: #3f5045; color: #fff; }
.nm-account-register { border: 1px solid var(--line); color: var(--anthracite); }
.nm-account-register:hover { border-color: var(--cta); color: var(--cta); }
.nirvana-theme .footer-container {
  background: var(--gray-50);
  border-top: 1px solid var(--line);
  color: var(--muted);
  margin-top: 24px;
}
.nirvana-theme .footer-main {
  max-width: 1200px;
  padding: 32px 24px 0;
  width: calc(100% - 32px);
}
.nirvana-theme .footer-grid {
  gap: 26px;
  margin-bottom: 0;
  padding-bottom: 24px;
}
.nirvana-theme .footer-brand .footer-logo { margin-bottom: 9px; }
.nirvana-theme .footer-brand .footer-logo img {
  height: 34px;
  max-width: 180px;
}
.nirvana-theme .footer-brand .footer-logo strong {
  color: var(--anthracite);
  font-size: 20px;
  letter-spacing: -.04em;
}
.nirvana-theme .footer-brand-text {
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: 0;
}
.nirvana-theme .footer-col-title {
  border: 0;
  color: var(--anthracite);
  font-family: var(--font);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  margin-bottom: 10px;
  padding: 0;
  text-transform: uppercase;
}
.nirvana-theme .footer-links li { margin-bottom: 1px; }
.nirvana-theme .footer-links a,
.nirvana-theme .footer-contact a,
.nirvana-theme .footer-contact span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
}
.nirvana-theme .footer-link-icon {
  color: var(--gray-500);
  height: 12px;
  width: 12px;
}
.nirvana-theme .footer-links a:hover,
.nirvana-theme .footer-links a:hover .footer-link-icon,
.nirvana-theme .footer-contact a:hover {
  color: var(--cta);
}
.nirvana-theme .footer-contact li {
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.nirvana-theme .footer-contact-icon {
  background: color-mix(in srgb, var(--cta) 10%, transparent);
  color: var(--cta);
  flex-basis: 30px;
  height: 30px;
  width: 30px;
}
.nirvana-theme .footer-icon {
  height: 15px;
  stroke-width: 1.65;
  width: 15px;
}
.nirvana-theme .footer-bottom {
  align-items: center;
  border-top: 1px solid var(--line);
  min-height: 42px;
  padding: 11px 0;
}
.nirvana-theme .footer-bottom p {
  color: var(--gray-500);
  font-size: 11px;
}

.nm-search-wrap {
  min-width: 0;
  position: relative;
}
.nm-search-wrap .search { width: 100%; }
.nm-search-suggestions {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 22px 52px rgba(20, 28, 22, .15);
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 140;
}
.nm-search-suggestions[hidden] { display: none !important; }
.nm-search-suggestions__status {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  padding: 18px 16px;
}
.nm-search-suggestions__status[hidden] { display: none !important; }
.nm-search-suggestions__list { max-height: 460px; overflow-y: auto; }
.nm-search-suggestion {
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: var(--anthracite);
  display: grid;
  gap: 14px;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  min-height: 92px;
  padding: 12px 16px;
  text-decoration: none;
}
.nm-search-suggestion:hover,
.nm-search-suggestion.is-active {
  background: var(--gray-50);
  color: var(--anthracite);
}
.nm-search-suggestion__media {
  align-items: center;
  background: var(--gray-50);
  display: flex;
  height: 72px;
  justify-content: center;
  overflow: hidden;
  width: 72px;
}
.nm-search-suggestion__media img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.nm-search-suggestion__copy { min-width: 0; }
.nm-search-suggestion__brand,
.nm-search-suggestion__name,
.nm-search-suggestion__sku { display: block; }
.nm-search-suggestion__brand {
  color: var(--cta);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.nm-search-suggestion__name {
  overflow: hidden;
  font-size: 14.5px;
  font-weight: 750;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nm-search-suggestion__sku {
  color: var(--muted);
  font-size: 12px;
  margin-top: 4px;
}
.nm-search-suggestion__price {
  color: var(--cta);
  font-size: 15px;
  font-weight: 850;
  white-space: nowrap;
}
.nm-search-suggestion__price small {
  color: var(--muted);
  display: block;
  font-size: 11px;
  font-weight: 650;
  margin-top: 4px;
  text-align: right;
}
.nm-search-suggestions__all {
  align-items: center;
  background: #fff;
  color: var(--anthracite);
  display: flex;
  font-size: 12.5px;
  font-weight: 850;
  justify-content: space-between;
  letter-spacing: .08em;
  min-height: 48px;
  padding: 0 16px;
  text-transform: uppercase;
}
.nm-search-suggestions__all:hover { background: var(--cta); color: #fff; }
.nm-search-suggestions__all svg {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
  width: 18px;
}

.nm-feedback {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 20px 55px rgba(20, 28, 22, .18);
  display: grid;
  gap: 11px;
  grid-template-columns: 36px minmax(0, 1fr) 28px;
  max-width: min(410px, calc(100vw - 24px));
  padding: 12px;
  position: fixed;
  right: 18px;
  top: 18px;
  z-index: 300;
}
.nm-feedback__icon {
  align-items: center;
  background: var(--cta-tint);
  color: var(--cta);
  display: flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}
.nm-feedback.is-error { border-left: 3px solid #9d3e35; }
.nm-feedback.is-error .nm-feedback__icon { background: #fff2f0; color: #9d3e35; }
.nm-feedback.is-success { border-left: 3px solid var(--cta); }
.nm-feedback__copy { display: flex; flex-direction: column; min-width: 0; }
.nm-feedback__copy strong { color: var(--anthracite); font-size: 10px; font-weight: 850; letter-spacing: .03em; }
.nm-feedback__copy > span { color: var(--muted); font-size: 9px; line-height: 1.45; margin-top: 2px; }
.nm-feedback__close {
  background: transparent;
  border: 0;
  color: var(--muted);
  font-size: 20px;
  height: 28px;
  line-height: 1;
  padding: 0;
  width: 28px;
}
.nm-feedback__close:hover { color: var(--anthracite); }
.nm-feedback.is-leaving { opacity: 0; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease; }
.nirvana-theme .nm-validation-summary,
.nirvana-theme .validation-summary-errors {
  background: #fff2f0;
  border: 1px solid #e7c7c2;
  border-left: 3px solid #9d3e35;
  color: #7c3029;
  font-size: 10px;
  line-height: 1.55;
  margin: 0 0 16px;
  padding: 11px 14px;
}
.nirvana-theme .nm-validation-summary.validation-summary-valid,
.nirvana-theme .validation-summary-valid { display: none; }
.nirvana-theme .nm-validation-summary ul,
.nirvana-theme .validation-summary-errors ul { margin: 0; padding-left: 17px; }
.nirvana-theme .field-validation-error {
  color: #9d3e35;
  display: block;
  font-size: 8px;
  font-weight: 700;
  margin-top: 5px;
}
.nirvana-theme input.input-validation-error,
.nirvana-theme select.input-validation-error,
.nirvana-theme textarea.input-validation-error { border-color: #9d3e35 !important; }

@media (max-width: 900px) {
  .header-main { height: auto; padding: 10px 0; display: grid; grid-template-columns: 1fr auto; gap: 8px 16px; }
  .nm-search-wrap { display: block !important; grid-column: 1 / -1; grid-row: 2; width: 100%; }
  .nm-search-wrap .search { display: flex; width: 100%; height: 42px; }
}

@media (max-width: 760px) {
  body.nm-nav-open { overflow: hidden; }
  .topbar-links { display: none; }
  .header-main { display: grid; grid-template-columns: 1fr auto; height: auto; padding: 10px 0; gap: 8px 16px; }
  .nm-search-wrap { display: block !important; grid-column: 1 / -1; grid-row: 2; width: 100%; }
  .header-main .search { max-width: none; width: 100%; }
  .nm-menu-toggle { display: inline-flex; }
  .nm-account-trigger > span, .nm-account-chevron { display: none; }
  .nm-account-trigger { min-width: 42px; padding: 0; justify-content: center; }
  .nm-account-panel { max-width: calc(100vw - 24px); min-width: 280px; position: fixed; right: 12px; top: 72px; }
  .nav-bar { display: none; height: auto; padding: 0 4vw 16px; }
  .nav-bar.is-open { display: block; }
  .nav-links { align-items: stretch; flex-direction: column; min-height: 0; overflow: visible; width: 100%; }
  .nav-links > a, .nav-drop, .nav-drop-trigger { height: auto; width: 100%; }
  .nav-links > a, .nav-drop-trigger { justify-content: space-between; min-height: 48px; padding: 0 8px; }
  .nav-links > a::after, .nav-drop-trigger::after { display: none; }
  .nav-drop-panel, .nav-drop-panel.nav-drop-panel-split {
    box-shadow: none; display: none; max-height: none; min-width: 0 !important; opacity: 1;
    padding: 10px; pointer-events: auto; position: static; transform: none; visibility: visible;
    width: 100% !important;
  }
  .nav-drop.open .nav-drop-panel { display: flex; }
  .nav-drop-panel-split .mega-card { display: none; }
  .nav-drop-links-col { width: 100%; }
  .nirvana-theme .footer-main { padding: 24px 4px 0; width: calc(100% - 32px); }
  .nirvana-theme .footer-grid { display: flex; padding-bottom: 14px; }
  .nirvana-theme .footer-brand { text-align: left; }
  .nirvana-theme .footer-brand .footer-logo { justify-content: flex-start; }
  .nirvana-theme .footer-brand-text { margin-left: 0; }
  .nirvana-theme .footer-col-title { margin: 0; }
  .nirvana-theme .footer-col-toggle { color: var(--anthracite); }
  .nirvana-theme .footer-col:not(.footer-brand) { border-bottom-color: var(--line); }
  .nirvana-theme .footer-bottom { padding: 10px 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
