/* Above-the-fold critical CSS — hero, header, layout (full theme loads async) */
/* pay-contrast-20260807b dark payment surfaces */
:root {
  --nf-black: #141e36;
  --nf-text: #f2f6fa;
  --nf-text-dim: #b8c6d8;
  --nf-red: #c45c55;
  --nf-font-display: "Outfit", system-ui, sans-serif;
  --nf-font-body: "DM Sans", system-ui, sans-serif;
  --lx-border: rgba(255, 255, 255, 0.08);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.lx-nanfu-scroll-auto,
html.lx-nanfu-scroll-auto body.lx-nanfu-home {
  scroll-behavior: auto !important;
}
body.lx-theme.lx-nanfu-home {
  margin: 0;
  font-family: var(--nf-font-body);
  background:
    radial-gradient(ellipse 85% 55% at 50% -12%, rgba(94, 200, 220, 0.1), transparent 58%),
    linear-gradient(175deg, #1a2d52 0%, #172848 42%, #141e36 100%);
  color: var(--nf-text);
  min-height: 100vh;
}
.hidden { display: none !important; }
.flex { display: flex; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.shrink-0 { flex-shrink: 0; }
.flex-1 { flex: 1 1 0%; }
.min-w-0 { min-width: 0; }
.sticky { position: sticky; }
.top-0 { top: 0; }
.z-50 { z-index: 50; }
.max-w-screen-xl { max-width: 1280px; }
.mx-auto { margin-left: auto; margin-right: auto; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.gap-2 { gap: 0.5rem; }
.h-8 { height: 2rem; }
.w-auto { width: auto; }
.text-xs { font-size: 0.75rem; }
.text-sm { font-size: 0.875rem; }
.font-medium { font-weight: 500; }
.font-bold { font-weight: 700; }
.relative { position: relative; }
.overflow-hidden { overflow: hidden; }

.lx-header-stack { top: 0; z-index: 50; }
.lx-header {
  background: rgba(3, 3, 3, 0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.lx-nav-btn {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--lx-border);
  color: var(--nf-text);
  border-radius: 1rem;
}
.lx-lang-group {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--lx-border);
  border-radius: 1rem;
}
.lx-lang-group .lang-btn { color: var(--nf-text-dim); background: transparent; border: 0; cursor: pointer; }
body.lx-nanfu-home .lx-lang-btn.active { background: var(--nf-red) !important; color: #fff !important; }
body.lx-nanfu-home #cart-count,
body.lx-nanfu-home #member-points-badge { background: var(--nf-red); color: #fff; }

.lx-product-nav {
  background: rgba(8, 12, 20, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  overflow-x: auto;
}
.lx-product-nav-inner {
  display: flex;
  gap: 0.45rem;
  padding: 0.5rem 0;
  align-items: stretch;
}
.lx-pnav-btn {
  flex-shrink: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
  min-width: 7.5rem;
  padding: 0.4rem 0.75rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: var(--nf-text-dim);
  font-size: 0.72rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1.2;
  text-align: left;
}
.lx-pnav-brand {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.72;
}
.lx-pnav-name { font-size: 0.74rem; font-weight: 700; color: var(--nf-text); }
.lx-pnav-btn.active { color: var(--nf-text); border-color: rgba(94, 200, 220, 0.35); background: rgba(94, 200, 220, 0.1); }
.lx-pnav-btn--hydro { border-color: rgba(94, 200, 220, 0.35); }
.lx-pnav-btn--hydro .lx-pnav-brand { color: #5ec8dc; opacity: 1; }
.lx-pnav-btn--hydro.active { background: linear-gradient(135deg, rgba(94, 200, 220, 0.22), rgba(45, 143, 160, 0.14)); border-color: #5ec8dc; box-shadow: 0 0 0 1px rgba(94, 200, 220, 0.25); }
.lx-pnav-btn--premium { border-color: rgba(96, 165, 250, 0.35); }
.lx-pnav-btn--premium .lx-pnav-brand { color: #60a5fa; opacity: 1; }
.lx-pnav-btn--premium.active { background: linear-gradient(135deg, rgba(96, 165, 250, 0.22), rgba(37, 99, 235, 0.12)); border-color: #60a5fa; box-shadow: 0 0 0 1px rgba(96, 165, 250, 0.25); }
.lx-pnav-btn--ogas { border-color: rgba(251, 191, 36, 0.4); }
.lx-pnav-btn--ogas .lx-pnav-brand { color: #fbbf24; opacity: 1; }
.lx-pnav-btn--ogas.active { background: linear-gradient(135deg, rgba(251, 191, 36, 0.2), rgba(217, 119, 6, 0.12)); border-color: #fbbf24; box-shadow: 0 0 0 1px rgba(251, 191, 36, 0.28); }
.lx-pnav-btn--autogo { border-color: rgba(167, 139, 250, 0.4); }
.lx-pnav-btn--autogo .lx-pnav-brand { color: #a78bfa; opacity: 1; }
.lx-pnav-btn--autogo.active { background: linear-gradient(135deg, rgba(167, 139, 250, 0.22), rgba(109, 40, 217, 0.12)); border-color: #a78bfa; box-shadow: 0 0 0 1px rgba(167, 139, 250, 0.28); }
.lx-pnav-btn--warranty {
  min-width: auto;
  flex-direction: row;
  align-items: center;
  border-style: dashed;
  opacity: 0.9;
}

.nf-hero {
  position: relative;
  min-height: 100svh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--nf-black);
  padding: 5.5rem 0 5rem;
}
.nf-hero-bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.nf-hero-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 70% at 50% 45%, transparent 50%, rgba(14, 22, 40, 0.35) 100%);
}
.nf-hero-inner {
  position: relative;
  z-index: 2;
  flex: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.25rem;
  width: 100%;
  align-items: center;
}
@media (min-width: 1024px) {
  .nf-hero-inner {
    grid-template-columns: 1fr 1.15fr;
    gap: 2rem 3rem;
    padding: 0 2.5rem;
    min-height: calc(100svh - 11rem);
  }
}
.nf-hero-product {
  order: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52vw;
}
@media (min-width: 1024px) {
  .nf-hero-product { order: 2; min-height: 480px; justify-content: flex-end; }
}
.nf-product-solo {
  width: 112%;
  max-width: 700px;
  height: auto;
  object-fit: contain;
}
@keyframes lx-hero-shimmer {
  0%, 100% { filter: drop-shadow(0 0 10px rgba(34, 211, 238, 0.12)); }
  50% { filter: drop-shadow(0 0 24px rgba(34, 211, 238, 0.32)); }
}
#lx-hero-wiper-picture.lx-hero-shimmer-active .nf-product-solo {
  animation: lx-hero-shimmer 3.8s ease-in-out infinite;
}
.nf-hero-title {
  font-family: var(--nf-font-display);
  font-size: clamp(1.65rem, 5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.12;
  margin: 0 0 1rem;
  color: var(--nf-text);
}
.nf-hero-eyebrow {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--nf-text-dim);
  margin-bottom: 0.75rem;
}
.nf-hero-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #5ec8dc, #3d9aaa);
  color: #061018;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.9rem;
}
.lx-text-muted { color: var(--nf-text-dim); }

/* Picker bottom sheet — fixed overlay, panel pinned to viewport bottom */
html.lx-finder-picker-open,
body.lx-finder-picker-open,
html.lx-commerce-scroll-lock,
body.lx-commerce-scroll-lock {
  overflow: hidden !important;
  height: 100% !important;
  touch-action: none;
}

.lx-finder-picker-sheet {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  pointer-events: auto;
}

.lx-finder-picker-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(6, 12, 22, 0.75);
  z-index: 0;
}

.lx-finder-picker-panel--boot-pulse {
  animation: lx-boot-sheet-pulse 1.2s ease-in-out infinite;
}

@keyframes lx-boot-sheet-pulse {
  0%, 100% { opacity: 0.88; }
  50% { opacity: 1; }
}

.lx-finder-picker-panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  max-width: 32rem;
  margin: 0 auto;
  max-height: min(78vh, 560px);
  background: #1a2d52;
  border-radius: 1.25rem 1.25rem 0 0;
  border: 1px solid rgba(94, 200, 220, 0.25);
  padding: 0.75rem 0.85rem calc(0.85rem + env(safe-area-inset-bottom, 0px));
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.45);
}

.lx-finder-picker-grab {
  width: 2.75rem;
  height: 0.28rem;
  margin: 0 auto 0.15rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  flex-shrink: 0;
}

.lx-finder-picker-hint {
  margin: 0;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(200, 238, 246, 0.45);
  line-height: 1.2;
}

.lx-finder-picker-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.lx-finder-picker-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #c8eef6;
}

.lx-finder-picker-close {
  width: 2.75rem;
  height: 2.75rem;
  min-width: 2.75rem;
  min-height: 2.75rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
}

.lx-finder-picker-search {
  width: 100%;
  min-height: 2.75rem;
  padding: 0.65rem 0.85rem;
  font-size: 1rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(94, 200, 220, 0.35);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.lx-finder-picker-list {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  flex: 1;
  min-height: 0;
  border-radius: 0.75rem;
  border: 1px solid rgba(94, 200, 220, 0.15);
  background: rgba(8, 14, 28, 0.55);
  touch-action: pan-y;
}

.lx-finder-picker-item {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.85rem 1rem;
  min-height: 3rem;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: transparent;
  color: #f2f6fa;
  font-size: 1rem;
  font-weight: 500;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.lx-finder-picker-item:active {
  background: rgba(94, 200, 220, 0.22);
  transform: scale(0.98);
}

body.lx-finder-picker-open .lx-finder-picker-sheet,
body.lx-finder-picker-open .lx-finder-picker-panel {
  touch-action: manipulation;
}

.lx-finder-picker-item.is-active {
  background: rgba(94, 200, 220, 0.14);
  color: #5ec8dc;
}

.lx-finder-picker-empty {
  padding: 1.5rem 1rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.9rem;
}

.lx-mobile-finder-steps {
  max-width: 40rem;
  margin: 0 auto;
}

.lx-mobile-finder-results {
  max-width: 40rem;
  margin: 0 auto;
  padding: 0 1rem 0.5rem;
}

.lx-mobile-finder-results #finder-grid {
  margin-top: 0.5rem;
}

.lx-mobile-pick-summary {
  margin: 0.5rem 1rem 0;
  padding: 0.65rem 0.85rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #c8eef6;
  text-align: center;
  background: rgba(94, 200, 220, 0.12);
  border: 1px solid rgba(94, 200, 220, 0.28);
  border-radius: 0.75rem;
}

.lx-mobile-finder-loading {
  padding: 2rem 1rem;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(200, 238, 246, 0.85);
  border: 1px dashed rgba(94, 200, 220, 0.35);
  border-radius: 1rem;
  background: rgba(8, 14, 28, 0.45);
  animation: lx-mobile-load-pulse 1.6s ease-in-out infinite;
}

@keyframes lx-mobile-load-pulse {
  0%, 100% { opacity: 0.75; }
  50% { opacity: 1; }
}

@media (max-width: 768px) {
  body.lx-nanfu-home #finder-results-header:empty {
    display: none;
    margin: 0;
    padding: 0;
  }

  body.lx-nanfu-home #finder-results-header:empty + .text-xs {
    display: none;
  }
}

.lx-mnav-item--cart-bump {
  animation: lx-mnav-cart-bump 0.55s ease;
}

@keyframes lx-mnav-cart-bump {
  0%, 100% { transform: scale(1); }
  40% { transform: scale(1.12); }
}

.lx-sticky-checkout--pulse {
  animation: lx-sticky-checkout-pulse 0.9s ease-in-out 2;
}

.lx-sticky-checkout-summary {
  border: 0;
  background: transparent;
  padding: 0;
  color: inherit;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

@keyframes lx-sticky-checkout-pulse {
  0%, 100% { box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.25); }
  50% { box-shadow: 0 -8px 32px rgba(94, 200, 220, 0.45); }
}

.lx-mobile-finder-retry {
  display: block;
  width: 100%;
  margin-top: 0.75rem;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a2d52;
  background: #5ec8dc;
  border: 0;
  border-radius: 0.75rem;
  touch-action: manipulation;
}

.lx-mobile-finder-retry--year {
  margin-top: 0.5rem;
  color: #f2f6fa;
  background: transparent;
  border: 1px solid rgba(94, 200, 220, 0.45);
}

#finder-grid .lx-card.lx-finder-card--highlight {
  outline: 2px solid rgba(94, 200, 220, 0.75);
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(94, 200, 220, 0.2);
}

.card-add-btn.lx-mobile-add-pulse {
  animation: lx-mobile-add-pulse 1.4s ease-in-out 2;
  box-shadow: 0 0 0 3px rgba(94, 200, 220, 0.45);
}

@keyframes lx-mobile-add-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.04); }
}

.lx-mobile-add-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: calc(3.75rem + env(safe-area-inset-bottom, 0px));
  z-index: 94;
  padding: 0.5rem 1rem;
  pointer-events: none;
}

/* Payment / cart banners: must be in critical CSS.
   DOM is near <body> top for scroll stability; without fixed bottom they sit at page top. */
.lx-payment-reminder-bar,
.lx-cart-abandon-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
  z-index: 276;
  max-width: 24rem;
  margin: 0 auto;
  padding: 0.85rem 1rem;
  border-radius: 1.1rem;
  box-sizing: border-box;
}

/* Homepage floating pay reminder disabled — upload lives in payment modal only. */
#lx-payment-reminder-bar.lx-payment-reminder-bar,
.lx-payment-reminder-bar {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Payment surfaces: dark bg + light text (avoid light-on-light even before deferred CSS) */
.lx-checkout-payment,
.lx-payment-instructions-card {
  background: rgba(15, 23, 42, 0.92) !important;
  border: 1px solid rgba(94, 200, 220, 0.28) !important;
  color: #e8f0f8 !important;
  border-radius: 1rem;
  padding: 0.75rem 0.85rem;
}
.lx-checkout-payment .lx-text-muted,
.lx-checkout-payment .lx-muted,
.lx-payment-instructions-card .lx-text-muted,
.lx-payment-instructions-card .lx-muted {
  color: #94a3b8 !important;
  opacity: 1 !important;
}
.lx-checkout-payment .lx-payment-value,
.lx-payment-instructions-card .lx-payment-value,
.lx-checkout-payment .lx-copy-chip {
  color: #f1f5f9 !important;
}
.lx-checkout-payment .lx-payment-label {
  color: #94a3b8 !important;
}

.lx-payment-reminder-bar {
  z-index: 276;
  border: 1px solid rgba(245, 158, 11, 0.5);
  background: rgba(69, 26, 3, 0.97);
  color: #fef3c7;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.lx-cart-abandon-banner {
  z-index: 275;
  border: 1px solid rgba(251, 191, 36, 0.45);
  background: rgba(15, 23, 42, 0.97);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.lx-payment-reminder-primary {
  padding: 0.55rem 1rem;
  border-radius: 0.85rem;
  font-size: 0.78rem;
  font-weight: 600;
  background: #f59e0b;
  color: #1c1917;
  border: none;
}

.lx-payment-reminder-dismiss {
  padding: 0.45rem 0.65rem;
  border: none;
  background: transparent;
  color: #fde68a;
}

body.has-sticky-checkout .lx-payment-reminder-bar,
body.has-sticky-checkout .lx-cart-abandon-banner {
  bottom: calc(9rem + env(safe-area-inset-bottom, 0px));
}

body.lx-nanfu-home.has-mobile-add-bar {
  padding-bottom: calc(7.25rem + env(safe-area-inset-bottom, 0px));
}

body.lx-nanfu-home.has-mobile-add-bar.has-sticky-checkout {
  padding-bottom: calc(11rem + env(safe-area-inset-bottom, 0px));
}

body.lx-nanfu-home.has-sticky-checkout .lx-mobile-add-bar {
  bottom: calc(7.25rem + env(safe-area-inset-bottom, 0px));
}

body.lx-nanfu-home.has-mobile-add-bar .lx-payment-reminder-bar,
body.lx-nanfu-home.has-mobile-add-bar .lx-cart-abandon-banner {
  bottom: calc(8.25rem + env(safe-area-inset-bottom, 0px));
}

body.lx-nanfu-home.has-mobile-add-bar.has-sticky-checkout .lx-payment-reminder-bar,
body.lx-nanfu-home.has-mobile-add-bar.has-sticky-checkout .lx-cart-abandon-banner {
  bottom: calc(11.75rem + env(safe-area-inset-bottom, 0px));
}

body.lx-help-open .lx-mobile-nav,
body.lx-help-open .lx-mobile-add-bar,
body.lx-help-open #sticky-checkout-bar,
body.lx-help-open .lx-payment-reminder-bar,
body.lx-help-open .lx-cart-abandon-banner,
body.lx-help-open .lx-float-wa,
body.lx-finder-picker-open .lx-mobile-nav,
body.lx-checkout-open .lx-mobile-nav,
body.lx-cart-open .lx-mobile-nav,
body.lx-payment-open .lx-mobile-nav,
body.lx-member-open .lx-mobile-nav,
body.lx-orders-open .lx-mobile-nav,
body.lx-detail-open .lx-mobile-nav,
body.lx-review-open .lx-mobile-nav,
body.lx-redeem-open .lx-mobile-nav,
body.lx-cart-open .lx-cart-abandon-banner,
body.lx-cart-open .lx-payment-reminder-bar,
body.lx-checkout-open .lx-cart-abandon-banner,
body.lx-checkout-open .lx-payment-reminder-bar,
body.lx-payment-open .lx-cart-abandon-banner,
body.lx-payment-open .lx-payment-reminder-bar,
body.lx-member-open .lx-cart-abandon-banner,
body.lx-member-open .lx-payment-reminder-bar,
body.lx-orders-open .lx-cart-abandon-banner,
body.lx-orders-open .lx-payment-reminder-bar,
body.lx-redeem-open .lx-cart-abandon-banner,
body.lx-redeem-open .lx-payment-reminder-bar,
body.lx-review-open .lx-cart-abandon-banner,
body.lx-review-open .lx-payment-reminder-bar,
body.lx-finder-picker-open .lx-cart-abandon-banner,
body.lx-finder-picker-open .lx-payment-reminder-bar,
body.lx-finder-picker-open .lx-mobile-add-bar,
body.lx-finder-picker-open #sticky-checkout-bar,
body.lx-checkout-open .lx-mobile-add-bar,
body.lx-checkout-open #sticky-checkout-bar,
body.lx-cart-open .lx-mobile-add-bar,
body.lx-cart-open #sticky-checkout-bar,
body.lx-payment-open .lx-mobile-add-bar,
body.lx-payment-open #sticky-checkout-bar,
body.lx-member-open .lx-mobile-add-bar,
body.lx-member-open #sticky-checkout-bar,
body.lx-orders-open .lx-mobile-add-bar,
body.lx-orders-open #sticky-checkout-bar,
body.lx-detail-open .lx-mobile-add-bar,
body.lx-detail-open #sticky-checkout-bar,
body.lx-detail-open .lx-payment-reminder-bar,
body.lx-detail-open .lx-cart-abandon-banner,
body.lx-review-open .lx-mobile-add-bar,
body.lx-review-open #sticky-checkout-bar,
body.lx-redeem-open .lx-mobile-add-bar,
body.lx-redeem-open #sticky-checkout-bar,
body.lx-finder-picker-open .lx-float-wa,
body.lx-checkout-open .lx-float-wa,
body.lx-cart-open .lx-float-wa,
body.lx-payment-open .lx-float-wa,
body.lx-member-open .lx-float-wa,
body.lx-orders-open .lx-float-wa,
body.lx-detail-open .lx-float-wa,
body.lx-review-open .lx-float-wa,
body.lx-redeem-open .lx-float-wa {
  visibility: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

body.lx-nanfu-home.lx-finder-picker-open,
body.lx-nanfu-home.lx-checkout-open,
body.lx-nanfu-home.lx-cart-open,
body.lx-nanfu-home.lx-payment-open,
body.lx-nanfu-home.lx-member-open,
body.lx-nanfu-home.lx-orders-open,
body.lx-nanfu-home.lx-review-open,
body.lx-nanfu-home.lx-redeem-open,
body.lx-nanfu-home.lx-detail-open,
body.lx-nanfu-home.lx-help-open {
  padding-bottom: 0 !important;
}

body.lx-nanfu-home.lx-checkout-open #checkout-modal > div {
  max-height: 96dvh !important;
  padding-bottom: calc(1.25rem + env(safe-area-inset-bottom, 0px)) !important;
}

@media (max-width: 768px) {
  body.lx-nanfu-home.lx-checkout-open #checkout-modal.flex,
  body.lx-nanfu-home.lx-payment-open #payment-instructions-modal.flex {
    align-items: flex-end !important;
    justify-content: center !important;
  }

  body.lx-nanfu-home.lx-checkout-open #checkout-modal > div,
  body.lx-nanfu-home.lx-payment-open #payment-instructions-modal > div {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    height: auto !important;
    max-height: 92dvh !important;
    width: 100% !important;
    border-radius: 1.25rem 1.25rem 0 0 !important;
    padding-bottom: calc(1rem + env(safe-area-inset-bottom, 0px)) !important;
    overflow-y: auto !important;
  }

  body.lx-nanfu-home.lx-checkout-open #checkout-modal .lx-modal-close-btn,
  body.lx-nanfu-home.lx-payment-open #payment-instructions-modal .lx-modal-close-btn,
  body.lx-nanfu-home.lx-member-open #member-modal .lx-modal-close-btn,
  body.lx-nanfu-home.lx-orders-open #orders-modal .lx-modal-close-btn,
  body.lx-nanfu-home.lx-redeem-open #member-redeem-confirm-modal .lx-modal-close-btn,
  body.lx-nanfu-home.lx-detail-open .lx-detail-modal .lx-modal-close-btn,
  body.lx-nanfu-home.lx-cart-open #cart-drawer .lx-modal-close-btn,
  body.lx-nanfu-home.lx-finder-picker-open .lx-finder-picker-close,
  body.lx-nanfu-home.lx-detail-open .lx-overlay-close,
  body.lx-nanfu-home.lx-help-open #mobile-help-sheet .lx-help-close-btn {
    display: none !important;
  }

  body.lx-nanfu-home.lx-help-open #mobile-help-sheet.flex {
    align-items: flex-end !important;
    justify-content: center !important;
  }

  body.lx-nanfu-home.lx-help-open #mobile-help-sheet .lx-help-sheet-panel {
    max-height: 92dvh !important;
    overflow-y: auto !important;
    padding-bottom: calc(1rem + env(safe-area-inset-bottom, 0px)) !important;
  }

  body.lx-nanfu-home .lx-checkout-swipe-hint,
  body.lx-nanfu-home .lx-payment-swipe-hint,
  body.lx-nanfu-home .lx-cart-swipe-hint,
  body.lx-nanfu-home .lx-member-swipe-hint,
  body.lx-nanfu-home .lx-orders-swipe-hint,
  body.lx-nanfu-home .lx-detail-swipe-hint,
  body.lx-nanfu-home .lx-help-swipe-hint {
    color: rgba(200, 238, 246, 0.55);
  }

  body.lx-nanfu-home.lx-detail-open .lx-detail-footer {
    position: sticky;
    bottom: 0;
    z-index: 2;
    padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
    background: linear-gradient(180deg, transparent 0%, rgba(20, 30, 54, 0.97) 24%);
  }

  body.lx-nanfu-home.lx-detail-open .lx-detail-footer .lx-btn-ghost {
    display: none !important;
  }

  body.lx-nanfu-home.lx-detail-open .lx-detail-footer .lx-btn-primary {
    flex: 1 1 100%;
  }

  body.lx-nanfu-home #cart-drawer.flex {
    align-items: flex-end !important;
    justify-content: center !important;
  }

  body.lx-nanfu-home #cart-drawer > div {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    height: auto !important;
    max-height: 92dvh !important;
    width: 100% !important;
    border-radius: 1.25rem 1.25rem 0 0 !important;
    padding-bottom: calc(1rem + env(safe-area-inset-bottom, 0px)) !important;
    overflow-y: auto !important;
  }

  body.lx-nanfu-home.lx-member-open #member-modal.flex,
  body.lx-nanfu-home.lx-orders-open #orders-modal.flex,
  body.lx-nanfu-home.lx-redeem-open #member-redeem-confirm-modal.flex,
  body.lx-nanfu-home.lx-review-open #lx-review-form-modal {
    align-items: flex-end !important;
    justify-content: center !important;
  }

  body.lx-nanfu-home.lx-member-open #member-modal > div,
  body.lx-nanfu-home.lx-orders-open #orders-modal > div,
  body.lx-nanfu-home.lx-redeem-open #member-redeem-confirm-modal > div,
  body.lx-nanfu-home.lx-review-open #lx-review-form-modal > div {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    height: auto !important;
    max-height: 92dvh !important;
    width: 100% !important;
    border-radius: 1.25rem 1.25rem 0 0 !important;
    padding-bottom: calc(1rem + env(safe-area-inset-bottom, 0px)) !important;
    overflow-y: auto !important;
  }

  body.lx-nanfu-home #cart-drawer .lx-cart-footer-sticky {
    position: sticky;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(20, 30, 54, 0.97) 24%);
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }
}

body.lx-nanfu-home.lx-checkout-open .lx-checkout-actions {
  position: sticky;
  bottom: 0;
  z-index: 2;
  margin: 0 -0.25rem;
  padding: 0.75rem 0.25rem calc(0.25rem + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(180deg, transparent 0%, rgba(20, 30, 54, 0.97) 28%);
}

.lx-mobile-add-bar-btn {
  display: block;
  width: 100%;
  max-width: 24rem;
  margin: 0 auto;
  min-height: 3.1rem;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  font-weight: 800;
  color: #061018;
  background: linear-gradient(135deg, #5ec8dc 0%, #2d8fa0 100%);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(94, 200, 220, 0.42);
  touch-action: manipulation;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
}

.lx-mobile-pick-summary--tappable {
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  touch-action: manipulation;
}

.lx-mobile-pick-clear {
  display: block;
  width: calc(100% - 2rem);
  margin: 0.35rem auto 0;
  padding: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(200, 238, 246, 0.7);
  background: transparent;
  border: 0;
  text-decoration: underline;
  touch-action: manipulation;
}

/* Mobile finder — visible before deferred motion CSS loads */
@media (max-width: 768px) {
  body.lx-nanfu-home #finder-grid .lx-card,
  body.lx-nanfu-home #finder-grid .lx-reveal-scale,
  body.lx-nanfu-home #finder-grid .lx-motion-card,
  body.lx-nanfu-home #products-grid .lx-card,
  body.lx-nanfu-home #products-grid .product-card {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
  }
  body.lx-nanfu-home .lx-finder-panel,
  body.lx-nanfu-home #quick-picks {
    opacity: 1 !important;
    transform: none !important;
    overflow: visible !important;
  }

  body.lx-nanfu-home .lx-finder-panel .lx-finder-select-native {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
  }

  .lx-finder-pick-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 3rem;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 600;
    color: #f2f6fa;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(94, 200, 220, 0.35);
    border-radius: 0.75rem;
    text-align: left;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  .lx-finder-pick-btn:disabled {
    opacity: 0.45;
  }

  .lx-finder-pick-btn::after {
    content: "▾";
    opacity: 0.7;
    margin-left: 0.5rem;
  }

  body.lx-nanfu-home #mobile-finder-tip {
    display: none !important;
  }

  body.lx-nanfu-home:not(.lx-finder-matched):not(.lx-finder-has-card) #products {
    display: none !important;
  }

  body.lx-nanfu-home #lx-finder-results-home:empty {
    display: none;
  }

  body.lx-nanfu-home #finder-filters-panel {
    display: none !important;
  }

  body.lx-nanfu-home .lx-finder-panel--mobile-collapsed {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.lx-nanfu-home #nf-hero {
    min-height: 0 !important;
    padding: 3.75rem 0 0 !important;
  }

  body.lx-nanfu-home .nf-hero-inner {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 1rem 0.5rem;
  }

  body.lx-nanfu-home .nf-hero-product {
    order: 1;
    min-height: 0 !important;
    padding: 0;
    margin: 0;
  }

  body.lx-nanfu-home .nf-product-stage--solo {
    min-height: 0;
    padding: 0.5rem 0 0;
  }

  body.lx-nanfu-home .nf-product-solo {
    max-height: min(42vh, 220px);
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    object-fit: contain;
  }

  body.lx-nanfu-home .nf-hero-copy {
    order: 2;
    text-align: center;
    padding: 0.65rem 0.25rem 0;
  }

  body.lx-nanfu-home .nf-hero-title {
    font-size: 1.35rem !important;
    line-height: 1.2 !important;
    margin: 0 0 0.35rem !important;
  }

  body.lx-nanfu-home .nf-hero-sub {
    font-size: 0.92rem !important;
    font-weight: 600;
    color: #5ec8dc !important;
    margin: 0 !important;
    opacity: 1;
  }

  body.lx-nanfu-home .nf-hero-eyebrow,
  body.lx-nanfu-home .nf-hero-ctas,
  body.lx-nanfu-home .lx-hero-mini-hydro,
  body.lx-nanfu-home .nf-hero-trust-strip,
  body.lx-nanfu-home .nf-hero-trust-line,
  body.lx-nanfu-home .lx-mv-hero-chip {
    display: none !important;
  }

  .lx-mobile-hero-cta {
    padding: 0 1rem 0.85rem;
    text-align: center;
  }

  .lx-mobile-hero-shop-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0.65rem 1.75rem;
    border: 0;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 700;
    color: #061018;
    background: linear-gradient(135deg, #5ec8dc, #3d9aaa);
    box-shadow: 0 6px 20px rgba(94, 200, 220, 0.3);
    touch-action: manipulation;
  }

  .lx-mobile-finder-steps {
    padding: 0.75rem 1rem 0.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    position: relative;
    z-index: 3;
    touch-action: manipulation;
    pointer-events: auto;
  }

  .lx-mobile-finder-steps-hint {
    margin: 0 0 0.15rem;
    text-align: center;
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.35;
  }

  .lx-mobile-step-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    width: 100%;
    min-height: 3.25rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(94, 200, 220, 0.35);
    border-radius: 0.9rem;
    font-size: 1rem;
    font-weight: 700;
    color: #f2f6fa;
    background: rgba(255, 255, 255, 0.08);
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  .lx-mobile-step-btn--brand {
    min-height: 3.55rem;
    font-size: 1.1rem;
    color: #061018;
    background: linear-gradient(135deg, #5ec8dc 0%, #2d8fa0 100%);
    border-color: transparent;
    box-shadow: 0 10px 28px rgba(94, 200, 220, 0.38);
    pointer-events: auto;
    cursor: pointer;
    position: relative;
    z-index: 2;
  }

  .lx-mobile-step-btn--brand:active {
    transform: scale(0.98);
    box-shadow: 0 6px 18px rgba(94, 200, 220, 0.32);
  }

  .lx-mobile-step-btn--brand .luphyx-icon {
    font-size: 1.25rem;
  }

  #lx-mobile-brand-btn-label,
  #lx-mobile-model-btn-label,
  #lx-mobile-year-btn-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: min(100%, 16rem);
    pointer-events: none;
  }

  .lx-mobile-step-btn .luphyx-icon {
    pointer-events: none;
  }

  .lx-mobile-step-btn {
    min-width: 0;
  }

  .lx-mobile-step-btn--done:not(.lx-mobile-step-btn--brand) {
    border-color: rgba(94, 200, 220, 0.45);
    background: rgba(94, 200, 220, 0.14);
    color: #c8eef6;
  }

  .lx-mobile-step-btn--brand.lx-mobile-step-btn--done {
    box-shadow: 0 8px 22px rgba(94, 200, 220, 0.32);
  }

  .lx-mobile-step-btn--added {
    outline: 2px solid rgba(94, 200, 220, 0.55);
    outline-offset: 2px;
  }

  .lx-mobile-step-btn:disabled,
  .lx-mobile-step-btn--locked {
    opacity: 0.55;
  }

  .lx-mobile-step-btn--locked {
    pointer-events: auto;
    cursor: pointer;
  }

  body.lx-nanfu-home .mt-3.text-center {
    display: none;
  }

  body.lx-nanfu-home #wiper-finder {
    padding-top: 0 !important;
  }

  body.lx-nanfu-home #wiper-finder > .max-w-screen-xl {
    padding-top: 0.5rem !important;
  }

  body.lx-nanfu-home #wiper-compare {
    display: none !important;
  }

  body.lx-nanfu-home .lx-mobile-nav {
    grid-template-columns: repeat(4, 1fr);
  }

  body.lx-nanfu-home .lx-mnav-item--primary {
    color: #5ec8dc;
    font-weight: 700;
  }

  body.lx-nanfu-home .lx-mnav-item--mine {
    flex-direction: column;
    gap: 0.05rem;
  }

  body.lx-nanfu-home .lx-mnav-item--mine.lx-mnav-item--has-pending {
    color: #fde68a !important;
  }

  .lx-finder-mobile-label {
    font-size: 0.95rem;
    font-weight: 700;
    color: #c8eef6;
    text-align: center;
  }

  .lx-finder-pick-btn--primary {
    min-height: 3.35rem !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    background: linear-gradient(135deg, #5ec8dc, #3d9aaa) !important;
    color: #061018 !important;
    border-color: transparent !important;
    box-shadow: 0 8px 24px rgba(94, 200, 220, 0.28);
  }

  .lx-finder-pick-btn--primary.lx-finder-pick-btn--pulse {
    animation: lx-finder-pulse 2s ease-in-out infinite;
  }

  @keyframes lx-finder-pulse {
    0%, 100% { box-shadow: 0 8px 24px rgba(94, 200, 220, 0.28); }
    50% { box-shadow: 0 8px 32px rgba(94, 200, 220, 0.55); transform: scale(1.01); }
  }

  .lx-finder-step-hidden {
    display: none !important;
  }

  .lx-finder-step-visible,
  .lx-mobile-step-btn.lx-finder-step-visible {
    display: flex !important;
  }

}

@media (min-width: 768px) {
  .lx-finder-model-col.lx-finder-step-hidden,
  .lx-finder-year-col.lx-finder-step-hidden {
    display: block !important;
  }
}

/* ── Layout fork: mobile ≤768px vs desktop ≥769px (do not merge) ── */
html[data-lx-layout="desktop"] body.lx-nanfu-home #lx-mobile-nav,
html[data-lx-layout="desktop"] body.lx-nanfu-home #lx-mobile-finder-steps,
html[data-lx-layout="desktop"] body.lx-nanfu-home #lx-mobile-finder-results,
html[data-lx-layout="desktop"] body.lx-nanfu-home .lx-mobile-hero-cta,
html[data-lx-layout="desktop"] body.lx-nanfu-home #lx-mobile-finder-cta,
html[data-lx-layout="desktop"] body.lx-nanfu-home #mobile-finder-tip,
html[data-lx-layout="desktop"] body.lx-nanfu-home .lx-finder-pick-btn,
html[data-lx-layout="desktop"] body.lx-nanfu-home .lx-finder-mobile-label,
html[data-lx-layout="desktop"] body.lx-nanfu-home .lx-mobile-add-bar,
html[data-lx-layout="desktop"] body.lx-nanfu-home #sticky-checkout-bar {
  display: none !important;
}

html[data-lx-layout="desktop"] body.lx-nanfu-home .lx-finder-panel,
html[data-lx-layout="desktop"] body.lx-nanfu-home #finder-filters-panel {
  display: block !important;
}

html[data-lx-layout="desktop"] body.lx-nanfu-home #lx-product-nav {
  display: block !important;
}

html[data-lx-layout="desktop"] body.lx-nanfu-home #wiper-compare {
  display: block !important;
}

html[data-lx-layout="desktop"] body.lx-nanfu-home #wiper-compare .lx-wiper-compare-wrap {
  display: block !important;
}

html[data-lx-layout="desktop"] body.lx-nanfu-home {
  padding-bottom: 0 !important;
}

html[data-lx-layout="desktop"] body.lx-nanfu-home .nf-hero {
  min-height: 100svh;
  min-height: 100dvh;
  padding: 5.5rem 0 5rem;
}

html[data-lx-layout="desktop"] body.lx-nanfu-home .nf-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 2rem 3rem;
  padding: 0 2.5rem;
  min-height: calc(100svh - 11rem);
}

html[data-lx-layout="desktop"] body.lx-nanfu-home .nf-hero-product {
  order: 2;
  min-height: 480px;
  justify-content: flex-end;
}

html[data-lx-layout="desktop"] body.lx-nanfu-home .nf-hero-copy {
  text-align: left;
}

html[data-lx-layout="desktop"] body.lx-nanfu-home .nf-hero-eyebrow,
html[data-lx-layout="desktop"] body.lx-nanfu-home .nf-hero-ctas,
html[data-lx-layout="desktop"] body.lx-nanfu-home .nf-hero-trust-strip,
html[data-lx-layout="desktop"] body.lx-nanfu-home .nf-hero-trust-line {
  display: revert !important;
}

html[data-lx-layout="mobile"] body.lx-nanfu-home .lx-finder-panel,
html[data-lx-layout="mobile"] body.lx-nanfu-home #quick-picks-wrap,
html[data-lx-layout="mobile"] body.lx-nanfu-home .lx-finder-search-bar,
html[data-lx-layout="mobile"] body.lx-nanfu-home .lx-finder-stepbar,
html[data-lx-layout="mobile"] body.lx-nanfu-home #finder-bundle-promo,
html[data-lx-layout="mobile"] body.lx-nanfu-home #lx-product-nav,
html[data-lx-layout="mobile"] body.lx-nanfu-home .lx-finder-actions,
html[data-lx-layout="mobile"] body.lx-nanfu-home #wiper-finder > .max-w-screen-xl > .hidden.md\:flex {
  display: none !important;
}

html[data-lx-layout="mobile"] body.lx-nanfu-home #lx-mobile-nav {
  display: grid !important;
}

html[data-lx-layout="mobile"] body.lx-nanfu-home #lx-mobile-finder-steps {
  display: flex !important;
}

html[data-lx-layout="mobile"] body.lx-nanfu-home #lx-mobile-category-nav {
  display: flex !important;
}

html[data-lx-layout="desktop"] body.lx-nanfu-home #lx-mobile-category-nav {
  display: none !important;
}

html[data-lx-layout="mobile"] body.lx-nanfu-home.lx-mobile-mcat-beauty #products {
  display: block !important;
}

html[data-lx-layout="mobile"] body.lx-nanfu-home.lx-mobile-mcat-beauty #lx-mobile-beauty-filters {
  display: flex !important;
}

.lx-mobile-category-nav {
  display: none;
  padding: 0.4rem 0 0.5rem;
  background: rgba(8, 12, 20, 0.96);
  border-bottom: 1px solid rgba(94, 200, 220, 0.12);
}

.lx-mcat-scroll {
  display: flex;
  gap: 0.45rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  padding: 0 0.75rem;
  scrollbar-width: none;
}
.lx-mcat-scroll::-webkit-scrollbar { display: none; }

.lx-mcat-btn {
  flex: 0 0 auto;
  scroll-snap-align: start;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.12rem;
  min-width: 8.6rem;
  max-width: 10.5rem;
  min-height: 3.15rem;
  padding: 0.45rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.04);
  color: var(--nf-text-dim);
  font-size: 0.72rem;
  font-weight: 700;
  touch-action: manipulation;
  text-align: left;
  line-height: 1.15;
}

.lx-mcat-brand {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  opacity: 0.85;
}

.lx-mcat-name {
  font-size: 0.72rem;
  font-weight: 700;
  color: #e8eef6;
  white-space: normal;
}

.lx-mcat-btn--hydro { border-color: rgba(94, 200, 220, 0.4); }
.lx-mcat-btn--hydro .lx-mcat-brand { color: #5ec8dc; }
.lx-mcat-btn--premium { border-color: rgba(96, 165, 250, 0.4); }
.lx-mcat-btn--premium .lx-mcat-brand { color: #60a5fa; }
.lx-mcat-btn--ogas { border-color: rgba(251, 191, 36, 0.45); }
.lx-mcat-btn--ogas .lx-mcat-brand { color: #fbbf24; }
.lx-mcat-btn--autogo { border-color: rgba(167, 139, 250, 0.45); }
.lx-mcat-btn--autogo .lx-mcat-brand { color: #a78bfa; }

.lx-mcat-btn.active {
  color: #061018;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}
.lx-mcat-btn.active .lx-mcat-name { color: #061018; }
.lx-mcat-btn--hydro.active {
  background: linear-gradient(135deg, #5ec8dc 0%, #2d8fa0 100%);
  border-color: transparent;
  box-shadow: 0 6px 18px rgba(94, 200, 220, 0.28);
}
.lx-mcat-btn--hydro.active .lx-mcat-brand { color: #04303a; }
.lx-mcat-btn--premium.active {
  background: linear-gradient(135deg, #60a5fa 0%, #2563eb 100%);
  border-color: transparent;
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.3);
}
.lx-mcat-btn--premium.active .lx-mcat-brand { color: #0b1f4a; }
.lx-mcat-btn--ogas.active {
  background: linear-gradient(135deg, #fbbf24 0%, #d97706 100%);
  border-color: transparent;
  box-shadow: 0 6px 18px rgba(217, 119, 6, 0.32);
}
.lx-mcat-btn--ogas.active .lx-mcat-brand { color: #3b2500; }
.lx-mcat-btn--autogo.active {
  background: linear-gradient(135deg, #a78bfa 0%, #7c3aed 100%);
  border-color: transparent;
  box-shadow: 0 6px 18px rgba(124, 58, 237, 0.32);
}
.lx-mcat-btn--autogo.active .lx-mcat-brand { color: #2a0f55; }

.lx-mobile-beauty-filters {
  display: none;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
}

.lx-mbeauty-btn {
  flex: 1 1 calc(33.333% - 0.35rem);
  min-width: 5.5rem;
  min-height: 2.5rem;
  padding: 0.45rem 0.55rem;
  border: 1px solid rgba(94, 200, 220, 0.28);
  border-radius: 0.75rem;
  background: rgba(94, 200, 220, 0.08);
  color: #c8eef6;
  font-size: 0.78rem;
  font-weight: 700;
  text-align: center;
  touch-action: manipulation;
}

.lx-mbeauty-btn.active {
  color: #061018;
  background: linear-gradient(135deg, #5ec8dc, #3d9aaa);
  border-color: transparent;
}

@media (min-width: 640px) {
  .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
  .sm\:py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
  .sm\:gap-4 { gap: 1rem; }
  .sm\:h-\[42px\] { height: 42px; }
  .sm\:text-sm { font-size: 0.875rem; }
}
@media (min-width: 768px) {
  .md\:inline { display: inline; }
  .md\:block { display: block !important; }
  .md\:flex { display: flex !important; }
  .md\:hidden { display: none !important; }
}
@media (min-width: 1024px) {
  .lg\:hidden { display: none !important; }
}