html {
  border-top: 0 !important;
}

header,
header :not(i) {
  font-family: "Montserrat", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body.nh-lock-scroll,
html.nh-lock-scroll {
  overflow: hidden !important;
  height: 100% !important;
}

body:not(.common-home) header {
  background: linear-gradient(
    180deg,
    rgba(20, 20, 20, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  ) !important;
}

header {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 2000;
  background: transparent !important;
}

body:not(.common-home) header {
  background: transparent !important;
}

body:not(.common-home) .nh-top {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    url("/image/catalog/bunner.jpg") !important;
  background-size: cover !important;
  background-position: top center !important;
}

body:not(.common-home) .nh-bottom {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    url("/image/catalog/bunner.jpg") !important;
  background-size: cover !important;
  background-position: center -75px !important;
}

#cart {
  list-style: none !important;
}

.nh-main-block {
  width: 100%;
  height: 130px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

.nh-top {
  height: 75px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  display: flex !important;
  align-items: center;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 2100;
  background: rgba(0, 0, 0, 0.45) !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
}

.nh-bottom {
  height: 54px;
  width: 100%;
  display: flex !important;
  align-items: center;
  position: absolute !important;
  top: 75px;
  left: 0;
  z-index: 2050;
  background: rgba(0, 0, 0, 0.45) !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.container {
  max-width: 1200px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.nh-top-container::before,
.nh-top-container::after {
  display: none !important;
}

.nh-top-container {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center;
  width: 100%;
  height: 100%;
}

.nh-logo a {
  display: flex;
  align-items: center;
  text-decoration: none !important;
}

.nh-logo img {
  max-height: 35px;
  width: auto;
}

.nh-left-panel {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nh-header-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.nh-btn-catalog {
  width: 135px;
  height: 45px;
  background-color: #e68c33;
  color: #fff !important;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.nh-btn-catalog:hover {
  background-color: #d17c2a;
  transform: translateY(-2px);
}

.nh-btn-catalog i {
  font-size: 20px;
  opacity: 0.9;
}

.nh-btn-contacts {
  width: 160px;
  height: 45px;
  background-color: transparent;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.nh-btn-contacts:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
}

.nh-btn-contacts i {
  font-size: 20px;
  color: #a0a0a0;
}

.nh-text-logo {
  color: #fff !important;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none !important;
  letter-spacing: 1px;
}

.nh-icons {
  display: flex;
  gap: 25px;
  align-items: center;
}

.nh-icon-link {
  color: #fff !important;
  font-size: 24px !important;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none !important;
}

.nh-icon-link:hover {
  color: #b0b0b0 !important;
  transform: translateY(-2px);
}

.nh-balance-badge {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  width: 180px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  transition: all 0.3s ease;
  margin-right: 15px;
}

.nh-balance-badge:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

.nh-balance-text {
  color: #a0a0a0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: right;
  margin-right: 8px;
}

.nh-balance-val {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0;
}

/* Выпадающее меню баланса */
.nh-balance-wrapper .dropdown-menu {
  background: #ffffff !important;
  border: 1px solid #eaf2f8 !important;
  border-radius: 20px !important;
  padding: 10px !important;
  min-width: 240px !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12) !important;
  margin-top: 15px !important;
  left: auto !important;
  right: -10px !important;
  display: none;
}

.nh-balance-wrapper.open .dropdown-menu {
  display: block;
  animation: balDropdownFadeIn 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275)
    forwards;
}

@keyframes balDropdownFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.nh-balance-wrapper .dropdown-menu li {
  list-style: none !important;
  margin-bottom: 2px;
}

.nh-balance-wrapper .dropdown-menu li a {
  display: flex !important;
  align-items: center;
  padding: 12px 15px !important;
  color: #22405c !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  border-radius: 12px !important;
  transition: all 0.2s ease !important;
}

.nh-balance-wrapper .dropdown-menu li a:hover {
  background: #f4f9fd !important;
  color: #e68c33 !important;
  padding-left: 20px !important;
}

/* Меню аккаунта */

/* Авторизован — оранжевая иконка */
.nh-account-wrapper.is-logged > a .ph-user {
  color: #e68c33 !important;
}

.nh-account-wrapper .dropdown-menu {
  background: #ffffff !important;
  border: 1px solid #eaf2f8 !important;
  border-radius: 20px !important;
  padding: 10px !important;
  min-width: 220px !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12) !important;
  margin-top: 25px !important;
  left: auto !important;
  right: -10px !important;
  display: none;
}

.nh-account-wrapper.open .dropdown-menu {
  display: block;
  animation: balDropdownFadeIn 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275)
    forwards;
}

.nh-account-wrapper .dropdown-menu li {
  list-style: none !important;
  margin-bottom: 2px;
}

.nh-account-wrapper .dropdown-menu li a {
  display: flex !important;
  align-items: center;
  padding: 12px 15px !important;
  color: #22405c !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  border-radius: 12px !important;
  transition: all 0.2s ease !important;
}

.nh-account-wrapper .dropdown-menu li a:hover {
  background: #f4f9fd !important;
  color: #e68c33 !important;
  padding-left: 20px !important;
}

/* Выпадающее меню контактов */
.nh-contacts-wrapper {
  position: relative;
  display: inline-block;
}

.nh-contacts-dropdown {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  transform: translateY(10px);
  background: #ffffff;
  border: 1px solid #eaf2f8;
  border-radius: 20px;
  padding: 10px;
  min-width: 320px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 9999;
  pointer-events: none;
}

.nh-contacts-dropdown.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.nh-contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 15px;
  text-decoration: none !important;
  border-bottom: 1px solid #f2f2f2;
  transition: all 0.2s ease;
  border-radius: 12px;
  color: #22405c !important;
}

.nh-contact-item:last-child {
  border-bottom: none;
}

.nh-contact-item:hover {
  background: #f4f9fd;
}

.nh-contact-icon {
  width: 32px;
  height: 32px;
  background: #f4f9fd;
  color: #22405c;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.nh-contact-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #22405c;
}

.nh-bottom-menu {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
  margin: 0;
  padding: 0;
}

.nh-bottom-menu > li {
  margin: 0 !important;
  padding: 0 !important;
}

.nh-bottom-menu > li > a {
  color: #ffffff;
  text-decoration: none !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  transition: all 0.2s ease;
  padding: 10px 0;
}

.nh-bottom-menu > li > a:hover {
  color: #e68c33;
}

.nh-bottom-menu > li > a.is-orange {
  color: #e68c33 !important;
  font-weight: 600 !important;
}

/* Выпадающее меню снизу */
.nh-bottom-dropdown {
  position: relative;
}

.nh-bottom-submenu {
  background: #ffffff !important;
  border: 1px solid #eaf2f8 !important;
  border-radius: 20px !important;
  padding: 15px !important;
  margin-top: 25px !important;
  display: block !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 9999;
}

.nh-bottom-submenu::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  height: 25px;
  background: transparent;
}

.nh-bottom-dropdown:hover .nh-bottom-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nh-bottom-submenu-inner {
  display: flex !important;
  gap: 15px;
}

.nh-bottom-column {
  min-width: 260px;
  margin: 0 !important;
  padding: 0 !important;
  flex: 1;
}

.nh-bottom-column li {
  list-style: none !important;
  margin-bottom: 2px;
}

.nh-bottom-column li a {
  display: flex !important;
  align-items: center;
  padding: 10px 15px !important;
  color: #22405c !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  border-radius: 12px !important;
  transition: all 0.2s ease !important;
}

.nh-bottom-column li a:hover {
  background: #f4f9fd !important;
  color: #e68c33 !important;
  padding-left: 20px !important;
}

.nh-bottom-caret {
  font-size: 10px;
  margin-left: 6px;
  opacity: 0.6;
  vertical-align: middle;
}

.nh-contact-item:last-child {
  border-bottom: none;
}

.nh-contact-item:hover {
  background-color: #f7f9fa;
}

.nh-contact-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  flex-shrink: 0;
}

.nh-contact-icon.mail {
  background-color: #8cc3f7;
}

.nh-contact-icon.tg {
  background-color: #7ab3ed;
}

.nh-contact-text {
  color: #202020;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
}

/* -------------------------------------------
   MEGA MENU STYLES (Каталог Открывашка)
------------------------------------------- */
.nh-catalog-wrapper {
  position: static;
}

.nh-header-buttons {
  position: static;
}
.nh-left-panel {
  position: static;
}
.nh-top .nh-top-container {
  position: relative;
}

.nh-catalog-wrapper .dropdown-menu {
  background: #fff;
  border-radius: 35px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border: none;
  padding: 20px;
}

.nh-catalog-wrapper .dropdown-menu.nh-mega-menu {
  position: absolute;
  top: calc(100% + 0px) !important;
  left: 15px;
  right: auto;
  width: calc(100% - 30px);
  max-width: 1140px;
  padding: 30px;
  margin-top: 0 !important;

  display: none;
}

.nh-catalog-wrapper.open .dropdown-menu.nh-mega-menu {
  display: block;
  animation: megaMenuFadeIn 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275)
    forwards;
}

@keyframes megaMenuFadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.nh-mega-container {
  padding: 0;
  width: 100%;
}

.nh-mega-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(175px, 1fr));
  gap: 40px;
}

.nh-mega-top-li {
  margin-bottom: 0px;
  list-style: none;
}

.nh-mega-col {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

.nh-mega-top-link {
  display: block;
  text-decoration: none !important;
  margin-bottom: 15px;
  border-bottom: 2px solid #baddf9;
  padding-bottom: 20px;
}

.nh-mega-title {
  color: #1a1a1a;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  display: block;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.nh-mega-top-link:hover .nh-mega-title {
  padding-left: 6px;
  color: #000;
}

.nh-mega-sub-li {
  margin-bottom: 2px;
  list-style: none;
}

.nh-mega-sublink {
  color: #666;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-decoration: none !important;
  display: block;
  padding: 0;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.nh-mega-sublink:hover {
  color: #1a1a1a;
  padding-left: 6px;
}

@media (min-width: 992px) {
  .nh-mobile-right,
  .nh-mobile-menu {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1250px) {
  .nh-bottom-menu {
    gap: 25px !important;
  }
  .nh-bottom-menu > li > a {
    font-size: 16px !important;
  }
  .nh-bottom-submenu {
    margin-top: 20px !important;
    padding: 12px !important;
  }
  .nh-bottom-submenu-inner {
    gap: 10px !important;
  }
  .nh-bottom-column {
    min-width: 200px !important;
  }
  .nh-bottom-menu > li:nth-last-child(-n + 3) .nh-bottom-submenu {
    left: auto !important;
    right: 0 !important;
  }
}

body:not(.common-home) {
  padding-top: 130px;
}

@media (max-width: 991px) {
  body:not(.common-home) {
    padding-top: 67px;
  }
}

#moneymaker2_slideshow0 {
  display: none !important;
}

@media (max-width: 991px) {
  .nh-main-block {
    height: auto;
    min-height: 67px;
  }
  .nh-top {
    height: 67px;
    padding: 0;
  }
  .nh-top-container {
    height: 100%;
    align-items: center;
    justify-content: space-between;
  }
  .nh-logo img {
    max-height: 35px;
    margin-left: 10px;
  }

  .nh-header-buttons,
  .nh-icons,
  .nh-bottom {
    display: none !important;
  }

  .nh-mobile-right {
    display: flex !important;
    align-items: center;
    gap: 15px;
  }

  .nh-mob-cart {
    color: #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
  }

  .nh-mob-burger {
    width: 42px;
    height: 42px;
    background: #393939;
    border-radius: 10px;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    gap: 6px;
  }

  .nh-mb-line,
  .nh-mb-line-wrapper {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
  }

  .nh-mb-line-wrapper {
    background: transparent;
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: flex-end;
    width: 22px;
    height: auto;
  }

  .nh-mb-line.short {
    width: 14px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
  }

  .nh-mb-dot {
    width: 5px;
    height: 5px;
    background: #e68c33;
    border-radius: 2px;
    transition: all 0.3s;
  }
  .nh-mob-close-icon {
    display: none;
    font-size: 26px;
    color: #fff;
    line-height: 1;
  }

  .nh-mob-burger-lines {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    transition: all 0.3s;
  }

  .nh-mob-burger.active .nh-mob-burger-lines {
    display: none;
  }

  .nh-mob-burger.active .nh-mob-close-icon {
    display: block;
    animation: nhFadeIn 0.2s ease;
  }

  @keyframes nhFadeIn {
    from {
      opacity: 0;
      transform: scale(0.8);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }

  .nh-mobile-menu {
    position: fixed;
    top: 67px;
    left: 0;
    width: 100%;
    height: auto !important;
    max-height: calc(100vh - 67px) !important;
    max-height: calc(100dvh - 67px) !important;
    min-height: 0 !important;
    background: #ffffff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    z-index: 2000;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);

    visibility: hidden;
    transform: translateY(-100%);
    transition:
      transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
      visibility 0.4s;
  }

  .nh-mobile-menu.open {
    visibility: visible;
    transform: translateY(0);
  }

  .nh-mob-burger {
    z-index: 2500 !important;
  }

  .nh-mob-menu-content {
    padding: 20px 20px 60px 20px;
    padding-bottom: calc(60px + env(safe-area-inset-bottom));
    min-height: 100%;
    display: flex;
    flex-direction: column;
  }

  .nh-mob-section {
    margin-bottom: 25px;
  }

  .nh-mob-section-title {
    font-size: 13px;
    text-transform: uppercase;
    color: #999999;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: 600;
  }

  .nh-mob-user-card {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #f4f9fd;
    padding: 15px;
    border-radius: 20px;
    text-decoration: none !important;
    border: 1px solid #eaf2f8;
    transition: all 0.3s ease;
  }

  .nh-mob-user-card:active {
    transform: scale(0.98);
    background: #eaf2f8;
  }

  .nh-mob-user-icon {
    width: 48px;
    height: 48px;
    background: #e68c33;
    color: #fff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 12px rgba(230, 140, 51, 0.2);
  }

  .nh-mob-user-info {
    display: flex;
    flex-direction: column;
  }

  .nh-mob-user-name {
    color: #22405c; /* Тёмно-синий под дизайн */
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
  }

  .nh-mob-user-label {
    color: #7d96ab; /* Приглушенный синий */
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 2px;
  }

  .nh-mob-auth-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 239px;
    height: 45px;
    background: #f4f9fd;
    color: #22405c !important; /* Тёмно-синий текст */
    border-radius: 55px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 100%;
    text-decoration: none !important;
    margin: 0 auto;
    transition: all 0.3s ease;
  }

  .nh-mob-auth-btn i {
    font-size: 18px;
  }

  .nh-mob-auth-btn:hover {
    background: #8ec0ed;
  }

  /* НОВЫЙ СПИСОК КАТЕГОРИЙ  */
  .nh-mob-special-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #e06a6a !important;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
    font-family: "Montserrat", sans-serif;
    padding: 0 5px;
  }

  .nh-mob-new-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 40px;
  }

  .nh-mob-new-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none !important;
    padding: 0 5px;
    transition: all 0.2s ease;
  }

  .nh-mob-new-item span {
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
  }

  .nh-mob-new-item i,
  .nh-mob-special-title i {
    color: #1a1a1a;
    font-size: 15px;
    opacity: 0.6;
  }

  .nh-mob-new-item:active {
    opacity: 0.7;
    transform: translateX(5px);
  }

  .nh-mob-grid-wrapper {
    margin-top: 20px;
  }

  .nh-mob-grid-2x2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .nh-mob-card-item {
    background: #ffffff;
    border: 1px solid #eaf2f8;
    border-radius: 18px;
    height: 85px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    color: #2d4e6a !important;
    font-family: "Montserrat", sans-serif;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  }

  .nh-mob-card-item span {
    font-weight: 600;
    font-size: 13px;
    line-height: 100%;
    text-align: center;
  }

  .nh-card-balance {
    background: #f8fbfe;
  }

  .nh-card-label {
    font-weight: 600;
    font-size: 10px;
    color: #9db2c3;
    margin-bottom: 6px;
    text-transform: none;
  }

  .nh-card-value {
    font-weight: 600;
    font-size: 13px;
    color: #2d4e6a;
  }

  .nh-card-topup {
    background: #8ec0ed;
    border-color: #8ec0ed;
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(142, 192, 237, 0.3);
  }

  .nh-card-topup:active {
    background: #79ade0;
  }

  .nh-mob-categories {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    margin-top: 40px;
  }

  .nh-mob-special-title {
    display: block;
    padding: 0;
    margin-bottom: 24px;
    text-decoration: none !important;
  }

  .nh-mob-special-title span {
    color: #f64c4c;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
  }

  .nh-mob-cat-wrapper {
    margin-bottom: 24px;
  }

  .nh-mob-new-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    background: transparent !important;
    border: none !important;
    text-decoration: none !important;
  }

  .nh-mob-cat-main-link {
    text-decoration: none !important;
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0;
  }

  .nh-mob-arrow-btn-trigger {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
  }

  .nh-mob-new-item span {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    vertical-align: middle;
  }

  .nh-mob-arrow-trigger {
    color: #000;
    font-size: 18px;
    opacity: 1;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .nh-mob-cat-wrapper.active .nh-mob-new-item i {
    transform: rotate(180deg);
  }

  .nh-mob-sub-list-simple {
    display: none;
    padding-left: 20px;
    padding-top: 24px;
    padding-bottom: 0px;
    flex-direction: column;
    gap: 16px;
  }

  .nh-mob-sub-item-simple {
    display: flex;
    align-items: center;
    padding: 2px 0;
    text-decoration: none !important;
  }

  .nh-mob-sub-item-simple::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #ccc;
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
  }

  .nh-mob-sub-item-simple span {
    color: #666 !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
  }

  .nh-mob-sub-link i {
    font-size: 14px;
    opacity: 0.4;
  }

  /* Сетка ссылок */
  .nh-mob-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .nh-mob-grid-item {
    background: #f7f7f7;
    border: 1px solid #eeeeee;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-decoration: none !important;
    color: #1a1a1a !important;
  }

  .nh-mob-grid-item i {
    font-size: 28px;
    color: #e68c33;
  }

  .nh-mob-grid-item span {
    font-size: 13px;
    font-weight: 500;
  }

  .nh-mob-logout {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #ff4d4d !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    padding: 10px;
  }

  .nh-mob-burger {
    transition: all 0.3s;
  }
  .nh-mob-burger.active {
    background: transparent !important;
    z-index: 9999;
  }
  .nh-mob-burger.active .nh-mob-close-icon {
    display: block !important;
  }
  .nh-mob-burger.active .nh-mob-burger-lines {
    display: none !important;
  }
}

/* ПРИНУДИТЕЛЬНЫЙ МОБИЛЬНЫЙ ФИКС (ВЫРАВНИВАНИЕ) */
@media (max-width: 767px) {
  .container,
  .container-fluid,
  .container.home {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.logged-in,
  body.account-login,
  body.account {
    padding: 0 !important;
  }

  .p-v2-block,
  .featured-v2,
  .latest-v2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.modal {
  z-index: 3000 !important;
}

.modal-backdrop {
  z-index: 2900 !important;
}
.nh-bottom-link.is-orange {
  color: #e68c33 !important;
}
.nh-bottom-link.is-orange:hover {
  color: #fff !important;
}

.nh-bottom-column li a {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
}

.nh-cat-count {
  font-size: 10px !important;
  background: rgba(255, 255, 255, 0.15) !important;
  color: #fff !important;
  padding: 2px 6px !important;
  border-radius: 6px !important;
  margin-left: 6px !important;
  font-weight: 600 !important;
  vertical-align: middle !important;
}

.nh-cat-count-sub {
  font-size: 11px !important;
  color: #94a3b8 !important;
  background: #f1f5f9 !important;
  padding: 1px 6px !important;
  border-radius: 4px !important;
  margin-left: auto !important;
  font-weight: 600 !important;
}

.nh-bottom-column li a:hover .nh-cat-count-sub {
  background: #e68c33 !important;
  color: #fff !important;
}
/* Cart Badge */
.nh-cart-icon-wrap {
  position: relative;
  display: inline-flex;
}

.nh-cart-badge {
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 18px;
  height: 18px;
  background: #e68c33;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 700;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  line-height: 1;
  animation: cartBadgePop 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  pointer-events: none;
}

@keyframes cartBadgePop {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
