/* Tomolink UI v2 core — generated, do not edit */
/* src/styles/tokens.css */
:root {
  --tml-v2-color-brand: #0000a4;
  --tml-v2-color-brand-hover: #0000d6;
  --tml-v2-color-brand-active: #00007d;
  --tml-v2-color-interactive: oklch(55.29% .2437 261.56);
  --tml-v2-color-action: #f2b840;
  --tml-v2-color-action-hover: #ffc629;
  --tml-v2-color-action-active: #dfa62f;
  --tml-v2-color-positive: #00875a;
  --tml-v2-color-danger: #e00000;
  --tml-v2-color-ink: #171717;
  --tml-v2-color-muted: #6f6f73;
  --tml-v2-color-border: #d8d8dc;
  --tml-v2-color-border-soft: #ededf0;
  --tml-v2-color-surface: #ffffff;
  --tml-v2-color-surface-soft: #f5f6f8;
  --tml-v2-color-selected: #e9efff;
  --tml-v2-color-login-dot: #f4127b;

  --tml-v2-font-interface: Arial, Helvetica, sans-serif;
  --tml-v2-font-content: Montserrat, Arial, sans-serif;
  --tml-v2-font-sans: var(--tml-v2-font-interface);
  --tml-v2-font-display: Georgia, "Times New Roman", serif;
  --tml-v2-font-size-xs: 12px;
  --tml-v2-font-size-sm: 14px;
  --tml-v2-font-size-md: 16px;
  --tml-v2-font-size-lg: 20px;
  --tml-v2-font-size-xl: 28px;

  --tml-v2-space-1: 4px;
  --tml-v2-space-2: 8px;
  --tml-v2-space-3: 12px;
  --tml-v2-space-4: 16px;
  --tml-v2-space-5: 24px;
  --tml-v2-space-6: 32px;
  --tml-v2-space-7: 48px;

  --tml-v2-radius-control: 8px;
  --tml-v2-radius-card: 12px;
  --tml-v2-radius-pill: 999px;
  --tml-v2-control-height: 48px;
  --tml-v2-container: 1346px;
  --tml-v2-breakpoint-mobile: 767px;
  --tml-v2-shadow-control: 0 3px 3px rgb(3 3 27 / 8%), 0 0 3px rgb(3 3 27 / 16%);
  --tml-v2-shadow-search: 0 4px 16px rgb(0 0 70 / 18%);
  --tml-v2-shadow-menu: 0 14px 32px rgb(24 29 42 / 15%);
  --tml-v2-motion-fast: 150ms ease;
  --tml-v2-motion-menu: 220ms ease;
}

/* src/styles/base.css */
.tml-ui-v2 .tml-site-menu,
.tml-ui-v2 :where(
  .tml-v2-recommendations,
  .tml-v2-section,
  .tml-v2-product-grid,
  .tml-v2-product-card,
  .tml-v2-button
) {
  color: var(--tml-v2-color-ink);
  font-family: var(--tml-v2-font-sans);
}

.tml-ui-v2 .tml-site-menu,
.tml-ui-v2 .tml-site-menu *,
.tml-ui-v2 .tml-site-menu *::before,
.tml-ui-v2 .tml-site-menu *::after,
.tml-ui-v2 :where(
  .tml-v2-recommendations,
  .tml-v2-section,
  .tml-v2-product-grid,
  .tml-v2-product-card,
  .tml-v2-button
),
.tml-ui-v2 :where(
  .tml-v2-recommendations,
  .tml-v2-section,
  .tml-v2-product-grid,
  .tml-v2-product-card,
  .tml-v2-button
) *,
.tml-ui-v2 :where(
  .tml-v2-recommendations,
  .tml-v2-section,
  .tml-v2-product-grid,
  .tml-v2-product-card,
  .tml-v2-button
) *::before,
.tml-ui-v2 :where(
  .tml-v2-recommendations,
  .tml-v2-section,
  .tml-v2-product-grid,
  .tml-v2-product-card,
  .tml-v2-button
) *::after {
  box-sizing: border-box;
}

.tml-ui-v2 .tml-site-menu img,
.tml-ui-v2 :where(
  .tml-v2-recommendations,
  .tml-v2-section,
  .tml-v2-product-grid,
  .tml-v2-product-card,
  .tml-v2-button
) img {
  max-width: 100%;
}

.tml-ui-v2 .tml-site-menu :focus-visible,
.tml-ui-v2 :where(
  .tml-v2-recommendations,
  .tml-v2-section,
  .tml-v2-product-grid,
  .tml-v2-product-card,
  .tml-v2-button
) :focus-visible,
.tml-ui-v2 :where(
  .tml-v2-recommendations,
  .tml-v2-section,
  .tml-v2-product-grid,
  .tml-v2-product-card,
  .tml-v2-button
):focus-visible {
  outline: 3px solid color-mix(in srgb, var(--tml-v2-color-brand) 35%, transparent);
  outline-offset: 2px;
}

/* src/styles/components/site-header.css */
.tml-site-menu {
  --brand: var(--tml-v2-color-brand);
  --brand-hover: var(--tml-v2-color-brand-hover);
  --bol-blue: var(--tml-v2-color-brand);
  --bol-blue-dark: var(--tml-v2-color-brand-active);
  --bol-interactive: var(--tml-v2-color-interactive);
  --bol-orange: var(--tml-v2-color-action);
  --ink: var(--tml-v2-color-ink);
  --muted: var(--tml-v2-color-muted);
  --line: var(--tml-v2-color-border);
  --active: var(--tml-v2-color-selected);
  --surface: var(--tml-v2-color-surface);
  --soft: var(--tml-v2-color-surface-soft);

  background: var(--surface);
  color: var(--ink);
  font-family: var(--tml-v2-font-sans);
  margin: 0;
  min-height: 0;
  position: relative;
}

.tml-site-menu *,
.tml-site-menu *::before,
.tml-site-menu *::after {
  box-sizing: border-box;
}

.tml-site-menu button,
.tml-site-menu input {
  font: inherit;
}

.tml-site-menu button,
.tml-site-menu a {
  -webkit-tap-highlight-color: transparent;
}

.tml-site-menu .shell {
  margin-inline: auto;
  width: min(100% - 32px, 1280px);
}

.tml-site-menu .site-header {
  background: var(--bol-blue);
  box-shadow: none;
  position: relative;
  z-index: 20;
}

.tml-site-menu .header-main {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: 330px minmax(320px, 1fr) auto;
  height: 96px;
}

.tml-site-menu .brand {
  align-items: center;
  display: inline-flex;
}

.tml-site-menu .brand picture {
  display: contents;
}

.tml-site-menu .brand img {
  display: block;
  height: 64px;
  object-fit: contain;
  object-position: left center;
  width: 310px;
}

.tml-site-menu .header-actions {
  align-items: center;
  display: flex;
  gap: 20px;
}

.tml-site-menu .header-action {
  align-items: center;
  border-radius: 16px;
  color: var(--tml-v2-color-surface);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 62px;
  text-decoration: none;
  transition:
    background-color var(--tml-v2-motion-fast),
    color var(--tml-v2-motion-fast);
  width: 78px;
}

.tml-site-menu .header-action:hover,
.tml-site-menu .header-action:focus-visible {
  background: rgb(255 255 255 / 13%);
  color: var(--tml-v2-color-surface);
  outline: none;
  text-decoration: none;
}

.tml-site-menu .header-action > span:last-child {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  margin-top: 5px;
  white-space: nowrap;
}

.tml-site-menu .action-icon {
  display: grid;
  height: 32px;
  place-items: center;
  position: relative;
  width: 32px;
}

.tml-site-menu .action-icon svg {
  display: block;
  height: 32px;
  width: 32px;
}

.tml-site-menu .action-icon svg circle,
.tml-site-menu .action-icon svg path {
  fill: currentColor;
  stroke: none;
}

.tml-site-menu .header-action .action-icon:not(.action-icon--login) svg path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.8;
}

.tml-site-menu .header-action .action-icon .heart-bol-icon path {
  stroke-width: 2.55;
}

.tml-site-menu .header-action .basket-ozon-icon .basket-body {
  fill: currentColor;
  stroke: none;
}

.tml-site-menu .header-action .basket-ozon-icon .basket-handle {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2.7;
}

.tml-site-menu .header-action .basket-ozon-icon .basket-hole {
  fill: var(--bol-blue);
  stroke: none;
}

.tml-site-menu .login-dot {
  background: var(--tml-v2-color-login-dot);
  border-radius: 50%;
  box-shadow: 0 0 0 2px var(--bol-blue);
  height: 11px;
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
}

.tml-site-menu .mobile-menu-button {
  display: none;
}

.tml-site-menu .icon-button {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}

@media (min-width: 768px) {
  .tml-site-menu .shell {
    max-width: var(--tml-v2-container);
    width: calc(100% - 58px);
  }

  .tml-site-menu .brand img {
    transform: translateX(-15px);
  }

  .tml-site-menu .header-actions {
    gap: 28px;
    justify-self: end;
  }

  .tml-site-menu .header-action {
    min-width: 58px;
    padding: 0;
    width: auto;
  }

  .tml-site-menu .header-actions .header-action:last-child {
    align-items: center;
  }
}

/* src/styles/components/search.css */
.tml-site-menu .search {
  background: var(--tml-v2-color-surface);
  border: 0;
  border-radius: 26px;
  box-shadow: var(--tml-v2-shadow-search);
  display: flex;
  height: 52px;
  overflow: hidden;
}

.tml-site-menu .search:focus-within {
  border-color: var(--tml-v2-color-action);
  outline: 3px solid rgb(242 184 64 / 42%);
}

.tml-site-menu .search input {
  border: 0;
  flex: 1;
  font-size: 17px;
  min-width: 0;
  outline: 0;
  padding: 0 22px;
}

.tml-site-menu .search button,
.tml-site-menu .mobile-search button {
  background: var(--tml-v2-color-action);
  border: 0;
  color: var(--tml-v2-color-brand);
  cursor: pointer;
  display: grid;
  place-items: center;
  width: 58px;
}

.tml-site-menu .search svg,
.tml-site-menu .mobile-search svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  width: 25px;
}

/* src/styles/components/navigation.css */
.tml-site-menu .desktop-nav {
  background: var(--tml-v2-color-surface);
  border-bottom: 1px solid var(--tml-v2-color-border);
  border-top: 1px solid #edf0f5;
  box-shadow: none;
}

.tml-site-menu .nav-inner {
  align-items: stretch;
  display: flex;
  gap: 38px;
  height: 64px;
}

.tml-site-menu .nav-inner a,
.tml-site-menu .nav-catalog {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--tml-v2-color-ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  gap: 11px;
  padding: 0 2px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

.tml-site-menu .nav-inner a:hover,
.tml-site-menu .nav-inner a:focus-visible {
  color: var(--tml-v2-color-interactive);
  outline: none;
}

.tml-site-menu .nav-inner a::after,
.tml-site-menu .nav-catalog::after {
  background: transparent;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
}

.tml-site-menu .nav-inner a:hover::after {
  background: var(--tml-v2-color-interactive);
}

.tml-site-menu .nav-catalog {
  align-self: stretch;
  color: #111;
  font-weight: 400;
  height: auto;
  padding: 0;
}

.tml-site-menu .nav-catalog-pill {
  align-items: center;
  background: var(--tml-v2-color-action);
  border-radius: var(--tml-v2-radius-pill);
  display: inline-flex;
  gap: 11px;
  height: 44px;
  padding: 0 18px;
  pointer-events: none;
}

.tml-site-menu .nav-catalog:hover,
.tml-site-menu .nav-catalog:focus-visible,
.tml-site-menu .nav-catalog[aria-expanded="true"] {
  color: #111;
  filter: brightness(.98);
  outline: none;
}

.tml-site-menu .nav-catalog::after,
.tml-site-menu .nav-catalog:hover::after,
.tml-site-menu .nav-catalog[aria-expanded="true"]::after,
.tml-site-menu .nav-inner .nav-phone::after {
  display: none;
}

.tml-site-menu .nav-inner .nav-phone {
  align-items: center;
  color: var(--tml-v2-color-brand);
  display: inline-flex;
  font-weight: 700;
  gap: 9px;
  margin-left: auto;
}

.tml-site-menu .nav-inner .nav-phone:hover,
.tml-site-menu .nav-inner .nav-phone:focus-visible {
  color: var(--tml-v2-color-interactive);
}

.tml-site-menu .nav-inner .nav-phone svg {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 20px;
}

.tml-site-menu .nav-catalog svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  transition: transform 160ms ease;
  width: 20px;
}

.tml-site-menu .nav-catalog[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

/* src/styles/components/catalog-menu.css */
.tml-site-menu .mega-menu {
  background: var(--tml-v2-color-surface);
  border-bottom: 1px solid var(--tml-v2-color-border);
  box-shadow: var(--tml-v2-shadow-menu);
  display: none;
  left: 0;
  max-height: calc(100vh - 192px);
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  right: 0;
  scrollbar-width: thin;
  top: 100%;
}

.tml-site-menu .mega-menu.is-open {
  display: block;
}

.tml-site-menu .mega-close {
  background: transparent;
  border: 0;
  border-radius: 50%;
  color: var(--tml-v2-color-brand);
  cursor: pointer;
  display: grid;
  height: 54px;
  place-items: center;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 54px;
  z-index: 2;
}

.tml-site-menu .mega-close:hover,
.tml-site-menu .mega-close:focus-visible {
  background: rgb(0 0 164 / 8%);
  outline: none;
}

.tml-site-menu .mega-close svg {
  fill: none;
  height: 38px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.6;
  width: 38px;
}

.tml-site-menu .mega-shell {
  align-items: start;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 624px;
}

.tml-site-menu .mega-column {
  min-width: 0;
  overflow: visible;
  padding: 16px 0 24px;
}

.tml-site-menu .mega-column.is-empty {
  display: none;
}

.tml-site-menu .mega-column-list {
  border-right: 1px solid var(--tml-v2-color-border);
  width: 100%;
}

.tml-site-menu .column-heading {
  align-items: center;
  display: flex;
  font-size: 17px;
  margin: 0;
  min-height: 48px;
  padding: 0 16px;
}

.tml-site-menu .column-back {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--tml-v2-color-brand);
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  gap: 3px;
  margin: 0 12px;
  min-height: 34px;
  padding: 0 4px;
}

.tml-site-menu .column-back:hover,
.tml-site-menu .column-back:focus-visible {
  color: var(--tml-v2-color-interactive);
  outline: none;
  text-decoration: underline;
}

.tml-site-menu .column-back svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  width: 18px;
}

.tml-site-menu .category-row {
  align-items: center;
  background: var(--tml-v2-color-surface);
  border: 0;
  color: var(--tml-v2-color-ink);
  cursor: pointer;
  display: grid;
  font-size: 15px;
  gap: 10px;
  grid-template-columns: 40px minmax(0, 1fr) 24px;
  line-height: 1.25;
  min-height: 48px;
  padding: 4px 16px;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

.tml-site-menu .category-row.no-image {
  grid-template-columns: minmax(0, 1fr) 24px;
  padding-left: 20px;
}

.tml-site-menu .category-row.is-selected {
  background: var(--tml-v2-color-selected);
  color: var(--tml-v2-color-ink);
  outline: none;
}

.tml-site-menu .category-row:hover,
.tml-site-menu .category-row:focus-visible {
  background: var(--tml-v2-color-selected);
  color: var(--tml-v2-color-interactive);
  outline: none;
}

.tml-site-menu .mega-column.has-row-hover .category-row.is-selected:not(:hover) {
  background: var(--tml-v2-color-surface);
}

.tml-site-menu .category-row img {
  background: var(--tml-v2-color-surface-soft);
  border-radius: 2px;
  height: 40px;
  object-fit: contain;
  width: 40px;
}

.tml-site-menu .category-row svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  width: 20px;
}

.tml-site-menu .category-row .blank-arrow {
  width: 20px;
}

.tml-site-menu .category-row--split,
.tml-site-menu .category-row.category-row--split.no-image {
  gap: 0;
  padding: 0;
}

.tml-site-menu .category-row--split .category-row__link {
  align-items: center;
  color: inherit;
  display: grid;
  gap: 10px;
  grid-column: 1 / 3;
  grid-template-columns: 40px minmax(0, 1fr);
  min-height: 48px;
  min-width: 0;
  padding: 4px 0 4px 16px;
  text-decoration: none;
}

.tml-site-menu .category-row--split.no-image .category-row__link {
  grid-column: 1;
  grid-template-columns: minmax(0, 1fr);
  padding-left: 20px;
}

.tml-site-menu .category-row--split .category-row__next {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: grid;
  height: 48px;
  padding: 0;
  place-items: center;
  width: 100%;
}

.tml-site-menu .category-row--split .category-row__link:focus-visible,
.tml-site-menu .category-row--split .category-row__next:focus-visible {
  outline: 2px solid var(--tml-v2-color-interactive);
  outline-offset: -2px;
}

.tml-site-menu .empty-column {
  color: var(--tml-v2-color-muted);
  line-height: 1.5;
  padding: 20px;
}

.tml-site-menu .mobile-drawer,
.tml-site-menu .drawer-overlay {
  display: none;
}

/* src/styles/components/mobile-menu.css */
@media (max-width: 767px) {
  .tml-site-menu .shell {
    width: min(100% - 28px, 100%);
  }

  .tml-site-menu .site-header {
    background-color: var(--tml-v2-color-brand);
    background-image:
      linear-gradient(
        to bottom,
        var(--tml-v2-color-surface) 0 68px,
        var(--tml-v2-color-brand) 68px 100%
      );
  }

  .tml-site-menu .header-main {
    align-items: center;
    display: grid;
    gap: 0 8px;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    grid-template-rows: 68px 76px;
    height: auto;
    padding: 0;
  }

  .tml-site-menu .mobile-menu-button {
    border-radius: 12px;
    display: grid;
    gap: 5px;
    grid-column: 1;
    grid-row: 1;
    height: 42px;
    place-content: center;
    width: 42px;
  }

  .tml-site-menu .mobile-menu-button:hover,
  .tml-site-menu .mobile-menu-button:focus-visible {
    background: rgb(0 0 164 / 8%);
    outline: none;
  }

  .tml-site-menu .mobile-menu-button span {
    background: var(--tml-v2-color-brand);
    display: block;
    height: 2px;
    width: 24px;
  }

  .tml-site-menu .brand {
    background: transparent;
    border-radius: 0;
    grid-column: 2;
    grid-row: 1;
    justify-self: start;
    max-width: 100%;
    min-width: 0;
    padding: 4px 0;
  }

  .tml-site-menu .brand img {
    height: 56px;
    width: min(192px, 54vw);
  }

  .tml-site-menu .header-actions {
    gap: 16px;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  .tml-site-menu .header-action {
    border-radius: 12px;
    color: var(--tml-v2-color-brand);
    min-height: 42px;
    width: 32px;
  }

  .tml-site-menu .header-action:hover,
  .tml-site-menu .header-action:focus-visible {
    background: rgb(0 0 164 / 8%);
    color: var(--tml-v2-color-brand);
  }

  .tml-site-menu .header-action > span:last-child {
    display: none;
  }

  .tml-site-menu .action-icon,
  .tml-site-menu .action-icon svg {
    height: 29px;
    width: 29px;
  }

  .tml-site-menu .login-dot {
    box-shadow: 0 0 0 2px var(--tml-v2-color-surface);
  }

  .tml-site-menu .search {
    align-self: center;
    border: 0;
    border-radius: 25px;
    box-shadow: none;
    display: flex;
    grid-column: 1 / -1;
    grid-row: 2;
    height: 50px;
  }

  .tml-site-menu .search input {
    font-size: 16px;
    padding: 0 18px;
  }

  .tml-site-menu .search button {
    flex: 0 0 58px;
    width: 58px;
  }

  .tml-site-menu .search svg {
    height: 25px;
    width: 25px;
  }

  .tml-site-menu .nav-inner {
    gap: 0;
    height: 56px;
    justify-content: flex-start;
    width: 100%;
  }

  .tml-site-menu .nav-inner > a {
    display: none;
  }

  .tml-site-menu .nav-catalog {
    align-self: stretch;
    display: inline-flex;
    height: auto;
  }

  .tml-site-menu .nav-catalog-pill {
    height: 40px;
    padding: 0 18px;
  }

  .tml-site-menu .drawer-overlay {
    background: rgb(0 0 0 / 42%);
    border: 0;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 180ms ease;
    z-index: 89;
  }

  .tml-site-menu .drawer-overlay.is-open {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }

  .tml-site-menu .mobile-drawer {
    background: var(--tml-v2-color-surface);
    display: flex;
    flex-direction: column;
    height: 100dvh;
    inset: 0;
    max-height: 100dvh;
    max-width: 100vw;
    overflow: hidden;
    overflow-x: hidden;
    position: fixed;
    transform: translateX(-101%);
    transition: transform var(--tml-v2-motion-menu);
    visibility: hidden;
    width: 100vw;
    z-index: 90;
  }

  .tml-site-menu .mobile-drawer.is-open {
    transform: translateX(0);
    visibility: visible;
  }

  .tml-site-menu .mobile-drawer-header {
    align-items: center;
    border-bottom: 1px solid var(--tml-v2-color-border);
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    min-height: 66px;
    padding: max(0px, env(safe-area-inset-top)) 8px 0;
  }

  .tml-site-menu .mobile-drawer-header strong {
    font-size: 18px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tml-site-menu .mobile-drawer-header button {
    display: grid;
    height: 48px;
    place-items: center;
    width: 48px;
  }

  .tml-site-menu .mobile-drawer-header .drawer-close {
    color: var(--tml-v2-color-brand);
  }

  .tml-site-menu .mobile-drawer-header svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    width: 28px;
  }

  .tml-site-menu .drawer-back.is-hidden {
    opacity: 0;
    pointer-events: none;
  }

  .tml-site-menu .mobile-drawer .mobile-search {
    display: none;
  }

  .tml-site-menu .mobile-list {
    box-sizing: border-box;
    flex: 1;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-bottom: max(16px, env(safe-area-inset-bottom));
    width: 100%;
  }

  .tml-site-menu .mobile-level {
    align-items: center;
    background: var(--tml-v2-color-surface);
    border-bottom: 1px solid var(--tml-v2-color-border-soft);
    display: flex;
    gap: 16px;
    justify-content: space-between;
    min-height: 58px;
    padding: 8px 20px;
  }

  .tml-site-menu .mobile-level strong {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    min-width: 0;
  }

  .tml-site-menu .mobile-level a {
    color: var(--tml-v2-color-brand);
    flex: 0 0 auto;
    font-size: 15px;
    line-height: 1.3;
    text-decoration: none;
  }

  .tml-site-menu .mobile-level a:hover,
  .tml-site-menu .mobile-level a:focus-visible,
  .tml-site-menu .mobile-level a:active {
    color: var(--tml-v2-color-interactive);
    outline: none;
    text-decoration: underline;
  }

  .tml-site-menu .mobile-row {
    align-items: center;
    background: var(--tml-v2-color-surface);
    border: 0;
    color: var(--tml-v2-color-ink);
    display: grid;
    font-size: 16px;
    gap: 12px;
    grid-template-columns: 50px minmax(0, 1fr) 28px;
    line-height: 1.3;
    min-height: 62px;
    padding: 6px 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    width: 100%;
  }

  .tml-site-menu .mobile-row::after {
    background: var(--tml-v2-color-border-soft);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
  }

  .tml-site-menu .mobile-row:hover,
  .tml-site-menu .mobile-row:focus-visible,
  .tml-site-menu .mobile-row:active {
    background: var(--tml-v2-color-selected);
    color: var(--tml-v2-color-interactive);
    outline: none;
  }

  .tml-site-menu .mobile-row img {
    background: var(--tml-v2-color-surface-soft);
    border-radius: 4px;
    height: 50px;
    object-fit: contain;
    width: 50px;
  }

  .tml-site-menu .mobile-row svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    width: 22px;
  }

  .tml-site-menu .mobile-row.no-image {
    grid-template-columns: minmax(0, 1fr) 28px;
    padding-left: 20px;
  }

  .tml-site-menu .mobile-row--split,
  .tml-site-menu .mobile-row.mobile-row--split.no-image {
    gap: 0;
    padding: 0;
  }

  .tml-site-menu .mobile-row--split .mobile-row__link {
    align-items: center;
    color: inherit;
    display: grid;
    gap: 12px;
    grid-column: 1 / 3;
    grid-template-columns: 50px minmax(0, 1fr);
    min-height: 62px;
    min-width: 0;
    padding: 6px 0 6px 16px;
    text-decoration: none;
  }

  .tml-site-menu .mobile-row--split.no-image .mobile-row__link {
    grid-column: 1;
    grid-template-columns: minmax(0, 1fr);
    padding-left: 20px;
  }

  .tml-site-menu .mobile-row--split .mobile-row__next {
    background: transparent;
    border: 0;
    color: inherit;
    display: grid;
    height: 62px;
    padding: 0;
    place-items: center;
    width: 100%;
  }

  .tml-site-menu .mobile-row--split .mobile-row__link:focus-visible,
  .tml-site-menu .mobile-row--split .mobile-row__next:focus-visible {
    outline: 2px solid var(--tml-v2-color-interactive);
    outline-offset: -2px;
  }

  .tml-site-menu .mobile-root-links {
    border-top: 0;
    display: grid;
    gap: 0;
    margin-top: 0;
    padding: 0 0 max(20px, env(safe-area-inset-bottom));
  }

  .tml-site-menu .mobile-root-links a {
    align-items: center;
    color: var(--tml-v2-color-ink);
    display: flex;
    font-size: 16px;
    font-weight: 500;
    min-height: 48px;
    padding: 0 20px;
    position: relative;
    text-decoration: none;
  }

  .tml-site-menu .mobile-root-links a::after {
    background: var(--tml-v2-color-border-soft);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
  }

  .tml-site-menu .mobile-root-links a:hover,
  .tml-site-menu .mobile-root-links a:focus-visible,
  .tml-site-menu .mobile-root-links a:active {
    color: var(--tml-v2-color-interactive);
    outline: none;
  }

  .tml-site-menu .mobile-root-links .mobile-root-phone {
    color: var(--tml-v2-color-brand);
    font-weight: 700;
    gap: 10px;
  }

  .tml-site-menu .mobile-root-links .mobile-root-phone::after {
    display: none;
  }

  .tml-site-menu .mobile-root-links .mobile-root-phone svg {
    fill: none;
    height: 22px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 22px;
  }

  .tml-site-menu .mobile-empty {
    color: var(--tml-v2-color-muted);
    padding: 30px 20px;
    text-align: center;
  }
}

/* src/styles/legacy/aspro-global-bridge.css */
/*
 * Единственное место для временных конфликтов с Aspro.
 * Этот слой удаляется после отключения старой темы.
 */

.tml-site-menu {
  z-index: 100000 !important;
}

.tml-site-menu .site-header {
  z-index: 100001 !important;
}

.tml-site-menu .mega-menu {
  pointer-events: auto;
  z-index: 100002 !important;
}

.tml-site-menu .drawer-overlay {
  z-index: 100003 !important;
}

.tml-site-menu .mobile-drawer {
  z-index: 100004 !important;
}

body .wrapper1 {
  overflow: visible !important;
}

body#main .left_block .menu_top_block.catalog_block {
  display: none !important;
}

body .wrapper1 > .wraps {
  position: relative;
  z-index: 1;
}

body .wrapper1 > .header_wrap,
body .wrapper1 > #mobileheader,
body .wrapper1 > #mobilemenu,
body .wrapper1 > #mobilefilter,
body #headerfixed {
  display: none !important;
}

@media (max-width: 767px) {
  html:has(body.tml-menu-drawer-open),
  body.tml-menu-drawer-open {
    height: 100% !important;
    max-width: 100vw !important;
    overflow: hidden !important;
    overflow-x: hidden !important;
    width: 100% !important;
  }

  .tml-site-menu .search {
    display: flex !important;
  }

  .tml-site-menu .desktop-nav,
  .tml-site-menu .mega-menu {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tml-site-menu *,
  .tml-site-menu *::before,
  .tml-site-menu *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
