.lt-ph-utility-shell,
.lt-production-header {
  --lt-ph-container: 1400px;
  --lt-ph-search-width: 560px;
  --lt-ph-catalog-accent: #11a897;
  --lt-ph-catalog-accent-2: #168bd2;
}

.lt-ph-utility-shell {
  position: relative !important;
  z-index: 9999 !important;
  display: block !important;
  width: 100% !important;
  border-bottom: 1px solid #e9edf2 !important;
  background: #f8fafc !important;
  color: #4e5562 !important;
  font-family: Inter, Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

.lt-ph-utility-shell,
.lt-ph-utility-shell * {
  box-sizing: border-box !important;
}

.lt-ph-utility-shell .lt-ph-container {
  width: min(var(--lt-ph-container), calc(100% - 64px)) !important;
  margin-inline: auto !important;
}

.lt-ph-utility-shell .lt-ph-utility {
  display: flex !important;
  min-height: 38px !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 28px !important;
}

.lt-ph-utility-shell .lt-ph-nav,
.lt-ph-utility-shell .lt-ph-contact,
.lt-ph-utility-shell .lt-ph-contact-link {
  display: flex !important;
  align-items: center !important;
}

.lt-ph-utility-shell .lt-ph-nav {
  min-width: 0 !important;
  gap: 25px !important;
}

.lt-ph-utility-shell a {
  color: inherit !important;
  text-decoration: none !important;
}

.lt-ph-utility-shell .lt-ph-nav a {
  min-height: 38px !important;
  align-content: center !important;
  border-bottom: 1px solid transparent !important;
  color: #4e5562 !important;
  font-size: 11.5px !important;
  font-weight: 520 !important;
  letter-spacing: 0.01em !important;
  white-space: nowrap !important;
}

.lt-ph-utility-shell .lt-ph-nav a:hover,
.lt-ph-utility-shell .lt-ph-nav a:focus-visible {
  border-bottom-color: #e30613 !important;
  color: #171a22 !important;
}

.lt-ph-utility-shell .lt-ph-contact {
  flex: none !important;
  gap: 8px !important;
}

.lt-ph-utility-shell .lt-ph-contact-link {
  min-height: 30px !important;
  justify-content: center !important;
  gap: 6px !important;
  border-radius: 9px !important;
}

.lt-ph-utility-shell .lt-ph-contact-phone {
  padding: 0 6px !important;
  color: #171a22 !important;
  font-size: 13px !important;
  font-weight: 680 !important;
}

.lt-ph-utility-shell .lt-ph-contact-phone .lt-ph-icon {
  width: 15px !important;
  height: 15px !important;
  stroke: #168bd2 !important;
}

.lt-ph-utility-shell .lt-ph-contact-social {
  width: 28px !important;
  height: 28px !important;
  background: #fff !important;
  box-shadow: inset 0 0 0 1px #e3e8ee !important;
}

.lt-ph-utility-shell .lt-ph-contact-social img {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  object-fit: contain !important;
}

.lt-ph-utility-shell .lt-ph-contact-link:hover,
.lt-ph-utility-shell .lt-ph-contact-link:focus-visible {
  background: #eef5fa !important;
}

.lt-production-header {
  position: sticky !important;
  top: 0 !important;
  overflow: visible !important;
  background: #fff !important;
  box-shadow: 0 4px 18px rgba(20, 29, 42, 0.055) !important;
}

body.livego-catalog-detail .lt-production-header {
  position: sticky !important;
  top: 0 !important;
}

.lt-production-header .lt-ph-container {
  width: min(var(--lt-ph-container), calc(100% - 64px)) !important;
}

.lt-production-header .lt-ph-nav {
  overflow: visible !important;
}

.lt-production-header .lt-ph-main {
  grid-template-columns: 205px max-content minmax(360px, var(--lt-ph-search-width)) minmax(0, 1fr) auto !important;
  gap: 18px !important;
}

.lt-production-header .lt-ph-search {
  width: min(100%, var(--lt-ph-search-width)) !important;
  max-width: var(--lt-ph-search-width) !important;
  justify-self: start !important;
}

.lt-production-header .lt-ph-spacer {
  min-width: 0 !important;
}

.lt-production-header .lt-ph-brand {
  min-height: 58px !important;
  background: url("../../images/livego/logo-official.png") no-repeat left center / contain !important;
}

.lt-production-header .lt-ph-brand img {
  visibility: hidden !important;
}

.lt-production-header .lt-ph-catalog,
.lt-production-header .lt-ph-search,
.lt-production-header .lt-ph-mobile-search-form {
  border-radius: 14px !important;
}

.lt-production-header .lt-ph-catalog {
  min-width: 112px !important;
  min-height: 40px !important;
  gap: 8px !important;
  padding: 0 15px !important;
  border: 1.5px solid var(--lt-ph-catalog-accent) !important;
  border-radius: 15px !important;
  background: #fff !important;
  color: #173447 !important;
  font-size: 13px !important;
  box-shadow: inset 0 0 0 1px rgba(17, 168, 151, 0.08), 0 7px 18px rgba(22, 139, 210, 0.08) !important;
}

.lt-production-header .lt-ph-catalog > span,
.lt-production-header .lt-ph-catalog > svg {
  color: currentColor !important;
}

.lt-production-header .lt-ph-catalog:hover,
.lt-production-header .lt-ph-catalog:focus-visible {
  border-color: var(--lt-ph-catalog-accent-2) !important;
  background: #f2fbfb !important;
  color: #0b5d6c !important;
  box-shadow: inset 0 0 0 1px rgba(22, 139, 210, 0.12), 0 10px 24px rgba(22, 139, 210, 0.12) !important;
}

.lt-production-header .lt-ph-catalog[aria-expanded="true"] {
  border-color: var(--lt-ph-catalog-accent-2) !important;
  background: #f1fbff !important;
  color: #0b5d6c !important;
}

.lt-production-header .lt-ph-search {
  min-height: 42px !important;
  grid-template-columns: 42px minmax(0, 1fr) !important;
}

.lt-production-header .lt-ph-scope {
  display: none !important;
}

.lt-production-header .lt-ph-search-input {
  grid-column: 2 !important;
  grid-row: 1 !important;
  height: 40px !important;
  padding: 0 14px 0 2px !important;
  border-radius: 0 14px 14px 0 !important;
}

.lt-production-header .lt-ph-search-submit {
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 42px !important;
  height: 40px !important;
  border-radius: 14px 0 0 14px !important;
  color: #253243 !important;
}

.lt-production-header .lt-ph-search-submit:hover,
.lt-production-header .lt-ph-search-submit:focus-visible {
  color: #0b6ea8 !important;
  background: #eef8fd !important;
}

.lt-production-header .lt-ph-search-suggestions {
  position: absolute !important;
  z-index: 10005 !important;
  top: calc(100% + 8px) !important;
  left: 0 !important;
  display: flex !important;
  max-width: 100% !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 8px !important;
  border: 1px solid #e4e8ed !important;
  border-radius: 13px !important;
  background: #fff !important;
  box-shadow: 0 12px 28px rgba(20, 29, 42, 0.1) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(-4px) !important;
  transition: opacity 0.16s ease, transform 0.16s ease !important;
}

.lt-production-header .lt-ph-search:focus-within .lt-ph-search-suggestions {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

.lt-production-header .lt-ph-search-suggestions span,
.lt-production-header .lt-ph-search-suggestions a {
  white-space: nowrap !important;
}

.lt-production-header .lt-ph-search-suggestions span {
  padding: 0 5px !important;
  color: #747b87 !important;
  font-size: 11px !important;
  font-weight: 650 !important;
}

.lt-production-header .lt-ph-search-suggestions a {
  display: inline-flex !important;
  min-height: 28px !important;
  align-items: center !important;
  padding: 0 9px !important;
  border-radius: 8px !important;
  background: #f5f7f9 !important;
  color: #313744 !important;
  font-size: 11px !important;
  font-weight: 620 !important;
}

.lt-production-header .lt-ph-search-suggestions a:hover,
.lt-production-header .lt-ph-search-suggestions a:focus-visible {
  background: #eaf4fb !important;
  color: #0b6ea8 !important;
}

.lt-production-header .lt-ph-action:hover {
  color: #0b6ea8 !important;
  background: #edf7fb !important;
}

.lt-production-header .lt-ph-action svg {
  stroke-width: 1.75 !important;
}

.lt-production-header .lt-ph-count {
  border-color: #fff !important;
  background: #168bd2 !important;
  box-shadow: 0 0 0 1px rgba(22, 139, 210, 0.12) !important;
}

.lt-production-header .lt-ph-count.empted,
.lt-production-header .lt-ph-count:empty {
  display: none !important;
}

.lt-production-header .lt-ph-mega {
  position: absolute !important;
  z-index: 10001 !important;
  top: 100% !important;
  right: 0 !important;
  left: 0 !important;
  min-height: 0 !important;
  padding: 8px 0 0 !important;
  background: transparent !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(-6px) !important;
  visibility: hidden !important;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease !important;
}

.lt-production-header.is-mega-open .lt-ph-mega {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
  visibility: visible !important;
}

.lt-production-header .lt-ph-mega-panel {
  position: relative !important;
  display: grid !important;
  grid-auto-rows: max-content !important;
  align-content: start !important;
  width: min(var(--lt-ph-container), calc(100% - 64px)) !important;
  max-width: var(--lt-ph-container) !important;
  min-height: 0 !important;
  margin-inline: auto !important;
  padding: 16px 18px 16px !important;
  overflow: visible !important;
  border: 1px solid #e3edf1 !important;
  border-radius: 0 0 24px 24px !important;
  background: #fff !important;
  box-shadow: 0 22px 48px rgba(20, 29, 42, 0.13) !important;
}

.lt-production-header .lt-ph-mega-panel::before {
  content: "" !important;
  position: absolute !important;
  top: -9px !important;
  left: clamp(190px, 18vw, 250px) !important;
  width: 96px !important;
  height: 10px !important;
  border: 1px solid #e3edf1 !important;
  border-bottom: 0 !important;
  border-radius: 12px 12px 0 0 !important;
  background: #fff !important;
}

.lt-production-header .lt-ph-mega-close {
  position: absolute !important;
  top: 12px !important;
  right: 18px !important;
  z-index: 4 !important;
  display: grid !important;
  width: 34px !important;
  height: 34px !important;
  place-items: center !important;
  padding: 0 !important;
  border: 1px solid #dfe3e8 !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.94) !important;
  color: #303641 !important;
  font-size: 22px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  box-shadow: 0 10px 24px rgba(20, 29, 42, 0.08) !important;
}

.lt-production-header .lt-ph-mega-head {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 24px !important;
  padding-bottom: 18px !important;
  border-bottom: 1px solid #e7eaee !important;
}

.lt-production-header .lt-ph-mega-kicker {
  display: block !important;
  margin-bottom: 4px !important;
  color: #0b6ea8 !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  text-transform: uppercase !important;
}

.lt-production-header .lt-ph-mega h2,
.lt-production-header .lt-ph-mega h3 {
  margin: 0 !important;
  color: #171a22 !important;
}

.lt-production-header .lt-ph-mega h2 {
  font-size: 24px !important;
  font-weight: 750 !important;
  line-height: 1.15 !important;
}

.lt-production-header .lt-ph-mega h3 {
  margin-bottom: 11px !important;
  font-size: 13px !important;
  font-weight: 750 !important;
}

.lt-production-header .lt-ph-mega-head-actions {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.lt-production-header .lt-ph-mega-head-actions > a {
  display: inline-flex !important;
  min-height: 38px !important;
  align-items: center !important;
  padding: 0 14px !important;
  border-radius: 11px !important;
  background: #171a22 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.lt-production-header .lt-ph-mega-head-actions > span {
  color: #188351 !important;
  font-size: 12px !important;
  font-weight: 680 !important;
}

.lt-production-header .lt-ph-mega-head-actions > button {
  display: grid !important;
  width: 38px !important;
  height: 38px !important;
  place-items: center !important;
  padding: 0 !important;
  border: 1px solid #dfe3e8 !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #303641 !important;
  font-size: 25px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
}

.lt-production-header .lt-ph-mega-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 12px !important;
  padding-top: 0 !important;
}

.lt-production-header .lt-ph-mega-section-title {
  display: flex !important;
  min-height: 22px !important;
  align-items: baseline !important;
  gap: 8px !important;
  margin-bottom: 8px !important;
  padding-right: 52px !important;
}

.lt-production-header .lt-ph-mega-section-title h3 {
  margin: 0 !important;
}

.lt-production-header .lt-ph-mega-section-title span {
  color: #8a9099 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
}

.lt-production-header .lt-ph-mega-section-title a {
  margin-left: auto !important;
  color: #171a22 !important;
  font-size: 12px !important;
  font-weight: 760 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

.lt-production-header .lt-ph-mega-type-grid {
  --lt-ph-mega-card-height: clamp(88px, 5vw, 108px);
  --lt-ph-wide-ratio: 1.333333;
  --lt-ph-vertical-ratio: 0.8;
  display: flex !important;
  flex-wrap: wrap !important;
  align-content: flex-start !important;
  align-items: flex-start !important;
  gap: 8px !important;
}

body.lt-ph-preview-ratio-a .lt-production-header .lt-ph-mega-type-grid {
  --lt-ph-wide-ratio: 1.25;
  --lt-ph-vertical-ratio: 0.75;
}

body.lt-ph-preview-ratio-b .lt-production-header .lt-ph-mega-type-grid {
  --lt-ph-wide-ratio: 1.333333;
  --lt-ph-vertical-ratio: 0.8;
}

.lt-production-header .lt-ph-category-card--ratio-a {
  --lt-ph-wide-ratio: 1.25;
  --lt-ph-vertical-ratio: 0.75;
}

.lt-production-header .lt-ph-category-card--ratio-b {
  --lt-ph-wide-ratio: 1.333333;
  --lt-ph-vertical-ratio: 0.8;
}

.lt-production-header .lt-ph-category-card {
  position: relative !important;
  display: grid !important;
  min-height: 0 !important;
  flex: 0 0 calc(var(--lt-ph-mega-card-height) * var(--lt-ph-vertical-ratio)) !important;
  width: calc(var(--lt-ph-mega-card-height) * var(--lt-ph-vertical-ratio)) !important;
  height: var(--lt-ph-mega-card-height) !important;
  align-content: end !important;
  overflow: hidden !important;
  aspect-ratio: var(--lt-ph-vertical-ratio) / 1 !important;
  padding: 8px !important;
  border: 1px solid #e3e6ea !important;
  border-radius: 14px !important;
  background: #fff !important;
  color: #252a34 !important;
  box-shadow: 0 8px 20px rgba(20, 29, 42, 0.04) !important;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease !important;
}

.lt-production-header .lt-ph-category-card--wide {
  flex-basis: calc(var(--lt-ph-mega-card-height) * var(--lt-ph-wide-ratio)) !important;
  width: calc(var(--lt-ph-mega-card-height) * var(--lt-ph-wide-ratio)) !important;
  aspect-ratio: var(--lt-ph-wide-ratio) / 1 !important;
}

.lt-production-header .lt-ph-category-card--tall {
  flex-basis: calc(var(--lt-ph-mega-card-height) * var(--lt-ph-vertical-ratio)) !important;
  width: calc(var(--lt-ph-mega-card-height) * var(--lt-ph-vertical-ratio)) !important;
  aspect-ratio: var(--lt-ph-vertical-ratio) / 1 !important;
}

.lt-production-header .lt-ph-category-card--medium {
  flex-basis: calc(var(--lt-ph-mega-card-height) * var(--lt-ph-vertical-ratio)) !important;
  width: calc(var(--lt-ph-mega-card-height) * var(--lt-ph-vertical-ratio)) !important;
  aspect-ratio: var(--lt-ph-vertical-ratio) / 1 !important;
}

.lt-production-header .lt-ph-category-card--stat {
  display: none !important;
}

.lt-production-header .lt-ph-category-card::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(180deg, rgba(12, 17, 25, 0.04), rgba(12, 17, 25, 0.56)) !important;
  pointer-events: none !important;
}

.lt-production-header .lt-ph-category-card--stat::after {
  display: none !important;
}

.lt-production-header .lt-ph-category-card:hover,
.lt-production-header .lt-ph-category-card:focus-within {
  border-color: #9acde9 !important;
  box-shadow: 0 14px 30px rgba(20, 29, 42, 0.12) !important;
  transform: translateY(-1px) !important;
}

.lt-production-header .lt-ph-category-card.is-selected {
  border-color: #168bd2 !important;
  box-shadow: inset 0 0 0 1px #168bd2, 0 14px 30px rgba(22, 139, 210, 0.12) !important;
}

.lt-production-header .lt-ph-category-card img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.lt-production-header .lt-ph-category-card > a {
  position: relative !important;
  z-index: 2 !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  color: #fff !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 11.5px !important;
  font-weight: 760 !important;
  line-height: 1.08 !important;
  text-decoration: none !important;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.32) !important;
}

.lt-production-header .lt-ph-category-card--wide > a {
  max-width: min(140px, 86%) !important;
  font-size: 12px !important;
  line-height: 1.05 !important;
}

.lt-production-header .lt-ph-category-card--tall > a {
  max-width: 72px !important;
}

.lt-production-header .lt-ph-category-card--stat > a {
  display: grid !important;
  color: #273042 !important;
  font-family: inherit !important;
  text-shadow: none !important;
}

.lt-production-header .lt-ph-category-card--stat strong {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 25px !important;
  line-height: 1 !important;
}

.lt-production-header .lt-ph-category-card--stat span {
  max-width: 74px !important;
  color: #667080 !important;
  font-size: 10px !important;
  font-weight: 760 !important;
  line-height: 1.05 !important;
  text-transform: uppercase !important;
}

.lt-production-header [data-lt-ph-category-select] {
  position: absolute !important;
  z-index: 3 !important;
  display: grid !important;
  place-items: center !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.22) !important;
  color: #fff !important;
  backdrop-filter: blur(8px) !important;
}

.lt-production-header [data-lt-ph-category-select]::after {
  content: "" !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: transparent !important;
}

.lt-production-header .lt-ph-category-card.is-selected [data-lt-ph-category-select] {
  border-color: #fff !important;
  background: #168bd2 !important;
}

.lt-production-header .lt-ph-category-card.is-selected [data-lt-ph-category-select]::after {
  background: #fff !important;
}

.lt-production-header [data-lt-ph-category-select] {
  top: 7px !important;
  right: 7px !important;
  width: 18px !important;
  height: 18px !important;
}

.lt-production-header .lt-ph-mega-expanded {
  display: none !important;
}

.lt-production-header .lt-ph-category-card.is-expanded {
  min-height: 0 !important;
}

.lt-production-header .lt-ph-category-card.is-expanded .lt-ph-mega-expanded {
  display: none !important;
}

.lt-production-header .lt-ph-mega-expanded a {
  display: inline-flex !important;
  min-height: 24px !important;
  align-items: center !important;
  padding: 0 8px !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.82) !important;
  color: #171a22 !important;
  font-family: inherit !important;
  font-size: 10px !important;
  font-weight: 720 !important;
  text-shadow: none !important;
}

.lt-production-header .lt-ph-mega-guides {
  display: none !important;
  align-content: start !important;
  gap: 20px !important;
  padding: 20px !important;
  border-radius: 18px !important;
  background: #f7f9fb !important;
}

.lt-production-header .lt-ph-mega-guides nav {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
}

.lt-production-header .lt-ph-mega-guides a {
  display: inline-flex !important;
  min-height: 30px !important;
  align-items: center !important;
  padding: 0 9px !important;
  border: 1px solid #e0e5ea !important;
  border-radius: 9px !important;
  background: #fff !important;
  color: #444b57 !important;
  font-size: 11px !important;
  font-weight: 620 !important;
}

.lt-production-header .lt-ph-mega-selected {
  display: grid !important;
  grid-template-columns: minmax(170px, auto) minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 10px 12px !important;
  border: 1px solid #e4e8ed !important;
  border-radius: 16px !important;
  background: #fff !important;
}

.lt-production-header .lt-ph-mega-selected h3 {
  margin-bottom: 2px !important;
}

.lt-production-header .lt-ph-mega-selected span {
  color: #7a828d !important;
  font-size: 11px !important;
  font-weight: 640 !important;
}

.lt-production-header [data-lt-ph-selected-list] {
  display: flex !important;
  min-height: 28px !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  color: #7a828d !important;
  font-size: 11px !important;
  font-weight: 650 !important;
}

.lt-production-header [data-lt-ph-selected-list] b {
  display: inline-flex !important;
  min-height: 26px !important;
  align-items: center !important;
  padding: 0 8px !important;
  border-radius: 8px !important;
  background: #eaf4fb !important;
  color: #0b6ea8 !important;
  font-size: 11px !important;
  font-weight: 760 !important;
}

.lt-production-header .lt-ph-mega-apply {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: max-content !important;
  min-height: 34px !important;
  padding: 0 13px !important;
  border-color: #171a22 !important;
  border-radius: 11px !important;
  background: #171a22 !important;
  color: #fff !important;
}

.lt-production-header .lt-ph-mobile-backdrop,
.lt-production-header .lt-ph-mobile-drawer {
  display: none !important;
}

@media (max-width: 1400px) and (min-width: 1025px) {
  .lt-production-header {
    --lt-ph-search-width: 480px;
  }

  .lt-ph-utility-shell .lt-ph-container,
  .lt-production-header .lt-ph-container {
    width: min(1280px, calc(100% - 40px)) !important;
  }

  .lt-ph-utility-shell .lt-ph-nav {
    gap: 18px !important;
  }

  .lt-production-header .lt-ph-main {
    grid-template-columns: 178px max-content minmax(340px, var(--lt-ph-search-width)) minmax(0, 1fr) auto !important;
    gap: 14px !important;
  }

  .lt-production-header .lt-ph-brand,
  .lt-production-header .lt-ph-brand img {
    width: 178px !important;
    max-width: 178px !important;
  }

  .lt-production-header .lt-ph-mega-type-grid {
    --lt-ph-mega-card-height: 94px;
    gap: 8px !important;
  }

  .lt-production-header .lt-ph-category-card {
    min-height: 0 !important;
    padding: 9px !important;
  }

  .lt-production-header .lt-ph-category-card--wide {
    flex-basis: calc(var(--lt-ph-mega-card-height) * var(--lt-ph-wide-ratio)) !important;
    width: calc(var(--lt-ph-mega-card-height) * var(--lt-ph-wide-ratio)) !important;
  }

  .lt-production-header .lt-ph-category-card--tall,
  .lt-production-header .lt-ph-category-card--medium,
  .lt-production-header .lt-ph-category-card.is-expanded {
    flex-basis: calc(var(--lt-ph-mega-card-height) * var(--lt-ph-vertical-ratio)) !important;
    width: calc(var(--lt-ph-mega-card-height) * var(--lt-ph-vertical-ratio)) !important;
  }
}

@media (min-width: 1920px) {
  .lt-ph-utility-shell,
  .lt-production-header {
    --lt-ph-container: 1760px;
  }
}

@media (min-width: 2560px) {
  .lt-ph-utility-shell,
  .lt-production-header {
    --lt-ph-container: 2240px;
  }
}

@media (min-width: 3200px) {
  .lt-ph-utility-shell,
  .lt-production-header {
    --lt-ph-container: 2880px;
  }
}

@media (max-width: 1024px) {
  .lt-ph-utility-shell {
    display: none !important;
  }

  .lt-production-header .lt-ph-container {
    width: calc(100% - 32px) !important;
  }

  .lt-production-header .lt-ph-desktop {
    display: none !important;
  }

  .lt-production-header .lt-ph-mobile {
    display: block !important;
  }

  .lt-production-header .lt-ph-quick-nav {
    display: none !important;
  }

  .lt-production-header .lt-ph-mega,
  .lt-production-header .lt-ph-search-suggestions {
    display: none !important;
  }

  .lt-production-header .lt-ph-mobile-main {
    min-height: 70px !important;
    grid-template-columns: 44px minmax(126px, 1fr) auto !important;
    gap: 10px !important;
  }

  .lt-production-header .lt-ph-brand {
    width: 164px !important;
    max-width: 164px !important;
    min-height: 50px !important;
    justify-self: start !important;
  }

  .lt-production-header .lt-ph-brand img {
    width: 164px !important;
    max-width: 164px !important;
    max-height: 50px !important;
  }

  .lt-production-header .lt-ph-mobile-icon,
  .lt-production-header .lt-ph-mobile-actions a {
    width: 40px !important;
    height: 42px !important;
    flex: 0 0 40px !important;
    border-radius: 12px !important;
  }

  .lt-production-header .lt-ph-mobile-actions {
    gap: 2px !important;
  }

  .lt-production-header .lt-ph-mobile-backdrop {
    position: fixed !important;
    z-index: 10020 !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: rgba(20, 21, 33, 0.34) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity 0.2s ease !important;
  }

  .lt-production-header .lt-ph-mobile-drawer {
    position: fixed !important;
    z-index: 10021 !important;
    top: 0 !important;
    left: 0 !important;
    display: flex !important;
    width: min(390px, calc(100% - 24px)) !important;
    height: 100dvh !important;
    padding: 18px !important;
    flex-direction: column !important;
    overflow-y: auto !important;
    border: 0 !important;
    border-radius: 0 18px 18px 0 !important;
    background: #fff !important;
    box-shadow: 20px 0 50px rgba(20, 21, 33, 0.16) !important;
    transform: translateX(-104%) !important;
    transition: transform 0.24s ease !important;
    visibility: hidden !important;
  }

  .lt-production-header.is-menu-open .lt-ph-mobile-backdrop {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .lt-production-header.is-menu-open .lt-ph-mobile-drawer {
    visibility: visible !important;
    transform: translateX(0) !important;
  }

  .lt-production-header .lt-ph-drawer-head {
    display: flex !important;
    min-height: 54px !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid var(--lt-color-line) !important;
  }

  .lt-production-header .lt-ph-drawer-head .lt-ph-brand,
  .lt-production-header .lt-ph-drawer-head .lt-ph-brand img {
    width: 176px !important;
    max-width: 176px !important;
  }

  .lt-production-header .lt-ph-drawer-close {
    display: grid !important;
    width: 44px !important;
    height: 44px !important;
    flex: 0 0 44px !important;
    place-items: center !important;
    padding: 0 !important;
    border: 1px solid var(--lt-color-line) !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: var(--lt-color-ink) !important;
  }

  .lt-production-header .lt-ph-drawer-close span {
    display: block !important;
    font-size: 30px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
  }

  .lt-production-header .lt-ph-drawer-nav {
    display: grid !important;
    margin-top: 20px !important;
    gap: 3px !important;
  }

  .lt-production-header .lt-ph-drawer-nav a {
    display: flex !important;
    min-height: 48px !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 12px !important;
    border-radius: 12px !important;
    color: var(--lt-color-ink) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
  }

  .lt-production-header .lt-ph-drawer-nav a::after {
    content: "→" !important;
    color: var(--lt-color-muted) !important;
    font-weight: 500 !important;
  }

  .lt-production-header .lt-ph-drawer-nav a:hover,
  .lt-production-header .lt-ph-drawer-nav a:focus-visible {
    background: var(--lt-color-canvas) !important;
  }

  .lt-production-header .lt-ph-drawer-contact {
    display: grid !important;
    margin-top: auto !important;
    padding: 20px 12px 4px !important;
    gap: 7px !important;
    border-top: 1px solid var(--lt-color-line) !important;
    color: var(--lt-color-muted) !important;
    font-size: 13px !important;
  }

  .lt-production-header .lt-ph-drawer-contact a {
    color: var(--lt-color-ink) !important;
    font-size: 18px !important;
    font-weight: 800 !important;
  }

  body.lt-ph-menu-lock {
    overflow: hidden !important;
  }
}

@media (max-width: 410px) {
  .lt-production-header .lt-ph-container {
    width: calc(100% - 24px) !important;
  }

  .lt-production-header .lt-ph-mobile-main {
    grid-template-columns: 36px minmax(108px, 1fr) auto !important;
    gap: 4px !important;
  }

  .lt-production-header .lt-ph-brand,
  .lt-production-header .lt-ph-brand img {
    width: 136px !important;
    max-width: 136px !important;
  }

  .lt-production-header .lt-ph-mobile-icon,
  .lt-production-header .lt-ph-mobile-actions a {
    width: 34px !important;
    height: 38px !important;
    flex-basis: 34px !important;
  }

  .lt-production-header .lt-ph-mobile-actions {
    gap: 0 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lt-production-header .lt-ph-mobile-drawer,
  .lt-production-header .lt-ph-mobile-backdrop {
    transition: none !important;
  }
}

/* ===== UIUX overlay 2026-08-02 ===== */
/* 2026-08-02 livastack header UI/UX sync.
   Scope: ASPro /local livego production header only. No Bitrix core or vendor edits. */

.lt-ph-utility-shell,
.lt-production-header {
  --lt-ph-container: 1500px;
  --lt-ph-search-width: 700px;
  --uiux-red: #f00613;
  --uiux-blue: #2f2f83;
  --uiux-ink: #262626;
  --uiux-text: #4a4a4a;
  --uiux-surface: #faf8f6;
  --uiux-line: #ebe7e4;
  --uiux-line-strong: #d8d4cf;
}

.lt-ph-utility-shell {
  border-bottom: 1px solid var(--uiux-line) !important;
  background: #fff !important;
  color: var(--uiux-ink) !important;
  font-family: Inter, Arial, sans-serif !important;
}

.lt-ph-utility-shell .lt-ph-utility {
  min-height: 38px !important;
  gap: 18px !important;
}

.lt-ph-utility-shell .lt-ph-nav {
  gap: 8px 14px !important;
}

.lt-ph-utility-shell .lt-ph-nav a {
  min-height: 30px !important;
  padding: 5px 8px !important;
  align-content: center !important;
  border: 0 !important;
  border-radius: 8px !important;
  color: var(--uiux-ink) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
}

.lt-ph-utility-shell .lt-ph-nav a:nth-child(1) {
  background: linear-gradient(180deg, rgba(47, 47, 131, .08), rgba(47, 47, 131, .025)) !important;
  color: var(--uiux-blue) !important;
  box-shadow: inset 0 -2px 0 rgba(47, 47, 131, .32) !important;
  font-style: italic !important;
  font-weight: 700 !important;
}

.lt-ph-utility-shell .lt-ph-nav a:nth-child(2) {
  background: linear-gradient(180deg, rgba(240, 6, 19, .07), rgba(240, 6, 19, .02)) !important;
  color: #ba1623 !important;
  box-shadow: inset 0 -2px 0 rgba(240, 6, 19, .26) !important;
  font-style: italic !important;
  font-weight: 700 !important;
}

.lt-ph-utility-shell .lt-ph-nav a:hover,
.lt-ph-utility-shell .lt-ph-nav a:focus-visible {
  background: var(--uiux-surface) !important;
  color: var(--uiux-red) !important;
}

.lt-production-header {
  min-height: 86px !important;
  border-bottom: 1px solid var(--uiux-line) !important;
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(20, 21, 33, .05) !important;
}

.lt-production-header .lt-ph-container,
.lt-ph-utility-shell .lt-ph-container {
  width: min(var(--lt-ph-container), calc(100vw - 64px)) !important;
}

.lt-production-header .lt-ph-main {
  min-height: 86px !important;
  grid-template-columns: 205px minmax(116px, 128px) minmax(420px, var(--lt-ph-search-width)) minmax(0, 1fr) auto !important;
  gap: 24px !important;
}

.lt-production-header .lt-ph-brand {
  min-height: 58px !important;
  width: 196px !important;
  max-width: 196px !important;
}

.lt-production-header .lt-ph-catalog {
  min-width: 116px !important;
  min-height: 48px !important;
  padding: 0 23px !important;
  gap: 10px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: var(--uiux-ink) !important;
  color: #fff !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 820 !important;
}

.lt-production-header .lt-ph-catalog:hover,
.lt-production-header .lt-ph-catalog:focus-visible,
.lt-production-header .lt-ph-catalog[aria-expanded="true"] {
  background: #11111d !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(20, 21, 33, .14) !important;
}

.lt-production-header .lt-ph-search {
  width: min(100%, var(--lt-ph-search-width)) !important;
  max-width: var(--lt-ph-search-width) !important;
  min-height: 48px !important;
  grid-template-columns: 50px minmax(0, 1fr) !important;
  border: 1px solid var(--uiux-line-strong) !important;
  border-radius: 14px !important;
  background: #fff !important;
  overflow: visible !important;
}

.lt-production-header .lt-ph-search-submit {
  width: 50px !important;
  height: 48px !important;
  border-right: 1px solid var(--uiux-line) !important;
  border-radius: 14px 0 0 14px !important;
  background: transparent !important;
  color: var(--uiux-ink) !important;
}

.lt-production-header .lt-ph-search-input {
  height: 48px !important;
  padding: 0 19px !important;
  border-radius: 0 14px 14px 0 !important;
  color: var(--uiux-ink) !important;
  font-size: 14px !important;
}

.lt-production-header .lt-ph-search-input::placeholder {
  color: #747988 !important;
  opacity: 1 !important;
}

.lt-production-header .lt-ph-search-suggestions {
  top: calc(100% + 8px) !important;
  border-color: var(--uiux-line) !important;
  border-radius: 13px !important;
}

.lt-production-header .lt-ph-actions {
  display: grid !important;
  grid-template-columns: repeat(3, 52px) !important;
  gap: 12px !important;
}

.lt-production-header .lt-ph-action {
  position: relative !important;
  display: grid !important;
  width: 52px !important;
  min-height: 48px !important;
  place-items: center !important;
  gap: 3px !important;
  border-radius: 8px !important;
  color: var(--uiux-ink) !important;
  font-size: 11px !important;
  font-weight: 760 !important;
}

.lt-production-header .lt-ph-action:hover {
  background: var(--uiux-surface) !important;
  color: var(--uiux-blue) !important;
}

.lt-production-header .lt-ph-count {
  top: 0 !important;
  right: 5px !important;
  background: var(--uiux-blue) !important;
}

@media (max-width: 1400px) and (min-width: 1025px) {
  .lt-production-header {
    --lt-ph-search-width: 560px;
  }

  .lt-production-header .lt-ph-container,
  .lt-ph-utility-shell .lt-ph-container {
    width: min(1280px, calc(100% - 40px)) !important;
  }

  .lt-production-header .lt-ph-main {
    grid-template-columns: 178px 112px minmax(340px, var(--lt-ph-search-width)) minmax(0, 1fr) auto !important;
    gap: 14px !important;
  }

  .lt-production-header .lt-ph-brand {
    width: 178px !important;
    max-width: 178px !important;
  }
}

@media (min-width: 1920px) {
  .lt-ph-utility-shell,
  .lt-production-header {
    --lt-ph-container: 1760px;
    --lt-ph-search-width: 760px;
  }
}

@media (min-width: 2560px) {
  .lt-ph-utility-shell,
  .lt-production-header {
    --lt-ph-container: 2240px;
    --lt-ph-search-width: 840px;
  }
}

@media (max-width: 1024px) {
  .lt-production-header {
    min-height: 70px !important;
  }

  .lt-production-header .lt-ph-container {
    width: calc(100% - 32px) !important;
  }

  .lt-production-header .lt-ph-mobile-main {
    min-height: 70px !important;
  }

  .lt-production-header .lt-ph-brand {
    width: 164px !important;
    max-width: 164px !important;
  }
}
