.page {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  position: relative;
  background-color: var(--neutral-100);
}

.page .site-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.page .top-bar {
  display: flex;
  flex-direction: column;
  height: 32px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--colors-100);
}

.page .top-bar__inner {
  display: flex;
  width: 1360px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
  margin-top: -1.50px;
  margin-bottom: -1.50px;
}

.page .top-bar__text {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Inter-Bold", Helvetica;
  font-weight: 500;
  color: var(--neutral-100);
  font-size: 12px;
  letter-spacing: 0;
  line-height: normal;
}

.page .top-bar__contacts,
.page .header-toolbar__tools {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
  overflow: visible;
}

.page .top-bar__dot {
  position: relative;
  width: 2px;
  height: 2px;
  background-color: var(--neutral-100);
  border-radius: 1px;
  aspect-ratio: 1;
  opacity: 0.5;
}

.page .header-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 0px 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--neutral-100);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #1a1a1a0d;
}

.page .header-inner {
  display: flex;
  flex-direction: column;
  max-width: 1360px;
  align-items: flex-start;
  gap: 16px;
  padding: 24px 0px 0px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.page .header-toolbar {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.page .header-logo {
  position: relative;
  width: 153px;
  height: 34px;
}

.page .header-logo a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
}

.page .brand-logo__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page .header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.page .catalog-trigger {
  display: inline-flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 24px 8px 20px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--colors-300);
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
  box-sizing: border-box;
}

.page a.catalog-trigger {
  cursor: pointer;
}

.page .icon-frame {
  position: relative;
  width: 22px;
  height: 22px;
  aspect-ratio: 1;
}

.page .img {
  position: absolute;
  width: 84.38%;
  height: 75.00%;
  top: 25.00%;
  left: 15.62%;
}

.page .catalog-trigger__hamburger {
  position: absolute;
  width: 18px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--neutral-200);
}

.page .catalog-trigger__hamburger::before,
.page .catalog-trigger__hamburger::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: var(--neutral-200);
  left: 0;
}

.page .catalog-trigger__hamburger::before {
  top: -6px;
}

.page .catalog-trigger__hamburger::after {
  top: 6px;
}

.page .category-item__icon--4 {
  position: absolute;
  width: 87.50%;
  height: 78.12%;
  top: 21.88%;
  left: 12.50%;
}

.page .button__label {
  position: relative;
  width: fit-content;
  font-family: "Manrope-Bold", Helvetica;
  font-weight: 500;
  color: var(--neutral-200);
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.page .search-field {
  display: flex;
  height: 48px;
  align-items: center;
  gap: 12px;
  padding: 8px 24px 8px 20px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: var(--neutralgray);
  border-radius: 8px;
}

.page .search-field__icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  color: inherit;
}

.page .search-field__icon-btn:focus-visible {
  outline: 2px solid var(--colors-100);
  outline-offset: 2px;
  border-radius: 4px;
}

.page .search-field__icon-wrap {
  position: relative;
  width: 22px;
  height: 22px;
  aspect-ratio: 1;
  opacity: 0.5;
}

.page .category-item__icon--u3 {
  position: absolute;
  width: 87.50%;
  height: 87.50%;
  top: 12.50%;
  left: 12.50%;
}

.page .search-field__icon {
  position: absolute;
  width: 90.77%;
  height: 90.79%;
  top: 9.21%;
  left: 9.23%;
}

.page .header-search-form {
  margin: 0;
}

.page .header-search__label-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page .search-field__input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  font-family: "Manrope-Bold", Helvetica, system-ui, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: var(--neutral-200);
  line-height: normal;
}

.page .search-field__input::placeholder {
  opacity: 0.5;
  color: var(--neutral-200);
}

.page .header-tool {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 8px 24px;
  position: relative;
  background-color: var(--neutralgray);
  border-radius: 8px;
}

.page .header-tool--cart {
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  z-index: 0;
  overflow: visible;
  isolation: isolate;
}

.page .header-tool--wishlist {
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  z-index: 0;
  overflow: visible;
  isolation: isolate;
}

.page .header-wishlist-link {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  border-radius: inherit;
  position: relative;
  z-index: 0;
}

.page .header-tool--wishlist .header-tool__control {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-left: 0;
  margin-right: 0;
  flex-shrink: 0;
}

.page .header-tool--wishlist .wishlist-icon {
  position: static;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  line-height: 1;
  font-family: inherit;
  font-weight: 400;
  color: var(--neutral-200);
}

.page .header-tool--wishlist .header-wishlist-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  box-sizing: border-box;
  border-radius: 999px;
  background-color: var(--colors-500);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Manrope-Bold", Helvetica;
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  color: var(--neutral-100);
  pointer-events: none;
  z-index: 2;
  border: 2px solid var(--neutral-100);
  box-shadow: 0 1px 5px rgba(26, 26, 26, 0.2);
}

.page .header-wishlist-badge[hidden] {
  display: none !important;
}

.page .header-wishlist-badge__value {
  display: block;
  max-width: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.page .header-cart-link {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  border-radius: inherit;
  position: relative;
  z-index: 0;
}

.page .header-tool--cart .header-tool__control {
  position: relative;
  z-index: 0;
}

/* Бейдж — правый верхний угол серой кнопки (.header-tool--cart), не центр иконки */
.page .header-tool--cart .header-cart-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  box-sizing: border-box;
  border-radius: 999px;
  background-color: var(--colors-500);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Manrope-Bold", Helvetica;
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  color: var(--neutral-100);
  pointer-events: none;
  z-index: 2;
  border: 2px solid var(--neutral-100);
  box-shadow: 0 1px 5px rgba(26, 26, 26, 0.2);
}

.page .header-cart-badge[hidden] {
  display: none !important;
}

.page .header-cart-badge__value {
  display: block;
  max-width: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.page .header-tool__control {
  position: relative;
  width: 22px;
  height: 22px;
  margin-left: -11.00px;
  margin-right: -11.00px;
  aspect-ratio: 1;
}

.page .category-item__icon--u5 {
  position: absolute;
  width: 90.62%;
  height: 81.25%;
  top: 18.75%;
  left: 9.38%;
}

.page .category-item__icon--3 {
  position: absolute;
  width: 93.75%;
  height: 84.38%;
  top: 15.62%;
  left: 6.25%;
}

.page .wishlist-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--neutral-200);
  line-height: normal;
}

.page .cart-badge {
  display: flex;
  flex-direction: column;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px;
  position: absolute;
  top: -5px;
  left: 33px;
  background-color: var(--colors-500);
  border-radius: 999px;
  aspect-ratio: 1;
}

.page .cart-badge__value {
  position: relative;
  width: fit-content;
  margin-top: -2.50px;
  margin-bottom: -0.50px;
  margin-left: -1.50px;
  margin-right: -1.50px;
  font-family: "Manrope-Bold", Helvetica;
  font-weight: 500;
  color: var(--neutral-100);
  font-size: 10px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

.page .category-item__icon--u7 {
  position: absolute;
  width: 80.04%;
  height: 71.88%;
  top: 28.12%;
  left: 19.96%;
}

.page .cart-icon {
  position: absolute;
  width: 96.88%;
  height: 90.62%;
  top: 9.38%;
  left: 3.12%;
}

.page .account-entry {
  display: inline-flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 8px 20px 8px 24px;
  flex: 0 0 auto;
  background-color: var(--colors-100);
  border-radius: 8px;
  gap: 12px;
  position: relative;
  border: none;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.page .account-entry .icon-frame {
  display: inline-block;
}

.page .account-entry__label {
  position: relative;
  width: fit-content;
  font-family: "Manrope-Bold", Helvetica;
  font-weight: 500;
  color: var(--neutral-100);
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.page .category-item__icon--2 {
  position: absolute;
  width: 90.62%;
  height: 84.38%;
  top: 15.62%;
  left: 9.38%;
}

.page .account-entry__icon {
  position: absolute;
  width: 93.75%;
  height: 87.50%;
  top: 12.50%;
  left: 6.25%;
}

.page .site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #1a1a1a0d;
}

.page .site-nav__link {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  opacity: 0.5;
  font-family: "Manrope-SemiBold", Helvetica;
  font-weight: 500;
  color: var(--neutral-200);
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: normal;
}

.page .site-nav__sep {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  opacity: 0.1;
  font-family: "Manrope-SemiBold", Helvetica;
  font-weight: 500;
  color: var(--neutral-200);
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: normal;
}

.page .main-area {
  display: flex;
  flex-direction: column;
  width: 1360px;
  align-items: center;
  gap: 80px;
  position: relative;
  flex: 0 0 auto;
}

.page .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  box-sizing: border-box;
}

.page .category-column {
  display: flex;
  flex-direction: column;
  width: 322px;
  align-items: flex-start;
  position: relative;
}

.page .category-item {
  display: flex;
  height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: var(--neutralgray);
}

.page a.category-item {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  box-sizing: border-box;
}

.page a.category-item:hover {
  background-color: rgba(47, 47, 187, 0.06);
}

.page a.category-item:focus-visible {
  outline: 2px solid var(--colors-100);
  outline-offset: 2px;
}

.page .category-item__icon--1 {
  position: absolute;
  width: 90.62%;
  height: 90.63%;
  top: 9.37%;
  left: 9.38%;
}

.page .category-item__label {
  position: relative;
  flex: 1;
  font-family: "Manrope-SemiBold", Helvetica;
  font-weight: 500;
  color: var(--neutral-200);
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.page .category-item__icon--u12 {
  position: absolute;
  width: 96.87%;
  height: 87.50%;
  top: 12.50%;
  left: 3.13%;
}

.page .category-item__icon--5 {
  position: absolute;
  width: 84.38%;
  height: 55.83%;
  top: 44.17%;
  left: 15.62%;
}

.page .category-item__icon--u14 {
  position: absolute;
  width: 100.00%;
  height: 90.62%;
  top: 9.38%;
  left: 0;
}

.page .category-item__icon--6 {
  position: absolute;
  width: 81.25%;
  height: 50.00%;
  top: 50.00%;
  left: 18.75%;
}

.page .category-item__icon--u16 {
  position: absolute;
  width: 90.62%;
  height: 93.76%;
  top: 6.24%;
  left: 9.38%;
}

.page .category-item__icon--7 {
  position: absolute;
  width: 62.49%;
  height: 90.62%;
  top: 9.38%;
  left: 37.51%;
}

.page .category-item__icon--u18 {
  position: absolute;
  width: 87.50%;
  height: 93.75%;
  top: 6.25%;
  left: 12.50%;
}

.page .category-item__icon--8 {
  position: absolute;
  width: 68.75%;
  height: 68.75%;
  top: 31.25%;
  left: 31.25%;
}

.page .category-item__icon--u20 {
  position: absolute;
  width: 96.88%;
  height: 87.50%;
  top: 12.50%;
  left: 3.12%;
}

.page .category-item__icon--9 {
  position: absolute;
  width: 87.50%;
  height: 69.95%;
  top: 30.05%;
  left: 12.50%;
}

.page .category-item__icon--u22 {
  position: absolute;
  width: 90.62%;
  height: 93.74%;
  top: 6.26%;
  left: 9.38%;
}

.page .hero-banner {
  display: flex;
  flex-direction: column;
  width: 1014px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 64px 56px;
  position: relative;
  align-self: stretch;
  border-radius: 24px;
  overflow: hidden;
  background-color: var(--colors-100);
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}

.page .hero-banner .hero-title {
  margin: 0;
  position: relative;
  width: fit-content;
  max-width: 100%;
  font-family: "Bebas Neue-Bold", Helvetica;
  font-weight: 500;
  font-size: 80px;
  line-height: 1.05;
  letter-spacing: 0;
  color: #ffe900;
  white-space: pre-line;
}

.page .hero-banner .hero-title::first-line {
  color: #ffffff;
}

.page .hero-banner .hero-lead {
  margin: 0;
  position: relative;
  align-self: stretch;
  max-width: 48ch;
  font-family: "Manrope-SemiBold", Helvetica;
  font-weight: 500;
  color: var(--neutral-100);
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0;
}

.page .hero-banner__content {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.page .p {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Bebas Neue-Bold", Helvetica;
  font-weight: 500;
  color: transparent;
  font-size: 80px;
  letter-spacing: 0;
  line-height: 72.0px;
}

.page .span {
  color: #ffffff;
}

.page .u-text-accent {
  color: #ffe900;
}

.page .promo-card__description {
  position: relative;
  align-self: stretch;
  font-family: "Manrope-SemiBold", Helvetica;
  font-weight: 500;
  color: var(--neutral-100);
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.page .hero-banner__actions {
  display: inline-flex;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.page .button--primary {
  display: inline-flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  flex: 0 0 auto;
  background-color: var(--colors-300);
  border-radius: 8px;
  gap: 12px;
  position: relative;
}

.page .carousel-nav {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.page .carousel-nav__btn {
  -webkit-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #2f2fbb33;
  background-color: var(--neutral-100);
  color: var(--neutral-200);
  font-family: "Manrope-Bold", Helvetica;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  flex: 0 0 auto;
}

.page .carousel-nav__btn:hover {
  border-color: var(--colors-100);
  color: var(--colors-100);
}

.page .carousel-nav__btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.page .shelf-section__header {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.page .section-header__title {
  position: relative;
  width: fit-content;
  max-width: 100%;
  min-width: 0;
  font-family: "Bebas Neue-Bold", Helvetica;
  font-weight: 500;
  color: var(--neutral-200);
  font-size: 48px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  flex: 0 1 auto;
}

.page .section-header__actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.page .button--outline {
  display: inline-flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 24px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 8px;
  border: 1px solid;
  border-color: #2f2fbb33;
}

.page a.button {
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}

.page a.button:focus-visible {
  outline: 2px solid var(--colors-100);
  outline-offset: 3px;
}

.page .promo-row {
  display: flex;
  align-items: stretch;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.page .promo-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  padding: 44px;
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  border-radius: 24px;
  overflow: hidden;
}

.page .promo-card--b2b {
  background-color: #ff8200;
  background-image: linear-gradient(
      90deg,
      rgba(255, 130, 0, 0.88) 0%,
      rgba(255, 130, 0, 0.5) 45%,
      rgba(255, 130, 0, 0.12) 100%
    ),
    url(../images/banner1.jpg);
  background-repeat: no-repeat;
  background-size: cover, cover;
  background-position: center, center;
}

.page .promo-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 1 1 auto;
  min-height: 0;
}

.page .promo-card__titles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.page .promo-card__eyebrow {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  opacity: 0.5;
  font-family: "Manrope-SemiBold", Helvetica;
  font-weight: 500;
  color: var(--neutral-100);
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  box-sizing: border-box;
  min-height: calc(12px * 1.2 * 2);
  max-height: calc(12px * 1.2 * 2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
}

.page .promo-card__headline {
  position: relative;
  align-self: stretch;
  font-family: "Bebas Neue-Bold", Helvetica;
  font-weight: 500;
  color: var(--neutral-100);
  font-size: 60px;
  letter-spacing: 0;
  line-height: 54.0px;
}

.page .promo-card__toolbar {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-top: auto;
}

.page .promo-card__button {
  display: inline-flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  flex: 0 0 auto;
  background-color: var(--neutral-100);
  border-radius: 8px;
  gap: 12px;
  position: relative;
}

.page .promo-card__cta-label {
  position: relative;
  width: fit-content;
  font-family: "Manrope-ExtraBold", Helvetica;
  font-weight: 800;
  color: #1a1a1a26;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.page .promo-card--b2b .promo-card__cta-label {
  color: #ff8200;
}

.page .promo-card--gift .promo-card__cta-label {
  color: #ffa6cc;
}

.page .promo-card__pricing {
  position: relative;
  flex: 1;
  font-family: "Manrope-SemiBold", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.page .promo-card__price-label {
  font-weight: 500;
  color: #ffffff80;
}

.page .promo-card__price {
  font-family: "Manrope-Bold", Helvetica;
  font-weight: 500;
  color: #ffffff;
}

.page .promo-card--gift {
  background-color: #ffa6cc;
  background-image: linear-gradient(
      90deg,
      rgba(255, 166, 204, 0.82) 0%,
      rgba(255, 166, 204, 0.45) 45%,
      rgba(255, 166, 204, 0.1) 100%
    ),
    linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.12) 0%,
      rgba(0, 0, 0, 0.12) 100%
    ),
    url(../images/banner2.jpg);
  background-repeat: no-repeat;
  background-size: cover, cover, cover;
  background-position: center, center, center;
}

.page .promo-card .promo-card__headline {
  font-size: 35px;
  line-height: 40px;
}

.page .promo-card .promo-card__description {
  font-size: 14px;
  line-height: 21px;
}

.page .promo-card .promo-card__cta-label {
  font-size: 12px;
}

.page .promo-card .promo-card__pricing {
  font-size: 14px;
}

.page .brands-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.page .brands-viewport {
  width: 100%;
  max-width: 1360px;
  align-self: stretch;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  box-sizing: border-box;
}

.page .brands-viewport::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.page .brands-track {
  display: flex;
  align-items: stretch;
  gap: 24px;
  width: max-content;
  min-width: min(100%, 1360px);
  box-sizing: border-box;
}

@media (min-width: 901px) {
  .page .brands-viewport {
    overflow-x: visible;
  }
  .page .brands-track {
    width: 100%;
    max-width: 1360px;
  }
}

.page .brand-tile {
  position: relative;
  flex: 0 0 auto;
  width: 112px;
  min-width: 88px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 12px;
  background-color: var(--neutral-100);
  padding: 0;
  box-sizing: border-box;
}

@media (min-width: 901px) {
  .page .brand-tile {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
  }
}

.page .brands-track img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border: 0;
}

.page .site-footer {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  align-items: flex-start;
  gap: 40px;
  padding: 48px 40px 40px;
  position: relative;
  flex: 0 0 auto;
  background: linear-gradient(
      180deg,
      rgba(47, 47, 187, 0) 0%,
      rgba(47, 47, 187, 1) 50%,
      rgba(47, 47, 187, 1) 100%
    ), linear-gradient(0deg, rgba(47, 47, 187, 1) 0%, rgba(47, 47, 187, 1) 100%);
}

.page .site-footer > .site-footer__columns,
.page .site-footer > .footer-rule,
.page .site-footer > .site-footer__bottom {
  max-width: 1360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.page .site-footer__columns {
  display: flex;
  align-items: flex-start;
  gap: 160px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.page .site-footer__brand {
  display: flex;
  flex-direction: column;
  width: 513px;
  align-items: flex-start;
  gap: 32px;
  position: relative;
}

.page .site-footer__logo-wrap {
  position: relative;
  width: 153px;
  height: 34px;
}

.page .footer-copy {
  position: relative;
  align-self: stretch;
  opacity: 0.5;
  font-family: "Manrope-SemiBold", Helvetica;
  font-weight: 500;
  color: var(--neutral-100);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.page .site-footer__social {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.page .site-footer__social .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: var(--neutral-100);
  background-color: rgba(255, 255, 255, 0.12);
  transition: background-color 0.2s ease, color 0.2s ease;
}

.page .site-footer__social .social-link:hover {
  background-color: rgba(255, 255, 255, 0.22);
}

.page .site-footer__social .social-link:focus-visible {
  outline: 2px solid var(--colors-300);
  outline-offset: 2px;
}

.page .site-footer__social .social-link svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.page .site-footer__menus {
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.page .footer-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  flex-grow: 1;
  gap: 12px;
  position: relative;
}

.page .footer-menu__title {
  font-size: 20px;
  line-height: 30px;
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Manrope-SemiBold", Helvetica;
  font-weight: 500;
  color: var(--neutral-100);
  letter-spacing: 0;
}

.page .footer-menu__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.page .footer-menu__link--accent {
  opacity: 0.5;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Manrope-SemiBold", Helvetica;
  font-weight: 500;
  color: var(--neutral-100);
  letter-spacing: 0;
}

.page .footer-rule {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 2px;
}

.page .site-footer__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.page .footer-legal__text {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  opacity: 0.5;
  font-family: "Manrope-SemiBold", Helvetica;
  font-weight: 500;
  color: var(--neutral-100);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

/* Главная: «Новинки», «Хит товары» */
.page .home-novelties,
.page .home-hits {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-self: stretch;
  width: 100%;
}

.page .home-shelf__viewport {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  margin-top: 8px;
  box-sizing: border-box;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.page .home-shelf__viewport::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.page .home-shelf__track {
  display: flex;
  gap: 24px;
  align-items: stretch;
  box-sizing: border-box;
  min-height: 0;
}

.page .home-shelf__track .catalog-product-card {
  flex-shrink: 0;
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.page .home-novelties__empty,
.page .home-hits__empty {
  flex: 1 1 100%;
  width: 100%;
  min-width: 100%;
  box-sizing: border-box;
  font-family: "Manrope-SemiBold", Helvetica;
  font-weight: 500;
  font-size: 15px;
  color: var(--neutral-200);
  opacity: 0.6;
  padding: 16px 0 8px;
  margin: 0;
}

/* Auth modal (личный кабинет) */
.auth-modal {
  padding: 0;
  border: none;
  background: transparent;
  width: 50%;
  max-width: 30%;
  z-index: 10050;
}

.auth-modal::backdrop {
  background: rgba(26, 26, 26, 0.55);
}

.auth-modal__card {
  position: relative;
  width: min(1040px, 100%);
  padding: 40px 56px 48px;
  border-radius: 20px;
  background-color: var(--neutral-100);
  box-shadow: 0 24px 64px rgba(26, 26, 26, 0.22);
  box-sizing: border-box;
}

.auth-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 10px;
  background: transparent;
  color: var(--neutral-200);
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.auth-modal__close:hover {
  background-color: var(--neutralgray);
}

.auth-modal__logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 8px 0 28px;
  padding: 0 56px;
  box-sizing: border-box;
}

.auth-modal__logo {
  display: block;
  height: auto;
  width: auto;
  max-width: min(380px, 80vw);
  max-height: 52px;
  object-fit: contain;
}

.auth-modal__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: 100%;
  margin: 0 auto 32px;
  box-sizing: border-box;
}

.auth-modal__tab {
  flex: 0 0 auto;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  background: transparent;
  font-family: "Manrope-Bold", Helvetica;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: var(--neutral-200);
  opacity: 0.45;
  cursor: pointer;
}

.auth-modal__tab:hover {
  opacity: 0.75;
}

.auth-modal__tab--active {
  opacity: 1;
  color: var(--colors-100);
  text-decoration: underline;
  text-underline-offset: 6px;
}

.auth-modal__tab-sep {
  font-family: "Manrope-Bold", Helvetica;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: var(--neutral-200);
  opacity: 0.25;
  padding: 0 4px;
  user-select: none;
  pointer-events: none;
}

.auth-modal__panel[hidden] {
  display: none !important;
}

.auth-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.auth-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.auth-form__label {
  font-family: "Manrope-SemiBold", Helvetica;
  font-weight: 500;
  font-size: 15px;
  color: var(--neutral-200);
  opacity: 0.85;
}

.auth-form__input {
  width: 100%;
  box-sizing: border-box;
  padding: 16px 18px;
  border: 1px solid #2f2fbb33;
  border-radius: 10px;
  font-family: "Manrope-SemiBold", Helvetica;
  font-size: 17px;
  color: var(--neutral-200);
}

.auth-form__input:focus-visible {
  outline: 2px solid var(--colors-100);
  outline-offset: 1px;
}

.auth-form__error {
  margin: 0;
  font-family: "Manrope-SemiBold", Helvetica;
  font-size: 15px;
  color: #c62828;
}

.auth-form__submit {
  margin-top: 8px;
  padding: 16px 24px;
  border: none;
  border-radius: 10px;
  background-color: var(--colors-100);
  font-family: "Manrope-Bold", Helvetica;
  font-weight: 500;
  font-size: 17px;
  color: var(--neutral-100);
  cursor: pointer;
}

.auth-form__submit:hover {
  filter: brightness(1.05);
}

.auth-form__hint {
  margin: 0 0 8px;
  font-family: "Manrope-SemiBold", Helvetica;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  color: var(--neutral-200);
  opacity: 0.9;
}

.auth-form__input--code {
  letter-spacing: 0.35em;
  text-align: center;
  font-size: 22px;
  font-variant-numeric: tabular-nums;
}

.auth-verify__title {
  margin: 0 0 12px;
  font-family: "Manrope-Bold", Helvetica;
  font-weight: 500;
  font-size: 22px;
  color: var(--neutral-200);
  text-align: center;
}

#auth-verify-intro {
  margin-bottom: 20px;
}

.auth-modal__card--verify-only .auth-modal__tabs {
  display: none;
}

/* Toast: добавление в корзину и др. */
.ermart-toast {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%) translateY(12px);
  max-width: min(420px, calc(100vw - 32px));
  padding: 14px 20px;
  border-radius: 12px;
  background: var(--neutral-200);
  color: var(--neutral-100);
  font-family: "Manrope-SemiBold", Helvetica;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  box-shadow: 0 12px 36px rgba(26, 26, 26, 0.25);
  z-index: 10001;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.ermart-toast.ermart-toast--visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* ——— Главная: герой ——— */
.page .home-hero-layout {
  align-items: stretch;
}

.page .home-hero-layout .hero-banner {
  flex: 1 1 auto;
  min-width: 0;
}

.page .top-bar__link {
  font-family: "Inter-Bold", Helvetica;
  font-weight: 500;
  font-size: 12px;
  color: var(--neutral-100);
  text-decoration: none;
  white-space: nowrap;
}

.page .top-bar__link:hover {
  text-decoration: underline;
}

.page a.site-nav__link {
  text-decoration: none;
  color: inherit;
}

.page a.site-nav__link:hover {
  opacity: 0.75;
}

.page .catalog-trigger--mobile {
  display: none;
}

.page .header-search-icon-btn {
  display: none;
}

.page button.catalog-trigger {
  font: inherit;
  cursor: pointer;
  border: none;
  margin: 0;
}

.page .header-tool--desktop-only {
  display: flex;
}

.page .mobile-nav-drawer {
  display: none;
}

/* ——— Мобильная адаптация (≤900px) ——— */
@media (max-width: 900px) {
  body.mobile-nav-open {
    overflow: hidden;
  }

  .page {
    gap: 24px;
  }

  .page .top-bar {
    height: auto;
    min-height: 32px;
    padding: 8px 12px;
  }

  .page .top-bar__inner {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
    text-align: left;
  }

  .page .top-bar__contacts {
    display: none;
  }

  .page .top-bar__text--delivery {
    width: 100%;
    text-align: left;
    font-size: 11px;
    letter-spacing: 0.02em;
  }

  .page .header-main {
    padding: 0 12px;
  }

  .page .header-inner {
    padding: 12px 0 0;
    gap: 0;
  }

  .page .header-toolbar {
    display: grid;
    grid-template-columns: auto auto 1fr auto auto;
    grid-template-areas:
      "menu logo . search account"
      "searchfull searchfull searchfull searchfull searchfull";
    align-items: center;
    gap: 8px 10px;
    width: 100%;
  }

  .page .header-logo {
    grid-area: logo;
    width: 128px;
    height: 28px;
  }

  .page .catalog-trigger--desktop {
    display: none;
  }

  .page .catalog-trigger--mobile {
    display: inline-flex;
    grid-area: menu;
    width: 48px;
    height: 48px;
    padding: 0;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
  }

  .page .catalog-trigger--mobile .icon-frame {
    margin: 0;
  }

  .page .catalog-trigger--mobile .catalog-trigger__hamburger::before,
  .page .catalog-trigger--mobile .catalog-trigger__hamburger::after,
  .page .catalog-trigger--mobile .catalog-trigger__hamburger {
    background-color: var(--neutral-200);
  }

  .page .header-actions {
    grid-area: searchfull;
    flex: none;
    width: 100%;
    margin-top: 4px;
  }

  .page .header-search-form {
    display: none;
    width: 100%;
    box-sizing: border-box;
  }

  .page .site-header.site-header--search-open .header-search-form {
    display: flex;
  }

  .page .header-search-icon-btn {
    grid-area: search;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    border-radius: 8px;
    background-color: var(--neutralgray);
    cursor: pointer;
    color: inherit;
    flex-shrink: 0;
  }

  .page .header-search-icon-btn:focus-visible {
    outline: 2px solid var(--colors-100);
    outline-offset: 2px;
  }

  .page .header-search-icon-btn__wrap {
    position: relative;
    width: 22px;
    height: 22px;
    opacity: 0.5;
  }

  .page .header-search-icon-btn__img {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    object-fit: contain;
  }

  .page .header-toolbar__tools {
    grid-area: account;
    flex-wrap: nowrap;
    gap: 0;
    justify-self: end;
  }

  .page .header-tool--desktop-only {
    display: none;
  }

  .page .account-entry {
    padding: 8px 12px;
    gap: 0;
    height: 48px;
    min-width: 48px;
  }

  .page .account-entry__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .page .account-entry .icon-frame {
    margin: 0;
  }

  .page .site-nav {
    display: none;
  }

  .page .main-area {
    width: 100%;
    max-width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    gap: 40px;
  }

  .page .home-hero-layout {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }

  .page .home-hero-layout .category-column {
    display: none;
  }

  .page .home-hero-layout .hero-banner {
    width: 100%;
    min-height: 200px;
    padding: 28px 22px;
    border-radius: 16px;
    background-position: center;
  }

  .page .home-hero-layout .hero-banner .hero-title {
    font-size: 24px;
    line-height: 28px;
  }

  .page .home-hero-layout .hero-banner .hero-lead {
    font-size: 14px;
    line-height: 20px;
    max-width: none;
  }

  .page .shelf-section__header {
    gap: 12px;
  }

  .page .section-header {
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
  }

  .page .section-header__title {
    font-size: 28px;
    line-height: 1.05;
    white-space: normal;
    -webkit-line-clamp: 3;
  }

  .page .section-header__actions {
    flex-shrink: 0;
    gap: 8px;
  }

  .page .section-header__btn-all {
    display: none;
  }

  /* Промо: скрыть только верхнюю подпись (КОРПОРАТИВНЫМ / ИДЕАЛЬНЫЙ ПОДАРОК), остальной текст без изменений */
  .page .promo-row .promo-card__eyebrow {
    display: none !important;
  }

  .page .promo-row .promo-card__titles {
    gap: 0;
  }

  /* Полки «Новинки» / «Хит товары»: ровно одна карточка во вьюпорте (без «края» следующей) */
  .page .home-shelf__viewport {
    container-type: inline-size;
    container-name: home-shelf;
    scroll-snap-type: x mandatory;
  }

  .page .home-shelf__track {
    gap: 0;
  }

  .page .home-shelf__track .catalog-product-card {
    flex: 0 0 100cqw;
    width: 100cqw;
    max-width: 100cqw;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .page .home-shelf__viewport .catalog-product-card {
    padding: 14px 14px 16px;
    border-radius: 14px;
    box-shadow: 0 2px 14px rgba(26, 26, 26, 0.07);
  }

  .page .home-shelf__viewport .catalog-product-card__media {
    margin-bottom: 12px;
    border-radius: 12px;
  }

  .page .home-shelf__viewport .catalog-product-card__badges {
    top: 8px;
    left: 8px;
    gap: 5px;
  }

  .page .home-shelf__viewport .catalog-product-card__badge {
    padding: 4px 9px;
    font-size: 10px;
  }

  .page .home-shelf__viewport .catalog-product-card__favorite {
    width: 42px;
    height: 42px;
    top: 8px;
    right: 8px;
  }

  .page .home-shelf__viewport .catalog-product-card__favorite-icon {
    font-size: 19px;
  }

  .page .home-shelf__viewport .catalog-product-card__title-link {
    font-size: 15px;
    line-height: 1.32;
    min-height: calc(1.32em * 2);
    max-height: calc(1.32em * 2);
  }

  .page .home-shelf__viewport .catalog-product-card__name {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  .page .home-shelf__viewport .catalog-product-card__body {
    gap: 6px;
  }

  .page .home-shelf__viewport .catalog-product-card__sku {
    font-size: 12px;
  }

  .page .home-shelf__viewport .catalog-product-card__retail {
    padding: 10px 12px;
  }

  .page .home-shelf__viewport .catalog-product-card__price {
    font-size: 18px;
  }

  .page .home-shelf__viewport .catalog-product-card__wholesale-hint {
    font-size: 11px;
    padding: 8px 10px;
  }

  .page .home-shelf__viewport .catalog-product-card__wholesale-admin {
    padding: 9px 11px;
    gap: 6px;
  }

  .page .home-shelf__viewport .catalog-product-card__wholesale-line,
  .page .home-shelf__viewport .catalog-product-card__moq-line {
    font-size: 11px;
  }

  .page .home-shelf__viewport .catalog-product-card__wholesale-val,
  .page .home-shelf__viewport .catalog-product-card__moq-val {
    font-size: 13px;
  }

  .page .home-shelf__viewport .catalog-product-card__actions {
    flex-direction: column;
    align-items: stretch;
    padding-top: 12px;
    gap: 10px;
  }

  .page .home-shelf__viewport .catalog-product-card__qty {
    align-self: center;
  }

  .page .home-shelf__viewport .catalog-product-card__qty button {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .page .home-shelf__viewport .catalog-product-card__qty-val {
    min-width: 40px;
    font-size: 16px;
  }

  .page .home-shelf__viewport .catalog-product-card__cart {
    width: 100%;
    min-width: 0;
    flex: none;
    height: 46px;
    font-size: 15px;
    border-radius: 10px;
  }

  .page .promo-row {
    flex-direction: column;
    gap: 16px;
  }

  .page .promo-card {
    flex: none;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 5 / 3;
    padding: 24px 20px;
    gap: 24px;
    border-radius: 16px;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 0;
  }

  .page .promo-card__body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .page .promo-card__toolbar {
    flex-shrink: 0;
    margin-top: auto;
  }

  .page .promo-card .promo-card__headline {
    font-size: 28px;
    line-height: 30px;
  }

  .page .carousel-nav__btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .page .site-footer {
    padding: 32px 18px 28px;
    gap: 28px;
  }

  .page .site-footer__columns {
    flex-direction: column;
    gap: 36px;
  }

  .page .site-footer__brand {
    width: 100%;
    max-width: 100%;
  }

  .page .site-footer__menus {
    flex-direction: column;
    width: 100%;
    gap: 28px;
  }

  .page .footer-menu {
    width: 100%;
  }

  .page .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .page .footer-legal__text {
    white-space: normal;
  }

  .page .mobile-nav-drawer {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 10000;
    pointer-events: none;
  }

  .page .mobile-nav-drawer:not([hidden]) {
    pointer-events: auto;
  }

  .page .mobile-nav-drawer__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(26, 26, 26, 0.48);
    opacity: 0;
    transition: opacity 0.22s ease;
  }

  .page .mobile-nav-drawer--visible .mobile-nav-drawer__backdrop {
    opacity: 1;
  }

  .page .mobile-nav-drawer__panel {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: min(100vw - 36px, 400px);
    max-width: 100%;
    background: var(--neutral-100);
    box-shadow: 6px 0 40px rgba(26, 26, 26, 0.18);
    transform: translateX(-105%);
    transition: transform 0.24s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
    padding: 16px 18px 28px;
    box-sizing: border-box;
    gap: 0;
  }

  .page .mobile-nav-drawer--visible .mobile-nav-drawer__panel {
    transform: translateX(0);
  }

  .page .mobile-nav-drawer__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid #1a1a1a14;
    margin-bottom: 16px;
  }

  .page .mobile-nav-drawer__logo {
    position: relative;
    display: block;
    width: 122px;
    height: 30px;
    flex-shrink: 0;
  }

  .page .mobile-nav-drawer__logo .brand-logo__img {
    position: static;
    width: auto;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
  }

  .page .mobile-nav-drawer__close {
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    border-radius: 10px;
    background: var(--neutralgray);
    font-size: 28px;
    line-height: 1;
    color: var(--neutral-200);
    cursor: pointer;
    flex-shrink: 0;
  }

  .page .mobile-nav-drawer__close:hover {
    background-color: #e8e8ea;
  }

  .page .mobile-nav-drawer__section--quick {
    padding-bottom: 8px;
    border-bottom: 1px solid #1a1a1a14;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .page .mobile-nav-drawer__quick-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    width: 100%;
    min-height: 52px;
    padding: 12px 2px 12px 0;
    margin: 0;
    border: none;
    border-bottom: 1px solid #1a1a1a0d;
    border-radius: 0;
    background: transparent;
    box-sizing: border-box;
    font-family: "Manrope-SemiBold", Helvetica;
    font-weight: 500;
    font-size: 16px;
    color: var(--neutral-200);
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .page .mobile-nav-drawer__quick-row--account {
    background-color: var(--colors-100);
    color: var(--neutral-100);
    border: none;
    border-radius: 0;
    border-bottom: none;
    padding: 28px 18px;
    margin-left: -18px;
    margin-right: -18px;
    width: calc(100% + 36px);
    max-width: none;
    box-sizing: border-box;
    box-shadow: none;
    margin-bottom: 12px;
    margin-top: 0;
    min-height: 64px;
  }

  .page .mobile-nav-drawer__quick-row--account .mobile-nav-drawer__quick-label {
    color: var(--neutral-100);
    font-family: "Manrope-Bold", Helvetica;
    font-weight: 500;
  }

  .page .mobile-nav-drawer__quick-row--account .mobile-nav-drawer__quick-icon-wrap {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

  .page .mobile-nav-drawer__quick-row--account .mobile-nav-drawer__quick-icon {
    filter: brightness(0) invert(1);
  }

  .page .mobile-nav-drawer__quick-row--account:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.9);
    outline-offset: -2px;
  }

  .page .mobile-nav-drawer__quick-row:last-child {
    border-bottom: none;
  }

  .page .mobile-nav-drawer__quick-row--link:hover {
    color: var(--colors-100);
  }

  .page .mobile-nav-drawer__quick-row--link:focus-visible {
    outline: 2px solid var(--colors-100);
    outline-offset: 2px;
    border-radius: 8px;
  }

  .page .mobile-nav-drawer__quick-label {
    flex: 1 1 auto;
    min-width: 0;
    line-height: 1.3;
  }

  .page .mobile-nav-drawer__quick-end {
    position: relative;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page .mobile-nav-drawer__quick-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--neutralgray);
    box-sizing: border-box;
  }

  .page .mobile-nav-drawer__quick-icon {
    display: block;
    width: 22px;
    height: 22px;
    object-fit: contain;
  }

  .page .mobile-nav-drawer__quick-icon--cart {
    width: 24px;
    height: 24px;
  }

  .page .mobile-nav-drawer__quick-heart {
    font-size: 22px;
    line-height: 1;
    color: var(--neutral-200);
  }

  /* Бейджи в меню не внутри .header-tool — задаём те же стили, что у шапки */
  .page .mobile-nav-drawer__quick-badge.header-wishlist-badge,
  .page .mobile-nav-drawer__quick-badge.header-cart-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    box-sizing: border-box;
    border-radius: 999px;
    background-color: var(--colors-500);
    border: 2px solid var(--neutral-100);
    box-shadow: 0 1px 5px rgba(26, 26, 26, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Manrope-Bold", Helvetica;
    font-weight: 500;
    font-size: 11px;
    line-height: 1;
    color: var(--neutral-100);
    pointer-events: none;
    z-index: 2;
    -webkit-tap-highlight-color: transparent;
  }

  .page .mobile-nav-drawer__quick-badge .header-wishlist-badge__value,
  .page .mobile-nav-drawer__quick-badge .header-cart-badge__value {
    color: var(--neutral-100);
  }

  .page .mobile-nav-drawer__nav {
    display: flex;
    flex-direction: column;
    padding: 8px 0 20px;
    gap: 0;
  }

  .page .mobile-nav-drawer__link {
    display: block;
    padding: 14px 0;
    font-family: "Manrope-SemiBold", Helvetica;
    font-weight: 500;
    font-size: 16px;
    color: var(--neutral-200);
    text-decoration: none;
    border-bottom: 1px solid #1a1a1a0d;
    opacity: 0.85;
  }

  .page .mobile-nav-drawer__link:hover {
    color: var(--colors-100);
  }

  .page .mobile-nav-drawer__footer {
    margin-top: auto;
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .page .mobile-nav-drawer__phone {
    font-family: "Manrope-Bold", Helvetica;
    font-weight: 500;
    font-size: 17px;
    color: var(--neutral-200);
    text-decoration: none;
  }

  .page .mobile-nav-drawer__social-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
  }

  .page .mobile-nav-drawer__social {
    font-family: "Inter-Bold", Helvetica;
    font-weight: 500;
    font-size: 12px;
    color: var(--colors-100);
    text-decoration: none;
    letter-spacing: 0.04em;
  }

  .auth-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(100%, 26.5rem);
    max-width: calc(100vw - 1.5rem);
    max-height: calc(100vh - 2rem);
    max-height: calc(100dvh - 2rem);
    height: fit-content;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
  }

  .auth-modal__card {
    width: 100%;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: visible;
    border-radius: 18px;
    padding: 26px 18px 28px;
    box-sizing: border-box;
  }

  /* Регистрация: компактная вёрстка, чтобы всё помещалось без скролла внутри карточки */
  .auth-modal__card:has(#auth-panel-register:not([hidden])) {
    padding: 20px 16px 22px;
  }

  .auth-modal__card:has(#auth-panel-register:not([hidden])) .auth-modal__logo-wrap {
    margin: 0 0 12px;
    padding: 0 4px;
  }

  .auth-modal__card:has(#auth-panel-register:not([hidden])) .auth-modal__logo {
    max-height: 44px;
  }

  .auth-modal__card:has(#auth-panel-register:not([hidden])) .auth-modal__tabs {
    margin-bottom: 14px;
  }

  .auth-modal__card:has(#auth-panel-register:not([hidden])) #auth-panel-register .auth-form {
    gap: 10px;
  }

  .auth-modal__card:has(#auth-panel-register:not([hidden])) #auth-panel-register .auth-form__field {
    gap: 4px;
  }

  .auth-modal__card:has(#auth-panel-register:not([hidden])) #auth-panel-register .auth-form__label {
    font-size: 13px;
  }

  .auth-modal__card:has(#auth-panel-register:not([hidden])) #auth-panel-register .auth-form__input {
    padding: 11px 14px;
    font-size: 16px;
  }

  .auth-modal__card:has(#auth-panel-register:not([hidden])) #auth-panel-register .auth-form__submit {
    margin-top: 4px;
    padding: 13px 20px;
    font-size: 16px;
  }

  .auth-modal__logo-wrap {
    margin: 4px 0 20px;
    padding: 0 8px;
  }

  .auth-modal__close {
    top: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
    font-size: 28px;
  }

  .auth-modal__tabs {
    margin-bottom: 24px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 0;
  }

  .auth-modal__tab {
    font-size: 17px;
    padding: 8px 12px;
  }

  .auth-modal__tab-sep {
    font-size: 17px;
  }
}

/* Витринные страницы (views/pages): Manrope Medium (500); шрифт в globals.css */
body .page,
body .page * {
  font-family: "Manrope", "Manrope-SemiBold", Helvetica, system-ui, sans-serif !important;
  font-weight: 500 !important;
}

/* Крупные заголовки витрины — Bebas Neue (public/fonts/bebasneuecyrillic.ttf) поверх Manrope */
body .page .hero-banner .hero-title,
body .page .section-header__title,
body .page .promo-card__headline,
body .page .catalog-page__heading {
  font-family: "Bebas Neue", "Bebas Neue-Bold", Helvetica, sans-serif !important;
}

