/**
 * Header — автономный CSS: native header-native + замена template.css.
 * Подключается на всех страницах (см. functions.php).
 */

/* ===== Native header (from style.css) ===== */

/* ==========================================================================
   Native header (parity with Elementor post #51 desktop header)
   ========================================================================== */
#tbay-header .header-native {
  --header-native-bg: #ffdab9;
  --header-native-phone-block-offset: 40px;
  --header-native-main-row-gutter: 4px;
  /* Верхняя полоса: доли колонок (см. @media 768 / 992) */
  --header-native-top-social-col: 100%;
  --header-native-top-meta-col: 100%;
}

@media (min-width: 768px) {
  #tbay-header .header-native {
    --header-native-top-social-col: 20%;
    --header-native-top-meta-col: 80%;
  }
}

@media (min-width: 992px) {
  #tbay-header .header-native {
    /* Подобрано в инспекторе: flex-end + pull 86px; расписание padding-right 20px */
    --header-native-top-social-col: 26%;
    --header-native-top-meta-col: 74%;
    --header-native-top-meta-gap: 0;
    --header-native-top-social-pull: clamp(68px, 7.2vw, 86px);
    --header-native-top-schedule-gap: 38px;
    --header-native-top-address-max: min(420px, 36vw);
  }
}

/* Верхняя полоса: section 4eea4a5; две колонки с разными % (не общий elementor-col-50 в медиазапросе) */
#tbay-header .header-native .elementor-element-4eea4a5.elementor-section,
#tbay-header .mirey-header .mirey-element-4eea4a5.mirey-section {
  background: var(--header-native-bg);
  padding: 2px 0 !important;
}

#tbay-header .header-native .elementor-element-4eea4a5 .elementor-container.elementor-column-gap-default {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* При явных процентах у колонок space-between ни на что не опирается и только путает — ряд задаётся flex-basis */
  justify-content: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

/* Колонки по id виджета Elementor — не завязаны на один класс «50» */
#tbay-header .header-native .elementor-element-4eea4a5 .elementor-element-87a1de4,
#tbay-header .header-native .elementor-element-4eea4a5 .elementor-element-58dbf52 {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

/*
 * У предка включён elementor-bc-flex-widget: у .elementor-widget-wrap нет display:flex из ядра Elementor,
 * а правило ".elementor-widget-wrap > .elementor-element { width: 100% }" растягивает каждый виджет —
 * социконки выстраиваются колонкой, у контактов появляются огромные зазоры (ещё и margin-bottom у виджетов).
 */
#tbay-header .header-native .elementor-element-4eea4a5 .elementor-widget-wrap > .elementor-element,
#tbay-header .header-native .elementor-element-4eea4a5 .native-header-top-socials > .header-native-social-link,
#tbay-header .header-native .elementor-element-4eea4a5 .native-header-top-meta > .header-native-top-meta__item {
  width: auto;
  max-width: 100%;
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  #tbay-header .header-native .elementor-element-4eea4a5 .elementor-element-87a1de4 {
    width: var(--header-native-top-social-col);
    flex: 0 0 var(--header-native-top-social-col);
    max-width: var(--header-native-top-social-col);
  }

  #tbay-header .header-native .elementor-element-4eea4a5 .elementor-element-58dbf52 {
    width: var(--header-native-top-meta-col);
    flex: 0 0 var(--header-native-top-meta-col);
    max-width: var(--header-native-top-meta-col);
    display: flex;
    align-items: center;
  }

  #tbay-header .header-native .elementor-element-4eea4a5 .elementor-element-87a1de4 {
    display: flex;
    align-items: center;
  }

  #tbay-header .header-native .elementor-element-4eea4a5 .elementor-container.elementor-column-gap-default {
    align-items: stretch;
  }

  /* Правая колонка: расписание и адрес в одну линию, выравнивание вправо */
  #tbay-header .header-native .native-header-top-meta {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px 18px;
    width: 100%;
    text-align: right;
  }
}

@media (max-width: 767px) {
  #tbay-header .header-native .elementor-element-4eea4a5 .native-header-top-meta {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 4px;
  }
}

/* Соц. иконки в один ряд */
#tbay-header .header-native .native-header-top-socials {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

#tbay-header .header-native .native-header-top-socials .elementor-widget.elementor-widget-icon,
#tbay-header .header-native .native-header-top-socials .header-native-social-link {
  flex: 0 0 auto;
}

#tbay-header .header-native .native-header-top-socials .elementor-icon,
#tbay-header .header-native .native-header-top-socials .header-native-social-link {
  display: inline-flex;
  line-height: 0;
}

#tbay-header .header-native .native-header-top-socials .elementor-icon svg,
#tbay-header .header-native .native-header-top-socials .header-native-social-link svg {
  width: 90%;
  height: 90%;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

@media (min-width: 992px) {
  /* Адрес: курсив как на живом сайте */
  #tbay-header .header-native .elementor-element-4eea4a5 .elementor-element-9b49c20 .elementor-icon-list-text {
    font-style: oblique;
  }
}

#tbay-header .header-native .native-header-top-meta .elementor-widget-container ul.elementor-icon-list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

#tbay-header .header-native .native-header-top-meta .elementor-icon-list-item,
#tbay-header .header-native .native-header-top-meta .elementor-icon-list-item a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
}

#tbay-header .header-native .native-header-top-meta .elementor-icon-list-icon i {
  font-size: 14px;
  color: #000;
  margin-top: 0;
}

@media (max-width: 767px) {
  #tbay-header .header-native .native-header-top-meta .elementor-icon-list-item,
  #tbay-header .header-native .native-header-top-meta .elementor-icon-list-item a {
    justify-content: flex-start;
    text-align: left;
  }
}

/* Logo + slogan: белая «карточка» как на бою */
#tbay-header .header-native__brand-sheet {
  background: #fff;
  border-radius: 3px;
  padding: 10px 14px;
}

#tbay-header .header-native__phones {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  max-width: 100%;
  min-width: 0;
}

#tbay-header .header-native__phones .header-native-phone-link {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#tbay-header .header-native__brand-sheet .elementor-element-b88b4aa > .elementor-element-populated,
#tbay-header .header-native__brand-sheet .header-native__logo-wrap,
#tbay-header .header-native__brand-sheet .header-native-tagline,
#tbay-header .header-native__brand-sheet .elementor-element-6efae02 > .elementor-element-populated {
  padding: 0 !important;
}

#tbay-header .header-native__brand-sheet .logo img,
#tbay-header .header-native__brand-sheet .logo-theme img,
#tbay-header .header-native__brand-sheet .logo-mirey-img,
#tbay-header .header-native__brand-sheet .header-native__logo-link {
  max-height: 70px;
  width: auto;
  height: auto;
  display: block;
  line-height: 0;
}

#tbay-header .header-native__strip--main {
  background: var(--header-native-bg);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding: 16px 0 15px;
}

#tbay-header .header-native-tagline__line {
  font-family: 'Cormorant Garamond', serif;
  font-size: 23px;
  font-weight: 600;
  margin: 0;
  line-height: 1.15;
  color: #000;
}

#tbay-header .header-native-phone-link {
  color: #000;
  font-size: 21px;
  font-weight: 500;
  text-decoration: none;
}

#tbay-header .header-native-phone-line + .header-native-phone-line,
#tbay-header .header-native__phones .header-native-phone-link + .header-native-phone-link {
  margin-top: 5px;
}

/* Иконка звонка — разметка и стиль как в footer-native */
#tbay-header .header-native__call-circle {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  box-shadow: none;
  padding: 0;
}

#tbay-header .header-native__call-circle:focus,
#tbay-header .header-native__call-circle:hover {
  background: transparent !important;
  border-color: transparent;
  transform: none;
}

#tbay-header .header-native__icons-inline {
  display: inline-flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

#tbay-header .header-native__icons-inline .elementor-widget-container,
#tbay-header .header-native__icons-inline .elementor-widget-tbay-wishlist,
#tbay-header .header-native__icons-inline .elementor-widget-tbay-mini-cart,
#tbay-header .header-native__icons-inline .top-cart {
  display: inline-flex;
  align-items: center;
}

#tbay-header .header-native__icons-inline .header-icon > a,
#tbay-header .header-native__icons-inline .tbay-login > a,
#tbay-header .header-native__icons-inline .wishlist,
#tbay-header .header-native__icons-inline .cart-dropdown .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Сердечко / аккаунт / корзина — одинаковая тонкая линия как в Elementor */
#tbay-header .header-native__icons-inline .top-wishlist i,
#tbay-header .header-native__icons-inline .cart-dropdown .cart-icon i {
  font-size: 26.4px;
  color: rgba(0, 0, 0, 0.8);
}

/* Поиск: видимое поле + иконка */
#tbay-header .header-native__search-shell .tbay-search-form {
  width: 100%;
}

/* На внутренних страницах сторонние стили сбивают flex-колонку поиска в 100% ширины.
   Фиксируем desktop-поведение, чтобы поиск оставался в одной линии с телефонами/иконками. */
@media (min-width: 992px) {
  #tbay-header .header-native__main-inner > .header-native__search-shell {
    flex: 1 0 0% !important;
    width: auto !important;
    max-width: none !important;
    min-width: 260px;
  }
}

#tbay-header .header-native__search-shell .tbay-search-form .tbay-search,
#tbay-header .header-native__search-shell .tbay-search-form .select-category,
#tbay-header .header-native__search-shell .tbay-search-form .select-category > select {
  height: 48px;
}

#tbay-header .header-native__search-shell .tbay-search-form .form-group .input-group {
  padding: 0;
  background: #f5f5f5;
  border-radius: 3px;
  min-height: 48px;
  align-items: stretch;
}

#tbay-header .header-native__search-shell .tbay-search-form .select-category {
  border-right: 1px solid #d9d9d9;
}

#tbay-header .header-native__search-shell .tbay-search-form .button-search.icon,
#tbay-header .header-native__search-shell .tbay-search-form .button-group {
  background-color: var(--header-native-bg);
  border-radius: 0 3px 3px 0;
  min-height: 48px;
}

#tbay-header .header-native__search-shell .tbay-search-form .button-search.icon {
  min-width: 48px;
}

#tbay-header .header-native__search-shell .tbay-search-form .button-search i {
  font-size: 18px;
  color: #000;
}

#tbay-header .header-native__search-shell .tbay-search-form .button-search.icon:hover i {
  color: #fff;
}

#tbay-header .header-native__search-shell .tbay-search-form .button-search:hover {
  background-color: var(--site-accent-hover);
}

/* Автодополнение: спиннер на месте иконки при вводе (minChars задаётся в форме; по умолчанию 2) */
#tbay-header .header-native__search-shell .hara-ajax-search.tbay-loading .button-group:before {
  color: var(--site-accent);
}

#tbay-header .header-native__strip--nav {
  background: var(--header-native-bg);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

#tbay-header .header-native__bottom-inner {
  padding: 6px 0 12px;
}

/* Главное меню: горизонталь как у Elementor (Bootstrap по умолчанию даёт колонку) */
#tbay-header .header-native .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav.megamenu.menu,
#tbay-header .header-native .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav.flex-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content: center !important;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
  width: auto;
}

#tbay-header .header-native .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav > li {
  list-style: none;
}

#tbay-header .header-native__mega-wrap .navbar-nav.megamenu > li > a,
#tbay-header .header-native__mega-wrap .navbar-nav.megamenu > li > a .menu-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  font-weight: 400;
  color: #000;
}

/* Нижняя полоса меню: только центрированная навигация, без «Просмотренных». */
#tbay-header .header-native__strip--nav .header-native__bottom-inner {
  justify-content: center;
}

#tbay-header .header-native__strip--nav .header-native__nav-col {
  flex: 0 1 auto;
  width: auto;
  max-width: 100%;
}

#tbay-header .header-native__strip--nav .native-nav-widget {
  width: auto !important;
  max-width: 100%;
}

#tbay-header .header-native__strip--nav .header-native__mega-wrap,
#tbay-header .header-native__strip--nav .mirey-nav-menu__container {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}


/* Явное скрытие «Просмотренных» и балансирующего spacer — не резервируют место в row. */
#tbay-header .header-native__nav-spacer,
#tbay-header .header-native__recent-col,
#tbay-header .header-native__recently-widget,
#tbay-header .header-native__strip--nav .native-recent-widget {
  display: none !important;
}

/* Modern desktop refresh for the native salon header */
#tbay-header .header-native {
  --header-native-bg: #f8dfc4;
  --header-native-surface: #fffaf4;
  --header-native-surface-strong: #ffffff;
  --header-native-text: #2f241d;
  --header-native-muted: #806b5e;
  --header-native-accent: var(--site-accent);
  --header-native-accent-dark: var(--site-accent-hover);
  --header-native-border: rgba(139, 94, 52, 0.18);
  --header-native-shadow: 0 12px 36px rgba(70, 45, 28, 0.09);
  background: var(--header-native-bg);
}

@media (min-width: 992px) {
  #tbay-header .header-native {
    position: sticky;
    top: 0;
    z-index: 999;
  }

  body.admin-bar #tbay-header .header-native {
    top: 32px;
  }
}

#tbay-header .header-native .elementor-element-4eea4a5.elementor-section {
  background: linear-gradient(90deg, #f9e4cd 0%, #f6dcc0 100%);
  border-bottom: 1px solid var(--header-native-border);
  padding: 2px 0;
}

#tbay-header .header-native .native-header-top-socials {
  gap: 20px;
  min-height: 28px;
  align-items: center;
}

/* Топ-бар ≥992px: соцколонка 26%, иконки flex-end; мета 74%, «Ежедневно»|адрес в одну строку */
@media (min-width: 992px) {
  #tbay-header .header-native .elementor-element-4eea4a5 .elementor-element-87a1de4,
  #tbay-header .mirey-header .mirey-element-4eea4a5 .mirey-element-87a1de4 {
    align-items: stretch;
  }

  #tbay-header .header-native .native-header-top-socials,
  #tbay-header .mirey-header .native-header-top-socials {
    width: 100%;
    max-width: 100%;
    align-self: center;
    box-sizing: border-box;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: var(--header-native-top-social-pull, clamp(68px, 7.2vw, 86px));
  }

  #tbay-header .header-native .native-header-top-meta,
  #tbay-header .mirey-header .native-header-top-meta {
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 0;
  }

  #tbay-header .header-native .native-header-top-meta .header-native-top-meta__text,
  #tbay-header .mirey-header .native-header-top-meta .header-native-top-meta__text {
    white-space: nowrap;
  }

  /* Ежедневно — не переносится; отступ до адреса — см. блок у .mirey-element-2883dce в конце файла */
  #tbay-header .header-native .native-header-top-meta .header-native-top-meta__item:first-child,
  #tbay-header .header-native .elementor-element-4eea4a5 .elementor-element-2883dce,
  #tbay-header .mirey-header .native-header-top-meta .header-native-top-meta__item:first-child,
  #tbay-header .mirey-header .mirey-element-2883dce {
    flex: 0 0 auto;
    flex-shrink: 0;
    white-space: nowrap;
    box-sizing: border-box;
  }

  /* Адрес — не раздувается; при нехватке места сжимается, а не выталкивает «Ежедневно» */
  #tbay-header .header-native .native-header-top-meta .header-native-top-meta__item:last-child,
  #tbay-header .header-native .elementor-element-4eea4a5 .elementor-element-9b49c20,
  #tbay-header .mirey-header .native-header-top-meta .header-native-top-meta__item:last-child,
  #tbay-header .mirey-header .mirey-element-9b49c20 {
    flex: 0 1 auto;
    flex-shrink: 1;
    min-width: 0;
    max-width: var(--header-native-top-address-max, min(420px, 36vw));
    white-space: nowrap;
  }
}

#tbay-header .header-native .native-header-top-socials .elementor-icon {
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(69, 56, 46, 0.08);
  box-shadow: none;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

#tbay-header .header-native .native-header-top-socials .elementor-icon:hover {
  transform: translateY(-2px);
  background: rgba(69, 56, 46, 0.16);
  box-shadow: none;
}

#tbay-header .header-native .native-header-top-socials .elementor-icon svg {
  width: 90%;
  height: 90%;
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 992px) {
  #tbay-header .header-native .elementor-element-4eea4a5 .native-header-top-meta {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
  }
}

#tbay-header .header-native .native-header-top-meta .elementor-icon-list-item,
#tbay-header .header-native .native-header-top-meta .elementor-icon-list-item a {
  color: var(--header-native-text);
  font-size: 13px;
  line-height: 1.25;
}

#tbay-header .header-native .native-header-top-meta .elementor-icon-list-icon i {
  color: var(--header-native-accent);
}

#tbay-header .header-native__strip--main {
  background: linear-gradient(180deg, #fbe5cd 0%, var(--header-native-bg) 100%);
  border-bottom: 1px solid var(--header-native-border);
  padding: 8px 0 6px;
}

#tbay-header .header-native__main-inner--centered {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}

#tbay-header .header-native__main-inner--centered > .header-native__utility-col,
#tbay-header .header-native__main-inner--centered > .header-native__brand-col,
#tbay-header .header-native__main-inner--centered > .header-native__actions {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  flex: none;
}

@media (min-width: 1200px) {
  #tbay-header .header-native__main-inner > .header-native__search-shell {
    flex: 0 0 41.66666667% !important;
    max-width: 41.66666667% !important;
    min-width: 0;
    width: 41.66666667% !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #tbay-header .header-native__main-inner > .header-native__search-shell {
    flex: 0 0 33.33333333% !important;
    max-width: 33.33333333% !important;
    min-width: 0;
    width: 33.33333333% !important;
  }
}

#tbay-header .header-native__brand-sheet {
  background: var(--header-native-surface-strong);
  border: 1px solid rgba(139, 94, 52, 0.12);
  border-radius: 14px;
  box-shadow: var(--header-native-shadow);
  padding: 10px 13px;
}

#tbay-header .header-native__brand-sheet .logo img,
#tbay-header .header-native__brand-sheet .logo-theme img {
  max-height: 56px;
}

#tbay-header .header-native-tagline__line {
  color: var(--header-native-text);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

#tbay-header .header-native__contact-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  min-width: 0;
}

#tbay-header .header-native__contact-main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
}

#tbay-header .header-native__phones {
  min-width: 0;
  text-align: left;
}

#tbay-header .header-native__phones-label {
  display: block;
  color: var(--header-native-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 5px;
  text-transform: uppercase;
}

#tbay-header .header-native-phone-link {
  color: var(--header-native-text);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.15;
}

#tbay-header .header-native-phone-link:hover {
  color: var(--header-native-accent);
}

#tbay-header .header-native-phone-link--secondary {
  color: var(--header-native-muted);
  font-size: 21px;
  font-weight: 600;
}

#tbay-header .header-native-phone-line + .header-native-phone-line,
#tbay-header .header-native__phones .header-native-phone-link + .header-native-phone-link {
  margin-top: 5px;
}

#tbay-header .header-native__cta-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  width: 100%;
}

#tbay-header .header-native__appointment {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border: none;
  border-radius: 999px;
  background: var(--header-native-accent);
  color: #fff;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 10px 20px rgba(139, 94, 52, 0.2);
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  cursor: pointer;
}

#tbay-header .header-native__appointment-wrap {
  position: relative;
  flex-shrink: 0;
}

#tbay-header .header-native__appointment-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 40;
  min-width: 280px;
  padding: 8px;
  border: 1px solid rgba(139, 94, 52, 0.14);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(70, 45, 28, 0.16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

#tbay-header .header-native.is-appointment-open .header-native__appointment-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

#tbay-header .header-native.is-appointment-open .header-native__appointment {
  background: var(--header-native-accent-dark);
  box-shadow: 0 12px 24px rgba(103, 64, 31, 0.25);
}

#tbay-header .header-native__appointment-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  color: var(--header-native-text);
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

#tbay-header .header-native__appointment-option + .header-native__appointment-option {
  margin-top: 4px;
}

#tbay-header .header-native__appointment-option:hover,
#tbay-header .header-native__appointment-option:focus {
  background: rgba(255, 218, 185, 0.62);
  color: var(--header-native-accent-dark, #67401f);
}

#tbay-header .header-native__appointment-option:hover .header-native__appointment-option-phone,
#tbay-header .header-native__appointment-option:focus .header-native__appointment-option-phone {
  color: var(--header-native-accent-dark, #67401f);
}

#tbay-header .header-native__appointment-option-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 250, 244, 0.95);
}

#tbay-header .header-native__appointment-option-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

#tbay-header .header-native__appointment-option-icon--phone i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  color: var(--mf-phone-icon, #3da95a);
}

#tbay-header .header-native__appointment-option-icon--phone i.tb-icon-phone-call-1::before {
  display: block;
  line-height: 1;
}

#tbay-header .header-native__appointment-option-text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

#tbay-header .header-native__appointment-option-label {
  font-weight: 700;
}

#tbay-header .header-native__appointment-option-phone {
  color: var(--header-native-accent-dark);
  font-weight: 700;
  white-space: nowrap;
}

#tbay-header .header-native__appointment:hover,
#tbay-header .header-native__appointment:focus {
  background: var(--header-native-accent-dark);
  color: #fff;
  box-shadow: 0 12px 24px rgba(103, 64, 31, 0.25);
  transform: translateY(-1px);
}

#tbay-header .header-native__icons-inline {
  gap: 8px;
}

#tbay-header .header-native__icons-inline .header-icon > a,
#tbay-header .header-native__icons-inline .tbay-login > a,
#tbay-header .header-native__icons-inline .wishlist,
#tbay-header .header-native__icons-inline .cart-dropdown .dropdown-toggle {
  width: 45.6px;
  height: 45.6px;
  border: 1px solid rgba(139, 94, 52, 0.14);
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.82);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

#tbay-header .header-native__icons-inline .header-icon > a:hover,
#tbay-header .header-native__icons-inline .tbay-login > a:hover,
#tbay-header .header-native__icons-inline .wishlist:hover,
#tbay-header .header-native__icons-inline .cart-dropdown .dropdown-toggle:hover {
  background: #fff;
  border-color: rgba(139, 94, 52, 0.28);
  transform: translateY(-1px);
}

#tbay-header .header-native__icons-inline .tbay-login i,
#tbay-header .header-native__icons-inline .top-wishlist i,
#tbay-header .header-native__icons-inline .cart-dropdown .cart-icon i {
  color: var(--header-native-text);
  font-size: 21.6px;
}

#tbay-header .header-native__icons-inline .cart-dropdown .cart-icon span.mini-cart-items,
#tbay-header .header-native__icons-inline .top-wishlist .count_wishlist {
  min-width: 19.2px;
  line-height: 19.2px;
  font-size: 12px;
  right: -2.4px;
  left: auto;
  background-color: #8b5e34;
  background: #8b5e34;
  color: #fff;
}

#tbay-header .header-native__search-shell .tbay-search-form .form-group .input-group {
  background: var(--header-native-surface-strong);
  border: 1px solid rgba(139, 94, 52, 0.16);
  border-radius: 999px;
  min-height: 50px;
  box-shadow: 0 10px 26px rgba(70, 45, 28, 0.08);
  overflow: hidden;
}

#tbay-header .header-native__search-shell .tbay-search-form .tbay-search,
#tbay-header .header-native__search-shell .tbay-search-form .select-category,
#tbay-header .header-native__search-shell .tbay-search-form .select-category > select {
  height: 50px;
}

#tbay-header .header-native__search-shell .tbay-search-form .tbay-search {
  color: var(--header-native-text);
  font-size: 14px;
  padding-left: 20px;
}

#tbay-header .header-native__search-shell .tbay-search-form .tbay-search::placeholder {
  color: rgba(47, 36, 29, 0.56);
}

#tbay-header .header-native__search-shell .tbay-search-form .button-search.icon,
#tbay-header .header-native__search-shell .tbay-search-form .button-group {
  background-color: var(--header-native-accent);
  border-radius: 0 999px 999px 0;
  min-height: 50px;
}

#tbay-header .header-native__search-shell .tbay-search-form .button-search.icon {
  min-width: 54px;
}

#tbay-header .header-native__search-shell .tbay-search-form .button-search i {
  color: #fff;
  font-size: 17px;
}

#tbay-header .header-native__search-shell .tbay-search-form .button-search:hover {
  background-color: var(--header-native-accent-dark);
}

#tbay-header .header-native__strip--nav {
  background: rgba(255, 250, 244, 0.94);
  border-bottom: 1px solid var(--header-native-border);
  box-shadow: 0 10px 28px rgba(70, 45, 28, 0.08);
}

#tbay-header .header-native__bottom-inner {
  padding: 8px 0;
}

#tbay-header .header-native__mega-wrap .navbar-nav.megamenu {
  gap: 4px 8px;
}

#tbay-header .header-native__mega-wrap .navbar-nav.megamenu > li > a,
#tbay-header .header-native__mega-wrap .navbar-nav.megamenu > li > a .menu-title {
  border-radius: 999px;
  color: var(--header-native-text);
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  padding: 10px 13px;
  transition: background 0.2s ease, color 0.2s ease;
}

#tbay-header .header-native__mega-wrap .navbar-nav.megamenu > li:hover > a,
#tbay-header .header-native__mega-wrap .navbar-nav.megamenu > li.current-menu-item > a,
#tbay-header .header-native__mega-wrap .navbar-nav.megamenu > li.current-menu-ancestor > a {
  background: rgba(139, 94, 52, 0.1);
  color: var(--header-native-accent-dark);
}

#tbay-header .header-native__mega-wrap .navbar-nav.megamenu > li > a:after,
#tbay-header .header-native__mega-wrap .navbar-nav.megamenu > li > a .menu-title:after {
  display: none !important;
}

#tbay-header .header-native__recently-widget {
  color: var(--header-native-muted);
  position: relative;
}

#tbay-header .header-native__recently-widget .header-title {
  border: 1px solid rgba(139, 94, 52, 0.12);
  border-radius: 999px;
  color: var(--header-native-muted);
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 9px 14px;
  transition: background 0.2s ease, color 0.2s ease;
}

#tbay-header .header-native__recently-widget:hover .header-title {
  background: rgba(139, 94, 52, 0.08);
  color: var(--header-native-accent-dark);
}

#tbay-header .header-native__recently-widget .content-view {
  border: 1px solid rgba(139, 94, 52, 0.12);
  border-radius: 16px;
  box-shadow: 0 18px 34px rgba(70, 45, 28, 0.12);
}

#tbay-header .header-native__recently-widget .btn-readmore {
  background: var(--header-native-accent);
  border-radius: 999px;
  color: #fff;
}

@media (min-width: 1200px) {
  #tbay-header .header-native .container {
    max-width: 1210px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #tbay-header .header-native-tagline__line {
    font-size: 17px;
  }

  #tbay-header .header-native__appointment {
    padding: 0 14px;
  }
}

@media (max-width: 991px) {
  #tbay-header .header-native__contact-panel,
  #tbay-header .header-native__contact-main,
  #tbay-header .header-native__cta-actions {
    align-items: flex-start;
    justify-content: flex-start;
  }

  #tbay-header .header-native__cta-actions {
    flex-wrap: wrap;
  }
}

@media (min-width: 992px) {
  #tbay-header .header-native-sticky.is-sticky .header-native__strip--top,
  #tbay-header .header-native-sticky.sticky .header-native__strip--top,
  #tbay-header .header-native-sticky.active .header-native__strip--top {
    display: none;
  }

  #tbay-header .header-native-sticky.is-sticky .header-native__strip--main,
  #tbay-header .header-native-sticky.sticky .header-native__strip--main,
  #tbay-header .header-native-sticky.active .header-native__strip--main {
    padding: 9px 0;
  }

  #tbay-header .header-native-sticky.is-sticky .header-native__brand-sheet .logo img,
  #tbay-header .header-native-sticky.sticky .header-native__brand-sheet .logo img,
  #tbay-header .header-native-sticky.active .header-native__brand-sheet .logo img,
  #tbay-header .header-native-sticky.is-sticky .header-native__brand-sheet .logo-theme img,
  #tbay-header .header-native-sticky.sticky .header-native__brand-sheet .logo-theme img,
  #tbay-header .header-native-sticky.active .header-native__brand-sheet .logo-theme img {
    max-height: 44px;
  }
}

/* Service-first header refinement: search is a fallback, categories and booking lead. */
#tbay-header .header-native .elementor-element-4eea4a5.elementor-section {
  padding: 2px 0;
}

#tbay-header .header-native__strip--main {
  padding: 8px 0 6px;
}

#tbay-header .header-native__brand-sheet {
  border-radius: 12px;
  padding: 8px 12px;
}

#tbay-header .header-native__brand-sheet .logo img,
#tbay-header .header-native__brand-sheet .logo-theme img {
  max-height: 50px;
}

#tbay-header .header-native-tagline__line {
  font-size: 17px;
  line-height: 1.12;
}

#tbay-header .header-native__actions {
  min-width: 0;
  padding-right: 0;
}

#tbay-header .header-native__contact-panel {
  gap: 7px;
}

#tbay-header .header-native__contact-main {
  gap: 8px;
}

#tbay-header .header-native__phones-label {
  font-size: 11px;
  margin-bottom: 5px;
}

#tbay-header .header-native-phone-link {
  font-size: 21px;
}

#tbay-header .header-native-phone-link--secondary {
  font-size: 21px;
}

#tbay-header .header-native__cta-actions {
  flex-wrap: nowrap;
  gap: 8px;
}

#tbay-header .header-native__appointment {
  min-height: 36px;
  padding: 0 16px;
  font-size: 12px;
}

#tbay-header .header-native__compact-search {
  flex: 0 1 260px;
  max-width: 260px;
  min-width: 210px;
}

#tbay-header .header-native__compact-search .tbay-search-form,
#tbay-header .header-native__compact-search .form-group {
  margin: 0;
  width: 100%;
}

#tbay-header .header-native__compact-search .tbay-search-form .form-group .input-group {
  min-height: 36px;
  box-shadow: none;
}

#tbay-header .header-native__compact-search .tbay-search-form .tbay-search,
#tbay-header .header-native__compact-search .tbay-search-form .select-category,
#tbay-header .header-native__compact-search .tbay-search-form .select-category > select {
  height: 36px;
}

#tbay-header .header-native__compact-search .tbay-search-form .tbay-search {
  font-size: 12px;
  padding-left: 14px;
}

#tbay-header .header-native__compact-search .tbay-search-form .button-search.icon,
#tbay-header .header-native__compact-search .tbay-search-form .button-group {
  min-height: 36px;
}

#tbay-header .header-native__compact-search .tbay-search-form .button-search.icon {
  min-width: 40px;
}

#tbay-header .header-native__compact-search .tbay-search-form .button-search i {
  font-size: 14px;
}

#tbay-header .header-native__icons-inline {
  gap: 6px;
}

#tbay-header .header-native__icons-inline .header-icon > a,
#tbay-header .header-native__icons-inline .tbay-login > a,
#tbay-header .header-native__icons-inline .wishlist,
#tbay-header .header-native__icons-inline .cart-dropdown .dropdown-toggle {
  width: 38.4px;
  height: 38.4px;
  background: rgba(255, 250, 244, 0.68);
}

#tbay-header .header-native__icons-inline .tbay-login i,
#tbay-header .header-native__icons-inline .top-wishlist i,
#tbay-header .header-native__icons-inline .cart-dropdown .cart-icon i {
  font-size: 18px;
}

#tbay-header .header-native__icons-inline .cart-dropdown .cart-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 0 !important;
  line-height: 1 !important;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

#tbay-header .header-native__icons-inline .cart-dropdown .cart-icon i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding-left: 4.1px;
  padding-right: 4.1px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
  text-align: center;
}

#tbay-header .header-native__icons-inline .cart-dropdown .text-cart {
  display: none;
}

#tbay-header .header-native__strip--nav {
  box-shadow: 0 8px 20px rgba(70, 45, 28, 0.06);
}

#tbay-header .header-native__bottom-inner {
  padding: 4px 0;
}

#tbay-header .header-native__nav-col {
  flex: 0 1 auto;
  width: auto;
  max-width: 100%;
}

#tbay-header .header-native__mega-wrap .navbar-nav.megamenu {
  gap: 2px 6px;
}

#tbay-header .header-native__mega-wrap .navbar-nav.megamenu > li > a,
#tbay-header .header-native__mega-wrap .navbar-nav.megamenu > li > a .menu-title {
  font-size: 17px;
  padding: 8px 11px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #tbay-header .header-native__compact-search {
    flex-basis: 220px;
    max-width: 220px;
    min-width: 190px;
  }

  #tbay-header .header-native__appointment {
    padding: 0 12px;
  }

  #tbay-header .header-native__mega-wrap .navbar-nav.megamenu > li > a,
  #tbay-header .header-native__mega-wrap .navbar-nav.megamenu > li > a .menu-title {
    font-size: 16px;
    padding: 7px 9px;
  }
}

@media (max-width: 991px) {
  #tbay-header .header-native__compact-search {
    flex: 1 1 260px;
    max-width: 100%;
    min-width: 220px;
  }
}

/* Centered fashion/service header: brand becomes the visual anchor. */
@media (min-width: 992px) {
  #tbay-header .header-native__main-inner--centered {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    column-gap: 18px;
    row-gap: 0;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }

  #tbay-header .header-native__main-inner--centered > .header-native__utility-col,
  #tbay-header .header-native__main-inner--centered > .header-native__brand-col,
  #tbay-header .header-native__main-inner--centered > .header-native__actions {
    flex: none !important;
    max-width: 100% !important;
    min-width: 0 !important;
    width: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 0 !important;
  }

  #tbay-header .header-native__utility-col {
    justify-self: start;
  }

  #tbay-header .header-native__brand-col {
    justify-self: center;
  }

  #tbay-header .header-native__actions {
    justify-self: end;
  }
}

#tbay-header .header-native__utility-panel {
  --header-native-phone-icon-shift: calc(10px + 4px + 2px);
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0;
}

#tbay-header .header-native__utility-panel .header-native__phones {
  text-align: left;
  flex: 0 0 auto;
  width: fit-content;
  max-width: 100%;
}

@media (min-width: 992px) {
  #tbay-header .header-native__utility-col {
    display: flex;
    align-items: center;
    align-self: center;
    min-width: 0;
    overflow: visible;
  }

  #tbay-header .header-native__utility-panel .header-native__phones {
    margin-left: var(--header-native-phone-block-offset);
  }
}

@media (max-width: 991px) {
  #tbay-header .header-native__utility-col {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  #tbay-header .header-native__utility-panel .header-native__phones {
    margin-left: 0;
  }
}

#tbay-header .header-native__main-inner--centered .header-native__brand-sheet {
  max-width: 430px;
  margin: 0 auto;
  padding: 9px 14px;
  white-space: nowrap;
}

@media (min-width: 992px) {
  #tbay-header .header-native__main-inner--centered .header-native__brand-sheet {
    min-width: 430px;
    width: 430px;
    box-sizing: border-box;
  }

  /* logo-mirey.png широкий: логотип и слоган в одну строку (как с logo.svg) */
  #tbay-header .header-native__main-inner--centered .header-native__brand-sheet {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap !important;
    align-items: center;
    justify-content: center;
    gap: 10px 14px;
  }

  #tbay-header .header-native__main-inner--centered .header-native__logo-wrap {
    flex: 0 0 214px;
    width: 214px;
    min-width: 214px;
    max-width: 214px;
  }

  #tbay-header .header-native__main-inner--centered .header-native__logo-link {
    display: block;
    line-height: 0;
    width: 214px;
    min-width: 214px;
    max-width: 214px;
    flex-shrink: 0;
  }

  #tbay-header .header-native__main-inner--centered .header-native-tagline {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
  }

  #tbay-header .header-native__main-inner--centered .header-native__brand-sheet .logo img,
  #tbay-header .header-native__main-inner--centered .header-native__brand-sheet .logo-theme img,
  #tbay-header .header-native__main-inner--centered .header-native__brand-sheet .logo-mirey-img,
  #tbay-header .header-native__main-inner--centered .header-native__logo-link .logo-mirey-img {
    width: 214px;
    min-width: 214px;
    max-width: 214px;
    height: 52px;
    max-height: 52px;
    object-fit: contain;
    object-position: left center;
    flex-shrink: 0;
  }

  #tbay-header .header-native__main-inner--centered .header-native-tagline__line {
    white-space: nowrap;
  }
}

#tbay-header .header-native__main-inner--centered .header-native__brand-sheet .logo img,
#tbay-header .header-native__main-inner--centered .header-native__brand-sheet .logo-theme img,
#tbay-header .header-native__main-inner--centered .header-native__brand-sheet .logo-mirey-img {
  max-height: 52px;
}

#tbay-header .header-native__main-inner--centered .header-native-tagline__line {
  font-size: 16px;
  letter-spacing: 0;
}

#tbay-header .header-native__main-inner--centered .header-native__contact-panel {
  align-items: flex-end;
}

#tbay-header .header-native__main-inner--centered .header-native__cta-actions {
  justify-content: flex-end;
  gap: 8px;
}

#tbay-header .header-native__main-inner--centered .header-native__appointment {
  min-height: 55px;
  padding: 0 18px;
  font-size: 16px;
  box-shadow: 0 12px 24px rgba(139, 94, 52, 0.22);
}

#tbay-header .header-native__main-inner--centered .header-native__compact-search {
  flex: 0 1 200px;
  max-width: 200px;
  min-width: 170px;
}

#tbay-header .header-native__main-inner--centered .header-native__compact-search .tbay-search-form .form-group .input-group {
  min-height: 38px;
}

#tbay-header .header-native__main-inner--centered .header-native__compact-search .tbay-search-form .tbay-search,
#tbay-header .header-native__main-inner--centered .header-native__compact-search .tbay-search-form .select-category,
#tbay-header .header-native__main-inner--centered .header-native__compact-search .tbay-search-form .select-category > select {
  height: 38px;
}

#tbay-header .header-native__main-inner--centered .header-native__compact-search .tbay-search-form .button-search.icon,
#tbay-header .header-native__main-inner--centered .header-native__compact-search .tbay-search-form .button-group {
  min-height: 38px;
}

#tbay-header .header-native__main-inner--centered .header-native__compact-search .tbay-search-form .button-search.icon {
  min-width: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #tbay-header .header-native__main-inner--centered {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    column-gap: 12px;
  }

  #tbay-header .header-native__main-inner--centered .header-native__brand-sheet {
    max-width: 360px;
    min-width: 360px;
    width: 360px;
    padding: 8px 11px;
    gap: 8px 10px;
    box-sizing: border-box;
  }

  #tbay-header .header-native__main-inner--centered .header-native__logo-wrap {
    flex-basis: 164px;
    width: 164px;
    min-width: 164px;
    max-width: 164px;
  }

  #tbay-header .header-native__main-inner--centered .header-native__logo-link {
    width: 164px;
    min-width: 164px;
    max-width: 164px;
  }

  #tbay-header .header-native__main-inner--centered .header-native__brand-sheet .logo-mirey-img,
  #tbay-header .header-native__main-inner--centered .header-native__logo-link .logo-mirey-img {
    width: 164px;
    min-width: 164px;
    max-width: 164px;
    height: 40px;
    max-height: 40px;
    object-fit: contain;
    object-position: left center;
  }

  #tbay-header .header-native__main-inner--centered .header-native-tagline__line {
    font-size: 14px;
  }

  #tbay-header .header-native__main-inner--centered .header-native__compact-search {
    flex-basis: 120px;
    max-width: 120px;
    min-width: 110px;
  }

  #tbay-header .header-native__main-inner--centered .header-native__compact-search .tbay-search-form .form-group .input-group {
    width: 100%;
  }

  #tbay-header .header-native__main-inner--centered .header-native__compact-search .tbay-search {
    font-size: 11px;
    padding-left: 10px;
  }

  #tbay-header .header-native__main-inner--centered .header-native__icons-inline {
    gap: 4px;
  }
}

#tbay-header .header-native__main-inner--centered + .header-native__strip--nav {
  border-top: 1px solid rgba(139, 94, 52, 0.1);
}

#tbay-header .header-native__bottom-inner {
  padding: 3px 0;
}

#tbay-header .header-native__mega-wrap .navbar-nav.megamenu {
  gap: 0;
}

#tbay-header .header-native__mega-wrap .navbar-nav.megamenu > li > a,
#tbay-header .header-native__mega-wrap .navbar-nav.megamenu > li > a .menu-title {
  padding: 7px 10px;
}

/* Search overlay final layout: closed state is just the first icon. */
#tbay-header .header-native__main-inner--centered .header-native__actions {
  min-width: 0;
  max-width: 100%;
}

#tbay-header .header-native__main-inner--centered .header-native__contact-panel {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
}

#tbay-header .header-native__main-inner--centered .header-native__cta-actions {
  position: relative;
  width: fit-content;
  max-width: 100%;
}

#tbay-header .header-native__actions .offcanvas {
  position: fixed;
}

#tbay-header .header-native__appointment {
  flex-direction: column;
  gap: 1px;
  min-width: 142px;
  line-height: 1.08;
  text-align: center;
  text-transform: none;
}

#tbay-header .header-native__appointment span {
  display: block;
}

#tbay-header .header-native__icons-inline .header-native__search-toggle,
#tbay-header .header-native__icons-inline .header-icon > a,
#tbay-header .header-native__icons-inline .tbay-login > a,
#tbay-header .header-native__icons-inline .wishlist {
  width: 40.8px;
  height: 40.8px;
  box-sizing: border-box;
}

#tbay-header .header-native__icons-inline .cart-dropdown .dropdown-toggle {
  width: 55.1px;
  min-width: 55.1px;
  height: 40.8px;
  box-sizing: border-box;
  overflow: visible;
}

#tbay-header .header-native__icons-inline .header-native__search-toggle {
  border: 1px solid rgba(139, 94, 52, 0.14);
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.68);
  color: var(--header-native-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex-shrink: 0;
  line-height: 1;
  padding: 0;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

#tbay-header .header-native__icons-inline .header-native__search-toggle:hover,
#tbay-header .header-native__icons-inline .header-native__search-toggle:focus {
  background: #fff;
  border-color: rgba(139, 94, 52, 0.28);
  color: var(--header-native-accent-dark);
  transform: translateY(-1px);
}

#tbay-header .header-native__icons-inline .header-native__search-toggle i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  font-size: 18px;
  line-height: 1;
}

#tbay-header .header-native__icons-inline .header-native__search-toggle i.tb-icon-search::before {
  display: block;
  line-height: 1;
}

#tbay-header .header-native__phone-ico-wrap .mirey-icon-box-icon,
#tbay-header .header-native__phone-ico-wrap .elementor-icon-box-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin: 0 !important;
}

#tbay-header .header-native__call-circle.mirey-icon.elementor-icon {
  font-size: 30px;
  line-height: 1;
  width: 30px;
  height: 30px;
  padding: 0;
}

#tbay-header .header-native__call-circle .mirey-footer-native__phone-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  line-height: 1;
}

#tbay-header .header-native__call-circle .mirey-footer-native__phone-icon i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  font-size: 30px;
  line-height: 1;
  color: var(--mf-phone-icon, #3da95a);
}

#tbay-header .header-native__call-circle .mirey-footer-native__phone-icon i.tb-icon-phone-call-1::before {
  display: block;
  line-height: 1;
}

#tbay-header .header-native__search-panel {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: stretch;
  width: min(520px, calc(100vw - 32px));
  min-height: 46px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) translateX(8px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

#tbay-header .header-native.is-search-open .header-native__search-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) translateX(0);
  border: 1px solid rgba(47, 36, 29, 0.14);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(70, 45, 28, 0.16);
  filter: none;
  overflow: visible;
}

#tbay-header .header-native__search-shell {
  flex: 1 1 auto;
  max-width: none;
  min-width: 0;
}

#tbay-header .header-native__search-shell .tbay-search-form,
#tbay-header .header-native__search-shell .form-group {
  margin: 0;
  width: 100%;
}

/* Overlay search: одна pill-обводка на .search-panel (mantii / без template.css) */
#tbay-header .header-native__search-panel .header-native__search-shell .tbay-search-form .form-group .input-group {
  min-height: 46px;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  overflow: visible;
  align-items: stretch;
}

#tbay-header .header-native__search-panel .header-native__search-shell .tbay-search-form .select-category {
  border: 0;
  border-right: 1px solid rgba(47, 36, 29, 0.1);
  border-radius: 0;
  background: transparent;
}

#tbay-header .header-native__search-panel .header-native__search-shell .tbay-search-form .SumoSelect > .CaptionCont {
  border: 0;
  box-shadow: none;
  background: transparent;
}

#tbay-header .header-native__search-panel .header-native__search-shell .tbay-search-form .tbay-search {
  color: var(--header-native-text);
  font-size: 14px;
  padding-left: 18px;
  border: 0;
  box-shadow: none;
  outline: none;
  background: transparent;
}

#tbay-header .header-native__search-panel .header-native__search-shell .tbay-search-form .tbay-search,
#tbay-header .header-native__search-panel .header-native__search-shell .tbay-search-form .select-category,
#tbay-header .header-native__search-panel .header-native__search-shell .tbay-search-form .select-category > select {
  height: 46px;
}

#tbay-header .header-native__search-panel .header-native__search-shell .tbay-search-form .button-search.icon,
#tbay-header .header-native__search-panel .header-native__search-shell .tbay-search-form .button-group {
  min-height: 46px;
  width: 46px;
  min-width: 46px;
  max-width: 46px;
  flex: 0 0 46px;
  background: var(--header-native-accent);
  border: 0;
  border-radius: 0;
}

#tbay-header .header-native__search-panel .header-native__search-shell .tbay-search-form .button-search.icon {
  min-width: 46px;
  padding: 0;
}

#tbay-header .header-native__search-panel .header-native__search-shell .tbay-search-form .button-search i {
  color: #fff;
  font-size: 17px;
}

#tbay-header .header-native__search-panel .header-native__search-shell .tbay-search-form .button-search:hover {
  background: var(--header-native-accent-dark);
}

#tbay-header .header-native__search-panel .header-native__search-close {
  width: 46px;
  min-width: 46px;
  max-width: 46px;
  height: 46px;
  border: 0;
  border-left: 1px solid rgba(47, 36, 29, 0.1);
  border-radius: 0;
  background: transparent;
  color: rgba(47, 36, 29, 0.58);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

#tbay-header .header-native__search-panel .header-native__search-close span {
  display: block;
  line-height: 1;
  transform: translateY(-0.08em);
}

#tbay-header .header-native__search-panel .header-native__search-close:hover,
#tbay-header .header-native__search-panel .header-native__search-close:focus {
  background: rgba(255, 250, 244, 0.95);
  color: var(--header-native-text);
}

@media (min-width: 992px) and (max-width: 1199px) {
  #tbay-header .header-native__search-panel {
    width: min(430px, calc(100vw - 32px));
  }

  #tbay-header .header-native__appointment {
    min-width: 126px;
  }
}

@media (max-width: 991px) {
  #tbay-header .header-native__search-panel {
    left: 0;
    right: auto;
    width: min(100%, calc(100vw - 30px));
  }

  #tbay-header .header-native__appointment-menu {
    left: 0;
    right: auto;
    min-width: min(280px, calc(100vw - 30px));
  }
}


/* Mobile above-the-fold refresh */
@media (max-width: 1199px) {
  body .topbar-device-mobile {
    min-height: 66px;
    box-sizing: border-box;
    padding: 0 14px;
    margin-bottom: 0;
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    grid-template-rows: minmax(0, auto);
    grid-auto-rows: 0;
    align-items: center;
    gap: 0 8px;
    background: #fff;
    border-bottom: 1px solid rgba(47, 36, 29, 0.08);
    box-shadow: 0 6px 18px rgba(47, 36, 29, 0.06);
  }

  /* clearfix::after + search-device давали 2-ю строку grid и +8px row-gap */
  body .topbar-device-mobile.clearfix::before,
  body .topbar-device-mobile.clearfix::after {
    display: none !important;
    content: none !important;
  }

  body .topbar-device-mobile > * {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  body .topbar-device-mobile .search-device {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
    visibility: hidden !important;
  }

  body .topbar-device-mobile .device-mini_cart .offcanvas {
    position: fixed !important;
  }

  body .topbar-device-mobile .active-mobile {
    grid-column: 1;
    justify-self: start;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    max-width: none;
  }

  body .topbar-device-mobile .active-mobile .btn {
    width: 36px;
    height: 36px;
    min-width: 36px;
    max-width: 36px;
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 24px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111;
  }

  body .topbar-device-mobile .active-mobile .btn i,
  body .topbar-device-mobile .active-mobile .btn i::before {
    font-size: 24px;
    line-height: 1;
    vertical-align: middle;
  }

  body .topbar-device-mobile .active-mobile i {
    font-size: 24px;
    line-height: 1;
    display: block;
    vertical-align: middle;
  }

  body .topbar-device-mobile .mobile-logo {
    grid-column: 2;
    justify-self: center;
    min-width: 0;
    width: auto;
    margin: 0;
    text-align: center;
    /* template.css: flex + align-items:center сжимает до 56px; block — как на mantii (~66px) */
    display: block !important;
    flex: unset !important;
    align-items: unset !important;
    justify-content: unset !important;
  }

  body .topbar-device-mobile .mobile-logo a,
  body .topbar-device-mobile .mobile-logo .logo-theme {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  body .topbar-device-mobile .mobile-logo img,
  body .topbar-device-mobile .mobile-logo .logo-mobile-img {
    display: block;
    width: auto;
    object-fit: contain;
  }

  body .topbar-device-mobile .device-mini_cart {
    grid-column: 3;
    justify-self: end;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    max-width: none;
  }

  body .topbar-device-mobile .device-mini_cart .tbay-topcart,
  body .topbar-device-mobile .device-mini_cart .cart-dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
  }

  body .topbar-device-mobile .device-mini_cart .dropdown-toggle {
    width: 38px;
    min-width: 38px;
    height: 38px;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #111;
  }

  /* template.css: .tbay-topcart .dropdown-toggle:after — без template.css на mantii */
  body .topbar-device-mobile .device-mini_cart .dropdown-toggle::after,
  body .topbar-device-mobile .tbay-topcart .dropdown-toggle::after {
    display: none !important;
    content: none !important;
    border: none !important;
    margin: 0 !important;
  }

  body .topbar-device-mobile .device-mini_cart .dropdown-toggle > span:not(.mini-cart-items) {
    display: none;
  }

  body .topbar-device-mobile .device-mini_cart i {
    font-size: 20px;
    line-height: 1;
    display: block;
    vertical-align: middle;
    font-weight: normal;
  }

  body .topbar-device-mobile .device-mini_cart .mini-cart-items {
    position: absolute;
    top: -3px;
    right: -4px;
    left: auto;
    max-width: 20px;
    height: auto;
    padding: 0 4px;
    line-height: 18px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    background: #ffdab9 !important;
    color: #fff !important;
    box-sizing: border-box;
    white-space: nowrap;
    border: 2px solid #fff;
  }

  body .topbar-device-mobile .search-device,
  body .topbar-device-mobile .show_search_panel,
  body .topbar-device-mobile .topbar-title {
    display: none !important;
  }

  /* Без template.css (mantii): Bootstrap underline/color на logo+cart */
  body .topbar-device-mobile a,
  body .topbar-device-mobile a:hover,
  body .topbar-device-mobile a:focus {
    text-decoration: none !important;
  }

  body .topbar-device-mobile .mobile-logo a {
    color: inherit;
  }

  body .topbar-device-mobile .device-mini_cart .dropdown-toggle,
  body .topbar-device-mobile .device-mini_cart .dropdown-toggle:hover,
  body .topbar-device-mobile .device-mini_cart .dropdown-toggle:focus {
    color: #111;
  }
}

@media (max-width: 991px) {
  body .topbar-device-mobile .mobile-logo {
    justify-self: start;
    text-align: left;
  }

  body .topbar-device-mobile .mobile-logo a,
  body .topbar-device-mobile .mobile-logo .logo-theme {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    max-width: 100%;
  }

  body .topbar-device-mobile .mobile-logo a img,
  body .topbar-device-mobile .mobile-logo img,
  body .topbar-device-mobile .mobile-logo .logo-mobile-img {
    max-width: 120px;
    max-height: 56px;
    padding-top: 5px !important;
    flex: 0 0 auto;
  }

  body .topbar-device-mobile .mobile-logo__tagline {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-top: 5px;
    white-space: normal;
  }

  body .topbar-device-mobile .mobile-logo__tagline-line {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 19px;
    line-height: 1.12;
    font-weight: 600;
    letter-spacing: 0;
    color: #000;
  }
}



/* ==========================================================================
   Mirey header aliases (Elementor-free naming, same visual rules)
   ========================================================================== */
#tbay-header .mirey-header .mirey-element-4eea4a5.mirey-section {
  background: linear-gradient(90deg, #f9e4cd 0%, #f6dcc0 100%);
  border-bottom: 1px solid var(--header-native-border);
  padding: 5px 0 4px;
}

#tbay-header .mirey-header .mirey-element-4eea4a5 .mirey-container.mirey-column-gap-default {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  min-height: 40px;
}

#tbay-header .mirey-header .mirey-element-4eea4a5 .mirey-element-87a1de4,
#tbay-header .mirey-header .mirey-element-4eea4a5 .mirey-element-58dbf52 {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

#tbay-header .mirey-header .mirey-element-4eea4a5 .mirey-widget-wrap > .mirey-element,
#tbay-header .mirey-header .mirey-element-4eea4a5 .native-header-top-socials > .header-native-social-link,
#tbay-header .mirey-header .mirey-element-4eea4a5 .native-header-top-meta > .header-native-top-meta__item {
  width: auto;
  max-width: 100%;
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  #tbay-header .mirey-header .mirey-element-4eea4a5 .mirey-container.mirey-column-gap-default {
    align-items: stretch;
  }

  #tbay-header .mirey-header .mirey-element-4eea4a5 .mirey-element-87a1de4 {
    width: var(--header-native-top-social-col);
    flex: 0 0 var(--header-native-top-social-col);
    max-width: var(--header-native-top-social-col);
    display: flex;
    align-items: center;
  }

  #tbay-header .mirey-header .mirey-element-4eea4a5 .mirey-element-58dbf52 {
    width: var(--header-native-top-meta-col);
    flex: 0 0 var(--header-native-top-meta-col);
    max-width: var(--header-native-top-meta-col);
    display: flex;
    align-items: center;
  }

  #tbay-header .mirey-header .mirey-element-4eea4a5 .native-header-top-meta {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    width: 100%;
  }
}

#tbay-header .mirey-header .native-header-top-socials .mirey-icon {
  display: inline-flex;
  line-height: 0;
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(69, 56, 46, 0.08);
  box-shadow: none;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

#tbay-header .mirey-header .native-header-top-socials .mirey-icon:hover {
  transform: translateY(-2px);
  background: rgba(69, 56, 46, 0.16);
  box-shadow: none;
}

#tbay-header .mirey-header .native-header-top-socials .mirey-icon svg {
  width: 90%;
  height: 90%;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

#tbay-header .mirey-header .native-header-top-socials {
  min-height: 35px;
  align-items: center;
}

#tbay-header .mirey-header .native-header-top-meta .mirey-widget-container ul.mirey-icon-list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

#tbay-header .header-native .native-header-top-meta .header-native-top-meta__item,
#tbay-header .mirey-header .native-header-top-meta .header-native-top-meta__item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--header-native-text);
  font-size: 13px;
  line-height: 1.25;
  text-decoration: none;
}

#tbay-header .header-native .native-header-top-meta .header-native-top-meta__icon i,
#tbay-header .mirey-header .native-header-top-meta .header-native-top-meta__icon i {
  font-size: 14px;
  color: var(--header-native-accent);
  margin-top: 0;
}

#tbay-header .mirey-header .native-header-top-meta .mirey-icon-list-item,
#tbay-header .mirey-header .native-header-top-meta .mirey-icon-list-item a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--header-native-text);
  font-size: 13px;
  line-height: 1.25;
  text-decoration: none;
}

#tbay-header .mirey-header .native-header-top-meta .mirey-icon-list-icon i {
  font-size: 14px;
  color: var(--header-native-accent);
  margin-top: 0;
}

#tbay-header .header-native .native-header-top-meta .elementor-element-2883dce .elementor-icon-list-item,
#tbay-header .header-native .native-header-top-meta .elementor-element-2883dce .elementor-icon-list-item a,
#tbay-header .header-native .native-header-top-meta .elementor-element-2883dce .header-native-top-meta__text,
#tbay-header .mirey-header .native-header-top-meta .mirey-element-2883dce .mirey-icon-list-item,
#tbay-header .mirey-header .native-header-top-meta .mirey-element-2883dce .mirey-icon-list-item a,
#tbay-header .mirey-header .native-header-top-meta .mirey-element-2883dce .header-native-top-meta__text,
#tbay-header .mirey-header .native-header-top-meta .mirey-element-2883dce .mirey-icon-list-text {
  font-size: 14px;
}

#tbay-header .mirey-header .native-header-top-meta .mirey-element-9b49c20 .mirey-icon-list-text,
#tbay-header .mirey-header .native-header-top-meta .mirey-element-9b49c20 .header-native-top-meta__text {
  font-style: oblique;
}

/* Расписание: padding-right 20px (как в инспекторе) — в конце каскада, без gap у .native-header-top-meta */
@media (min-width: 992px) {
  #tbay-header .header-native .native-header-top-meta > .header-native-top-meta__item.elementor-element-2883dce,
  #tbay-header .header-native .native-header-top-meta > .header-native-top-meta__item.mirey-element-2883dce,
  #tbay-header .header-native .elementor-element-4eea4a5 .native-header-top-meta > .elementor-element-2883dce,
  #tbay-header .header-native .elementor-element-2883dce,
  #tbay-header .mirey-header .native-header-top-meta > .header-native-top-meta__item.elementor-element-2883dce,
  #tbay-header .mirey-header .native-header-top-meta > .header-native-top-meta__item.mirey-element-2883dce,
  #tbay-header .mirey-header .mirey-element-2883dce {
    padding-right: 38px;
    box-sizing: border-box;
  }
}

#tbay-header .mirey-header .header-native__brand-sheet .mirey-element-b88b4aa > .mirey-element-populated,
#tbay-header .mirey-header .header-native__brand-sheet .header-native__logo-wrap,
#tbay-header .mirey-header .header-native__brand-sheet .header-native-tagline,
#tbay-header .mirey-header .header-native__brand-sheet .mirey-element-6efae02 > .mirey-element-populated {
  padding: 0 !important;
}

#tbay-header .mirey-header .header-native__icons-inline .mirey-widget-container,
#tbay-header .mirey-header .header-native__icons-inline .mirey-widget-tbay-wishlist,
#tbay-header .mirey-header .header-native__icons-inline .mirey-widget-tbay-mini-cart {
  display: inline-flex;
  align-items: center;
}



#tbay-header .mirey-header .mirey-widget-tbay-nav-menu .tbay-horizontal .navbar-nav.megamenu.menu,
#tbay-header .mirey-header .mirey-widget-tbay-nav-menu .tbay-horizontal .navbar-nav.flex-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content: center !important;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
  width: auto;
}

/* ===== template.css replacement (mmenu, megamenu, mobile topbar baseline) ===== */

/* ===== Mobile mmenu (offcanvas) ===== */

/**
 * Mobile offcanvas menu (jQuery mmenu) — без hara/css/template.css.
 * Источник: template.css § mmenu (~855–872), navbar-offcanvas (~163–170).
 */

.mm-hidden {
  display: none !important;
}

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-wrapper_opened {
  overflow-x: hidden;
}

.mm-wrapper_opening {
  overflow: hidden;
}

.mm-page,
#mmenu-blocker {
  box-sizing: border-box;
}

.mm-slideout {
  transition: transform 0.3s ease;
  z-index: 1;
  position: relative;
}

/* template.css: контент не сдвигается — выезжает только панель меню */
.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout,
.mm-wrapper_opened .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
  transform: none;
}

/* Bootstrap .navbar { display:flex } ломает закрытое меню — display:block + transform */
#tbay-mobile-menu-navbar.mm-menu_offcanvas {
  display: block !important;
  position: fixed !important;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  z-index: 10050;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
  margin: 0;
  padding: 0;
  border: 0;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  background: #fffaf4;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  transition: transform 0.3s ease;
}

#tbay-mobile-menu-navbar.mm-menu_offcanvas:not(.mm-menu_opened) {
  transform: translate3d(-80vw, 0, 0);
  box-shadow: none;
}

#tbay-mobile-menu-navbar.mm-menu_offcanvas.mm-menu_opened {
  transform: translate3d(0, 0, 0);
  box-shadow: 12px 0 40px rgba(70, 45, 28, 0.18);
}

html.header-mobile-menu--closing #tbay-mobile-menu-navbar.mm-menu_offcanvas,
html.header-mobile-menu--closing #tbay-mobile-menu-navbar.mm-menu_offcanvas.mm-menu_opened {
  transform: translate3d(-80vw, 0, 0);
  box-shadow: none;
  transition: transform 0.15s ease;
  transition-delay: 0s;
}

html.header-mobile-menu--closing .mm-page__blocker,
html.header-mobile-menu--closing #mmenu-blocker {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  transition-delay: 0s;
}

.mm-page__blocker {
  background: transparent;
  width: 0;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10040;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.mm-wrapper_opening .mm-page__blocker,
.mm-wrapper_opened .mm-page__blocker {
  background: rgba(47, 36, 29, 0.45);
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: auto;
}

#mmenu-blocker {
  background: rgba(47, 36, 29, 0.45);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10040;
}

.mm-wrapper_opening #mmenu-blocker,
.mm-wrapper_opened #mmenu-blocker {
  display: block;
}

#tbay-mobile-menu-navbar.mm-menu {
  box-sizing: border-box;
}

#tbay-mobile-menu-navbar .mm-panels {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: inherit;
  overflow: hidden;
}

#tbay-mobile-menu-navbar .mm-panel {
  position: absolute;
  inset: 0;
  z-index: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: inherit;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform-origin: top left;
  transition: transform 0.35s ease, opacity 0.35s ease;
  opacity: 0;
}

#tbay-mobile-menu-navbar .mm-panel:not(.mm-hidden) {
  display: block;
  opacity: 1;
  padding-bottom: 50px;
}

#tbay-mobile-menu-navbar .mm-panel_opened {
  z-index: 1;
  transform: translate(0, 0);
}

#tbay-mobile-menu-navbar .mm-panel_opened-parent {
  z-index: 0;
  transform: translate(-30%, 0);
}

#tbay-mobile-menu-navbar .mm-panel_highest {
  z-index: 2;
}

#tbay-mobile-menu-navbar #main-mobile-menu-mmenu > .mm-navbar {
  display: none;
}

#mmenu-close {
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 5;
}

#mmenu-close .btn-toggle-canvas {
  padding: 8px;
  line-height: 1;
  font-size: 22px;
  font-weight: 600;
  border: 0;
  background: transparent;
  color: #2f241d;
}

#tbay-mobile-menu-navbar .mm-navbar {
  display: none;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 48px;
  margin: 0;
  border-bottom: 1px solid rgba(139, 94, 52, 0.18);
  background: #fff8f2;
  line-height: 1.2;
}

#tbay-mobile-menu-navbar .mm-panel_has-navbar .mm-navbar {
  display: flex;
}

#tbay-mobile-menu-navbar .mm-navbar__title {
  flex: 1;
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 600;
  color: #2f241d;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 10px 0;
}

#tbay-mobile-menu-navbar .mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 4px;
  z-index: 2;
}

#tbay-mobile-menu-navbar .mm-navbar__btn.mm-btn_prev {
  left: 4px;
}

#tbay-mobile-menu-navbar .mm-btn_prev::before {
  content: "\e007";
  font-family: "tb-icon";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #806b5e;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

#tbay-mobile-menu-navbar .mm-btn_next::after {
  content: "\e008";
  font-family: "tb-icon";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #806b5e;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

#tbay-mobile-menu-navbar .mm-listview,
#tbay-mobile-menu-navbar .mm-listitem {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

#tbay-mobile-menu-navbar .mm-listview {
  padding-top: 52px;
}

#tbay-mobile-menu-navbar .mm-listview.sub-menu {
  padding-top: 12px;
}

#tbay-mobile-menu-navbar .mm-listitem {
  position: relative;
  color: #2f241d;
  border-bottom: 1px solid rgba(139, 94, 52, 0.12);
}

#tbay-mobile-menu-navbar .mm-listitem > a,
#tbay-mobile-menu-navbar .mm-listitem > span {
  display: block;
  padding: 14px 20px;
  margin: 0;
  line-height: 1.35;
  font-size: 17px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  color: inherit;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#tbay-mobile-menu-navbar .mm-listitem > a .menu-title {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

#tbay-mobile-menu-navbar .mm-listitem > a:hover,
#tbay-mobile-menu-navbar .mm-listitem > a:focus {
  color: #67401f;
  background: rgba(255, 218, 185, 0.45);
}

#tbay-mobile-menu-navbar .mm-listitem.current-menu-item > a,
#tbay-mobile-menu-navbar .mm-listitem.current_page_item > a {
  color: #67401f;
  background: rgba(139, 94, 52, 0.1);
}

#tbay-mobile-menu-navbar .mm-listitem .caret {
  display: none;
}

#tbay-mobile-menu-navbar .mm-listitem .mm-btn_next {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 52px;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  z-index: 2;
}

#tbay-mobile-menu-navbar .mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) + a,
#tbay-mobile-menu-navbar .mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) + span {
  margin-right: 52px;
}

#tbay-mobile-menu-navbar .mm-listview.sub-menu > li {
  margin: 0 12px;
}

#tbay-mobile-menu-navbar .mm-listview.sub-menu > li > a {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
  padding: 12px 8px;
  border-bottom: 1px solid rgba(139, 94, 52, 0.12);
}

#tbay-mobile-menu-navbar.navbar-offcanvas .navbar-nav {
  width: 100%;
  float: none;
}

#tbay-mobile-menu-navbar.navbar-offcanvas .navbar-nav .caret {
  display: none;
}

html.mm-wrapper_opening a[href="#tbay-mobile-menu-navbar"],
html.mm-wrapper_opened a[href="#tbay-mobile-menu-navbar"] {
  pointer-events: none;
}

/* Topbar burger/cross: header-mobile-menu--* — без мигания при закрытии (mm-wrapper_opened отстаёт) */
.topbar-device-mobile .active-mobile a[href="#page"] {
  display: none !important;
}

.topbar-device-mobile .active-mobile a[href="#tbay-mobile-menu-navbar"] {
  display: inline-flex !important;
}

html.header-mobile-menu--opening .topbar-device-mobile .active-mobile a[href="#page"],
html.header-mobile-menu--opened .topbar-device-mobile .active-mobile a[href="#page"] {
  display: inline-flex !important;
}

html.header-mobile-menu--opening .topbar-device-mobile .active-mobile a[href="#tbay-mobile-menu-navbar"],
html.header-mobile-menu--opened .topbar-device-mobile .active-mobile a[href="#tbay-mobile-menu-navbar"] {
  display: none !important;
}

html.header-mobile-menu--closing .topbar-device-mobile .active-mobile a[href="#page"] {
  display: none !important;
}

html.header-mobile-menu--closing .topbar-device-mobile .active-mobile a[href="#tbay-mobile-menu-navbar"] {
  display: inline-flex !important;
}

/* Fallback до bind JS / если mmenu-классы ещё на html */
html.mm-wrapper_opened:not(.header-mobile-menu--closing) .topbar-device-mobile .active-mobile a[href="#tbay-mobile-menu-navbar"],
html.mm-wrapper_opening:not(.header-mobile-menu--closing) .topbar-device-mobile .active-mobile a[href="#tbay-mobile-menu-navbar"] {
  display: none !important;
}

html.mm-wrapper_opened:not(.header-mobile-menu--closing):not(.header-mobile-menu--opening) .topbar-device-mobile .active-mobile a[href="#page"] {
  display: inline-flex !important;
}

html.header-mobile-menu--closing.mm-wrapper_opened .topbar-device-mobile .active-mobile a[href="#page"],
html.header-mobile-menu--closing.mm-wrapper_opening .topbar-device-mobile .active-mobile a[href="#page"] {
  display: none !important;
}

html.header-mobile-menu--closing.mm-wrapper_opened .topbar-device-mobile .active-mobile a[href="#tbay-mobile-menu-navbar"],
html.header-mobile-menu--closing.mm-wrapper_opening .topbar-device-mobile .active-mobile a[href="#tbay-mobile-menu-navbar"] {
  display: inline-flex !important;
}

.tbay-mmenu {
  display: none;
}

body.admin-bar #tbay-mobile-menu-navbar.mm-menu_offcanvas {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar #tbay-mobile-menu-navbar.mm-menu_offcanvas {
    top: 46px;
  }
}

/* ===== Mobile/tablet: только topbar-device-mobile (template.css @max-width 1199) ===== */

@media (max-width: 1199px) {
  #tbay-header {
    display: none !important;
  }

  .topbar-device-mobile {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1002;
    width: 100%;
  }

  .topbar-device-mobile.clearfix::after {
    display: none !important;
    content: none !important;
  }

  .topbar-device-mobile .search-device {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  .wrapper-container {
    padding-top: 64.8px;
  }

  body.tbay-search-mb .wrapper-container {
    padding-top: 64.8px;
  }
}

@media (max-width: 782px) {
  body.admin-bar .topbar-device-mobile {
    top: 46px;
  }

  body.admin-bar .wrapper-container {
    padding-top: 110.8px;
  }

  body.admin-bar.tbay-search-mb .wrapper-container {
    padding-top: 110.8px;
  }
}

@media (max-width: 600px) {
  body.admin-bar .topbar-device-mobile {
    top: 0;
  }

  body.admin-bar .wrapper-container {
    padding-top: 64.8px;
  }
}

/* ===== Nav strip: как на главной (без template.css) ===== */

@media (min-width: 992px) {
  #tbay-header .header-native__strip--nav .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }

  #tbay-header .header-native__strip--nav .header-native__bottom-inner {
    justify-content: center;
    padding: 3px 0;
  }

  #tbay-header .header-native__strip--nav .header-native__nav-col {
    flex: 0 1 auto;
    width: auto;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 18px;
  }

  #tbay-header .header-native__strip--nav .native-nav-widget,
  #tbay-header .header-native__strip--nav .header-native__mega-wrap,
  #tbay-header .header-native__strip--nav .mirey-nav-menu__container,
  #tbay-header .header-native__strip--nav .navbar-nav.megamenu {
    min-width: 1160px;
  }

  #tbay-header .header-native__strip--nav .native-nav-widget,
  #tbay-header .header-native__strip--nav .header-native__mega-wrap,
  #tbay-header .header-native__strip--nav .mirey-nav-menu__container {
    width: auto !important;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }

  #tbay-header .header-native .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav.megamenu.menu,
  #tbay-header .header-native .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav.flex-row,
  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav.megamenu,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav.megamenu,
  #tbay-header .mirey-header .mirey-widget-tbay-nav-menu .tbay-horizontal .navbar-nav.megamenu.menu,
  #tbay-header .mirey-header .mirey-widget-tbay-nav-menu .tbay-horizontal .navbar-nav.flex-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: center;
    list-style: none;
    padding-left: 0;
    margin: 0 auto;
    width: auto;
    max-width: none;
    column-gap: 0;
    row-gap: 0;
    gap: 0;
  }

  #tbay-header .header-native__mega-wrap .navbar-nav.megamenu > li,
  #tbay-header .mirey-header .mirey-nav-menu__container .navbar-nav.megamenu > li {
    margin: 0;
    flex: 0 0 auto;
  }

  #tbay-header .header-native__strip--nav .navbar-nav.megamenu > li > a,
  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav > li > a,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav > li > a {
    margin: 0 14px;
    padding: 0;
    display: block;
    background: transparent;
    text-decoration: none;
    border-radius: 0;
  }

  #tbay-header .header-native__strip--nav .navbar-nav.megamenu > li > a .menu-title,
  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav > li > a .menu-title,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav > li > a .menu-title {
    margin: 0;
    padding: 8px 21px;
    display: inline-block;
    border-radius: 999px;
    font-family: "Cormorant Garamond", serif;
    font-size: 17px;
    font-weight: 600;
    color: var(--header-native-text, #462d28);
    background: transparent;
    transition: background 0.2s ease, color 0.2s ease;
  }

  #tbay-header .header-native__mega-wrap .navbar-nav.megamenu > li:hover > a .menu-title,
  #tbay-header .header-native__mega-wrap .navbar-nav.megamenu > li.current-menu-item > a .menu-title,
  #tbay-header .header-native__mega-wrap .navbar-nav.megamenu > li.current-menu-ancestor > a .menu-title,
  #tbay-header .mirey-header .mirey-nav-menu__container .navbar-nav.megamenu > li:hover > a .menu-title,
  #tbay-header .mirey-header .mirey-nav-menu__container .navbar-nav.megamenu > li.current-menu-item > a .menu-title,
  #tbay-header .mirey-header .mirey-nav-menu__container .navbar-nav.megamenu > li.current-menu-ancestor > a .menu-title {
    background: rgba(139, 94, 52, 0.1);
    color: var(--header-native-text, #2f241d);
  }
}

/* ===== Main header row — фрагменты template.css (без 1.1 MB) ===== */

@media (min-width: 768px) {
  #tbay-header .header-native__strip--main .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}

#tbay-header .header-native .header-right,
#tbay-header .mirey-header .header-right {
  text-align: right;
  position: static;
}

#tbay-header .header-native .header-right > div,
#tbay-header .mirey-header .header-right > div {
  display: inline-block !important;
  vertical-align: middle;
  padding-left: 8px;
  padding-right: 8px;
}

#tbay-header .header-native .header-right > div:first-child,
#tbay-header .mirey-header .header-right > div:first-child {
  padding-left: 0;
}

#tbay-header .header-native .header-right > div:last-child,
#tbay-header .mirey-header .header-right > div:last-child {
  padding-right: 0;
}

#tbay-header .header-native__main-inner--centered .header-native__contact-panel {
  display: inline-block !important;
  vertical-align: middle;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
}

#tbay-header .header-native__utility-col,
#tbay-header .header-native__utility-panel,
#tbay-header .header-native__phones {
  line-height: normal;
}

#tbay-header .header-native__phones-label {
  line-height: 1;
}

#tbay-header .header-native__phones .header-native-phone-link {
  line-height: 1.15;
}

@media (min-width: 992px) {
  #tbay-header .header-native__main-inner--centered {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    column-gap: 18px;
    row-gap: 0;
    align-items: center;
  }

  /* gap-lg-3 = 1rem: на mantii html 16px → 16px, на главной 20px → 20px */
  #tbay-header .header-native__main-inner--centered .header-native__brand-sheet {
    gap: 20px !important;
    column-gap: 20px !important;
  }
}

/* ===== Иконки шапки: search / wishlist / cart (как style.css + template.css) ===== */

#tbay-header .header-native__icons-inline {
  display: inline-flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

#tbay-header .header-native__icons-inline .top-wishlist.mirey-widget-tbay-wishlist,
#tbay-header .header-native__icons-inline .elementor-widget-tbay-wishlist.top-wishlist {
  width: 48px;
  height: 40.8px;
  flex: 0 0 48px;
  position: relative;
}

#tbay-header .header-native__icons-inline .top-wishlist .mirey-widget-container,
#tbay-header .header-native__icons-inline .top-wishlist .elementor-widget-container {
  width: 100%;
  height: 100%;
  padding: 0;
}

#tbay-header .header-native__icons-inline .header-icon > a,
#tbay-header .header-native__icons-inline .tbay-login > a,
#tbay-header .header-native__icons-inline .wishlist,
#tbay-header .header-native__icons-inline .cart-dropdown .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  box-sizing: border-box;
}

#tbay-header .header-native__icons-inline .header-native__search-toggle,
#tbay-header .header-native__icons-inline .header-icon > a,
#tbay-header .header-native__icons-inline .tbay-login > a {
  width: 40.8px;
  height: 40.8px;
  border: 1px solid rgba(139, 94, 52, 0.14);
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.68);
}

/* template.css: .tbay-element.header-icon a + .top-wishlist i */
#tbay-header .header-native__icons-inline .top-wishlist .wishlist,
#tbay-header .header-native__icons-inline .tbay-element.header-icon a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 48px !important;
  min-width: 48px !important;
  height: 40.8px;
  line-height: 1;
  position: relative;
  border: 1px solid rgba(139, 94, 52, 0.14);
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.68);
  overflow: visible;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

#tbay-header .header-native__icons-inline .top-wishlist .wishlist:hover,
#tbay-header .header-native__icons-inline .top-wishlist .wishlist:focus {
  background: #fff;
  border-color: rgba(139, 94, 52, 0.28);
  transform: translateY(-1px);
}

#tbay-header .header-native__icons-inline .cart-dropdown .dropdown-toggle {
  width: 55.1px;
  min-width: 55.1px;
  height: 40.8px;
  border: 1px solid rgba(139, 94, 52, 0.14);
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.68);
  overflow: visible;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

#tbay-header .header-native__icons-inline .cart-dropdown .dropdown-toggle:hover,
#tbay-header .header-native__icons-inline .cart-dropdown .dropdown-toggle:focus {
  background: #fff;
  border-color: rgba(139, 94, 52, 0.28);
  transform: translateY(-1px);
}

#tbay-header .header-native__icons-inline .cart-dropdown .cart-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 0 !important;
  line-height: 1 !important;
  padding: 0;
  background: transparent;
  border-radius: 0;
  overflow: visible;
}

#tbay-header .header-native__icons-inline .top-wishlist i,
#tbay-header .header-native__icons-inline .cart-dropdown .cart-icon i {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
}

#tbay-header .header-native__icons-inline .top-wishlist .wishlist i.tb-icon-heart {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  min-width: 0 !important;
  font-family: "tb-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 0 !important;
  text-align: center;
  flex: 0 0 auto;
}

#tbay-header .header-native__icons-inline .top-wishlist .wishlist i.tb-icon-heart::before {
  display: block;
  line-height: 1;
  font-family: "tb-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translateY(1px);
}

#tbay-header .header-native__icons-inline .cart-dropdown .cart-icon i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: auto;
  height: auto;
  padding-left: 4.1px;
  padding-right: 4.1px;
  line-height: 1;
  text-align: center;
}

#tbay-header .header-native__icons-inline .cart-dropdown .text-cart {
  display: none;
}

/* template.css: .tbay-topcart .dropdown-toggle:after */
#tbay-header .header-native__icons-inline .tbay-topcart .dropdown-toggle::after,
#tbay-header .header-native__icons-inline .cart-dropdown .dropdown-toggle::after {
  display: none !important;
  content: none !important;
  border: none !important;
  margin: 0 !important;
}

/* style.css service-first badges + template.css baseline */
#tbay-header .header-native__icons-inline .top-wishlist .count_wishlist,
#tbay-header .header-native__icons-inline .cart-dropdown .cart-icon span.mini-cart-items {
  position: absolute;
  top: 2px;
  right: -2.4px;
  left: auto;
  min-width: 19.2px;
  height: auto;
  padding: 0 2px;
  line-height: 19.2px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  background: #8b5e34 !important;
  color: #fff !important;
  box-sizing: border-box;
  white-space: nowrap;
}

#tbay-header .header-native__icons-inline .top-wishlist .count_wishlist span {
  position: static;
  display: block;
  min-width: 0;
  height: auto;
  padding: 0;
  background: transparent !important;
  color: inherit !important;
  border-radius: 0;
}

/* ===== Desktop megamenu ===== */

#tbay-header .header-native__mega-wrap .menu,
#tbay-header .header-native__mega-wrap .navbar-nav.megamenu {
  padding: 0;
  margin: 0;
}

#tbay-header .header-native__mega-wrap .menu li,
#tbay-header .header-native__mega-wrap .navbar-nav.megamenu > li {
  list-style: none;
}

#tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav.megamenu,
#tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav.megamenu {
  float: none;
  width: auto;
  max-width: 100%;
  position: unset;
  z-index: 999;
}

#tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav.flex-row,
#tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav.flex-row {
  align-items: center;
}

@media (min-width: 992px) {
  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav.megamenu > li,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav.megamenu > li {
    display: inline-block;
    position: relative;
    transition: color 0.3s ease, background 0.2s ease;
  }

  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav > li.has-fullwidth,
  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav > li.sub-menu-none,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav > li.has-fullwidth,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav > li.sub-menu-none {
    position: static !important;
  }

  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav > li > a,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav > li > a {
    position: relative;
    z-index: 10;
    display: inherit;
    background: transparent;
    text-decoration: none;
  }

  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav > li.menu-item-has-children .caret,
  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav > li.active-mega-menu .caret,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav > li.menu-item-has-children .caret,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav > li.active-mega-menu .caret {
    position: relative;
    font-weight: 500;
    transition: transform 0.3s ease, color 0.3s ease;
  }

  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav > li.menu-item-has-children .caret::before,
  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav > li.active-mega-menu .caret::before,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav > li.menu-item-has-children .caret::before,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav > li.active-mega-menu .caret::before {
    content: "\e006";
    font-family: "tb-icon";
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: inherit;
    vertical-align: middle;
    display: inline-block;
    margin-left: 8px;
    color: var(--header-native-muted, #806b5e);
    transition: transform 0.3s ease, color 0.3s ease;
  }

  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav > li.menu-item-has-children:hover .caret::before,
  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav > li.active-mega-menu:hover .caret::before,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav > li.menu-item-has-children:hover .caret::before,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav > li.active-mega-menu:hover .caret::before {
    color: var(--header-native-accent-dark, #67401f);
    transform: rotate(180deg);
  }

  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav .sub-menu,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav .sub-menu,
  #tbay-header .header-native .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .sub-menu {
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    right: auto;
    display: block;
    min-width: 236px;
    width: auto;
    margin: 0;
    padding: 10px 8px 8px !important;
    list-style: none;
    background: var(--header-native-surface-strong, #fff);
    border: 1px solid var(--header-native-border, rgba(139, 94, 52, 0.18));
    border-radius: 14px;
    box-shadow: 0 18px 42px rgba(70, 45, 28, 0.14);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.22s ease, visibility 0.22s ease;
  }

  /* Невидимый «мост» между пунктом и панелью — курсор не теряет hover */
  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav .sub-menu::before,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav .sub-menu::before,
  #tbay-header .header-native .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .sub-menu::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    height: 12px;
  }

  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav > li.menu-item-has-children:hover > .sub-menu,
  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav > li.menu-item-has-children:focus-within > .sub-menu,
  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav > li.menu-item-has-children > .sub-menu:hover,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav > li.menu-item-has-children:hover > .sub-menu,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav > li.menu-item-has-children:focus-within > .sub-menu,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav > li.menu-item-has-children > .sub-menu:hover,
  #tbay-header .header-native .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav > li.menu-item-has-children:hover > .sub-menu,
  #tbay-header .header-native .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav > li.menu-item-has-children:focus-within > .sub-menu,
  #tbay-header .header-native .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav > li.menu-item-has-children > .sub-menu:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav .sub-menu > li,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav .sub-menu > li,
  #tbay-header .header-native .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .sub-menu > li {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.35;
  }

  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav .sub-menu > li > a,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav .sub-menu > li > a,
  #tbay-header .header-native .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .sub-menu > li > a {
    display: block;
    margin: 0;
    padding: 9px 12px !important;
    line-height: 1.35;
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    color: var(--header-native-text, #2f241d);
    text-decoration: none;
    border-radius: 10px;
    transition: background 0.2s ease, color 0.2s ease;
  }

  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav .sub-menu > li > a:hover,
  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav .sub-menu > li > a:focus,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav .sub-menu > li > a:hover,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav .sub-menu > li > a:focus,
  #tbay-header .header-native .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .sub-menu > li > a:hover,
  #tbay-header .header-native .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .sub-menu > li > a:focus,
  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav .sub-menu > li.current-menu-item > a,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav .sub-menu > li.current-menu-item > a {
    background: rgba(255, 218, 185, 0.62);
    color: var(--header-native-accent-dark, #67401f);
  }

  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav .sub-menu .menu-title,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav .sub-menu .menu-title,
  #tbay-header .header-native .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .sub-menu .menu-title {
    padding: 0 !important;
    margin: 0 !important;
    display: inline;
    border-radius: 0 !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    background: transparent !important;
  }

  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav .sub-menu > li.menu-item-has-children > .sub-menu,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav .sub-menu > li.menu-item-has-children > .sub-menu,
  #tbay-header .header-native .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .sub-menu > li.menu-item-has-children > .sub-menu {
    top: 0;
    left: 100%;
    right: auto;
  }

  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav .sub-menu > li.menu-item-has-children:hover > .sub-menu,
  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav .sub-menu > li.menu-item-has-children:focus-within > .sub-menu,
  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav .sub-menu > li.menu-item-has-children > .sub-menu:hover,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav .sub-menu > li.menu-item-has-children:hover > .sub-menu,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav .sub-menu > li.menu-item-has-children:focus-within > .sub-menu,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav .sub-menu > li.menu-item-has-children > .sub-menu:hover,
  #tbay-header .header-native .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .sub-menu > li.menu-item-has-children:hover > .sub-menu,
  #tbay-header .header-native .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .sub-menu > li.menu-item-has-children:focus-within > .sub-menu,
  #tbay-header .header-native .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .sub-menu > li.menu-item-has-children > .sub-menu:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav .sub-menu > li.menu-item-has-children > .sub-menu::before,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav .sub-menu > li.menu-item-has-children > .sub-menu::before,
  #tbay-header .header-native .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav .sub-menu > li.menu-item-has-children > .sub-menu::before {
    top: 0;
    left: -10px;
    width: 10px;
    height: 100%;
  }

  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav > li > .dropdown-menu,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav > li > .dropdown-menu,
  #tbay-header .header-native .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav > li > .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 15px;
    right: auto;
    display: block;
    width: calc(100% - 30px);
    min-width: 250px;
    margin: 0;
    padding: 16px 14px 18px !important;
    background: var(--header-native-surface-strong, #fff);
    border: 1px solid var(--header-native-border, rgba(139, 94, 52, 0.18));
    border-radius: 14px;
    box-shadow: 0 18px 42px rgba(70, 45, 28, 0.14);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.22s ease, visibility 0.22s ease;
  }

  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav > li > .dropdown-menu::before,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav > li > .dropdown-menu::before,
  #tbay-header .header-native .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav > li > .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    height: 12px;
  }

  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav > li.has-fullwidth > .dropdown-menu,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav > li.has-fullwidth > .dropdown-menu {
    left: 0;
    width: 100%;
  }

  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav > li.sub-menu-left > .dropdown-menu,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav > li.sub-menu-left > .dropdown-menu {
    left: 18px;
    right: auto;
  }

  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav > li.sub-menu-right > .dropdown-menu,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav > li.sub-menu-right > .dropdown-menu {
    right: 18px;
    left: auto;
  }

  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav > li.active-mega-menu:hover > .dropdown-menu,
  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav > li.active-mega-menu:focus-within > .dropdown-menu,
  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav > li.active-mega-menu > .dropdown-menu:hover,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav > li.active-mega-menu:hover > .dropdown-menu,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav > li.active-mega-menu:focus-within > .dropdown-menu,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav > li.active-mega-menu > .dropdown-menu:hover,
  #tbay-header .header-native .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav > li.active-mega-menu:hover > .dropdown-menu,
  #tbay-header .header-native .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav > li.active-mega-menu:focus-within > .dropdown-menu,
  #tbay-header .header-native .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav > li.active-mega-menu > .dropdown-menu:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav .dropdown-menu .mega-menu-item,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav .dropdown-menu .mega-menu-item {
    width: 100%;
  }
}

/*
 * Без template.css / elementor-post-51 (slim на мантиях): Elementor ставит padding 10px
 * у .elementor-element-populated — на остальных template.css даёт 0 по вертикали и 0 18px у meta.
 */
#tbay-header .header-native .elementor-element-4eea4a5 .elementor-element-87a1de4 > .elementor-element-populated,
#tbay-header .header-native .elementor-element-4eea4a5 .native-header-top-socials,
#tbay-header .mirey-header .mirey-element-4eea4a5 .mirey-element-87a1de4 > .mirey-element-populated,
#tbay-header .mirey-header .native-header-top-socials {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#tbay-header .header-native .elementor-element-4eea4a5 .elementor-element-58dbf52 > .elementor-element-populated,
#tbay-header .header-native .elementor-element-4eea4a5 .native-header-top-meta,
#tbay-header .mirey-header .mirey-element-4eea4a5 .mirey-element-58dbf52 > .mirey-element-populated,
#tbay-header .mirey-header .native-header-top-meta {
  padding: 0 10px 0 10px !important;
}

/*
 * template.css (не грузится на мантиях): лишние отступы у offcanvas-меню
 * — .mm-wrapper_opening .mm-menu_offcanvas #main-mobile-menu-mmenu { padding: 38px 30px 30px }
 * — .mm-listitem>a { margin-bottom: 25px; padding: 0 }
 */
html.mm-wrapper_opening #tbay-mobile-menu-navbar.mm-menu_offcanvas #main-mobile-menu-mmenu,
html.mm-wrapper_opened #tbay-mobile-menu-navbar.mm-menu_offcanvas #main-mobile-menu-mmenu,
#tbay-mobile-menu-navbar.mm-menu_offcanvas #main-mobile-menu-mmenu,
#tbay-mobile-menu-navbar .mm-panel {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#tbay-mobile-menu-navbar .mm-panel:not(.mm-hidden) {
  padding-bottom: 50px !important;
}

#tbay-mobile-menu-navbar .mm-listview {
  padding-top: 52px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}

#tbay-mobile-menu-navbar .mm-listitem > a,
#tbay-mobile-menu-navbar .mm-listitem > span {
  margin: 0 !important;
  padding: 14px 20px !important;
  line-height: 1.35 !important;
  font-size: 17px !important;
  font-weight: 500 !important;
}

#tbay-mobile-menu-navbar .mm-listview.sub-menu > li {
  margin: 0 12px !important;
}

#tbay-mobile-menu-navbar.navbar-offcanvas .navbar-nav > li {
  padding: 0 !important;
}

#tbay-mobile-menu-navbar.navbar-offcanvas .navbar-nav > li > a {
  padding: 14px 20px !important;
  display: block !important;
}

/* template.css / elementor-post: nav strip — отступы пунктов как на мантиях */
@media (min-width: 992px) {
  /* elementor-post-51: nav 56px (10+10) → 52px как на мантиях (8+8) */
  #tbay-header .header-native__strip--nav .mirey-nav-menu__container.elementor-nav-menu__container,
  #tbay-header .header-native__strip--nav .header-native__mega-wrap .mirey-nav-menu__container,
  #tbay-header .header-native .elementor-element-43cd067 .mirey-nav-menu__container,
  #tbay-header .header-native .mirey-element-43cd067 .mirey-nav-menu__container,
  #tbay-header .mirey-header .mirey-element-43cd067 .mirey-nav-menu__container {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  #tbay-header .header-native__strip--nav .header-native__bottom-inner {
    padding: 3px 0 !important;
  }

  #tbay-header .header-native__strip--nav .header-native__nav-col {
    padding-left: 30px !important;
    padding-right: 18px !important;
  }

  #tbay-header .header-native .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav.megamenu,
  #tbay-header .header-native .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav.flex-row,
  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav.megamenu,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav.megamenu,
  #tbay-header .mirey-header .mirey-widget-tbay-nav-menu .tbay-horizontal .navbar-nav.megamenu {
    gap: 0 !important;
    column-gap: 0 !important;
    row-gap: 0 !important;
  }

  #tbay-header .header-native__strip--nav .navbar-nav.megamenu > li,
  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav.megamenu > li,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav.megamenu > li {
    margin: 0 !important;
  }

  #tbay-header .header-native__strip--nav .navbar-nav.megamenu > li > a,
  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav.megamenu > li > a,
  #tbay-header .header-native__mega-wrap .navbar-nav.megamenu > li > a,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav > li > a,
  #tbay-header .header-native .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav > li > a {
    margin: 0 14px !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
  }

  #tbay-header .header-native__strip--nav .navbar-nav.megamenu > li > a .menu-title,
  #tbay-header .header-native__mega-wrap .tbay-horizontal .navbar-nav > li > a .menu-title,
  #tbay-header .header-native__mega-wrap .navbar-nav.megamenu > li > a .menu-title,
  #tbay-header .mirey-header .mirey-nav-menu__container.tbay-horizontal .navbar-nav > li > a .menu-title,
  #tbay-header .header-native .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav > li > a .menu-title {
    margin: 0 !important;
    padding: 8px 21px !important;
    font-family: "Cormorant Garamond", serif !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    border-radius: 999px !important;
    background: transparent !important;
  }

  #tbay-header .header-native__mega-wrap .navbar-nav.megamenu > li:hover > a,
  #tbay-header .header-native__mega-wrap .navbar-nav.megamenu > li.current-menu-item > a,
  #tbay-header .header-native__mega-wrap .navbar-nav.megamenu > li.current-menu-ancestor > a,
  #tbay-header .mirey-header .mirey-nav-menu__container .navbar-nav.megamenu > li:hover > a {
    background: transparent !important;
  }

  #tbay-header .header-native__mega-wrap .navbar-nav.megamenu > li:hover > a .menu-title,
  #tbay-header .header-native__mega-wrap .navbar-nav.megamenu > li.current-menu-item > a .menu-title,
  #tbay-header .header-native__mega-wrap .navbar-nav.megamenu > li.current-menu-ancestor > a .menu-title,
  #tbay-header .mirey-header .mirey-nav-menu__container .navbar-nav.megamenu > li:hover > a .menu-title,
  #tbay-header .mirey-header .mirey-nav-menu__container .navbar-nav.megamenu > li.current-menu-item > a .menu-title,
  #tbay-header .mirey-header .mirey-nav-menu__container .navbar-nav.megamenu > li.current-menu-ancestor > a .menu-title {
    background: rgba(139, 94, 52, 0.1) !important;
    color: var(--header-native-text, #2f241d) !important;
  }

  #tbay-header .header-native .elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav > li > a::after,
  #tbay-header .header-native__mega-wrap .navbar-nav.megamenu > li > a::after,
  #tbay-header .header-native__mega-wrap .navbar-nav.megamenu > li > a .menu-title::after {
    display: none !important;
    content: none !important;
  }
}

/* Скрыть иконку «Мой аккаунт» в native-шапке (пока не нужна) */
#tbay-header .header-native__icons-inline .mirey-element-41757a2,
#tbay-header .header-native__icons-inline .elementor-element-41757a2,
#tbay-header .header-native__icons-inline .tbay-login-wrap,
#tbay-header .header-native__icons-inline .header-native__icon-link--account,
.elementor-element-41757a2,
.mirey-element-41757a2 {
  display: none !important;
}

/* logo */
.elementor-element-b88b4aa > .elementor-element-populated {
  padding: 0 !important;
}
.mirey-element-b88b4aa > .mirey-element-populated {
  padding: 0 !important;
}

.elementor-element-6efae02 > .elementor-element-populated {
  padding: 0 !important;
}
.mirey-element-6efae02 > .mirey-element-populated {
  padding: 0 !important;
}

/* ===== Mobile topbar: template.css @1199 ломает grid-детей ===== */
@media (max-width: 1199px) {
  body .topbar-device-mobile > .active-mobile,
  body .topbar-device-mobile > .mobile-logo,
  body .topbar-device-mobile > .device-mini_cart {
    width: auto !important;
  }

  /* template.css: max-width:30px, i{line-height:39px}, cart margin-right:5px — на mantii нет template.css */
  body .topbar-device-mobile .active-mobile,
  body .topbar-device-mobile .device-mini_cart,
  body .topbar-device-mobile .tbay-element-mini-cart {
    max-width: none !important;
  }

  body .topbar-device-mobile .tbay-topcart .dropdown-toggle i,
  body .topbar-device-mobile .device-mini_cart .dropdown-toggle i {
    font-size: 20px !important;
    line-height: 1 !important;
    vertical-align: middle !important;
  }
}
