:root {
  --biodex-lv-header-height: 76px;
  --biodex-lv-ink: #111827;
  --biodex-lv-muted: #526071;
  --biodex-lv-line: rgba(17, 24, 39, 0.12);
  --biodex-lv-white: #fff;
  --biodex-lv-green: var(--biodex-green, #20b26b);
}

/* Unified LV-inspired header shell. */
body .biodex-lv-header,
body nav.biodex-lv-header,
body nav.fixed.top-0.biodex-lv-header,
body .cms-page-header.biodex-lv-header,
body .tg-header.biodex-lv-sub-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: var(--biodex-lv-header-height) !important;
  min-height: var(--biodex-lv-header-height) !important;
  padding: 0 clamp(34px, 4.4vw, 64px) !important;
  display: flex !important;
  align-items: center !important;
  color: var(--biodex-lv-ink) !important;
  background: #fff !important;
  border: 0 !important;
  border-bottom: 1px solid var(--biodex-lv-line) !important;
  box-shadow: none !important;
  text-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transform: none !important;
  opacity: 1 !important;
  z-index: 9990 !important;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease !important;
}

body .biodex-lv-header::before,
body .biodex-lv-header::after,
body nav.biodex-lv-header::before,
body nav.biodex-lv-header::after,
body .tg-header.biodex-lv-sub-header::before,
body .tg-header.biodex-lv-sub-header::after {
  display: none !important;
}

body .biodex-lv-header *,
body nav.biodex-lv-header *,
body .tg-header.biodex-lv-sub-header * {
  color: currentColor !important;
  text-shadow: none !important;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease !important;
}

body .biodex-lv-header a,
body .biodex-lv-header button,
body nav.biodex-lv-header a,
body nav.biodex-lv-header button,
body .tg-header.biodex-lv-sub-header a,
body .tg-header.biodex-lv-sub-header button {
  color: currentColor !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

body .biodex-lv-header a:hover,
body .biodex-lv-header button:hover,
body nav.biodex-lv-header a:hover,
body nav.biodex-lv-header button:hover,
body .tg-header.biodex-lv-sub-header a:hover,
body .tg-header.biodex-lv-sub-header button:hover {
  color: var(--biodex-lv-green) !important;
  background: transparent !important;
}

/* One stable center logo. Native page logos stay hidden to avoid duplicate/jumping logos. */
body .biodex-lv-global-logo {
  position: fixed !important;
  top: 0 !important;
  left: 50% !important;
  height: var(--biodex-lv-header-height) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: translateX(-50%) !important;
  z-index: 10003 !important;
  color: var(--biodex-lv-ink) !important;
  font-family: "Source Han Sans SC", "Noto Sans CJK SC", "Microsoft YaHei", Arial, sans-serif !important;
  font-size: clamp(20px, 1.55vw, 28px) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  pointer-events: auto !important;
  transition: color 160ms ease !important;
}

body .biodex-lv-global-logo:hover {
  color: var(--biodex-lv-green) !important;
}

body .biodex-lv-global-logo + .biodex-lv-global-logo {
  display: none !important;
}

body:not(.biodex-lv-transparent-route) .biodex-lv-header,
body:not(.biodex-lv-transparent-route) nav.biodex-lv-header,
body:not(.biodex-lv-transparent-route) nav.fixed.top-0.biodex-lv-header,
body:not(.biodex-lv-transparent-route) .tg-header.biodex-lv-sub-header,
body:not(.biodex-lv-transparent-route) .product-page-shared-header.biodex-lv-header,
body:not(.biodex-lv-transparent-route) .plc-header.biodex-lv-header,
body:not(.biodex-lv-transparent-route) .pd-header.biodex-lv-header,
body:not(.biodex-lv-transparent-route) .cms-page-header.biodex-lv-header,
body:not(.biodex-lv-transparent-route) .bd-header.biodex-lv-header {
  color: var(--biodex-lv-ink) !important;
  background: #fff !important;
  border-bottom-color: var(--biodex-lv-line) !important;
}

body .biodex-lv-header .biodex-lv-native-logo,
body nav.biodex-lv-header .biodex-lv-native-logo,
body .tg-header.biodex-lv-sub-header .biodex-lv-native-logo {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body .biodex-lv-native-logo:not(.biodex-lv-global-logo) {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body [data-biodex-logo-marked="1"]:not(.biodex-lv-global-logo) {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body footer .biodex-wordmark,
body footer [data-biodex-logo-marked="1"],
body .biodex-global-footer .biodex-wordmark,
body .biodex-global-footer [data-biodex-logo-marked="1"],
body .nav-sync-global-footer .biodex-wordmark,
body .nav-sync-global-footer [data-biodex-logo-marked="1"],
body .biodex-global-footer-brand strong {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  color: var(--biodex-lv-ink) !important;
}

body footer .biodex-wordmark,
body .biodex-global-footer-brand strong {
  font-family: "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.1 !important;
}

/* Some legacy pages render BIODEX as a wrapped brand/logo node rather than plain text. */
body .biodex-lv-header .bd-logo,
body .biodex-lv-header .pd-logo,
body .biodex-lv-header .pld-logo,
body .biodex-lv-header .plc-brand,
body .biodex-lv-header .tg-logo,
body .biodex-lv-header [class*="logo"]:not(.biodex-lv-global-logo),
body .biodex-lv-header [class*="brand"]:not(.biodex-lv-global-logo),
body nav.biodex-lv-header .bd-logo,
body nav.biodex-lv-header .pd-logo,
body nav.biodex-lv-header .pld-logo,
body nav.biodex-lv-header .plc-brand,
body nav.biodex-lv-header .tg-logo,
body nav.biodex-lv-header [class*="logo"]:not(.biodex-lv-global-logo),
body nav.biodex-lv-header [class*="brand"]:not(.biodex-lv-global-logo),
body .tg-header.biodex-lv-sub-header .bd-logo,
body .tg-header.biodex-lv-sub-header .pd-logo,
body .tg-header.biodex-lv-sub-header .pld-logo,
body .tg-header.biodex-lv-sub-header .plc-brand,
body .tg-header.biodex-lv-sub-header .tg-logo,
body .tg-header.biodex-lv-sub-header [class*="logo"]:not(.biodex-lv-global-logo),
body .tg-header.biodex-lv-sub-header [class*="brand"]:not(.biodex-lv-global-logo),
body .nav-sync-global-drawer .nav-sync-global-logo {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* First screen: transparent over hero/video. */
body.biodex-lv-transparent-route:not(.biodex-lv-scrolled):not(.biodex-lv-header-hover):not(.biodex-lv-scroll-up) .biodex-lv-header,
body.biodex-lv-transparent-route:not(.biodex-lv-scrolled):not(.biodex-lv-header-hover):not(.biodex-lv-scroll-up) nav.biodex-lv-header,
body.biodex-lv-transparent-route:not(.biodex-lv-scrolled):not(.biodex-lv-header-hover):not(.biodex-lv-scroll-up) nav.fixed.top-0.biodex-lv-header,
body.biodex-lv-transparent-route:not(.biodex-lv-scrolled):not(.biodex-lv-header-hover):not(.biodex-lv-scroll-up) .cms-page-header.biodex-lv-header,
body.biodex-lv-transparent-route:not(.biodex-lv-scrolled):not(.biodex-lv-header-hover):not(.biodex-lv-scroll-up) .tg-header.biodex-lv-sub-header {
  color: #fff !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0)) !important;
  border-bottom-color: transparent !important;
}

body.biodex-lv-transparent-route:not(.biodex-lv-scrolled):not(.biodex-lv-header-hover):not(.biodex-lv-scroll-up) .biodex-lv-global-logo {
  color: #fff !important;
}

/* Hover / scrolled: white bar, fixed at the top. */
body.biodex-lv-scroll-up .biodex-lv-header,
body.biodex-lv-scrolled .biodex-lv-header,
body.biodex-lv-header-hover .biodex-lv-header,
body.biodex-lv-scroll-up nav.biodex-lv-header,
body.biodex-lv-scrolled nav.biodex-lv-header,
body.biodex-lv-header-hover nav.biodex-lv-header,
body.biodex-lv-scroll-up .cms-page-header.biodex-lv-header,
body.biodex-lv-scrolled .cms-page-header.biodex-lv-header,
body.biodex-lv-header-hover .cms-page-header.biodex-lv-header,
body.biodex-lv-scroll-up .tg-header.biodex-lv-sub-header,
body.biodex-lv-scrolled .tg-header.biodex-lv-sub-header,
body.biodex-lv-header-hover .tg-header.biodex-lv-sub-header {
  color: var(--biodex-lv-ink) !important;
  background: #fff !important;
  border-bottom-color: var(--biodex-lv-line) !important;
}

body.biodex-lv-scroll-up .biodex-lv-global-logo,
body.biodex-lv-scrolled .biodex-lv-global-logo,
body.biodex-lv-header-hover .biodex-lv-global-logo {
  color: var(--biodex-lv-ink) !important;
}

/* Global menu entrance: same color state as the header. */
body .nav-sync-global-menu-button.biodex-lv-menu-button {
  position: fixed !important;
  top: 0 !important;
  left: clamp(28px, 3.2vw, 52px) !important;
  width: auto !important;
  min-width: 76px !important;
  height: var(--biodex-lv-header-height) !important;
  padding: 0 10px 0 34px !important;
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  color: var(--biodex-lv-ink) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transform: none !important;
  opacity: 1 !important;
  z-index: 10004 !important;
  transition: color 160ms ease !important;
}

body.biodex-lv-transparent-route:not(.biodex-lv-scrolled):not(.biodex-lv-header-hover):not(.biodex-lv-scroll-up) .nav-sync-global-menu-button.biodex-lv-menu-button {
  color: #fff !important;
}

body .nav-sync-global-menu-button.biodex-lv-menu-button:hover {
  color: var(--biodex-lv-green) !important;
  background: transparent !important;
  transform: none !important;
}

body .nav-sync-global-menu-button.biodex-lv-menu-button > span:not(.biodex-lv-menu-label) {
  position: absolute !important;
  left: 10px !important;
  width: 14px !important;
  height: 1.5px !important;
  margin: 0 !important;
  display: block !important;
  background: currentColor !important;
  border-radius: 0 !important;
}

body .nav-sync-global-menu-button.biodex-lv-menu-button > span:not(.biodex-lv-menu-label):nth-child(1) {
  top: calc(50% - 6px) !important;
}

body .nav-sync-global-menu-button.biodex-lv-menu-button > span:not(.biodex-lv-menu-label):nth-child(2) {
  top: 50% !important;
}

body .nav-sync-global-menu-button.biodex-lv-menu-button > span:not(.biodex-lv-menu-label):nth-child(3) {
  top: calc(50% + 6px) !important;
}

body .nav-sync-global-menu-button.biodex-lv-menu-button .biodex-lv-menu-label {
  width: auto !important;
  height: auto !important;
  display: inline !important;
  color: currentColor !important;
  background: transparent !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

/* Right-side navigation on native headers. */
body .biodex-lv-header > div,
body .biodex-lv-header > nav,
body .biodex-lv-header > ul,
body nav.biodex-lv-header > div,
body nav.biodex-lv-header > nav,
body nav.biodex-lv-header > ul {
  margin-left: auto !important;
}

body .biodex-lv-header a[aria-current="page"],
body .biodex-lv-header a.active,
body .biodex-lv-header .active a,
body nav.biodex-lv-header a[aria-current="page"],
body nav.biodex-lv-header a.active,
body nav.biodex-lv-header .active a {
  color: currentColor !important;
}

/* Technology/product/scene detail tabs use the same top-navigation visual language. */
body .tg-header.biodex-lv-sub-header {
  justify-content: flex-end !important;
}

body .tg-header.biodex-lv-sub-header .tg-header-nav {
  margin-left: auto !important;
  max-width: min(62vw, 900px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: clamp(12px, 2vw, 28px) !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
}

body .tg-header.biodex-lv-sub-header .tg-header-nav::-webkit-scrollbar {
  display: none !important;
}

body .tg-header.biodex-lv-sub-header .tg-header-nav a {
  padding: 8px 12px !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body .tg-header.biodex-lv-sub-header .tg-header-nav a.is-active {
  background: rgba(17, 24, 39, 0.08) !important;
}

/* Product detail category bar: cleaner, LV-like horizontal catalogue rail. */
body .product-series-detail > .plc-series-tabs {
  position: sticky !important;
  top: var(--biodex-lv-header-height) !important;
  z-index: 108 !important;
  width: 100% !important;
  height: 70px !important;
  min-height: 70px !important;
  margin-top: var(--biodex-lv-header-height) !important;
  padding: 0 clamp(48px, 7vw, 112px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(28px, 5.4vw, 92px) !important;
  overflow-x: auto !important;
  background: #fff !important;
  border-top: 0 !important;
  border-bottom: 1px solid rgba(17, 24, 39, 0.1) !important;
  box-shadow: none !important;
  scrollbar-width: none !important;
}

body .product-series-detail > .plc-series-tabs::-webkit-scrollbar {
  display: none !important;
}

body .product-series-detail > .plc-series-tabs .plc-series-tab {
  position: relative !important;
  flex: 0 0 auto !important;
  padding: 0 0 12px !important;
  color: #111827 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

body .product-series-detail > .plc-series-tabs .plc-series-tab::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 2px !important;
  background: transparent !important;
  border-radius: 999px !important;
}

body .product-series-detail > .plc-series-tabs .plc-series-tab:hover,
body .product-series-detail > .plc-series-tabs .plc-series-tab.is-active {
  color: #111827 !important;
  background: transparent !important;
}

body .product-series-detail > .plc-series-tabs .plc-series-tab.is-active::after {
  background: var(--biodex-lv-green) !important;
}

body .product-detail-layout.product-lycra-series.product-series-detail > .product-page-shared-header + .plc-series-tabs {
  top: var(--biodex-lv-header-height) !important;
  margin-top: var(--biodex-lv-header-height) !important;
  box-shadow: none !important;
}

body .product-detail-layout .plc-series-tabs,
body .product-series-detail .plc-series-tabs {
  background: #fff !important;
  color: var(--biodex-lv-ink) !important;
  border-bottom: 1px solid rgba(17, 24, 39, 0.1) !important;
  box-shadow: none !important;
}

/* Product secondary pages use the same top-header language as scene / technology pages. */
body .product-detail-layout > .product-page-shared-header,
body .product-detail-layout > .plc-header,
body .product-detail-layout > .pd-header,
body .product-series-detail > .product-page-shared-header,
body .product-series-detail > .plc-header,
body .product-series-detail > .pd-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 9990 !important;
  height: var(--biodex-lv-header-height) !important;
  min-height: var(--biodex-lv-header-height) !important;
  padding: 0 clamp(54px, 5vw, 88px) !important;
  background: #fff !important;
  color: var(--biodex-lv-ink) !important;
  border-bottom: 1px solid var(--biodex-lv-line) !important;
  box-shadow: none !important;
}

body .product-detail-layout > .product-page-shared-header *,
body .product-detail-layout > .plc-header *,
body .product-detail-layout > .pd-header *,
body .product-series-detail > .product-page-shared-header *,
body .product-series-detail > .plc-header *,
body .product-series-detail > .pd-header * {
  color: var(--biodex-lv-ink) !important;
  text-shadow: none !important;
}

body .product-detail-layout > .product-page-shared-header a,
body .product-detail-layout > .plc-header a,
body .product-detail-layout > .pd-header a,
body .product-series-detail > .product-page-shared-header a,
body .product-series-detail > .plc-header a,
body .product-series-detail > .pd-header a {
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

body .product-detail-layout > .product-page-shared-header a:hover,
body .product-detail-layout > .plc-header a:hover,
body .product-detail-layout > .pd-header a:hover,
body .product-series-detail > .product-page-shared-header a:hover,
body .product-series-detail > .plc-header a:hover,
body .product-series-detail > .pd-header a:hover {
  color: var(--biodex-lv-green) !important;
}

body .product-detail-layout > .product-page-shared-header + .plc-series-tabs,
body .product-detail-layout > .plc-header + .plc-series-tabs,
body .product-detail-layout > .pd-header + .plc-series-tabs,
body .product-series-detail > .product-page-shared-header + .plc-series-tabs,
body .product-series-detail > .plc-header + .plc-series-tabs,
body .product-series-detail > .pd-header + .plc-series-tabs {
  margin-top: var(--biodex-lv-header-height) !important;
}

body .nav-sync-global-drawer .nav-sync-global-sub-link,
body .nav-sync-global-drawer .nav-sync-global-sub-link strong,
body .nav-sync-global-drawer .nav-sync-global-sub-title,
body .nav-sync-global-drawer .nav-sync-global-group-title,
body .nav-sync-global-drawer .nav-sync-global-panel a,
body .nav-sync-global-drawer .nav-sync-global-panel button {
  font-weight: 400 !important;
}

/* Keep the drawer menu typography visually consistent between first-level and sub-level items. */
body .nav-sync-global-trigger,
body .nav-sync-global-sub-link,
body .nav-sync-global-sub-link strong,
body .nav-sync-global-sub-link small {
  font-family: "Source Han Sans SC", "Noto Sans CJK SC", "Microsoft YaHei", Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

body .nav-sync-global-trigger,
body .nav-sync-global-sub-link strong {
  font-weight: 400 !important;
}

body .nav-sync-global-sub-link small {
  font-weight: 400 !important;
  color: #667085 !important;
}

body .nav-sync-global-drawer .nav-sync-global-panel strong,
body .nav-sync-global-drawer .nav-sync-global-panel h2,
body .nav-sync-global-drawer .nav-sync-global-panel h3 {
  font-weight: 400 !important;
}

body.biodex-lv-transparent-route:not(.biodex-lv-scrolled):not(.biodex-lv-header-hover):not(.biodex-lv-scroll-up) .tg-header.biodex-lv-sub-header .tg-header-nav a.is-active {
  color: #111827 !important;
  background: rgba(255, 255, 255, 0.94) !important;
}

body.biodex-lv-scroll-up .tg-header.biodex-lv-sub-header .tg-header-nav a.is-active,
body.biodex-lv-scrolled .tg-header.biodex-lv-sub-header .tg-header-nav a.is-active,
body.biodex-lv-header-hover .tg-header.biodex-lv-sub-header .tg-header-nav a.is-active {
  color: #111827 !important;
  background: rgba(17, 24, 39, 0.08) !important;
}

/* Footer links should keep a clean text-only state; active route highlighting belongs to navigation, not footer columns. */
body .biodex-global-footer a,
body .biodex-global-footer a:hover,
body .biodex-global-footer a:focus,
body .biodex-global-footer a.active,
body .biodex-global-footer a.is-active,
body .biodex-global-footer [aria-current="page"],
body .nav-sync-global-footer a,
body .nav-sync-global-footer a:hover,
body .nav-sync-global-footer a:focus,
body footer a,
body footer a:hover,
body footer a:focus,
body footer a.active,
body footer a.is-active,
body footer [aria-current="page"] {
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
}

/* Strong final override for product detail pages: keep the top header aligned with the unified LV-style header. */
body .product-detail-layout.product-lycra-series > .product-page-shared-header,
body .product-detail-layout.product-lycra-series > .plc-header.product-page-shared-header,
body .product-detail-layout.product-lycra-series.product-series-detail > .product-page-shared-header,
body .product-detail-layout.product-lycra-series.product-series-detail > .plc-header.product-page-shared-header {
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  z-index: 9990 !important;
  width: 100% !important;
  height: var(--biodex-lv-header-height) !important;
  min-height: var(--biodex-lv-header-height) !important;
  padding: 0 clamp(54px, 5vw, 88px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 28px !important;
  color: var(--biodex-lv-ink) !important;
  background: #fff !important;
  border: 0 !important;
  border-bottom: 1px solid var(--biodex-lv-line) !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

body .product-detail-layout.product-lycra-series > .product-page-shared-header .plc-brand,
body .product-detail-layout.product-lycra-series > .plc-header.product-page-shared-header .plc-brand,
body .product-detail-layout.product-lycra-series.product-series-detail > .product-page-shared-header .plc-brand,
body .product-detail-layout.product-lycra-series.product-series-detail > .plc-header.product-page-shared-header .plc-brand {
  display: none !important;
}

body .product-detail-layout.product-lycra-series > .product-page-shared-header .plc-header-nav,
body .product-detail-layout.product-lycra-series > .plc-header.product-page-shared-header .plc-header-nav,
body .product-detail-layout.product-lycra-series.product-series-detail > .product-page-shared-header .plc-header-nav,
body .product-detail-layout.product-lycra-series.product-series-detail > .plc-header.product-page-shared-header .plc-header-nav {
  margin-left: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 22px !important;
  max-width: min(58vw, 760px) !important;
}

body .product-detail-layout.product-lycra-series > .product-page-shared-header .plc-header-nav a,
body .product-detail-layout.product-lycra-series > .plc-header.product-page-shared-header .plc-header-nav a,
body .product-detail-layout.product-lycra-series.product-series-detail > .product-page-shared-header .plc-header-nav a,
body .product-detail-layout.product-lycra-series.product-series-detail > .plc-header.product-page-shared-header .plc-header-nav a {
  padding: 8px 14px !important;
  color: var(--biodex-lv-ink) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  text-shadow: none !important;
}

body .product-detail-layout.product-lycra-series > .product-page-shared-header .plc-header-nav a:hover,
body .product-detail-layout.product-lycra-series > .product-page-shared-header .plc-header-nav a.is-active,
body .product-detail-layout.product-lycra-series > .plc-header.product-page-shared-header .plc-header-nav a:hover,
body .product-detail-layout.product-lycra-series > .plc-header.product-page-shared-header .plc-header-nav a.is-active,
body .product-detail-layout.product-lycra-series.product-series-detail > .product-page-shared-header .plc-header-nav a:hover,
body .product-detail-layout.product-lycra-series.product-series-detail > .product-page-shared-header .plc-header-nav a.is-active,
body .product-detail-layout.product-lycra-series.product-series-detail > .plc-header.product-page-shared-header .plc-header-nav a:hover,
body .product-detail-layout.product-lycra-series.product-series-detail > .plc-header.product-page-shared-header .plc-header-nav a.is-active {
  color: var(--biodex-lv-ink) !important;
  background: rgba(17, 24, 39, 0.08) !important;
}

body .product-detail-layout.product-lycra-series > .product-page-shared-header + .plc-series-tabs,
body .product-detail-layout.product-lycra-series > .plc-header.product-page-shared-header + .plc-series-tabs,
body .product-detail-layout.product-lycra-series.product-series-detail > .product-page-shared-header + .plc-series-tabs,
body .product-detail-layout.product-lycra-series.product-series-detail > .plc-header.product-page-shared-header + .plc-series-tabs {
  margin-top: var(--biodex-lv-header-height) !important;
  top: var(--biodex-lv-header-height) !important;
}

@media (max-width: 1024px) {
  body .tg-header.biodex-lv-sub-header .tg-header-nav {
    max-width: 56vw !important;
    gap: 8px !important;
  }
}

@media (max-width: 768px) {
  :root {
    --biodex-lv-header-height: 64px;
  }

  body .biodex-lv-header,
  body nav.biodex-lv-header,
  body nav.fixed.top-0.biodex-lv-header,
  body .cms-page-header.biodex-lv-header,
  body .tg-header.biodex-lv-sub-header {
    padding: 0 18px !important;
  }

  body .biodex-lv-global-logo {
    font-size: 20px !important;
  }

  body .nav-sync-global-menu-button.biodex-lv-menu-button {
    left: 18px !important;
    min-width: 64px !important;
  }

  body .tg-header.biodex-lv-sub-header .tg-header-nav {
    display: none !important;
  }

  body .product-series-detail > .plc-series-tabs {
    height: 58px !important;
    min-height: 58px !important;
    padding: 0 18px !important;
    justify-content: flex-start !important;
    gap: 26px !important;
  }
}

/* Final product-detail header lock: keep product secondary pages aligned with the clean LV-style white header. */
body .product-detail-layout.product-lycra-series > .product-page-shared-header,
body .product-detail-layout.product-lycra-series > .plc-header.product-page-shared-header,
body .product-detail-layout.product-lycra-series.product-series-detail > .product-page-shared-header,
body .product-detail-layout.product-lycra-series.product-series-detail > .plc-header.product-page-shared-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 9990 !important;
  width: 100% !important;
  height: var(--biodex-lv-header-height) !important;
  min-height: var(--biodex-lv-header-height) !important;
  margin: 0 !important;
  padding: 0 clamp(54px, 5vw, 88px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  color: var(--biodex-lv-ink) !important;
  background: #fff !important;
  border: 0 !important;
  border-bottom: 1px solid var(--biodex-lv-line) !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transform: none !important;
}

body .product-detail-layout.product-lycra-series .product-page-shared-header .plc-brand,
body .product-detail-layout.product-lycra-series .plc-header.product-page-shared-header .plc-brand,
body .product-detail-layout.product-lycra-series .product-page-shared-header .biodex-wordmark,
body .product-detail-layout.product-lycra-series .plc-header.product-page-shared-header .biodex-wordmark {
  display: none !important;
}

body .product-detail-layout.product-lycra-series .product-page-shared-header .plc-header-nav,
body .product-detail-layout.product-lycra-series .plc-header.product-page-shared-header .plc-header-nav {
  margin-left: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 22px !important;
  max-width: min(58vw, 760px) !important;
}

body .product-detail-layout.product-lycra-series .product-page-shared-header .plc-header-nav a,
body .product-detail-layout.product-lycra-series .plc-header.product-page-shared-header .plc-header-nav a {
  padding: 8px 14px !important;
  color: var(--biodex-lv-ink) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  text-shadow: none !important;
}

body .product-detail-layout.product-lycra-series .product-page-shared-header .plc-header-nav a:hover,
body .product-detail-layout.product-lycra-series .product-page-shared-header .plc-header-nav a.is-active,
body .product-detail-layout.product-lycra-series .plc-header.product-page-shared-header .plc-header-nav a:hover,
body .product-detail-layout.product-lycra-series .plc-header.product-page-shared-header .plc-header-nav a.is-active {
  color: var(--biodex-lv-ink) !important;
  background: rgba(17, 24, 39, 0.08) !important;
}

body .product-detail-layout.product-lycra-series > .plc-series-tabs,
body .product-detail-layout.product-lycra-series.product-series-detail > .plc-series-tabs,
body .product-detail-layout.product-lycra-series > .product-page-shared-header + .plc-series-tabs,
body .product-detail-layout.product-lycra-series > .plc-header.product-page-shared-header + .plc-series-tabs,
body .product-detail-layout.product-lycra-series.product-series-detail > .product-page-shared-header + .plc-series-tabs,
body .product-detail-layout.product-lycra-series.product-series-detail > .plc-header.product-page-shared-header + .plc-series-tabs {
  position: sticky !important;
  top: var(--biodex-lv-header-height) !important;
  z-index: 9980 !important;
  width: 100% !important;
  height: 72px !important;
  min-height: 72px !important;
  margin: var(--biodex-lv-header-height) 0 0 !important;
  padding: 0 clamp(54px, 5vw, 88px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: clamp(22px, 3vw, 64px) !important;
  overflow-x: auto !important;
  color: var(--biodex-lv-ink) !important;
  background: #fff !important;
  border: 0 !important;
  border-bottom: 1px solid var(--biodex-lv-line) !important;
  box-shadow: none !important;
  transform: none !important;
}

body .product-detail-layout.product-lycra-series .plc-series-tab {
  flex: 0 0 auto !important;
  padding: 0 !important;
  color: var(--biodex-lv-ink) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-size: clamp(15px, 1.15vw, 20px) !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 72px !important;
  text-shadow: none !important;
}

body .product-detail-layout.product-lycra-series .plc-series-tab::after {
  background: #20b873 !important;
}

body .product-detail-layout.product-lycra-series .plc-series-tab:hover,
body .product-detail-layout.product-lycra-series .plc-series-tab.is-active {
  color: var(--biodex-lv-ink) !important;
}

body .product-detail-layout.product-lycra-series .pld-main,
body .product-detail-layout.product-lycra-series .plc-main,
body .product-detail-layout.product-lycra-series .product-page-main {
  padding-top: clamp(48px, 6vw, 96px) !important;
}

/* Final override against older product-page rules that used absolute dark headers. */
body:has(.product-detail-layout.product-lycra-series) .product-page-shared-header,
body:has(.product-detail-layout.product-lycra-series) .plc-header.product-page-shared-header,
body .product-detail-layout.product-lycra-series > .product-page-shared-header,
body .product-detail-layout.product-lycra-series > .plc-header.product-page-shared-header {
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  z-index: 9990 !important;
  width: 100% !important;
  height: var(--biodex-lv-header-height) !important;
  min-height: var(--biodex-lv-header-height) !important;
  margin: 0 !important;
  padding: 0 clamp(54px, 5vw, 88px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  background: #fff !important;
  color: var(--biodex-lv-ink) !important;
  border: 0 !important;
  border-bottom: 1px solid var(--biodex-lv-line) !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transform: none !important;
}

body:has(.product-detail-layout.product-lycra-series) .product-page-shared-header .plc-brand,
body:has(.product-detail-layout.product-lycra-series) .plc-header.product-page-shared-header .plc-brand,
body .product-detail-layout.product-lycra-series .product-page-shared-header .plc-brand,
body .product-detail-layout.product-lycra-series .plc-header.product-page-shared-header .plc-brand {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body:has(.product-detail-layout.product-lycra-series) .product-page-shared-header .plc-header-nav,
body:has(.product-detail-layout.product-lycra-series) .plc-header.product-page-shared-header .plc-header-nav,
body .product-detail-layout.product-lycra-series .product-page-shared-header .plc-header-nav,
body .product-detail-layout.product-lycra-series .plc-header.product-page-shared-header .plc-header-nav {
  margin-left: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 22px !important;
  max-width: min(58vw, 760px) !important;
}

body:has(.product-detail-layout.product-lycra-series) .product-page-shared-header .plc-header-nav a,
body .product-detail-layout.product-lycra-series .product-page-shared-header .plc-header-nav a {
  padding: 8px 14px !important;
  color: var(--biodex-lv-ink) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  text-shadow: none !important;
}

body:has(.product-detail-layout.product-lycra-series) .plc-series-tabs,
body .product-detail-layout.product-lycra-series > .plc-series-tabs {
  position: sticky !important;
  top: var(--biodex-lv-header-height) !important;
  z-index: 9980 !important;
  width: 100% !important;
  height: 72px !important;
  min-height: 72px !important;
  margin: var(--biodex-lv-header-height) 0 0 !important;
  padding: 0 clamp(54px, 5vw, 88px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: clamp(22px, 3vw, 64px) !important;
  overflow-x: auto !important;
  background: #fff !important;
  color: var(--biodex-lv-ink) !important;
  border: 0 !important;
  border-bottom: 1px solid var(--biodex-lv-line) !important;
  box-shadow: none !important;
  transform: none !important;
}

body:has(.product-detail-layout.product-lycra-series) .plc-series-tabs .plc-series-tab,
body .product-detail-layout.product-lycra-series .plc-series-tabs .plc-series-tab {
  color: var(--biodex-lv-ink) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-size: clamp(15px, 1.15vw, 20px) !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 72px !important;
  text-shadow: none !important;
}

body:has(.product-detail-layout.product-lycra-series) .plc-series-tabs .plc-series-tab:hover,
body:has(.product-detail-layout.product-lycra-series) .plc-series-tabs .plc-series-tab.is-active,
body .product-detail-layout.product-lycra-series .plc-series-tabs .plc-series-tab:hover,
body .product-detail-layout.product-lycra-series .plc-series-tabs .plc-series-tab.is-active {
  color: var(--biodex-lv-ink) !important;
}

body:has(.product-detail-layout.product-lycra-series) .plc-series-tabs .plc-series-tab::after,
body .product-detail-layout.product-lycra-series .plc-series-tabs .plc-series-tab::after {
  background: var(--biodex-lv-green) !important;
}

/* 2026-07-08 precision fixes: remove legacy duplicate logos and keep product pages on the unified top style. */
body .biodex-logo-safe-left:not(.biodex-lv-global-logo),
body .nav-sync-global-logo:not(.biodex-lv-global-logo),
body .cms-page-logo:not(.biodex-lv-global-logo),
body .biodex-wordmark:not(.biodex-lv-global-logo),
body [data-biodex-logo-marked="1"]:not(.biodex-lv-global-logo) {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body .product-detail-layout > .product-page-shared-header,
body .product-detail-layout > .plc-header,
body .product-detail-layout > .pd-header,
body .product-series-detail > .product-page-shared-header,
body .product-series-detail > .plc-header,
body .product-series-detail > .pd-header,
body:has(.product-detail-layout) .product-page-shared-header,
body:has(.product-series-detail) .product-page-shared-header {
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  z-index: 9990 !important;
  height: var(--biodex-lv-header-height) !important;
  min-height: var(--biodex-lv-header-height) !important;
  padding: 0 var(--biodex-lv-side) !important;
  background: #fff !important;
  color: var(--biodex-lv-ink) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(17, 24, 39, 0.12) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body .product-detail-layout .product-page-shared-header *,
body .product-detail-layout .plc-header *,
body .product-detail-layout .pd-header *,
body .product-series-detail .product-page-shared-header *,
body .product-series-detail .plc-header *,
body .product-series-detail .pd-header * {
  color: var(--biodex-lv-ink) !important;
  text-shadow: none !important;
}

body .product-detail-layout .product-page-shared-header .plc-brand,
body .product-detail-layout .plc-header .plc-brand,
body .product-series-detail .product-page-shared-header .plc-brand,
body .product-series-detail .plc-header .plc-brand {
  display: none !important;
}

body .product-detail-layout .product-page-shared-header .plc-header-nav,
body .product-detail-layout .plc-header .plc-header-nav,
body .product-series-detail .product-page-shared-header .plc-header-nav,
body .product-series-detail .plc-header .plc-header-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: clamp(20px, 3vw, 52px) !important;
  margin-left: auto !important;
}

body .product-detail-layout .product-page-shared-header .plc-header-nav a,
body .product-detail-layout .plc-header .plc-header-nav a,
body .product-series-detail .product-page-shared-header .plc-header-nav a,
body .product-series-detail .plc-header .plc-header-nav a {
  padding: 8px 0 !important;
  color: var(--biodex-lv-ink) !important;
  background: transparent !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

body .product-detail-layout .product-page-shared-header .plc-header-nav a:hover,
body .product-detail-layout .plc-header .plc-header-nav a:hover,
body .product-series-detail .product-page-shared-header .plc-header-nav a:hover,
body .product-series-detail .plc-header .plc-header-nav a:hover {
  color: var(--biodex-lv-green) !important;
}

body .product-detail-layout > .plc-series-tabs,
body .product-series-detail > .plc-series-tabs,
body .product-detail-layout > .product-page-shared-header + .plc-series-tabs,
body .product-series-detail > .product-page-shared-header + .plc-series-tabs {
  position: sticky !important;
  top: var(--biodex-lv-header-height) !important;
  margin-top: var(--biodex-lv-header-height) !important;
  z-index: 9980 !important;
  background: #fff !important;
}

/* 2026-07-08 final footer restore: keep brand/contact visible and responsive on desktop/tablet/mobile. */
body footer .biodex-wordmark,
body footer [data-biodex-logo-marked="1"],
body .biodex-global-footer .biodex-wordmark,
body .biodex-global-footer [data-biodex-logo-marked="1"],
body .nav-sync-global-footer .biodex-wordmark,
body .nav-sync-global-footer [data-biodex-logo-marked="1"],
body .biodex-global-footer-brand strong,
body .biodex-global-footer-brand .biodex-wordmark {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  color: var(--biodex-lv-ink) !important;
}

body footer .biodex-wordmark,
body .biodex-global-footer-brand strong,
body .biodex-global-footer-brand .biodex-wordmark {
  font-family: "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif !important;
  font-size: clamp(22px, 1.8vw, 28px) !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.1 !important;
  margin: 0 0 24px !important;
}

body footer,
body .biodex-global-footer,
body .nav-sync-global-footer {
  overflow-x: clip !important;
}

body .biodex-global-footer,
body .nav-sync-global-footer {
  width: 100% !important;
  padding-left: clamp(20px, 3.5vw, 64px) !important;
  padding-right: clamp(20px, 3.5vw, 64px) !important;
  box-sizing: border-box !important;
}

body .biodex-global-footer *,
body .nav-sync-global-footer *,
body footer * {
  box-sizing: border-box !important;
}

body .biodex-global-footer p,
body .biodex-global-footer a,
body .biodex-global-footer span,
body .nav-sync-global-footer p,
body .nav-sync-global-footer a,
body .nav-sync-global-footer span,
body footer p,
body footer a,
body footer span {
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

body .biodex-lv-header:hover,
body.biodex-lv-header-hover .biodex-lv-header,
body.biodex-lv-scroll-up .biodex-lv-header,
body.biodex-lv-scrolled .biodex-lv-header,
body.biodex-lv-header-hover nav.biodex-lv-header,
body.biodex-lv-scroll-up nav.biodex-lv-header,
body.biodex-lv-scrolled nav.biodex-lv-header {
  background: #fff !important;
  color: var(--biodex-lv-ink) !important;
  border-bottom-color: rgba(17, 24, 39, 0.12) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

@media (max-width: 1024px) {
  body .biodex-global-footer,
  body .nav-sync-global-footer {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media (max-width: 760px) {
  body .biodex-global-footer,
  body .nav-sync-global-footer,
  body footer {
    padding-top: 48px !important;
    padding-bottom: 28px !important;
  }

  body .biodex-global-footer-main,
  body .nav-sync-global-footer-main,
  body footer [class*="footer-main"],
  body footer [class*="footer-grid"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 18px !important;
  }

  body .biodex-global-footer-brand,
  body .nav-sync-global-footer-brand,
  body footer [class*="footer-brand"] {
    grid-column: 1 / -1 !important;
    max-width: 100% !important;
  }

  body .biodex-global-footer-bottom,
  body .nav-sync-global-footer-bottom,
  body footer [class*="footer-bottom"] {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}

@media (max-width: 520px) {
  body .biodex-global-footer-main,
  body .nav-sync-global-footer-main,
  body footer [class*="footer-main"],
  body footer [class*="footer-grid"] {
    grid-template-columns: 1fr !important;
  }
}
