/*
 * AdeptDEV / NANU Market — Header Components
 * Refactor pass 2. Component rules consolidated from the current production header.
 * Do not remove POSSIBLE DUPLICATE guards without browser QA.
 * AdeptDEV — https://t.me/adeptdevs
 */

/* Source: adeptdev-sticky-header-correct-space-v18 */
html {
  overflow-y: scroll !important;
  scrollbar-gutter: stable !important;
}
body {
  overflow-x: hidden !important;
}
.nx-header {
  position: relative !important;
  z-index: 1200 !important;
  width: 100% !important;
  overflow: visible !important;
  transform: none !important;
  box-shadow: none !important;
}
.nx-sticky-shell {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-anchor: none !important;
}
.nx-sticky-shell.is-fixed-shell {
  height: var(--nx-sticky-height, auto) !important;
  min-height: var(--nx-sticky-height, 0px) !important;
}
.nx-sticky-core {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  z-index: 5000 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  background: var(--nx-bg-elevated) !important;
  transform: none !important;
  -webkit-transform: none !important;
  transition: none !important;
  animation: none !important;
  box-shadow: none !important;
}
.nx-sticky-core.is-stuck {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  transform: none !important;
  -webkit-transform: none !important;
  transition: none !important;
  animation: none !important;
  box-shadow: 0 12px 34px rgba(55,54,54,.12) !important;
}
.nx-main,
.nx-main.is-fixed,
.nx-sticky-core .nx-nav {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
}
.nx-main.is-fixed {
  border-color: transparent !important;
  box-shadow: none !important;
}
.nx-header-spacer,
#nxHeaderSpacer,
#nxStickySentinel,
#nxStickyCorePlaceholder,
#nxStickyFlowClone {
  display: none !important;
}

/* Source: adeptdev-legacy-scrolled-kill-v746 */
body.scrolled {
  padding-top: 0 !important;
}
body.scrolled #nxHeader {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 100% !important;
  box-shadow: none !important;
}

/* Source: adeptdev-search-panel-v1 */
.nx-search-zone {
  z-index: 10020 !important;
}
.nx-search-zone::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 10000;
  pointer-events: none;
  visibility: hidden;
  background: rgba(55,54,54,.34);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  opacity: 0;
  transition: opacity .22s ease, visibility .22s ease;
}
.nx-search-zone.is-search-open::after {
  pointer-events: none;
  visibility: visible;
  opacity: 1;
}
.nx-search-zone > #search,
.nx-search-zone > .search,
.nx-search-zone > div:not(.nx-ajax-results) {
  position: relative;
  z-index: 10022;
}
.nx-ajax-results {
  position: absolute !important;
  top: calc(100% + 12px) !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 10025 !important;
  display: block !important;
  width: min(980px, calc(100vw - 40px)) !important;
  max-width: none !important;
  max-height: min(650px, calc(100vh - 150px)) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(255,255,255,.96) !important;
  border-radius: 24px !important;
  background: rgba(255,255,255,.98) !important;
  box-shadow: 0 32px 90px rgba(55,54,54,.24) !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(.985);
  transform-origin: top center;
  transition: opacity .22s ease, transform .28s cubic-bezier(.2,.8,.2,1), visibility .22s ease;
}
.nx-ajax-results.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) scale(1) !important;
}
.nx-search-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(290px, .85fr);
  min-height: 360px;
  max-height: min(650px, calc(100vh - 150px));
}
.nx-search-panel__products,
.nx-search-panel__categories {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.nx-search-panel__products {
  border-right: 1px solid var(--nx-line);
}
.nx-search-panel__categories {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
}
.nx-search-panel__head {
  flex: 0 0 auto;
  min-height: 62px;
  padding: 17px 20px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid var(--nx-line);
}
.nx-search-panel__eyebrow {
  color: var(--nx-text-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.nx-search-panel__count {
  min-width: 30px;
  height: 26px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--nx-accent-soft);
  color: var(--nx-accent);
  font-size: 12px;
  font-weight: 800;
}
.nx-search-panel__scroll {
  scrollbar-width: thin;
  min-height: 0;
  flex: 1 1 auto;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}
.nx-search-panel__scroll::-webkit-scrollbar {
  width: 8px;
}
.nx-search-panel__scroll::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 999px;
  background: rgba(55,54,54,.42);
  background-clip: padding-box;
}
.nx-search-product {
  position: relative;
  min-height: 92px;
  padding: 12px 18px;
  display: grid;
  grid-template-columns: 70px minmax(0,1fr) auto;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid var(--nx-line);
  color: var(--nx-text);
  text-decoration: none !important;
  transition: background .18s ease, transform .18s ease;
}
.nx-search-product:hover,
.nx-search-product.is-active {
  background: var(--nx-accent-soft);
  color: var(--nx-text);
  transform: translateX(2px);
}
.nx-search-product__media {
  width: 70px;
  height: 70px;
  padding: 5px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--nx-line);
  border-radius: 14px;
  background: #ffffff;
}
.nx-search-product__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.nx-search-product__name {
  display: -webkit-box;
  overflow: hidden;
  color: var(--nx-text);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.32;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.nx-search-product__model {
  margin-top: 5px;
  display: block;
  overflow: hidden;
  color: var(--nx-text-soft);
  font-size: 11px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nx-search-product__prices {
  display: grid;
  justify-items: end;
  gap: 5px;
  white-space: nowrap;
}
.nx-search-product__price {
  color: var(--nx-text);
  font-size: 14px;
  font-weight: 850;
}
.nx-search-product__old {
  color: var(--nx-text-soft);
  font-size: 12px;
  text-decoration: line-through;
}
.nx-search-category {
  min-height: 48px;
  padding: 11px 18px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid rgba(255,255,255,.78);
  color: var(--nx-text);
  text-decoration: none !important;
  transition: background .18s ease, color .18s ease, padding-left .18s ease;
}
.nx-search-category:hover {
  padding-left: 22px;
  background: #ffffff;
  color: var(--nx-accent);
}
.nx-search-category__name {
  font-size: 13px;
  font-weight: 750;
  line-height: 1.25;
}
.nx-search-category__count {
  min-width: 28px;
  color: var(--nx-text-soft);
  font-size: 12px;
  font-weight: 800;
  text-align: right;
}
.nx-search-panel__footer {
  min-height: 58px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-top: 1px solid var(--nx-line);
  background: #ffffff;
  color: var(--nx-accent);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none !important;
  transition: background .18s ease;
}
.nx-search-panel__footer:hover {
  background: var(--nx-accent-soft);
  color: var(--nx-accent-hover);
}
.nx-search-panel__footer svg {
  width: 17px;
  height: 17px;
}
.nx-search-empty {
  min-height: 260px;
  padding: 40px 24px;
  display: grid;
  place-items: center;
  color: var(--nx-text-soft);
  text-align: center;
  font-size: 14px;
}
.nx-search-loading {
  padding: 18px;
  display: grid;
  gap: 12px;
}
.nx-search-skeleton {
  height: 74px;
  border-radius: 15px;
  background: linear-gradient(90deg, #ffffff 25%, #ffffff 38%, #ffffff 63%);
  background-size: 400% 100%;
  animation: nxSearchSkeleton 1.25s ease infinite;
}
@keyframes nxSearchSkeleton {
  0% { background-position: 100% 0; }
  100% { background-position: 0 0; }
}
.nx-search-product__media.is-placeholder {
  position: relative;
  isolation: isolate;
  border-color: rgba(236,102,8,.18);
  background:
    radial-gradient(circle at 50% 35%, rgba(236,102,8,.10), transparent 48%),
    linear-gradient(145deg, #ffffff 0%, #ffffff 100%);
}
.nx-search-product__media.is-placeholder::before {
  content: "";
  width: 30px;
  height: 30px;
  border: 2px solid rgba(236,102,8,.72);
  border-radius: 9px;
  background:
    linear-gradient(135deg, transparent 47%, rgba(236,102,8,.72) 48% 53%, transparent 54%) center/15px 15px no-repeat;
  box-shadow: 0 8px 20px rgba(236,102,8,.12);
}
.nx-search-product__media.is-placeholder::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  margin: -12px 0 0 12px;
  border-radius: 50%;
  background: rgba(236,102,8,.82);
}

/* Source: adeptdev-search-no-overlay-fix */
.nx-search-zone::after,
.nx-search-zone.is-search-open::after,
.nx-search-backdrop,
#nxSearchBackdrop {
  display: none !important;
  content: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}
.nx-search-product,
.nx-search-product:hover,
.nx-search-product:focus,
.nx-search-product.is-active,
.nx-search-product *,
.nx-search-product:hover *,
.nx-search-product:focus * {
  text-decoration: none !important;
  outline: none !important;
}
.nx-search-product::before,
.nx-search-product::after,
.nx-search-product:hover::before,
.nx-search-product:hover::after,
.nx-search-product:focus::before,
.nx-search-product:focus::after {
  display: none !important;
  content: none !important;
}
.nx-search-product {
  border-bottom: 1px solid var(--nx-line) !important;
  box-shadow: none !important;
}
.nx-search-product:last-child {
  border-bottom: 0 !important;
}

/* Source: adeptdev-search-v6-final-fixes */
.nx-ajax-results,
.nx-search-panel,
.nx-search-panel__products,
.nx-search-panel__categories,
.nx-search-panel__scroll {
  overflow-x: hidden !important;
}
.nx-search-panel__scroll {
  scrollbar-gutter: auto !important;
}
.nx-search-product,
.nx-search-product:hover,
.nx-search-product:focus,
.nx-search-product.is-active,
.nx-search-category,
.nx-search-category:hover,
.nx-search-category:focus {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  transform: none !important;
  translate: none !important;
  box-sizing: border-box !important;
  text-decoration: none !important;
}
.nx-search-product *,
.nx-search-product:hover *,
.nx-search-product:focus *,
.nx-search-category *,
.nx-search-category:hover *,
.nx-search-category:focus * {
  transform: none !important;
  text-decoration: none !important;
}
.nx-search-panel__products .nx-search-panel__scroll,
.nx-search-panel__categories .nx-search-panel__scroll {
  overflow-y: auto !important;
  overflow-x: hidden !important;
}
.nx-search-panel__scroll::-webkit-scrollbar:horizontal {
  display: none !important;
  height: 0 !important;
}

/* Source: adeptdev-search-close-v11-hard-hide */
#nxAjaxResults:not(.is-visible) {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: none !important;
}
#nxAjaxResults.is-visible {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* Source: adeptdev-search-v12-close-all-results */
#nxDesktopSearch:not(.is-search-open) #nxAjaxResults,
#nxDesktopSearch:not(.is-search-open) .dropdown-menu,
#nxDesktopSearch:not(.is-search-open) .live-search,
#nxDesktopSearch:not(.is-search-open) .search-result,
#nxDesktopSearch:not(.is-search-open) .autocomplete,
#nxDesktopSearch:not(.is-search-open) [class*="search-result"],
#nxDesktopSearch:not(.is-search-open) [class*="live-search"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
#nxDesktopSearch.is-search-open #nxAjaxResults.is-visible {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* Source: adeptdev-cart-button-v10-final */
html body .product-thumb .caption > button.nx-cart-button,
html body .featured-list-list .product-thumb .caption > button.nx-cart-button,
html body .product-thumb .caption > button.nx-cart-button:not(:hover),
html body .featured-list-list .product-thumb .caption > button.nx-cart-button:not(:hover),
html body .product-thumb .caption > button.nx-cart-button:hover,
html body .featured-list-list .product-thumb .caption > button.nx-cart-button:hover,
html body .product-thumb .caption > button.nx-cart-button:focus,
html body .featured-list-list .product-thumb .caption > button.nx-cart-button:focus,
html body .product-thumb .caption > button.nx-cart-button:active,
html body .featured-list-list .product-thumb .caption > button.nx-cart-button:active {
  background-color: #ec6608 !important;
  background-image: none !important;
  border-color: #ec6608 !important;
  color: #ffffff !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #ffffff !important;
}
html body .product-thumb .caption > button.nx-cart-button.is-added,
html body .featured-list-list .product-thumb .caption > button.nx-cart-button.is-added {
  background-color: #ec6608 !important;
  border-color: #ec6608 !important;
}
html body button.nx-cart-button .nx-cart-button__label,
html body button.nx-cart-button .nx-cart-button__text,
html body button.nx-cart-button:hover .nx-cart-button__label,
html body button.nx-cart-button:hover .nx-cart-button__text,
html body button.nx-cart-button:focus .nx-cart-button__label,
html body button.nx-cart-button:focus .nx-cart-button__text {
  color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: none !important;
}
html body button.nx-cart-button::before,
html body button.nx-cart-button::after,
html body button.nx-cart-button .nx-cart-button__label::before,
html body button.nx-cart-button .nx-cart-button__label::after {
  content: none !important;
  display: none !important;
}
html body button.nx-cart-button .nx-cart-button__icon {
  background: #ffffff !important;
  color: #ec6608 !important;
}
html body button.nx-cart-button.is-added .nx-cart-button__icon {
  color: #ec6608 !important;
}

/* Source: adeptdev-cart-v53-geometry-fix */
#nxLuxuryCartPanel {
      position: fixed !important;
      top: 16px !important;
      right: 16px !important;
      bottom: auto !important;
      left: auto !important;
      width: min(430px, calc(100vw - 32px)) !important;
      height: min(720px, calc(100dvh - 32px)) !important;
      min-height: min(560px, calc(100dvh - 32px)) !important;
      max-height: calc(100dvh - 32px) !important;
      display: flex !important;
      flex-direction: column !important;
      overflow: hidden !important;
    }
#nxLuxuryCartPanel .nx-luxcart__header {
      flex: 0 0 72px !important;
      min-height: 72px !important;
    }
#nxLuxuryCartPanel .nx-luxcart__content {
      flex: 1 1 auto !important;
      min-height: 0 !important;
      max-height: none !important;
      height: auto !important;
      overflow: hidden !important;
      padding: 0 !important;
    }
#nxLuxuryCartPanel .adpx-adeptdev-cart-root {
      height: 100% !important;
      min-height: 0 !important;
    }
.nx-topbar { display: none !important; }
.nx-statusbar--utility {
      background: var(--nx-bg-elevated);
      border-top: 0;
      border-bottom: 1px solid var(--nx-line);
      box-shadow: 0 6px 18px rgba(55,54,54,.045);
    }
.nx-statusbar__inner--utility {
      min-height: 42px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
      align-items: center;
      gap: 20px;
    }
.nx-statusbar__links,
    .nx-statusbar__tools {
      display: flex;
      align-items: center;
      min-width: 0;
    }
.nx-statusbar__links {
      justify-content: flex-start;
      gap: 18px;
      overflow: hidden;
    }
.nx-statusbar__tools {
      justify-content: flex-end;
      gap: 14px;
    }
.nx-statusbar__link,
    .nx-statusbar__tool {
      color: var(--nx-text-soft);
      font-size: 12px;
      font-weight: 650;
      line-height: 1;
      white-space: nowrap;
      text-decoration: none;
      transition: color var(--nx-transition), transform var(--nx-transition);
    }
.nx-statusbar__link:hover,
    .nx-statusbar__tool:hover {
      color: var(--nx-accent);
      transform: translateY(-1px);
      text-decoration: none;
    }
.nx-statusbar__tool {
      min-height: 30px;
      padding: 0 4px;
      display: inline-flex;
      align-items: center;
      gap: 7px;
      border: 0;
      background: transparent;
      cursor: pointer;
    }
.nx-statusbar__tool .nx-icon {
      width: 17px;
      height: 17px;
    }
.nx-language--status .dropdown-toggle,
    .nx-language--status button {
      min-height: 30px;
      color: var(--nx-text) !important;
    }

/* Source: adeptdev-catalog-modal-premium-v1-3-1 */
.nx-catalog-overlay {
  z-index: 10020 !important;
  background: rgba(55,54,54,.72) !important;
  -webkit-backdrop-filter: blur(12px) saturate(.82) !important;
  backdrop-filter: blur(12px) saturate(.82) !important;
  transition: opacity .28s ease, visibility .28s ease !important;
}
.nx-catalog-panel {
  --adeptdev-catalog-edge: 24px;
  position: fixed !important;
  z-index: 10030 !important;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  width: min(1180px, calc(100vw - (var(--adeptdev-catalog-edge) * 2))) !important;
  height: min(780px, calc(100dvh - (var(--adeptdev-catalog-edge) * 2))) !important;
  min-height: 0 !important;
  max-height: calc(100dvh - (var(--adeptdev-catalog-edge) * 2)) !important;
  padding: 18px !important;
  border: 1px solid rgba(55,54,54,.10) !important;
  border-radius: 26px !important;
  background: #ffffff !important;
  box-shadow: 0 34px 110px rgba(55,54,54,.34), 0 8px 28px rgba(55,54,54,.16) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translate3d(-50%, calc(-50% + 20px), 0) scale(.97) !important;
  transform-origin: 50% 50% !important;
  transition: opacity .24s ease, transform .36s cubic-bezier(.22,.86,.24,1), visibility .24s ease !important;
  will-change: transform, opacity;
  overflow: hidden !important;
  isolation: isolate;
}
.nx-catalog-panel.is-open {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate3d(-50%, -50%, 0) scale(1) !important;
}
.nx-catalog-panel__header {
  min-height: 72px;
  margin: 0 0 14px !important;
  padding: 0 4px 14px !important;
  border-bottom: 1px solid rgba(55,54,54,.10) !important;
  background: #ffffff !important;
}
.nx-catalog-panel__title {
  font-size: clamp(24px, 2.4vw, 32px) !important;
  line-height: 1.08 !important;
}
.nx-catalog-content {
  height: calc(100% - 86px) !important;
  min-height: 0 !important;
  border-radius: 18px;
  background: transparent !important;
}
body.nx-no-scroll {
  overscroll-behavior: none;
}

/* Source: adeptdev-responsive-desktop-v1 */
html, body { max-width:100%; overflow-x:hidden; }
.nx-header, .nx-sticky-core, .nx-main, .nx-nav, .nx-shell { max-width:100%; }
.nx-main__inner > *, .nx-actions, .nx-search-zone, .nx-nav__inner, .nx-primary-links { min-width:0; }
.nx-actions { flex-shrink:0; }
.nx-search-zone { width:100%; }

/* Source: adeptdev-header-action-labels-v1 */
.nx-action__label { display:none; }
.nx-action--account-new{position:relative!important;overflow:visible!important}
.nx-action__new{
    position:absolute;
    z-index:4;
    top:-10px;
    right:-11px;
    display:grid;
    place-items:center;
    min-width:29px;
    height:17px;
    padding:0 6px;
    border:2px solid var(--nx-bg,#ffffff);
    border-radius:999px;
    background:linear-gradient(135deg,#ec6608 0%,#ec6608 52%,#ec6608 100%);
    color:#ffffff;
    font-size:7px;
    font-weight:950;
    line-height:1;
    letter-spacing:.7px;
    box-shadow:0 5px 14px rgba(236,102,8,.28),0 0 0 0 rgba(236,102,8,.24);
    pointer-events:none;
    animation:adevCabinetNewPulse 2.15s cubic-bezier(.4,0,.2,1) infinite;
  }
@keyframes adevCabinetNewPulse{
    0%,58%,100%{transform:translateZ(0) scale(1);box-shadow:0 5px 14px rgba(236,102,8,.24),0 0 0 0 rgba(236,102,8,.20)}
    70%{transform:translateZ(0) scale(1.045);box-shadow:0 6px 18px rgba(236,102,8,.32),0 0 0 7px rgba(236,102,8,0)}
  }
.nx-mobile-account-new{position:relative}
.nx-mobile-new{
    position:absolute;
    top:6px;
    right:8px;
    z-index:3;
    min-width:26px;
    height:15px;
    padding:0 5px;
    display:grid;
    place-items:center;
    border:2px solid var(--nx-bg,#ffffff);
    border-radius:999px;
    background:linear-gradient(135deg,#ec6608,#ec6608);
    color:#ffffff;
    font-size:6px;
    font-weight:950;
    line-height:1;
    letter-spacing:.55px;
    animation:adevCabinetNewPulse 2.15s cubic-bezier(.4,0,.2,1) infinite;
    pointer-events:none;
  }

/* Source: adeptdev-catalog-render-v36 */
.nx-catalog-panel,
.nx-catalog-panel.is-open {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  transform: none !important;
  transform-origin: initial !important;
  will-change: opacity !important;
}
.nx-catalog-panel {
  transition: opacity .22s ease, visibility .22s ease !important;
}
.nx-catalog-panel,
.nx-catalog-panel *,
.nx-catalog-content,
.nx-catalog-content * {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
  text-rendering: auto !important;
}

/* Source: adeptdev-nanu-workbar-embedded-3color */
.nx-statusbar--utility .nanu-workbar{width:auto!important;min-height:36px!important;background:transparent!important;border:0!important;box-shadow:none!important;z-index:110!important}
.nx-statusbar--utility .nanu-workbar__inner{width:auto!important;min-height:36px!important;padding:0!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important}
.nx-statusbar--utility .nanu-workbar__cluster{min-height:32px!important}

/* Source: adeptdev-work-status-state-fix-v2 */
#nxWorkDot.nx-statusbar__dot {
  position: relative;
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 999px;
}
#nxWorkDot.nx-statusbar__dot.is-open {
  background: #ec6608 !important;
  box-shadow: 0 0 0 4px rgba(236,102,8,.16), 0 0 13px rgba(236,102,8,.32) !important;
  animation: nxWorkPulseOpen 1.65s ease-in-out infinite !important;
}
#nxWorkDot.nx-statusbar__dot.is-closing {
  background: #ec6608 !important;
  box-shadow: 0 0 0 4px rgba(236,102,8,.17), 0 0 13px rgba(236,102,8,.34) !important;
  animation: nxWorkPulseClosing 1.45s ease-in-out infinite !important;
}
#nxWorkDot.nx-statusbar__dot.is-opening {
  background: #ec6608 !important;
  box-shadow: 0 0 0 4px rgba(236,102,8,.17), 0 0 13px rgba(236,102,8,.34) !important;
  animation: nxWorkPulseOpening 1.45s ease-in-out infinite !important;
}
#nxWorkDot.nx-statusbar__dot.is-closed {
  background: #ec6608 !important;
  box-shadow: 0 0 0 4px rgba(236,102,8,.17), 0 0 13px rgba(236,102,8,.34) !important;
  animation: nxWorkPulseClosed 1.8s ease-in-out infinite !important;
}
@keyframes nxWorkPulseOpen { 0%,100%{transform:scale(1);box-shadow:0 0 0 4px rgba(236,102,8,.14),0 0 10px rgba(236,102,8,.24)} 50%{transform:scale(1.12);box-shadow:0 0 0 7px rgba(236,102,8,.05),0 0 17px rgba(236,102,8,.42)} }
@keyframes nxWorkPulseClosing { 0%,100%{transform:scale(1);box-shadow:0 0 0 4px rgba(236,102,8,.15),0 0 10px rgba(236,102,8,.25)} 50%{transform:scale(1.12);box-shadow:0 0 0 7px rgba(236,102,8,.05),0 0 17px rgba(236,102,8,.44)} }
@keyframes nxWorkPulseOpening { 0%,100%{transform:scale(1);box-shadow:0 0 0 4px rgba(236,102,8,.15),0 0 10px rgba(236,102,8,.25)} 50%{transform:scale(1.12);box-shadow:0 0 0 7px rgba(236,102,8,.05),0 0 17px rgba(236,102,8,.44)} }
@keyframes nxWorkPulseClosed { 0%,100%{transform:scale(1);box-shadow:0 0 0 4px rgba(236,102,8,.14),0 0 10px rgba(236,102,8,.24)} 50%{transform:scale(1.12);box-shadow:0 0 0 7px rgba(236,102,8,.05),0 0 17px rgba(236,102,8,.42)} }
.nx-pwa-install {
  display: none;
}

/* Source: adeptdev-workbar-center-clean-v722 */
.nx-statusbar--utility{background:#ffffff!important;border-top:0!important;border-bottom:0!important;box-shadow:none!important}
.nx-statusbar--utility::before,.nx-statusbar--utility::after{display:none!important;content:none!important;background:none!important}
.nx-statusbar__inner--utility{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;align-items:center!important;min-height:54px!important;padding-top:6px!important;padding-bottom:6px!important;gap:0!important}
.nx-statusbar__links{display:none!important}
.nx-statusbar__tools{grid-column:3!important;justify-self:end!important;display:flex!important;align-items:center!important;gap:10px!important}
.nx-statusbar--utility .nanu-workbar{grid-column:2!important;justify-self:center!important;align-self:center!important;margin:0 auto!important;min-width:0!important;max-width:100%!important}
.nx-statusbar--utility .nanu-workbar__inner{justify-content:center!important}
.nx-statusbar--utility .nanu-workbar__cluster{background:#ffffff!important;border:1px solid rgba(55,54,54,.10)!important;box-shadow:none!important;border-radius:18px!important}
.nx-statusbar--utility .nanu-location-button,.nx-statusbar--utility .nanu-workbar__button{background:#ffffff!important;border-color:transparent!important;box-shadow:none!important}
.nx-statusbar--utility .nanu-location-button:hover,.nx-statusbar--utility .nanu-location-button[aria-expanded="true"],.nx-statusbar--utility .nanu-workbar__button:hover,.nx-statusbar--utility .nanu-workbar__button[aria-expanded="true"]{background:#f8f8f8!important;border-color:rgba(55,54,54,.08)!important;box-shadow:none!important}
.nx-statusbar--utility .nanu-workbar__divider{background:rgba(55,54,54,.10)!important}
#nxThemeToggle.nx-statusbar__tool{min-height:38px!important;padding:0 16px!important;border-radius:999px!important;border:1px solid rgba(55,54,54,.12)!important;background:#ffffff!important;color:#373636!important;box-shadow:none!important;gap:8px!important}
#nxThemeToggle.nx-statusbar__tool .nx-icon{color:#ec6608!important;stroke:#ec6608!important}
#nxThemeToggle.nx-statusbar__tool:hover{background:#f8f8f8!important;border-color:rgba(55,54,54,.18)!important;color:#373636!important;transform:translateY(-1px)!important}
#nxThemeToggle.nx-statusbar__tool:hover .nx-icon{color:#ec6608!important;stroke:#ec6608!important}
.nx-statusbar--utility,.nx-sticky-shell,.nx-sticky-core,.nx-main{background:#ffffff!important}
.nx-sticky-shell,.nx-sticky-core,.nx-main{border-top:0!important;box-shadow:none!important}
.nx-statusbar--utility + .nx-sticky-shell{border-top:0!important;margin-top:0!important}
.nx-statusbar__tools{align-self:center!important}
.nx-language--status{display:none!important}

/* Source: nx-login-final-fix */
#rega.active:not(.nx-login-closing) {
  animation: nxFinalLoginBackdropIn .30s ease both !important;
}
#rega.active:not(.nx-login-closing) > div,
#rega.active:not(.nx-login-closing) .popup,
#rega.active:not(.nx-login-closing) .modal-dialog,
#rega.active:not(.nx-login-closing) .login-register,
#rega.active:not(.nx-login-closing) [class*="modal-content"] {
  animation: nxFinalLoginCardIn .40s cubic-bezier(.22,.8,.24,1) both !important;
  transform-origin: center bottom !important;
}
#rega.active.nx-login-closing {
  display: block !important;
  visibility: visible !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity .30s ease !important;
}
#rega.active.nx-login-closing > div,
#rega.active.nx-login-closing .popup,
#rega.active.nx-login-closing .modal-dialog,
#rega.active.nx-login-closing .login-register,
#rega.active.nx-login-closing [class*="modal-content"] {
  opacity: 0 !important;
  transform: translateY(28px) scale(.965) !important;
  transition: opacity .26s ease, transform .34s cubic-bezier(.22,.8,.24,1) !important;
}
@keyframes nxFinalLoginBackdropIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes nxFinalLoginCardIn {
  from { opacity: 0; transform: translateY(28px) scale(.965); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

/* Source: nx-login-modal-repair */
#rega,
#rega.active,
#rega.nx-login-opening,
#rega.nx-login-closing {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  margin: 0 !important;
  padding: 20px !important;
  box-sizing: border-box !important;
  z-index: 2147483000 !important;
  background: rgba(55,54,54,.64) !important;
  -webkit-backdrop-filter: blur(4px) !important;
  backdrop-filter: blur(4px) !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: auto !important;
}
#rega.active,
#rega.nx-login-opening,
#rega.nx-login-closing {
  display: flex !important;
}

/* Source: nx-premium-dark-balance */
.nx-catalog-content,
    .nx-catalog-content > *,
    .nx-catalog-content nav,
    .nx-catalog-content #menu,
    .nx-catalog-content .catalog-menu,
    .nx-catalog-content .menu-catalog,
    .nx-catalog-content .catalog-wrapper,
    .nx-catalog-content .menu-wrapper,
    .nx-catalog-content .mm-menu,
    .nx-catalog-content .mobile-menu,
    .nx-catalog-content [class*="menu-list"],
    .nx-catalog-content [class*="menu__list"],
    .nx-catalog-content [class*="catalog-list"],
    .nx-catalog-content [class*="categories"] {
      background: transparent !important;
      background-color: transparent !important;
      box-shadow: none !important;
    }
.nx-catalog-content ul,
    .nx-catalog-content ol {
      background: transparent !important;
      background-color: transparent !important;
    }
.nx-catalog-content li,
    .nx-catalog-content li > div,
    .nx-catalog-content li > span,
    .nx-catalog-content li > a {
      background-color: transparent !important;
    }
.nx-catalog-content > ul > li,
    .nx-catalog-content .navbar-nav > li,
    .nx-catalog-content #menu > ul > li {
      padding: 5px 6px !important;
      border: 0 !important;
      border-radius: 12px !important;
      background: transparent !important;
      box-shadow: none !important;
      transform: none !important;
    }
.nx-catalog-content > ul > li:hover,
    .nx-catalog-content .navbar-nav > li:hover,
    .nx-catalog-content #menu > ul > li:hover,
    .nx-catalog-content li:hover > a {
      background: rgba(236,102,8,.065) !important;
      color: var(--nx-accent) !important;
      box-shadow: none !important;
      transform: none !important;
    }
.nx-catalog-content a {
      border-radius: 10px;
      transition: color .2s ease, background-color .2s ease, padding-left .2s ease;
    }
.nx-catalog-content li > a:hover {
      padding-left: 6px !important;
    }
.nx-catalog-content li.active > a,
    .nx-catalog-content li.open > a,
    .nx-catalog-content li.is-active > a,
    .nx-catalog-content li.current > a,
    .nx-catalog-content li:hover > a:first-child {
      color: var(--nx-accent) !important;
    }
.nx-catalog-content li.active,
    .nx-catalog-content li.open,
    .nx-catalog-content li.is-active,
    .nx-catalog-content li.current {
      position: relative;
      background: rgba(236,102,8,.075) !important;
    }
.nx-catalog-content li.active::before,
    .nx-catalog-content li.open::before,
    .nx-catalog-content li.is-active::before,
    .nx-catalog-content li.current::before {
      content: "";
      position: absolute;
      left: 0;
      top: 8px;
      bottom: 8px;
      width: 3px;
      border-radius: 999px;
      background: var(--nx-accent);
    }
.nx-catalog-content .dropdown-menu,
    .nx-catalog-content .dropdown-inner {
      background: transparent !important;
    }
.nx-catalog-content .dropdown-menu a,
    .nx-catalog-content .dropdown-inner a {
      border-radius: 8px;
      padding: 6px 8px !important;
    }
.nx-catalog-content .dropdown-menu a:hover,
    .nx-catalog-content .dropdown-inner a:hover {
      background: rgba(236,102,8,.055) !important;
      padding-left: 11px !important;
    }
.nx-catalog-content i,
    .nx-catalog-content svg {
      transition: transform .2s ease, color .2s ease, stroke .2s ease;
    }
.nx-catalog-content li:hover > a i,
    .nx-catalog-content li:hover > a svg,
    .nx-catalog-content li:hover > i,
    .nx-catalog-content li:hover > svg {
      transform: translateX(2px);
    }

/* Source: adeptdev-shadow-overlay-final-fix */
#nxCatalogPanel:not(.is-open),
#nxCatalogPanel[aria-hidden="true"] {
  pointer-events: none !important;
}
#nxCatalogPanel:not(.is-open) .nxc-mount,
#nxCatalogPanel[aria-hidden="true"] .nxc-mount,
#nxCatalogPanel:not(.is-open) [class*="mount"],
#nxCatalogPanel[aria-hidden="true"] [class*="mount"] {
  display: none !important;
  pointer-events: none !important;
  visibility: hidden !important;
}
#nxCatalogPanel.is-open .nxc-mount,
#nxCatalogPanel.is-open [class*="mount"] {
  display: block !important;
  pointer-events: auto !important;
  visibility: visible !important;
}

/* Source: adeptdev-catalog-nonvisual-nodes-final-guard */
#nxCatalogPanel script,
#nxCatalogPanel style,
#nxCatalogPanel template {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
