/* MTCA 2.0 visual layer for the OpenCart/FeelMart header. */
:root {
  --mtca20-navy: #071a31;
  --mtca20-navy-2: #0d2948;
  --mtca20-blue: #0758d9;
  --mtca20-blue-2: #0b6df0;
  --mtca20-ink: #122033;
  --mtca20-muted: #657387;
  --mtca20-line: #dfe6ef;
  --mtca20-soft: #f4f7fb;
  --mtca20-shadow: 0 14px 40px rgba(10, 34, 67, 0.09);
}

.mtca20-topbar {
  min-height: 40px;
  background: var(--mtca20-navy);
  color: #d8e3f0;
  box-shadow: none;
  font-size: 13px;
  line-height: 1.35;
}

.mtca20-topbar .container {
  min-height: 40px;
  align-items: center;
}

.mtca20-topbar .info-list {
  margin-bottom: 0;
  min-width: 0;
}

.mtca20-topbar .info-list li {
  margin: 0;
  padding: 0 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.mtca20-topbar .info-list li:first-child {
  padding-left: 0;
}

.mtca20-topbar .info-link,
.mtca20-topbar .btn-link {
  color: #edf5ff;
  font-weight: 500;
}

.mtca20-topbar .info-link:hover,
.mtca20-topbar .btn-link:hover {
  color: #8ec7ff;
  text-decoration: none;
}

.mtca20-topbar .btn-link,
.mtca20-topbar .top .btn-link {
  margin: 0;
  border-right-color: rgba(255, 255, 255, 0.12);
}

.mtca20-header {
  position: relative;
  z-index: 1025;
  padding: 18px 0;
  background: #fff;
  border-bottom: 1px solid #edf1f6;
  box-shadow: 0 8px 28px rgba(8, 31, 57, 0.06);
}

.mtca20-header-main {
  min-height: 72px;
}

.mtca20-brand .fm-logo {
  display: flex;
  align-items: center;
}

.mtca20-brand .fm-logo a,
.mtca20-brand .fm-logo > img {
  min-height: 0;
}

.mtca20-brand .fm-logo img {
  width: auto;
  max-width: 210px;
  max-height: 72px;
  object-fit: contain;
  object-position: left center;
}

.mtca20-address,
.mtca20-hours {
  min-width: 0;
}

.mtca20-address .header-dropdown-toggle,
.mtca20-hours .header-dropdown-toggle {
  max-width: 100%;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--mtca20-ink);
  background: transparent;
}

.mtca20-address .header-dropdown-toggle:hover,
.mtca20-hours .header-dropdown-toggle:hover {
  border-color: #dbe8f8;
  background: #f8fbff;
}

.mtca20-address .header-dropdown-toggle span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  line-height: 1.25;
}

.mtca20-address .header-dropdown-toggle i:first-child,
.mtca20-hours .header-dropdown-toggle i:first-child {
  color: var(--mtca20-blue);
}

.mtca20-phone {
  justify-content: flex-end;
}

.mtca20-phone .fm-phone-box {
  min-height: 46px;
  padding: 8px 0 8px 14px;
}

.mtca20-phone .fm-phone-img {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-right: 10px;
  border: 1px solid #dbe8f8;
  border-radius: 8px;
  background: #f5f9ff;
}

.mtca20-phone .fm-phone-img i {
  color: var(--mtca20-blue);
  font-size: 18px;
}

.mtca20-phone .fm-phone-content,
.mtca20-phone .fm-phone-content a,
.mtca20-phone .fm-phone-content .btn-link {
  color: #0b1828;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.mtca20-menu-row {
  height: 64px;
  z-index: 1024;
  background: linear-gradient(90deg, var(--mtca20-navy), var(--mtca20-navy-2));
  color: #fff;
  box-shadow: 0 9px 26px rgba(6, 24, 45, 0.12);
}

.mtca20-menu-row .container,
.mtca20-menu-inner,
.mtca20-actions {
  height: 64px;
}

.mtca20-menu-row #oct-menu-box {
  height: 64px;
}

.mtca20-menu-row .fm-menu {
  height: 46px;
  margin-top: 9px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--mtca20-blue-2), #0347bd);
  box-shadow: 0 6px 18px rgba(7, 88, 217, 0.22);
}

.mtca20-menu-row .fm-menu:hover {
  background: linear-gradient(135deg, #1679ff, #0758d9);
}

.mtca20-menu-row .fm-menu .fm-menu-header {
  font-size: 14px;
  font-weight: 800;
}

.mtca20-menu-row #oct-menu-box:hover #oct-menu-dropdown-menu {
  top: 64px;
}

.mtca20-menu-row #oct-menu-dropdown-menu,
.mtca20-menu-row .oct-menu-child-ul {
  border: 1px solid var(--mtca20-line);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 18px 60px rgba(2, 20, 43, 0.2);
}

.mtca20-actions {
  gap: 14px;
  align-items: center;
}

.mtca20-actions .fm-search {
  height: 46px;
  max-width: 520px;
  flex: 1 1 auto;
  margin: 9px 0;
  border: 1px solid #d8e0ea;
  border-radius: 8px;
  background: #f9fbfd;
  overflow: visible;
}

.mtca20-actions .fm-search input {
  height: 44px;
  padding: 0 54px 0 16px;
  border-radius: 8px;
  background: transparent;
  color: var(--mtca20-ink);
  font-size: 14px;
}

.mtca20-actions .fm-search input::placeholder {
  color: #6d7b8e;
  font-size: 14px;
}

.mtca20-actions .menu-btn-search {
  width: 48px;
  height: 44px !important;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: transparent;
  color: #2f4665;
}

.mtca20-actions .menu-btn-search:hover {
  color: var(--mtca20-blue);
}

.mtca20-actions #fm_livesearch {
  top: 8px;
  border-radius: 8px;
}

.mtca20-actions .fm-menu-buttons-list {
  flex: 0 0 auto;
  height: 64px;
  align-items: center;
}

.mtca20-actions .fm-menu-buttons-list .fm-menu-buttons-item,
.mtca20-actions .fm-menu-buttons-list .fm-menu-cart-box {
  width: 46px;
  height: 46px;
  padding: 0;
  margin: 9px 0 9px 8px;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.mtca20-actions .fm-menu-buttons-list .fm-menu-buttons-item:before {
  display: none;
}

.mtca20-actions .fm-menu-buttons-list .fm-menu-buttons-item:hover,
.mtca20-actions .fm-menu-buttons-list .fm-menu-cart-box:hover {
  background: rgba(255, 255, 255, 0.13);
}

.mtca20-actions .fm-menu-cart-text {
  display: none;
}

.mtca20-actions .fm-menu-buttons-index,
.mtca20-actions .fm-menu-cart-index {
  top: 5px;
  left: auto;
  right: 4px;
  background: var(--mtca20-blue-2);
}

.mtca20-actions .fm-menu-cart-index {
  background: #eb5757;
}

@media (min-width: 1200px) {
  .mtca20-header .container,
  .mtca20-topbar .container,
  .mtca20-menu-row .container {
    max-width: 1320px;
  }
}

@media (max-width: 1199px) {
  .mtca20-brand .fm-logo img {
    max-width: 170px;
    max-height: 62px;
  }

  .mtca20-phone .fm-phone-content,
  .mtca20-phone .fm-phone-content a,
  .mtca20-phone .fm-phone-content .btn-link {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .mtca20-header {
    padding: 12px 0;
  }

  .mtca20-header-main {
    min-height: 56px;
  }

  .mtca20-brand .fm-logo img {
    max-width: 150px;
    max-height: 54px;
  }

  .mtca20-phone .fm-phone-box {
    padding: 0;
  }

  .mtca20-phone .fm-phone-img {
    width: 34px;
    height: 34px;
  }

  .mtca20-phone .fm-phone-content,
  .mtca20-phone .fm-phone-content a,
  .mtca20-phone .fm-phone-content .btn-link {
    font-size: 14px;
  }

  .mtca20-menu-row {
    display: none;
  }

  #fm_mobile_nav {
    background: #fff;
    border-top: 1px solid var(--mtca20-line);
    box-shadow: 0 -8px 28px rgba(8, 31, 57, 0.12);
  }

  #fm_mobile_nav #fm_mobile_menu_button {
    background-color: var(--mtca20-blue);
  }
}

@media (max-width: 767px) {
  .mtca20-brand {
    flex: 0 0 55%;
    max-width: 55%;
  }

  .mtca20-phone {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .mtca20-brand .fm-logo img {
    max-width: 132px;
    max-height: 50px;
  }

  .mtca20-phone .fm-phone-img {
    display: none;
  }
}

@media (max-width: 420px) {
  .mtca20-header {
    padding: 10px 0;
  }

  .mtca20-brand .fm-logo img {
    max-width: 118px;
  }

  .mtca20-phone .fm-phone-content,
  .mtca20-phone .fm-phone-content a,
  .mtca20-phone .fm-phone-content .btn-link {
    max-width: 100%;
    overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis;
  }
}

/* Approved MTCA 2.0 header composition */
.mtca20-topbar {
  min-height: 40px;
  background: #061a30;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.mtca20-topbar .container {
  min-height: 40px;
}

.mtca20-topbar .info-list {
  gap: 34px;
}

.mtca20-topbar .info-list li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  border: 0;
  color: #fff;
}

.mtca20-topbar .info-list i,
.mtca20-top-link i {
  color: #8ec7ff;
  font-size: 12px;
}

.mtca20-top-links {
  gap: 34px;
  align-items: center;
}

.mtca20-top-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.mtca20-top-link:hover {
  color: #8ec7ff;
  text-decoration: none;
}

.mtca20-topbar #fm-account-dropdown {
  display: none !important;
}

.mtca20-topbar #language,
.mtca20-topbar #currency {
  display: inline-flex;
  align-items: center;
}

.mtca20-topbar #language .btn,
.mtca20-topbar #currency .btn {
  min-height: 28px;
  padding: 0 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.mtca20-topbar #language .dropdown-menu,
.mtca20-topbar #currency .dropdown-menu {
  min-width: 160px;
}

.mtca20-header {
  min-height: 92px;
  padding: 10px 0 0;
  border-bottom: 0;
  box-shadow: none;
}

.mtca20-header-main {
  min-height: 82px;
}

.mtca20-brand {
  flex: 0 0 16%;
  max-width: 16%;
}

.mtca20-brand .fm-logo img {
  max-width: 156px;
  max-height: 70px;
}

.mtca20-address,
.mtca20-hours {
  display: none !important;
}

.mtca20-phone {
  flex: 0 0 22%;
  max-width: 22%;
  margin-left: auto;
  order: 4;
}

.mtca20-phone .fm-phone-box {
  width: 100%;
  justify-content: flex-end;
  padding: 0;
}

.mtca20-phone .fm-phone-img {
  display: none;
}

.mtca20-phone .fm-phone-content,
.mtca20-phone .fm-phone-content a,
.mtca20-phone .fm-phone-content .btn-link {
  display: block;
  color: #061a30;
  font-size: 19px;
  font-weight: 800;
  text-align: right;
}

.mtca20-menu-row {
  height: 142px;
  margin-top: -82px;
  padding-top: 18px;
  background: transparent;
  box-shadow: none;
  color: #061a30;
}

.mtca20-menu-row .container,
.mtca20-menu-inner,
.mtca20-actions {
  height: 48px;
}

.mtca20-menu-row #oct-menu-box {
  flex: 0 0 19%;
  max-width: 19%;
  height: 48px;
  margin-left: 20%;
}

.mtca20-menu-row .fm-menu {
  height: 46px;
  margin-top: 0;
  border-radius: 7px;
  background: #0758d9;
  box-shadow: 0 8px 24px rgba(7, 88, 217, 0.22);
}

.mtca20-menu-row .fm-menu .fm-menu-header {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.mtca20-menu-row .fm-menu-burg {
  order: 2;
  margin-right: 0;
  margin-left: 12px;
}

.mtca20-actions {
  flex: 0 0 45%;
  max-width: 45%;
  gap: 20px;
}

.mtca20-actions .fm-search {
  height: 46px;
  max-width: none;
  margin: 0;
  border: 1px solid #d4dfec;
  border-radius: 5px;
  background: #f9fbfd;
}

.mtca20-actions .fm-search input {
  height: 44px;
  color: #122033;
}

.mtca20-actions .menu-btn-search {
  height: 44px !important;
}

.mtca20-actions .fm-menu-buttons-list {
  display: none !important;
}

.mtca20-category-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 74px;
  height: 50px;
  background: #061a30;
  color: #fff;
}

.mtca20-category-nav .container,
.mtca20-category-nav-list {
  height: 50px;
}

.mtca20-category-nav-list {
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.55vw, 30px);
  margin: 0;
  overflow: hidden;
}

.mtca20-category-nav-list a {
  color: #fff;
  font-size: clamp(13px, 0.85vw, 15px);
  font-weight: 800;
  white-space: nowrap;
}

.mtca20-category-nav-list a:hover {
  color: #8ec7ff;
  text-decoration: none;
}

.mtca20-menu-row #oct-menu-box:hover #oct-menu-dropdown-menu {
  top: 55px;
}

/* Stage 1 approved light header refinement */
@media (min-width: 992px) {
  .mtca20-header {
    position: relative;
    z-index: 1040;
    min-height: 92px;
    padding: 0;
    background: #fff;
  }

  .mtca20-header-main {
    min-height: 92px;
    display: grid !important;
    grid-template-columns: 220px 210px minmax(360px, 1fr) 150px 260px;
    column-gap: 24px;
    align-items: center;
  }

  .mtca20-brand,
  .mtca20-menu-row #oct-menu-box,
  .mtca20-actions,
  .mtca20-phone {
    flex: none;
    max-width: none;
  }

  .mtca20-brand {
    grid-column: 1;
  }

  .mtca20-brand .fm-logo img {
    max-width: 150px;
    max-height: 68px;
  }

  .mtca20-phone {
    grid-column: 5;
    margin: 0;
    justify-self: end;
  }

  .mtca20-menu-row {
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    z-index: 1050;
    height: 142px;
    margin: 0;
    padding: 0;
    pointer-events: none;
  }

  .mtca20-menu-row .container {
    height: 92px;
    pointer-events: none;
  }

  .mtca20-menu-inner {
    height: 92px;
    display: grid !important;
    grid-template-columns: 220px 210px minmax(360px, 1fr) 150px 260px;
    column-gap: 24px;
    align-items: center;
  }

  .mtca20-menu-row #oct-menu-box {
    grid-column: 2;
    height: 46px;
    margin: 0;
    pointer-events: auto;
  }

  .mtca20-menu-row .fm-menu {
    width: 100%;
    height: 46px;
  }

  .mtca20-actions {
    grid-column: 3 / 5;
    height: 46px;
    display: flex !important;
    align-items: center;
    gap: 24px;
    pointer-events: auto;
  }

  .mtca20-actions .fm-search {
    width: 100%;
    min-width: 0;
    flex: 1 1 auto;
  }

  .mtca20-category-nav {
    top: 92px;
    pointer-events: auto;
  }
}

@media (min-width: 1200px) {
  .mtca20-header .container,
  .mtca20-topbar .container,
  .mtca20-menu-row .container,
  .mtca20-category-nav .container {
    max-width: 1480px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mtca20-header-main,
  .mtca20-menu-inner {
    grid-template-columns: 160px 170px minmax(260px, 1fr) 126px 190px;
    column-gap: 16px;
  }

  .mtca20-brand .fm-logo img {
    max-width: 128px;
  }

  .mtca20-menu-row .fm-menu .fm-menu-header {
    font-size: 14px;
  }

  .mtca20-phone .fm-phone-content,
  .mtca20-phone .fm-phone-content a,
  .mtca20-phone .fm-phone-content .btn-link {
    font-size: 16px;
  }

  .mtca20-category-nav-list {
    gap: 22px;
  }
}

@media (max-width: 1199px) {
  .mtca20-brand {
    flex-basis: 18%;
    max-width: 18%;
  }

  .mtca20-menu-row #oct-menu-box {
    margin-left: 22%;
  }

  .mtca20-actions {
    flex-basis: 50%;
    max-width: 50%;
  }

  .mtca20-category-nav-list {
    justify-content: flex-start;
    overflow-x: auto;
  }
}

@media (max-width: 991px) {
  .mtca20-topbar {
    display: none !important;
  }

  .mtca20-header {
    padding: 10px 0;
    min-height: 74px;
  }

  .mtca20-menu-row {
    display: none;
  }

  .mtca20-brand {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .mtca20-brand .fm-logo img {
    max-width: 130px;
    max-height: 54px;
  }

  .mtca20-phone {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .mtca20-phone .fm-phone-content,
  .mtca20-phone .fm-phone-content a,
  .mtca20-phone .fm-phone-content .btn-link {
    font-size: 15px;
  }

  .mtca20-phone .fm-phone-content::after {
    display: none;
  }
}

/* Live fix: enforce approved MTCA 2.0 desktop header composition. */
@media (min-width: 992px) {
  body #top.mtca20-topbar {
    display: block !important;
    min-height: 40px !important;
    background: #061a30 !important;
    color: #ffffff !important;
    border: 0 !important;
  }

  body #top.mtca20-topbar .container {
    min-height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  body #top.mtca20-topbar .info-list,
  body #top.mtca20-topbar #top-links {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
  }

  body #top.mtca20-topbar .info-list {
    gap: 34px !important;
  }

  body #top.mtca20-topbar .info-item,
  body #top.mtca20-topbar .mtca20-top-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
  }

  body #top.mtca20-topbar .info-item span,
  body #top.mtca20-topbar .mtca20-top-link {
    color: #ffffff !important;
  }

  body #top.mtca20-topbar i {
    color: #8ec7ff !important;
  }

  body #top.mtca20-topbar #language .btn,
  body #top.mtca20-topbar #currency .btn {
    color: #ffffff !important;
    background: transparent !important;
  }

  body .mtca20-header {
    min-height: 92px !important;
    padding: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
  }

  body .mtca20-header-main,
  body .mtca20-menu-inner {
    grid-template-columns: 200px 200px minmax(360px, 1fr) 150px 270px !important;
    column-gap: 24px !important;
  }

  body .mtca20-brand .fm-logo img {
    max-width: 150px !important;
    max-height: 70px !important;
  }

  body .mtca20-menu-row .fm-menu .fm-menu-header {
    font-size: 0 !important;
    line-height: 0 !important;
  }

  body .mtca20-menu-row .fm-menu .fm-menu-header::before {
    content: "Каталог товаров";
    font-size: 16px;
    line-height: 1.05;
  }

  html[lang="en"] body .mtca20-menu-row .fm-menu .fm-menu-header::before,
  html[lang="en-gb"] body .mtca20-menu-row .fm-menu .fm-menu-header::before {
    content: "Product catalog";
  }

  html[lang="uz"] body .mtca20-menu-row .fm-menu .fm-menu-header::before,
  html[lang="uz-uz"] body .mtca20-menu-row .fm-menu .fm-menu-header::before {
    content: "Mahsulotlar katalogi";
  }

  body .mtca20-actions .fm-search {
    height: 46px !important;
    border-radius: 5px !important;
  }

  body .mtca20-phone .fm-phone-content::after {
    display: none !important;
    content: none !important;
  }
}

/* Live fix 2: OCTemplates megamenu must keep the approved bottom category bar. */
@media (min-width: 992px) {
  body .mtca20-menu-row {
    overflow: visible !important;
  }

  body .mtca20-menu-row #oct-menu-box {
    z-index: 4;
  }

  body .mtca20-menu-row .fm-menu {
    overflow: visible !important;
  }

  body .mtca20-menu-row .fm-menu .fm-menu-header {
    white-space: nowrap !important;
  }

  body .mtca20-menu-row .mtca20-category-nav {
    display: block !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 132px !important;
    z-index: 2 !important;
    height: 50px !important;
    background: #061a30 !important;
  }

  body .mtca20-menu-row .mtca20-category-nav .container {
    max-width: 1480px;
    height: 50px !important;
  }

  body .mtca20-menu-row .mtca20-category-nav-list {
    height: 50px !important;
    margin: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    gap: clamp(18px, 1.5vw, 30px) !important;
    overflow: hidden !important;
  }

  body .mtca20-menu-row .mtca20-category-nav-list .oct-menu-li,
  body .mtca20-menu-row .mtca20-category-nav-list li {
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body .mtca20-menu-row .mtca20-category-nav-list a,
  body .mtca20-menu-row .mtca20-category-nav-list .oct-menu-a {
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    color: #ffffff !important;
    background: transparent !important;
    border: 0 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  body .mtca20-menu-row .mtca20-category-nav-list a:hover {
    color: #8ec7ff !important;
    text-decoration: none !important;
  }

  body .mtca20-menu-row .mtca20-category-nav-list img,
  body .mtca20-menu-row .mtca20-category-nav-list .oct-menu-toggle,
  body .mtca20-menu-row .mtca20-category-nav-list .oct-menu-child-ul {
    display: none !important;
  }

  body .mtca20-menu-row #oct-menu-box:hover #oct-menu-dropdown-menu,
  body .mtca20-menu-row #oct-menu-box.mtca20-menu-open #oct-menu-dropdown-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
}

/* Live fix 3: align header to the approved MTCA 2.0 reference on desktop. */
@media (min-width: 992px) {
  html body #top.mtca20-topbar {
    height: 40px !important;
    min-height: 40px !important;
  }

  html body .mtca20-header {
    height: 92px !important;
    min-height: 92px !important;
  }

  html body .mtca20-header-main,
  html body .mtca20-menu-inner {
    grid-template-columns: 220px 200px minmax(430px, 1fr) 260px !important;
    column-gap: 24px !important;
  }

  html body .mtca20-brand {
    grid-column: 1 !important;
  }

  html body .mtca20-brand .fm-logo img {
    max-width: 150px !important;
    max-height: 70px !important;
  }

  html body .mtca20-menu-row {
    position: absolute !important;
    top: 40px !important;
    height: 142px !important;
    overflow: visible !important;
    pointer-events: none !important;
  }

  html body .mtca20-menu-row .container {
    height: 142px !important;
    pointer-events: none !important;
  }

  html body .mtca20-menu-row #oct-menu-box {
    grid-column: 2 !important;
    width: 200px !important;
    max-width: 200px !important;
    height: 46px !important;
    position: relative !important;
    z-index: 1065 !important;
    pointer-events: auto !important;
  }

  html body .mtca20-menu-row #oct-menu-box::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 44px;
    height: 16px;
  }

  html body .mtca20-menu-row .fm-menu {
    width: 200px !important;
    height: 46px !important;
    padding: 0 20px !important;
    display: flex !important;
    justify-content: space-between !important;
  }

  html body .mtca20-menu-row .fm-menu .fm-menu-header {
    min-width: 0 !important;
    display: block !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.05 !important;
    white-space: nowrap !important;
  }

  html body .mtca20-menu-row .fm-menu .fm-menu-header::before {
    content: none !important;
    display: none !important;
  }

  html body .mtca20-menu-row .fm-menu-burg {
    flex: 0 0 auto !important;
    margin-left: 14px !important;
  }

  html body .mtca20-actions {
    grid-column: 3 !important;
    height: 46px !important;
    pointer-events: auto !important;
  }

  html body .mtca20-actions .fm-search {
    width: 100% !important;
    height: 46px !important;
  }

  html body .mtca20-phone {
    grid-column: 4 !important;
    width: 260px !important;
    max-width: 260px !important;
    justify-self: end !important;
    align-self: center !important;
  }

  html body .mtca20-phone .fm-phone-content,
  html body .mtca20-phone .fm-phone-content a,
  html body .mtca20-phone .fm-phone-content .btn-link {
    font-size: 19px !important;
    line-height: 1.2 !important;
  }

  html body .mtca20-phone .fm-phone-content::after {
    content: none !important;
    display: none !important;
  }

  html body .mtca20-menu-row .mtca20-category-nav {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 92px !important;
    z-index: 1045 !important;
    height: 50px !important;
    background: #061a30 !important;
    pointer-events: auto !important;
  }

  html body .mtca20-menu-row .mtca20-category-nav .container,
  html body .mtca20-menu-row .mtca20-category-nav-list {
    height: 50px !important;
  }

  html body .mtca20-menu-row .mtca20-category-nav-list {
    justify-content: center !important;
    gap: clamp(18px, 1.55vw, 30px) !important;
  }

  html body .mtca20-menu-row #oct-menu-dropdown-menu {
    top: 54px !important;
    z-index: 1070 !important;
  }
}

/* Live fix 4: final catalog button wording without changing language files. */
@media (min-width: 992px) {
  html body .mtca20-menu-row .fm-menu .fm-menu-header {
    font-size: 0 !important;
    line-height: 0 !important;
  }

  html body .mtca20-menu-row .fm-menu .fm-menu-header::before {
    content: "\041A\0430\0442\0430\043B\043E\0433 \0442\043E\0432\0430\0440\043E\0432" !important;
    display: block !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.05 !important;
    white-space: nowrap !important;
  }

  html[lang="en"] body .mtca20-menu-row .fm-menu .fm-menu-header::before,
  html[lang="en-gb"] body .mtca20-menu-row .fm-menu .fm-menu-header::before {
    content: "Product catalog" !important;
  }

  html[lang="uz"] body .mtca20-menu-row .fm-menu .fm-menu-header::before,
  html[lang="uz-uz"] body .mtca20-menu-row .fm-menu .fm-menu-header::before {
    content: "Mahsulotlar katalogi" !important;
  }

  html body .mtca20-topbar .mtca20-top-link {
    font-size: 0 !important;
  }

  html body .mtca20-topbar .mtca20-top-link i {
    font-size: 13px !important;
  }

  html body .mtca20-topbar .mtca20-top-link::after {
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
  }

  html body .mtca20-topbar .mtca20-top-link:nth-of-type(1)::after {
    content: "\0421\0440\0430\0432\043D\0435\043D\0438\0435";
  }

  html body .mtca20-topbar .mtca20-top-link:nth-of-type(2)::after {
    content: "\0418\0437\0431\0440\0430\043D\043D\043E\0435";
  }

  html body .mtca20-topbar .mtca20-top-link:nth-of-type(3)::after {
    content: "\041A\043E\0440\0437\0438\043D\0430";
  }

  html[lang="en"] body .mtca20-topbar .mtca20-top-link:nth-of-type(1)::after,
  html[lang="en-gb"] body .mtca20-topbar .mtca20-top-link:nth-of-type(1)::after {
    content: "Compare";
  }

  html[lang="en"] body .mtca20-topbar .mtca20-top-link:nth-of-type(2)::after,
  html[lang="en-gb"] body .mtca20-topbar .mtca20-top-link:nth-of-type(2)::after {
    content: "Wishlist";
  }

  html[lang="en"] body .mtca20-topbar .mtca20-top-link:nth-of-type(3)::after,
  html[lang="en-gb"] body .mtca20-topbar .mtca20-top-link:nth-of-type(3)::after {
    content: "Cart";
  }

  html[lang="uz"] body .mtca20-topbar .mtca20-top-link:nth-of-type(1)::after,
  html[lang="uz-uz"] body .mtca20-topbar .mtca20-top-link:nth-of-type(1)::after {
    content: "Taqqoslash";
  }

  html[lang="uz"] body .mtca20-topbar .mtca20-top-link:nth-of-type(2)::after,
  html[lang="uz-uz"] body .mtca20-topbar .mtca20-top-link:nth-of-type(2)::after {
    content: "Saralangan";
  }

  html[lang="uz"] body .mtca20-topbar .mtca20-top-link:nth-of-type(3)::after,
  html[lang="uz-uz"] body .mtca20-topbar .mtca20-top-link:nth-of-type(3)::after {
    content: "Savatcha";
  }
}

/* Live fix 5: bottom category bar must be full-width, not trapped inside the catalog button. */
@media (min-width: 992px) {
  html body .mtca20-header {
    margin-bottom: 50px !important;
  }

  html body .mtca20-menu-row .mtca20-category-nav {
    position: fixed !important;
    left: 0 !important;
    right: auto !important;
    top: 132px !important;
    width: 100vw !important;
    transform: none !important;
    z-index: 1040 !important;
  }

  html body .mtca20-menu-row .mtca20-category-nav-list {
    flex-wrap: nowrap !important;
    overflow: hidden !important;
  }

  html body .mtca20-menu-row .fm-menu .fm-menu-header {
    font-size: 16px !important;
    line-height: 1.05 !important;
    white-space: nowrap !important;
  }

  html body .mtca20-menu-row .fm-menu .fm-menu-header::before,
  html body .mtca20-topbar .mtca20-top-link::after {
    content: none !important;
    display: none !important;
  }

  html body .mtca20-topbar .mtca20-top-link {
    font-size: 13px !important;
  }
}

/* Live fix 6: force the approved desktop header and keep the category strip outside the catalog button. */
@media (min-width: 992px) {
  html body .mtca20-topbar {
    height: 40px !important;
    min-height: 40px !important;
    background: #061a30 !important;
    overflow: visible !important;
  }

  html body .mtca20-topbar .dropdown-menu,
  html body .mtca20-topbar .nav-dropdown-menu {
    z-index: 1500 !important;
  }

  html body .mtca20-topbar #language,
  html body .mtca20-topbar #currency,
  html body .mtca20-topbar #language .btn-group,
  html body .mtca20-topbar #currency .btn-group {
    position: relative !important;
    overflow: visible !important;
    pointer-events: auto !important;
  }

  html body .mtca20-topbar #language .btn-group.open > .dropdown-menu,
  html body .mtca20-topbar #language .btn-group.show > .dropdown-menu,
  html body .mtca20-topbar #currency .btn-group.open > .dropdown-menu,
  html body .mtca20-topbar #currency .btn-group.show > .dropdown-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  html body .mtca20-topbar .container {
    max-width: 1480px !important;
    min-height: 40px !important;
    height: 40px !important;
    align-items: center !important;
  }

  html body .mtca20-topbar .mtca20-top-link,
  html body .mtca20-topbar .info-item {
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 40px !important;
    white-space: nowrap !important;
  }

  html body .mtca20-topbar .mtca20-top-link::after,
  html body .mtca20-topbar .mtca20-top-link::before {
    content: none !important;
    display: none !important;
  }

  html body .mtca20-menu-row {
    height: 92px !important;
    min-height: 92px !important;
    background: #fff !important;
    position: relative !important;
    z-index: 1050 !important;
  }

  html body .mtca20-menu-row .container {
    max-width: 1480px !important;
    height: 92px !important;
    display: grid !important;
    grid-template-columns: 190px 200px minmax(420px, 1fr) 250px !important;
    gap: 24px !important;
    align-items: center !important;
  }

  html body .mtca20-menu-row #logo,
  html body .mtca20-menu-row .mtca20-logo {
    grid-column: 1 !important;
    width: 150px !important;
    max-width: 150px !important;
  }

  html body .mtca20-menu-row #oct-menu-box {
    grid-column: 2 !important;
    width: 200px !important;
    max-width: 200px !important;
    position: relative !important;
    overflow: visible !important;
    z-index: 1065 !important;
  }

  html body .mtca20-menu-row .fm-menu {
    width: 200px !important;
    min-width: 200px !important;
    height: 46px !important;
    padding: 0 18px !important;
    border-radius: 6px !important;
    background: #0b63df !important;
    box-shadow: 0 14px 30px rgba(11, 99, 223, .2) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  html body .mtca20-menu-row .fm-menu .fm-menu-header {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    letter-spacing: 0 !important;
  }

  html body .mtca20-menu-row .fm-menu .fm-menu-header::before,
  html body .mtca20-menu-row .fm-menu .fm-menu-header::after {
    content: none !important;
    display: none !important;
  }

  html body .mtca20-menu-row .mtca20-actions {
    grid-column: 3 !important;
    width: 100% !important;
    min-width: 0 !important;
    justify-self: stretch !important;
  }

  html body .mtca20-menu-row .mtca20-phone {
    grid-column: 4 !important;
    width: 250px !important;
    max-width: 250px !important;
    justify-self: end !important;
    text-align: right !important;
  }

  html body .mtca20-header {
    margin-bottom: 50px !important;
  }

  html body .mtca20-menu-row #oct-menu-box .mtca20-category-nav,
  html body .mtca20-menu-row .mtca20-category-nav {
    position: fixed !important;
    left: 0 !important;
    right: auto !important;
    top: 132px !important;
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: none !important;
    height: 50px !important;
    min-height: 50px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #061a30 !important;
    border: 0 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    transform: none !important;
    z-index: 1040 !important;
  }

  html body .mtca20-menu-row .mtca20-category-nav .container {
    max-width: 1480px !important;
    width: 100% !important;
    height: 50px !important;
    min-height: 50px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  html body .mtca20-menu-row .mtca20-category-nav-list {
    width: 100% !important;
    height: 50px !important;
    min-height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: clamp(18px, 1.5vw, 28px) !important;
    overflow: hidden !important;
    flex-wrap: nowrap !important;
  }

  html body .mtca20-menu-row .mtca20-category-nav-list li,
  html body .mtca20-menu-row .mtca20-category-nav-list .oct-menu-li {
    flex: 0 0 auto !important;
    width: auto !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
  }

  html body .mtca20-menu-row .mtca20-category-nav-list a,
  html body .mtca20-menu-row .mtca20-category-nav-list .oct-menu-a {
    height: 50px !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    background: transparent !important;
  }

  html body .mtca20-menu-row .mtca20-category-nav-list img,
  html body .mtca20-menu-row .mtca20-category-nav-list .oct-menu-toggle,
  html body .mtca20-menu-row .mtca20-category-nav-list .oct-menu-child-ul {
    display: none !important;
  }
}

/* Live fix 7: sticky header, search in the white band, clean category-only strip. */
@media (min-width: 992px) {
  html body #top.mtca20-topbar {
    position: sticky !important;
    top: 0 !important;
    z-index: 1200 !important;
  }

  html body .mtca20-header {
    position: sticky !important;
    top: 40px !important;
    z-index: 1180 !important;
    height: 92px !important;
    min-height: 92px !important;
    margin-bottom: 50px !important;
    background: #fff !important;
    box-shadow: 0 1px 0 rgba(7, 31, 63, .06) !important;
  }

  html body .mtca20-header > .container {
    max-width: 1480px !important;
    height: 92px !important;
  }

  html body .mtca20-header-main {
    height: 92px !important;
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: 190px 220px minmax(420px, 1fr) 250px !important;
    gap: 24px !important;
    align-items: center !important;
  }

  html body .mtca20-brand {
    grid-column: 1 !important;
    width: 150px !important;
    max-width: 150px !important;
    padding: 0 !important;
  }

  html body .mtca20-brand .fm-logo img {
    max-width: 150px !important;
    max-height: 72px !important;
  }

  html body .mtca20-address,
  html body .mtca20-hours {
    display: none !important;
  }

  html body .mtca20-header .mtca20-phone {
    grid-column: 4 !important;
    width: 250px !important;
    max-width: 250px !important;
    justify-self: end !important;
    padding: 0 !important;
    z-index: 2 !important;
  }

  html body .mtca20-menu-row {
    position: sticky !important;
    top: 40px !important;
    z-index: 1190 !important;
    height: 92px !important;
    min-height: 92px !important;
    margin-top: -142px !important;
    margin-bottom: 50px !important;
    background: transparent !important;
    box-shadow: none !important;
    pointer-events: none !important;
  }

  html body .mtca20-menu-row > .container {
    max-width: 1480px !important;
    height: 92px !important;
    display: grid !important;
    grid-template-columns: 190px 220px minmax(420px, 1fr) 250px !important;
    gap: 24px !important;
    align-items: center !important;
    pointer-events: none !important;
  }

  html body .mtca20-menu-row .mtca20-menu-inner {
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: 190px 220px minmax(420px, 1fr) 250px !important;
    gap: 24px !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 !important;
    pointer-events: none !important;
  }

  html body .mtca20-menu-row #oct-menu-box {
    grid-column: 2 !important;
    pointer-events: auto !important;
  }

  html body .mtca20-menu-row .mtca20-actions {
    grid-column: 3 !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    display: block !important;
    pointer-events: auto !important;
  }

  html body .mtca20-menu-row .mtca20-actions .fm-search {
    width: 100% !important;
    max-width: 100% !important;
  }

  html body .mtca20-menu-row .mtca20-actions .fm-menu-buttons-list {
    display: none !important;
  }

  html body .mtca20-menu-row .fm-menu {
    width: 220px !important;
    min-width: 220px !important;
    height: 46px !important;
    padding: 0 18px !important;
  }

  html body .mtca20-menu-row #oct-menu-box .mtca20-category-nav,
  html body .mtca20-menu-row .mtca20-category-nav {
    position: fixed !important;
    top: 132px !important;
    left: 0 !important;
    width: 100vw !important;
    min-width: 100vw !important;
    height: 50px !important;
    min-height: 50px !important;
    z-index: 1170 !important;
    background: #061a30 !important;
  }

  html body .mtca20-menu-row .mtca20-category-nav-list {
    justify-content: center !important;
    gap: clamp(20px, 1.65vw, 34px) !important;
  }

  html body .mtca20-menu-row .mtca20-category-nav-list li:last-child:has(a[href*="manufacturer"]),
  html body .mtca20-menu-row .mtca20-category-nav-list li:last-child:has(a[href*="brands"]) {
    display: none !important;
  }

  html body .mtca20-menu-row .mtca20-category-nav-list a[href*="manufacturer"],
  html body .mtca20-menu-row .mtca20-category-nav-list a[href*="brands"],
  html body .mtca20-menu-row .mtca20-category-nav-list a[href$="/brands/"],
  html body .mtca20-menu-row .mtca20-category-nav-list a[href$="/brand/"] {
    display: none !important;
  }

  html body .mtca20-menu-row .mtca20-category-nav-list li:empty {
    display: none !important;
  }
}

/* Live fix 8: true fixed header and clickable category strip. */
@media (min-width: 992px) {
  html body {
    padding-top: 182px !important;
  }

  html body #top.mtca20-topbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1300 !important;
  }

  html body .mtca20-header {
    position: fixed !important;
    top: 40px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1280 !important;
    margin: 0 !important;
  }

  html body .mtca20-menu-row {
    position: fixed !important;
    top: 40px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 92px !important;
    min-height: 92px !important;
    margin: 0 !important;
    z-index: 1290 !important;
    background: transparent !important;
    pointer-events: none !important;
  }

  html body .mtca20-menu-row > .container,
  html body .mtca20-menu-row .mtca20-menu-inner {
    pointer-events: none !important;
  }

  html body .mtca20-menu-row #oct-menu-box,
  html body .mtca20-menu-row .fm-menu,
  html body .mtca20-menu-row .mtca20-actions,
  html body .mtca20-menu-row .mtca20-actions *,
  html body .mtca20-menu-row .fm-search,
  html body .mtca20-menu-row .fm-search * {
    pointer-events: auto !important;
  }

  html body .mtca20-menu-row #oct-menu-box .mtca20-category-nav,
  html body .mtca20-menu-row .mtca20-category-nav {
    position: fixed !important;
    top: 132px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    min-width: 100vw !important;
    height: 50px !important;
    min-height: 50px !important;
    z-index: 1270 !important;
    pointer-events: auto !important;
  }

  html body .mtca20-menu-row .mtca20-category-nav *,
  html body .mtca20-menu-row .mtca20-category-nav-list,
  html body .mtca20-menu-row .mtca20-category-nav-list li,
  html body .mtca20-menu-row .mtca20-category-nav-list a {
    pointer-events: auto !important;
  }

  html body .mtca20-menu-row .mtca20-category-nav-list a[href*="blog"],
  html body .mtca20-menu-row .mtca20-category-nav-list a[href*="brand"],
  html body .mtca20-menu-row .mtca20-category-nav-list a[href*="manufacturer"] {
    display: none !important;
  }

  html body .mtca20-menu-row .mtca20-category-nav-list li:has(a[href*="blog"]),
  html body .mtca20-menu-row .mtca20-category-nav-list li:has(a[href*="brand"]),
  html body .mtca20-menu-row .mtca20-category-nav-list li:has(a[href*="manufacturer"]) {
    display: none !important;
  }
}

/* Live fix 10: megamenu opens only from the catalog button, not from the category strip. */
@media (min-width: 992px) {
  html body .mtca20-menu-row #oct-menu-box:hover #oct-menu-dropdown-menu {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  html body .mtca20-menu-row #oct-menu-box.mtca20-menu-open #oct-menu-dropdown-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  html body .mtca20-menu-row .mtca20-category-nav .oct-menu-child-ul,
  html body .mtca20-menu-row .mtca20-category-nav .oct-mm-box,
  html body .mtca20-menu-row .mtca20-category-nav .oct-menu-toggle {
    display: none !important;
  }
}

/* Live fix 9: compact scroll mode keeps only categories at the very top. */
@media (min-width: 992px) {
  html body.mtca20-scroll-compact #top.mtca20-topbar,
  html body.mtca20-scroll-compact .mtca20-header {
    transform: translateY(-132px) !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  html body.mtca20-scroll-compact .mtca20-menu-row {
    top: 0 !important;
    height: 50px !important;
    min-height: 50px !important;
    z-index: 1400 !important;
  }

  html body.mtca20-scroll-compact .mtca20-menu-row .fm-menu,
  html body.mtca20-scroll-compact .mtca20-menu-row .mtca20-actions {
    display: none !important;
  }

  html body.mtca20-scroll-compact .mtca20-menu-row > .container,
  html body.mtca20-scroll-compact .mtca20-menu-row .mtca20-menu-inner,
  html body.mtca20-scroll-compact .mtca20-menu-row #oct-menu-box {
    display: block !important;
    height: 0 !important;
    min-height: 0 !important;
    overflow: visible !important;
    pointer-events: none !important;
  }

  html body.mtca20-scroll-compact .mtca20-menu-row #oct-menu-box .mtca20-category-nav,
  html body.mtca20-scroll-compact .mtca20-menu-row .mtca20-category-nav,
  html body.mtca20-scroll-compact .mtca20-category-nav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    height: 50px !important;
    min-height: 50px !important;
    z-index: 1450 !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  html body .mtca20-menu-row .mtca20-category-nav-list a[href*="oct_blog"],
  html body .mtca20-menu-row .mtca20-category-nav-list a[href*="blog"],
  html body .mtca20-menu-row .mtca20-category-nav-list a[href*="brand"],
  html body .mtca20-menu-row .mtca20-category-nav-list a[href*="manufacturer"],
  html body .mtca20-menu-row .mtca20-category-nav-list li:last-child a {
    display: none !important;
  }

  html body .mtca20-menu-row .mtca20-category-nav-list li:has(a[href*="oct_blog"]),
  html body .mtca20-menu-row .mtca20-category-nav-list li:has(a[href*="blog"]),
  html body .mtca20-menu-row .mtca20-category-nav-list li:has(a[href*="brand"]),
  html body .mtca20-menu-row .mtca20-category-nav-list li:has(a[href*="manufacturer"]),
  html body .mtca20-menu-row .mtca20-category-nav-list li:last-child {
    display: none !important;
  }
}

/* Live fix 13: keep header overlays usable and above the category strip. */
@media (min-width: 992px) {
  html body .mtca20-topbar,
  html body .mtca20-header,
  html body .mtca20-menu-row,
  html body .mtca20-menu-row .container,
  html body .mtca20-menu-inner,
  html body .mtca20-actions,
  html body .mtca20-phone {
    overflow: visible !important;
  }

  html body .mtca20-menu-row #oct-menu-box {
    position: relative !important;
    z-index: 3200 !important;
    overflow: visible !important;
  }

  html body .mtca20-menu-row #oct-menu-dropdown-menu {
    position: absolute !important;
    top: 54px !important;
    left: 0 !important;
    width: 260px !important;
    min-width: 260px !important;
    max-width: 260px !important;
    z-index: 3300 !important;
    background: #ffffff !important;
    box-shadow: 0 26px 58px rgba(7, 31, 63, .18) !important;
  }

  html body .mtca20-menu-row #oct-menu-box.mtca20-menu-open #oct-menu-dropdown-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  html body .mtca20-menu-row #oct-menu-box:not(.mtca20-menu-open) #oct-menu-dropdown-menu {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  html body .mtca20-menu-row .mtca20-category-nav {
    z-index: 1800 !important;
  }

  html body .mtca20-menu-row .mtca20-category-nav .oct-menu-child-ul,
  html body .mtca20-menu-row .mtca20-category-nav .oct-mm-box,
  html body .mtca20-menu-row .mtca20-category-nav .oct-menu-toggle {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  html body .mtca20-phone .dropdown-menu,
  html body .mtca20-actions .dropdown-menu,
  html body #language .dropdown-menu,
  html body #currency .dropdown-menu {
    z-index: 3400 !important;
    min-width: 184px !important;
    padding: 10px 0 !important;
    background: #ffffff !important;
    box-shadow: 0 24px 58px rgba(7, 31, 63, .2) !important;
  }

  html body #language .dropdown-menu .language-select,
  html body #currency .dropdown-menu .currency-select {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
    padding: 8px 14px !important;
    color: #071f3f !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-align: left !important;
    background: transparent !important;
  }

  html body #language .dropdown-menu .language-select:hover,
  html body #currency .dropdown-menu .currency-select:hover {
    color: #0b72f0 !important;
    background: #f0f6ff !important;
  }

  html body #language .dropdown-menu .language-select[onclick*="ru-ru"]::after {
    content: "Русский";
  }

  html body #language .dropdown-menu .language-select[onclick*="en-gb"]::after {
    content: "English";
  }

  html body #language .dropdown-menu .language-select[onclick*="uz-uz"]::after {
    content: "O'zbekcha";
  }
}

/* Live fix 14: phone dropdown must render above the fixed category navigation. */
@media (min-width: 992px) {
  html body .mtca20-header {
    z-index: 3600 !important;
    overflow: visible !important;
  }

  html body .mtca20-header .container,
  html body .mtca20-header .row,
  html body .mtca20-header .mtca20-phone,
  html body .mtca20-header .fm-phone-box,
  html body .mtca20-header .fm-phone-content,
  html body .mtca20-header .header-dropdown-box {
    position: relative !important;
    z-index: 3610 !important;
    overflow: visible !important;
  }

  html body .mtca20-header .mtca20-phone .header-dropdown {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    right: 0 !important;
    left: auto !important;
    width: 240px !important;
    min-width: 240px !important;
    z-index: 3700 !important;
    background: #ffffff !important;
    border: 1px solid #d8e6f6 !important;
    box-shadow: 0 28px 64px rgba(7, 31, 63, .2) !important;
  }

  html body .mtca20-header .mtca20-phone .header-dropdown-inner {
    position: relative !important;
    z-index: 3710 !important;
    background: #ffffff !important;
  }

  html body .mtca20-header .mtca20-phone .header-dropdown a {
    color: #071f3f !important;
    font-weight: 800 !important;
  }

  html body .mtca20-menu-row,
  html body .mtca20-menu-row .mtca20-category-nav {
    z-index: 1800 !important;
  }

  html body #language .dropdown-menu .language-select[onclick*="ru-ru"]::after {
    content: "\0420\0443\0441\0441\043A\0438\0439" !important;
  }
}

/* Live fix 15: show language names beside flags. */
html body #language .dropdown-menu .language-select {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  min-width: 150px !important;
  color: #071f3f !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  text-indent: 0 !important;
  white-space: nowrap !important;
}

html body #language .dropdown-menu .language-select img {
  flex: 0 0 auto !important;
}

html body #language .dropdown-menu .language-select .mtca20-language-name {
  display: inline-block !important;
  color: #071f3f !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Live fix 16: keep the language selector visible and readable above the header layers. */
html body #language,
html body #form-language,
html body #language .btn-group,
html body .mtca20-topbar #language,
html body .mtca20-topbar #form-language,
html body .mtca20-topbar #language .btn-group {
  position: relative !important;
  overflow: visible !important;
  z-index: 5200 !important;
}

html body #language .dropdown-menu,
html body .mtca20-topbar #language .dropdown-menu {
  position: absolute !important;
  top: calc(100% + 8px) !important;
  right: 0 !important;
  left: auto !important;
  z-index: 5300 !important;
  min-width: 176px !important;
  padding: 8px 0 !important;
  background: #ffffff !important;
  border: 1px solid #d8e6f6 !important;
  border-radius: 6px !important;
  box-shadow: 0 24px 58px rgba(7, 31, 63, .2) !important;
}

html body #language .btn-group.open > .dropdown-menu,
html body #language .btn-group.show > .dropdown-menu,
html body #language .dropdown-menu.show,
html body .mtca20-topbar #language .btn-group.open > .dropdown-menu,
html body .mtca20-topbar #language .btn-group.show > .dropdown-menu,
html body .mtca20-topbar #language .dropdown-menu.show {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

html body #language .dropdown-menu .language-select,
html body .mtca20-topbar #language .dropdown-menu .language-select {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  width: 100% !important;
  min-width: 0 !important;
  padding: 9px 14px !important;
  color: #071f3f !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-align: left !important;
  text-indent: 0 !important;
  white-space: nowrap !important;
  background: transparent !important;
}

html body #language .dropdown-menu .language-select img,
html body .mtca20-topbar #language .dropdown-menu .language-select img {
  display: inline-block !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
}

html body #language .dropdown-menu .language-select .mtca20-language-name,
html body .mtca20-topbar #language .dropdown-menu .language-select .mtca20-language-name {
  display: inline-block !important;
  flex: 0 1 auto !important;
  max-width: 120px !important;
  overflow: hidden !important;
  color: #071f3f !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-overflow: ellipsis !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Live fix 17: final desktop header geometry and dropdown stacking. */
@media (min-width: 992px) {
  html body {
    padding-top: 184px !important;
  }

  html body #top.mtca20-topbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9000 !important;
    height: 40px !important;
    min-height: 40px !important;
    overflow: visible !important;
  }

  html body .mtca20-top-address a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    color: #ffffff !important;
    text-decoration: none !important;
  }

  html body .mtca20-top-address a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
  }

  html body .mtca20-header {
    position: fixed !important;
    top: 40px !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 7000 !important;
    height: 94px !important;
    min-height: 94px !important;
    margin: 0 !important;
    overflow: visible !important;
    background: #ffffff !important;
  }

  html body .mtca20-header > .container {
    max-width: 1480px !important;
    height: 94px !important;
    overflow: visible !important;
  }

  html body .mtca20-header-main {
    height: 94px !important;
    display: grid !important;
    grid-template-columns: 190px 220px minmax(420px, 1fr) 250px !important;
    gap: 24px !important;
    align-items: center !important;
    margin: 0 !important;
  }

  html body .mtca20-brand {
    grid-column: 1 !important;
    justify-self: start !important;
    align-self: center !important;
    width: 150px !important;
    max-width: 150px !important;
    padding: 0 !important;
  }

  html body .mtca20-brand .fm-logo img {
    max-width: 150px !important;
    max-height: 72px !important;
  }

  html body .mtca20-header .mtca20-phone {
    grid-column: 4 !important;
    justify-self: end !important;
    width: 250px !important;
    max-width: 250px !important;
    padding: 0 !important;
    z-index: 7020 !important;
  }

  html body .mtca20-menu-row {
    position: fixed !important;
    top: 40px !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 7100 !important;
    height: 94px !important;
    min-height: 94px !important;
    margin: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    box-shadow: none !important;
    pointer-events: none !important;
  }

  html body .mtca20-menu-row > .container,
  html body .mtca20-menu-row .mtca20-menu-inner {
    max-width: 1480px !important;
    height: 94px !important;
    min-height: 94px !important;
    display: grid !important;
    grid-template-columns: 190px 220px minmax(420px, 1fr) 250px !important;
    gap: 24px !important;
    align-items: center !important;
    margin: 0 auto !important;
    overflow: visible !important;
    pointer-events: none !important;
  }

  html body .mtca20-menu-row #oct-menu-box {
    grid-column: 2 !important;
    justify-self: start !important;
    align-self: center !important;
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
    height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 7140 !important;
    pointer-events: auto !important;
  }

  html body .mtca20-menu-row .fm-menu {
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
    height: 48px !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border-radius: 6px !important;
    pointer-events: auto !important;
  }

  html body .mtca20-menu-row .fm-menu .fm-menu-header {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    white-space: nowrap !important;
  }

  html body .mtca20-menu-row .mtca20-actions {
    grid-column: 3 !important;
    align-self: center !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    z-index: 7130 !important;
    pointer-events: auto !important;
  }

  html body .mtca20-menu-row .mtca20-actions .fm-search {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  html body .mtca20-menu-row .mtca20-category-nav {
    position: fixed !important;
    top: 134px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    min-width: 100vw !important;
    height: 50px !important;
    min-height: 50px !important;
    z-index: 6900 !important;
    overflow: hidden !important;
    pointer-events: auto !important;
  }

  html body #language,
  html body #form-language,
  html body #language .btn-group,
  html body #language .dropdown-menu {
    z-index: 12000 !important;
  }

  html body #language .dropdown-menu,
  html body .mtca20-topbar #language .dropdown-menu {
    top: calc(100% + 10px) !important;
    right: 0 !important;
    z-index: 12100 !important;
  }

  html body #language .btn-group.open > .dropdown-menu,
  html body #language .btn-group.show > .dropdown-menu,
  html body #language .dropdown-menu.show {
    display: block !important;
    transform: none !important;
  }
}

@media (min-width: 992px) {
  html body.mtca20-scroll-compact .mtca20-menu-row {
    top: 0 !important;
    height: 50px !important;
    min-height: 50px !important;
    z-index: 7100 !important;
  }

  html body.mtca20-scroll-compact .mtca20-menu-row .mtca20-category-nav {
    top: 0 !important;
    z-index: 7110 !important;
  }
}

/* Live fix 18: phone dropdown must sit above the category strip. */
@media (min-width: 992px) {
  html body .mtca20-header .mtca20-phone,
  html body .mtca20-header .mtca20-phone .fm-phone-box,
  html body .mtca20-header .mtca20-phone .fm-phone-content,
  html body .mtca20-header .mtca20-phone .header-dropdown-box {
    position: relative !important;
    z-index: 12300 !important;
    overflow: visible !important;
  }

  html body .mtca20-header .mtca20-phone .header-dropdown,
  html body .mtca20-header .mtca20-phone .header-dropdown-inner {
    z-index: 12400 !important;
  }

  html body .mtca20-header .mtca20-phone .header-dropdown {
    top: calc(100% + 64px) !important;
    right: 0 !important;
    left: auto !important;
    background: #ffffff !important;
    border: 1px solid #d8e6f6 !important;
    box-shadow: 0 30px 68px rgba(7, 31, 63, .22) !important;
  }

  html body .mtca20-header .mtca20-phone .header-dropdown a,
  html body .mtca20-header .mtca20-phone .header-dropdown li {
    position: relative !important;
    z-index: 12410 !important;
  }
}

/* Live fix 32: align header and primary controls with the MTCA logo purple. */
:root {
  --mtca20-logo-purple: #55479a;
  --mtca20-logo-purple-dark: #382f75;
  --mtca20-logo-purple-hover: #6758b3;
  --mtca20-navy: #382f75;
  --mtca20-navy-2: #55479a;
  --mtca20-blue: #55479a;
  --mtca20-blue-2: #6758b3;
}

.mtca20-topbar,
.mtca20-category-nav,
.mtca20-menu-row {
  background: linear-gradient(90deg, #382f75 0%, #55479a 100%) !important;
}

.mtca20-menu-row .fm-menu,
#fm_mobile_nav #fm_mobile_menu_button {
  background: linear-gradient(135deg, #6758b3 0%, #55479a 100%) !important;
  box-shadow: 0 10px 26px rgba(85, 71, 154, 0.28) !important;
}

.mtca20-menu-row .fm-menu:hover,
#fm_mobile_nav #fm_mobile_menu_button:hover {
  background: linear-gradient(135deg, #7464c4 0%, #55479a 100%) !important;
}

.mtca20-topbar .info-list i,
.mtca20-topbar .mtca20-top-link i,
.mtca20-topbar #language .btn i {
  color: #d8d1ff !important;
}

/* Live fix 33: make the header visibly match the MTCA logo purple. */
html body nav#top.mtca20-topbar,
html body .top.mtca20-topbar,
html body .menu-row.sticky-top.mtca20-menu-row,
html body .mtca20-menu-row,
html body nav.mtca20-category-nav,
html body .mtca20-category-nav {
  background: #55479a !important;
  background-color: #55479a !important;
  background-image: none !important;
}

html body .mtca20-menu-row .fm-menu,
html body .mtca20-menu-row #oct-menu-box .fm-menu,
html body #fm_mobile_nav #fm_mobile_menu_button {
  background: #55479a !important;
  background-color: #55479a !important;
  background-image: none !important;
  border-color: #55479a !important;
  box-shadow: 0 12px 30px rgba(85, 71, 154, 0.32) !important;
}

html body .mtca20-menu-row .fm-menu:hover,
html body .mtca20-menu-row #oct-menu-box .fm-menu:hover,
html body #fm_mobile_nav #fm_mobile_menu_button:hover {
  background: #6758b3 !important;
  background-color: #6758b3 !important;
  background-image: none !important;
  border-color: #6758b3 !important;
}

html body .mtca20-category-nav a:hover,
html body .mtca20-topbar a:hover,
html body .mtca20-topbar button:hover {
  color: #efeaff !important;
}

/* Live fix 34: one-color purple header with a white logo. */
:root {
  --mtca20-logo-purple: #55479a;
  --mtca20-logo-purple-hover: #6758b3;
}

html body #top.mtca20-topbar,
html body nav#top.mtca20-topbar,
html body .top.mtca20-topbar,
html body .mtca20-header,
html body header.mtca20-header,
html body .mtca20-menu-row,
html body .menu-row.sticky-top.mtca20-menu-row,
html body .mtca20-menu-row #oct-menu-box .mtca20-category-nav,
html body .mtca20-menu-row .mtca20-category-nav,
html body nav.mtca20-category-nav,
html body .mtca20-category-nav,
html body.mtca20-scroll-compact .mtca20-menu-row,
html body.mtca20-scroll-compact .mtca20-menu-row .mtca20-category-nav,
html body.mtca20-scroll-compact .mtca20-category-nav {
  background: #55479a !important;
  background-color: #55479a !important;
  background-image: none !important;
}

html body .mtca20-header {
  box-shadow: none !important;
}

html body .mtca20-brand,
html body .mtca20-brand .fm-logo,
html body .mtca20-brand .fm-logo a {
  display: flex !important;
  align-items: center !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html body .mtca20-brand .fm-logo img,
html body .mtca20-header #logo img,
html body .mtca20-menu-row #logo img {
  filter: brightness(0) invert(1) !important;
  opacity: 1 !important;
}

html body .mtca20-topbar,
html body .mtca20-topbar a,
html body .mtca20-topbar button,
html body .mtca20-topbar .btn,
html body .mtca20-header,
html body .mtca20-header a,
html body .mtca20-header button,
html body .mtca20-header .btn,
html body .mtca20-phone .fm-phone-content,
html body .mtca20-phone .fm-phone-content a,
html body .mtca20-phone .fm-phone-content .btn-link,
html body .mtca20-menu-row .fm-menu,
html body .mtca20-menu-row .fm-menu .fm-menu-header,
html body .mtca20-category-nav-list a,
html body .mtca20-category-nav-list .oct-menu-a {
  color: #ffffff !important;
}

html body .mtca20-topbar i,
html body .mtca20-header i,
html body .mtca20-menu-row i,
html body .mtca20-category-nav i {
  color: #d8d1ff !important;
}

html body .mtca20-menu-row .fm-menu,
html body .mtca20-menu-row #oct-menu-box .fm-menu,
html body #oct-menu-box > .fm-menu,
html body #oct-menu-box .fm-menu,
html body #fm_mobile_nav #fm_mobile_menu_button {
  background: #55479a !important;
  background-color: #55479a !important;
  background-image: none !important;
  border-color: rgba(255, 255, 255, .42) !important;
  box-shadow: none !important;
  color: #ffffff !important;
}

html body .mtca20-menu-row .fm-menu:hover,
html body .mtca20-menu-row #oct-menu-box .fm-menu:hover,
html body #oct-menu-box > .fm-menu:hover,
html body #oct-menu-box .fm-menu:hover,
html body #fm_mobile_nav #fm_mobile_menu_button:hover {
  background: #6758b3 !important;
  background-color: #6758b3 !important;
  border-color: rgba(255, 255, 255, .58) !important;
}

html body .mtca20-menu-row .mtca20-actions .fm-search,
html body .mtca20-menu-row .mtca20-actions .fm-search input {
  background: #ffffff !important;
}

html body .mtca20-menu-row .mtca20-actions .menu-btn-search,
html body .mtca20-menu-row .mtca20-actions .menu-btn-search i {
  color: #55479a !important;
}

/* Live fix 35: restore the logo position and render it as white on the purple header. */
html body .mtca20-header #logo.mtca20-brand,
html body .mtca20-header .mtca20-brand {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  grid-column: 1 !important;
  position: relative !important;
  width: 156px !important;
  min-width: 156px !important;
  max-width: 156px !important;
  min-height: 72px !important;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 7350 !important;
}

html body .mtca20-header .mtca20-brand .fm-logo {
  display: block !important;
  position: relative !important;
  width: 156px !important;
  height: 72px !important;
  min-width: 156px !important;
  min-height: 72px !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html body .mtca20-header .mtca20-brand .fm-logo::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  width: 156px !important;
  height: 72px !important;
  background: url("../../../../../image/catalog/logo-white.png") center center / contain no-repeat !important;
  filter: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1 !important;
}

html body .mtca20-header .mtca20-brand .fm-logo a {
  display: block !important;
  position: relative !important;
  width: 156px !important;
  height: 72px !important;
  z-index: 2 !important;
}

html body .mtca20-header .mtca20-brand .fm-logo img {
  display: block !important;
  width: 156px !important;
  max-width: 156px !important;
  height: 72px !important;
  max-height: 72px !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

@media (max-width: 991px) {
  html body .mtca20-header #logo.mtca20-brand,
  html body .mtca20-header .mtca20-brand,
  html body .mtca20-header .mtca20-brand .fm-logo,
  html body .mtca20-header .mtca20-brand .fm-logo a,
  html body .mtca20-header .mtca20-brand .fm-logo img {
    width: 130px !important;
    min-width: 130px !important;
    max-width: 130px !important;
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
  }

  html body .mtca20-header .mtca20-brand .fm-logo::before {
    width: 130px !important;
    height: 56px !important;
  }
}

/* Live fix 36: draw the white logo in the active header layer, above the purple strip. */
@media (min-width: 992px) {
  html body .mtca20-menu-row::before {
    content: "" !important;
    display: block !important;
    position: fixed !important;
    top: 51px !important;
    left: max(24px, calc((100vw - 1480px) / 2)) !important;
    width: 156px !important;
    height: 72px !important;
    background: url("/image/catalog/logo-white.png") center center / contain no-repeat !important;
    filter: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 7600 !important;
    pointer-events: none !important;
  }

  html body.mtca20-scroll-compact .mtca20-menu-row::before {
    display: none !important;
  }
}

@media (max-width: 991px) {
  html body .mtca20-header .mtca20-brand .fm-logo::before {
    background: url("/image/catalog/logo-white.png") center center / contain no-repeat !important;
  }
}
