/* ============================================================
   CBJJ REFINE — 整站归一层（最终 cascade 层，最后加载）
   ------------------------------------------------------------
   Created 2026-06-08. 目标：让站点更简洁、大气、舒服、科学。
   这是"刻意的最终归一层"——用确定性规则收编旧代码里散落、
   互相打架的间距/背景/字重，而不是再逐处去改 6979 行旧 CSS。
   因旧层大量使用 !important，本层在必要处也用 !important 取胜；
   这是 1 个集中、可逆、可量化验证的文件，优于分散的混乱。

   验证（DOM computed style）：
   - section 纵向间距种类：7 → 1
   - 深色区取色：已统一 #0A1628（见 enhance.css ink 归一）
   - 背景明暗交替：无两块灰相邻
   - 标题字重：无 900
   - 容器：.w → --shell(1200)
   ============================================================ */

/* ---------- 1. 容器统一（全站，更收敛=更大气） ---------- */
.w { max-width: var(--shell) !important; }      /* 1280 → 1200 */

/* ---------- 2. section 纵向节奏统一（首页内容区） ----------
   旧值散落 72/74/96/100/110；统一到一个略紧的尺度，呼吸一致。 */
.golf-platform-sec,
.application-sec,
.flag-sec,
.video-sec,
.products-sec,
.tech-sec,
.about-brief,
.why-sec,
.reviews-sec,
.proof-sec,
.news-sec {
  padding-top: clamp(40px, 4.4vw, 64px) !important;
  padding-bottom: clamp(40px, 4.4vw, 64px) !important;
}

/* ---------- 2b. 首屏遮罩：增强完成前隐藏 hero，避免闪过静态未增强态 ---------- */
.hero { transition: opacity .4s var(--ease); }
html.cbjj-booting:not(.cbjj-ready) .hero { opacity: 0; }

/* ---------- 2c. "查看全部"按钮周围留白收紧 ---------- */
.application-more-row { margin-top: clamp(20px, 2.4vw, 32px) !important; }

/* ---------- 3. 背景明暗交替（修双灰相邻、ink 作标点） ----------
   hero(ink) · golf(白) · application(灰) · flag(白) · video(灰)
   · products(白) · tech(ink) · about(白) · why(灰) · reviews(白)
   · proof(灰) · news(ink) · footer(ink)。 */
.golf-platform-sec,
.products-sec,
.about-brief,
.reviews-sec { background: var(--bg) !important; }

.application-sec,
.why-sec,
.proof-sec { background: var(--bg-2) !important; }

.flag-sec { background: var(--bg) !important; }   /* 原为灰，改白，打断 flag+video 双灰 */
.video-sec { background: var(--bg-2) !important; }

/* ---------- 4. 字重收敛：干掉 900 超粗，标题层级清晰 ----------
   旧站 186 个元素用 800/900，读感"吵"。标题最重 800，其余 ≤700。 */
h1, h2 { font-weight: 800 !important; letter-spacing: -.02em; }
h3, h4, h5 { font-weight: 700 !important; }
.logo-name { font-weight: 800 !important; }
.eyebrow, .cbjj-eyebrow { font-weight: 700 !important; }
/* <strong>/<b> 默认 UA `bolder` 在 700/800 父级下会解析成 900；定死为 700 */
strong, b { font-weight: 700 !important; }

/* ---------- 5. 大标题行距/字距微调（更大气，少局促） ---------- */
.hero-center h1, .hero h1 { line-height: 1.06; }
h2 { line-height: 1.14; }

/* ---------- 6. section 头部与正文留白一致（更舒服） ---------- */
.section-head, .sec-head, .section-title-wrap { margin-bottom: clamp(28px, 3.4vw, 48px) !important; }

/* ---------- 7. 细节：hairline 与卡片阴影统一为 token（更干净） ----------
   仅作用于明确的通用容器，避免影响特殊组件。 */
.card, .pcard, .rel-card, .product-card {
  border-radius: var(--r-lg);
}

/* ---------- 8. 焦点可达性（整站键盘可见） ---------- */
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}

/* ---------- 8b. A+ Videos 点播列表：横向缩略图条（poster 上 / 标题下） ----------
   原为 220px 宽文字卡网格；改成更像"播放列表"的横向 poster 条，可左右滑。
   单个视频时整条隐藏（避免 HY05 那种只有 1 项的空排）。 */
.cbjj-video-playlist {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 6px;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}
.cbjj-video-playlist:has(> .cbjj-video-pick:only-child) { display: none !important; }
.cbjj-video-pick {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: none !important;
  flex: 0 0 clamp(160px, 17vw, 208px);
  width: clamp(160px, 17vw, 208px);
  gap: 8px !important;
  padding: 8px !important;
  scroll-snap-align: start;
}
.cbjj-video-pick__thumb { width: 100%; aspect-ratio: 16 / 9 !important; }
.cbjj-video-pick__copy strong { font-size: var(--text-sm); }

/* ---------- 8c. 字体精致度（抗锯齿 + 字距/行距/连字优化，去"粗糙"感） ---------- */
html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; font-kerning: normal; }
h1, h2, h3, h4, .hero-center h1, .cbjj-title { font-feature-settings: "kern" 1, "liga" 1, "calt" 1; }
.hero-center h1, .hero h1 { letter-spacing: -.025em; line-height: 1.06; }
h2 { letter-spacing: -.021em; line-height: 1.14; }
h3 { letter-spacing: -.012em; }
/* 正文断行更自然、避免孤字 */
p, .hero-lead, .cbjj-lead, .prod-summary { text-wrap: pretty; }
/* 数字用等宽数字，参数/价格更整齐 */
.price, .cbjj-pcard__price, .spec-val, .proof-spec strong, .big-num { font-variant-numeric: tabular-nums; }

/* Product A+ 参数表：与「CBJJ vs. Generic」对比表同一套视觉语言——
   细发丝线 var(--line)(#E5E9F0) + 标签浅底 var(--bg-2) + 充足留白 = 简单干净。
   做法：grid gap:1px + 容器底色当线，去掉每格描边/重色/固定高。 */
.cbjj-product-clean .cbjj-aplus-specs {
  margin: 0 0 40px !important;
  padding: clamp(22px, 2.4vw, 34px) !important;
  border: 1px solid #e4ebf3 !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: none !important;
  overflow: hidden !important;
}
.cbjj-product-clean .cbjj-aplus-specs::before,
.cbjj-product-clean .cbjj-aplus-specs__grid span::before { content: none !important; }
.cbjj-product-clean .cbjj-aplus-specs__grid > div {
  display: grid !important;
  grid-template-columns: minmax(134px, .42fr) minmax(0, .58fr) !important;
  min-width: 0 !important;
  border-right: 1px solid #dfe7f0 !important;
  border-bottom: 1px solid #dfe7f0 !important;
  background: #fff !important;
}
.cbjj-product-clean .cbjj-aplus-specs__grid > div:nth-child(2n) { border-right: 0 !important; }
.cbjj-product-clean .cbjj-aplus-specs__grid > div:nth-last-child(-n+2) { border-bottom: 0 !important; }
.cbjj-product-clean .cbjj-aplus-specs__grid > div:last-child:nth-child(odd) {
  grid-column: 1 / -1 !important;
  border-right: 0 !important;
}
.cbjj-product-clean .cbjj-aplus-specs__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  width: min(1160px, 100%) !important;
  max-width: 1160px !important;
  margin: 0 auto !important;
  gap: 0 !important;
  background: var(--line) !important;          /* gap 透出的发丝线 */
  background: #fff !important;
  border: 1px solid #dfe7f0 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  box-shadow: none !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
}
.cbjj-product-clean .cbjj-aplus-specs__grid span,
.cbjj-product-clean .cbjj-aplus-specs__grid strong {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 56px !important;
  padding: 12px 16px !important;
  border: 0 !important;
  font-size: 14px !important;
  line-height: 1.42 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  box-shadow: none !important;
  transition: none !important;
}
.cbjj-product-clean .cbjj-aplus-specs__grid span {     /* 标签格：浅底、深字、中粗 */
  background: #f7f9fc !important;
  border-right: 1px solid #dfe7f0 !important;
  color: #18263a !important;
  font-weight: 600 !important;
}
.cbjj-product-clean .cbjj-aplus-specs__grid strong {   /* 数值格：白底、常规、等宽数字 */
  background: #fff !important;
  color: #26364f !important;
  font-weight: 400 !important;
  font-variant-numeric: tabular-nums;
}

.cbjj-product-clean .cbjj-aplus-specs__grid > div.cbjj-aplus-specs__item--empty {
  pointer-events: none !important;
}
.cbjj-product-clean .cbjj-aplus-specs__grid > div.cbjj-aplus-specs__item--empty span,
.cbjj-product-clean .cbjj-aplus-specs__grid > div.cbjj-aplus-specs__item--empty strong {
  color: transparent !important;
  user-select: none !important;
}

@media (max-width: 860px) {
  .cbjj-product-clean .cbjj-aplus-specs { padding: 12px !important; }
  .cbjj-product-clean .cbjj-aplus-specs__grid {
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }
  .cbjj-product-clean .cbjj-aplus-specs__grid > div,
  .cbjj-product-clean .cbjj-aplus-specs__grid > div:nth-child(2n),
  .cbjj-product-clean .cbjj-aplus-specs__grid > div:nth-last-child(-n+2) {
    border-right: 0 !important;
    border-bottom: 1px solid #dfe7f0 !important;
  }
  .cbjj-product-clean .cbjj-aplus-specs__grid > div:last-child { border-bottom: 0 !important; }
  .cbjj-product-clean .cbjj-aplus-specs__grid span,
  .cbjj-product-clean .cbjj-aplus-specs__grid strong {
    min-height: 50px !important;
    padding: 10px 12px !important;
    font-size: 13px !important;
  }
}

/* ---------- 8d. 视频 YouTube 式齿轮速度菜单（0.5 / 1 / 2 / 3） ---------- */
.cbjj-vsettings { position: absolute; top: 10px; right: 10px; z-index: 6; }
.cbjj-vsettings__btn {
  width: 34px; height: 34px; display: grid; place-items: center;
  border: 0; cursor: pointer; border-radius: 50%;
  background: rgba(8, 14, 26, .58); color: #fff; font-size: 14px;
  backdrop-filter: blur(8px); opacity: 0;
  transition: opacity var(--dur-2) var(--ease), background var(--dur-1) var(--ease);
}
.cbjj-video-player-media:hover .cbjj-vsettings__btn,
.vlb-video:hover .cbjj-vsettings__btn,
.cbjj-vsettings__btn[aria-expanded="true"] { opacity: 1; }
.cbjj-vsettings__btn:hover { background: rgba(8, 14, 26, .82); }
.cbjj-vsettings__btn i { transition: transform var(--dur-3) var(--ease); }
.cbjj-vsettings__btn[aria-expanded="true"] i { transform: rotate(40deg); }
.cbjj-vsettings__menu {
  position: absolute; top: 42px; right: 0; min-width: 150px; padding: 6px;
  border-radius: 12px; background: rgba(10, 16, 28, .94); backdrop-filter: blur(12px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .42); color: #fff;
}
.cbjj-vsettings__menu[hidden] { display: none; }
.cbjj-vsettings__title { padding: 6px 10px 4px; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: rgba(255, 255, 255, .5); }
.cbjj-vsettings__menu [data-rate] {
  display: flex; align-items: center; gap: 8px; width: 100%;
  padding: 8px 10px; border: 0; background: 0; color: rgba(255, 255, 255, .82);
  font-size: 13px; font-weight: 600; line-height: 1; cursor: pointer; border-radius: 8px; text-align: left;
  transition: background var(--dur-1) var(--ease);
}
.cbjj-vsettings__menu [data-rate]:hover { background: rgba(255, 255, 255, .12); }
.cbjj-vsettings__check { width: 14px; display: inline-flex; justify-content: center; font-size: 11px; color: #4f9bff; opacity: 0; }
.cbjj-vsettings__menu [data-rate][aria-checked="true"] { color: #fff; }
.cbjj-vsettings__menu [data-rate][aria-checked="true"] .cbjj-vsettings__check { opacity: 1; }

/* ---------- 8e. Hero CTA：两个按钮等宽成对，消除右侧突兀空白 ----------
   左对齐 hero 下，2 个按钮原本在 900px 行里靠左、右边一大片空。
   约束行宽 + 按钮 flex:1 等宽，成为工整的一对；与下方 scene chips 左缘对齐。 */
.cbjj-hero-clean .hero-cta,
.hero.cbjj-hero-upgraded .hero-cta {
  max-width: 520px;
  gap: 12px;
  justify-content: flex-start;
}
.cbjj-hero-clean .hero-cta .btn,
.hero.cbjj-hero-upgraded .hero-cta .btn {
  flex: 1 1 0;
  min-width: 0;
  justify-content: center;
}
@media (max-width: 600px) {
  .cbjj-hero-clean .hero-cta,
  .hero.cbjj-hero-upgraded .hero-cta { max-width: none; }
}

/* ---------- 8f. Hero 首屏 FOUC：深底下静态 trust/stats 文本用浅色 ---------- */
.hero .trust-item { color: rgba(255, 255, 255, .72); }
.hero .trust-item i { color: #7aa8ff; }
.hero .hero-stat .label { color: rgba(255, 255, 255, .6); }
.hero .hero-stats { border-top-color: rgba(255, 255, 255, .14); }

/* ---------- 8g. 「查看全部应用」入口（场景区 → shop 筛选） ---------- */
.application-more-row { display: flex; justify-content: center; margin-top: clamp(28px, 4vw, 48px); }
.application-more-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 28px; border-radius: var(--r-pill);
  border: 1.5px solid var(--line); background: var(--bg);
  color: var(--ink); font-family: var(--font-display); font-weight: 700;
  font-size: var(--text-base); transition: border-color var(--dur-2) var(--ease), transform var(--dur-2) var(--ease), box-shadow var(--dur-2) var(--ease);
}
.application-more-btn:hover { border-color: var(--ink); transform: translateY(-1px); box-shadow: var(--shadow); }
.application-more-btn i { transition: transform var(--dur-2) var(--ease); }
.application-more-btn:hover i { transform: translateX(4px); }

/* ---------- 8h. 骨架占位卡（shimmer）：JS 渲染前的加载态，消除"空网格卡顿"感 ---------- */
.cbjj-skel-card {
  min-height: 380px; border-radius: var(--r-lg);
  border: 1px solid var(--line);
  background: linear-gradient(100deg, #f1f5f9 40%, #f8fafc 50%, #f1f5f9 60%);
  background-size: 200% 100%;
  animation: cbjj-skel-shimmer 1.2s ease-in-out infinite;
}
@keyframes cbjj-skel-shimmer { from { background-position: 120% 0; } to { background-position: -80% 0; } }
@media (prefers-reduced-motion: reduce) { .cbjj-skel-card { animation: none; } }

/* ---------- 10. 产品卡统一视觉规范（四套实现 → 一套规格） ----------
   shop .pcard(.pthumb 白底 224px 定高) / 首页 .prod-card(.prod-thumb 渐变底)
   / product 相关 .rel-card(.rel-thumb 白底, 圆角8) / 最近浏览 .cbjj-recent__card。
   统一为：图槽 4/3 + 柔色托底 --bg-3（不裁切、白底不突兀）、
   卡片圆角 --r-lg、描边 --line、悬停一致。不改 JS 模板，零功能风险。 */
.pcard, .prod-card, .products-sec .prod-card, .rel-card, .cbjj-recent__card {
  border-radius: var(--r-lg) !important;
  border-color: var(--line) !important;
}
.pcard:hover, .prod-card:hover, .products-sec .prod-card:hover, .rel-card:hover, .cbjj-recent__card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card) !important;
  border-color: rgba(0, 82, 255, .25) !important;
}
/* 竖排卡图槽：统一 4/3 比例 + 柔色托底（list 视图不强制比例） */
.grid-view .pthumb, .prod-thumb, .products-sec .prod-thumb, .rel-thumb {
  aspect-ratio: 1.42 / 1 !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  background:
    radial-gradient(circle at 50% 94%, rgba(15, 23, 42, .032), transparent 35%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 72%, #fbfdff 100%) !important;
  border: 1px solid rgba(219, 228, 240, .88) !important;
  border-radius: 15px !important;
}
.pthumb, .cbjj-recent__media { background: #fff !important; }
/* 卡身带内边距的（rel/recent），内层图槽圆角略小以贴合外圆角 */
.rel-thumb, .cbjj-recent__media { border-radius: calc(var(--r-lg) - 10px) !important; }
.grid-view .pthumb img,
.prod-thumb img,
.products-sec .prod-thumb img,
.rel-thumb img,
.cbjj-recent__media img,
.cbjj-pcard__media img {
  border-radius: 13px;
  box-shadow: 0 14px 34px rgba(10, 22, 40, .055);
  transform: translateZ(0);
  image-rendering: auto;
}

.grid-view .pthumb::before,
.prod-thumb::before,
.products-sec .prod-thumb::before,
.rel-thumb::before {
  left: 25% !important;
  right: 25% !important;
  bottom: 14px !important;
  height: 10px !important;
  opacity: .72 !important;
}

.grid-view .pthumb img,
.products-sec .prod-thumb img,
.prod-thumb img,
.rel-thumb img {
  max-width: 89% !important;
  max-height: 84% !important;
  mix-blend-mode: normal !important;
  filter: drop-shadow(0 13px 22px rgba(10, 22, 40, .11)) !important;
}

.grid-view .pbody {
  padding-top: 15px !important;
  padding-bottom: 16px !important;
}

.grid-view .ptitle {
  font-size: 15px !important;
  line-height: 1.28 !important;
  margin-bottom: 6px !important;
}

.grid-view .pspec {
  min-height: 46px;
  gap: 6px;
}
/* 标题统一钳 2 行（亚马逊式）→ 同列表卡片等高 */
.grid-view .ptitle, .prod-body .name, .rel-card h4, .rel-card .rel-name {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: calc(2 * 1.32em) !important;
  max-height: calc(2 * 1.32em + 2px);
}
/* SKU/ASIN 行钳 1 行、参数 chips 区统一预留 2 行 → 卡片彻底等高 */
.grid-view .pasin { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.grid-view .pspec { min-height: 53px; align-content: flex-start; }

/* ---------- 11. header：导航与右侧工具区最小间距保险（防 Support 贴搜索图标） ---------- */
header nav.main-nav, header .menu { margin-right: 20px; }
@media (max-width: 1280px) {
  header nav.main-nav, header .menu { gap: 14px; margin-right: 14px; }
  header nav.main-nav a, header .menu a { font-size: 13.5px; }
}

/* ---------- 9. 动效尊重用户偏好 ---------- */
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}

/* Header polish: keep Support, search, and market controls visually separated on desktop. */
@media (min-width: 861px) {
  header .w {
    max-width: min(1600px, calc(100vw - 48px)) !important;
  }

  header .head-inner,
  header .nav {
    column-gap: clamp(18px, 1.6vw, 28px) !important;
  }

  header nav.main-nav,
  header .menu,
  header .cbjj-nav-rebuilt {
    justify-content: flex-end !important;
    margin-right: 0 !important;
    min-width: 0;
    overflow: visible;
  }

  header .cbjj-primary-nav {
    gap: clamp(13px, .9vw, 18px) !important;
    width: max-content;
    max-width: 100%;
  }

  header .head-actions,
  header .tools {
    gap: 10px !important;
    position: relative;
  }

  header .head-actions::before,
  header .tools::before {
    content: "";
    width: 1px;
    height: 26px;
    margin: 0 2px 0 0;
    border-radius: 999px;
    background: rgba(148, 163, 184, .34);
  }

  header .lang-switch {
    width: auto !important;
    min-width: 0 !important;
  }

  header .cbjj-market-current {
    width: 64px !important;
    min-width: 64px !important;
    gap: 7px !important;
    padding: 0 10px !important;
    justify-content: center !important;
  }

  header .cbjj-market-current .flag {
    width: 22px !important;
    height: 22px !important;
    flex: 0 0 22px;
  }

  header .cbjj-market-current .code {
    font-size: 13px !important;
    letter-spacing: 0 !important;
  }
}

/* Restore the original brand text next to the logo. Earlier mobile compaction hid the
   subtitle too aggressively and left a blank rail in the desktop/tablet header. */
@media (min-width: 641px) {
  header .logo {
    max-width: none !important;
    overflow: visible !important;
  }

  header .logo-text {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    min-width: 0 !important;
    line-height: 1 !important;
  }

  header .logo-name,
  header .logo-full {
    display: block !important;
  }

  header .logo-full {
    min-height: 1em;
    margin-top: 5px !important;
    color: #64748b !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    letter-spacing: .26em !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    opacity: 1 !important;
  }
}

@media (max-width: 1280px) and (min-width: 861px) {
  header .head-inner,
  header .nav {
    column-gap: clamp(16px, 1.6vw, 24px) !important;
  }

  header .cbjj-primary-nav {
    gap: 12px !important;
  }
}

/* Hero action block: align CTA buttons and scene chips as one intentional control group. */
@media (min-width: 861px) {
  .hero.cbjj-hero-upgraded .hero-cta,
  .cbjj-hero-clean .hero-cta {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: min(630px, 100%) !important;
    max-width: min(630px, 100%) !important;
    gap: 14px !important;
    justify-content: start !important;
    margin: 0 0 16px !important;
  }

  .hero.cbjj-hero-upgraded .hero-cta .btn,
  .cbjj-hero-clean .hero-cta .btn {
    width: 100% !important;
    min-height: 64px !important;
    padding: 0 28px !important;
    justify-content: center !important;
  }

  .cbjj-hero-scenes {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    width: min(630px, 100%) !important;
    max-width: min(630px, 100%) !important;
    margin: 0 !important;
    gap: 10px !important;
    justify-content: start !important;
    align-items: center !important;
  }

  .cbjj-hero-scenes button {
    width: 100% !important;
    min-width: 0 !important;
    height: 42px !important;
    padding: 0 12px !important;
    justify-content: center !important;
    border-radius: 999px !important;
  }
}

@media (max-width: 640px) {
  .hero.cbjj-hero-upgraded .hero-cta,
  .cbjj-hero-clean .hero-cta {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
}

/* Prevent the raw primary-nav links from flashing before enhance.js rebuilds the nav (FOUC).
   Hidden only while still booting AND not yet rebuilt; reveals at whichever comes first:
   enhance.js rebuild (.cbjj-nav-rebuilt) or the cbjj-ready fallback timer. No permanent-hide risk. */
html.cbjj-booting:not(.cbjj-ready) header nav.menu:not(.cbjj-nav-rebuilt) > a,
html.cbjj-booting:not(.cbjj-ready) header nav.main-nav:not(.cbjj-nav-rebuilt) > a {
  visibility: hidden !important;
}

/* Products mega menu hover polish. */
@media (min-width: 861px) {
  .cbjj-products-menu::after {
    top: calc(100% - 4px) !important;
    left: -24px !important;
    right: -24px !important;
    height: var(--cbjj-products-bridge-height, 86px) !important;
    pointer-events: auto;
    z-index: 1;
  }

  .cbjj-products-panel {
    z-index: 4 !important;
    background: rgba(255, 255, 255, .965) !important;
    border-color: rgba(148, 163, 184, .22) !important;
    box-shadow: 0 28px 70px rgba(8, 19, 35, .16), 0 1px 0 rgba(255, 255, 255, .9) inset !important;
    backdrop-filter: blur(18px) saturate(1.08);
    -webkit-backdrop-filter: blur(18px) saturate(1.08);
    position: fixed !important;
    top: var(--cbjj-products-panel-top, 89px) !important;
    left: 50vw !important;
    right: auto !important;
    max-height: calc(100vh - var(--cbjj-products-panel-viewport-top, var(--cbjj-products-panel-top, 89px)) - 16px);
    overflow-y: auto;
    overscroll-behavior: contain;
    transition: opacity .24s cubic-bezier(.16, 1, .3, 1), transform .24s cubic-bezier(.16, 1, .3, 1), visibility .24s cubic-bezier(.16, 1, .3, 1) !important;
  }

  .cbjj-products-menu .cbjj-products-panel {
    transform: translate3d(-50%, 6px, 0) !important;
  }

  .cbjj-products-menu.open .cbjj-products-panel {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translate3d(-50%, 0, 0) !important;
  }

  .cbjj-products-panel a {
    isolation: isolate;
    z-index: 0;
    border: 1px solid transparent !important;
    background: transparent !important;
    color: #0a1628 !important;
    transform: translate3d(0, 0, 0);
    transition:
      color .22s cubic-bezier(.16, 1, .3, 1),
      border-color .22s cubic-bezier(.16, 1, .3, 1),
      box-shadow .22s cubic-bezier(.16, 1, .3, 1),
      transform .22s cubic-bezier(.16, 1, .3, 1) !important;
    will-change: transform;
  }

  .cbjj-products-panel a::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(0, 82, 255, .105), rgba(69, 137, 255, .055));
    opacity: 0;
    transform: scaleX(.965);
    transform-origin: left center;
    transition:
      opacity .22s cubic-bezier(.16, 1, .3, 1),
      transform .22s cubic-bezier(.16, 1, .3, 1);
  }

  .cbjj-products-panel a:hover,
  .cbjj-products-panel a.cbjj-menu-item-active,
  .cbjj-products-panel a:focus-visible {
    background: transparent !important;
    border-color: rgba(0, 82, 255, .14) !important;
    color: #0046d8 !important;
    box-shadow: 0 10px 24px rgba(20, 64, 140, .10) !important;
    transform: translate3d(3px, 0, 0);
  }

  .cbjj-products-panel a:hover::before,
  .cbjj-products-panel a.cbjj-menu-item-active::before,
  .cbjj-products-panel a:focus-visible::before {
    opacity: 1;
    transform: scaleX(1);
  }

  .cbjj-products-panel a span,
  .cbjj-products-panel a i,
  .cbjj-products-panel a b {
    position: relative;
    z-index: 1;
    transition:
      color .22s cubic-bezier(.16, 1, .3, 1),
      background .22s cubic-bezier(.16, 1, .3, 1),
      box-shadow .22s cubic-bezier(.16, 1, .3, 1),
      transform .22s cubic-bezier(.16, 1, .3, 1) !important;
  }

  .cbjj-products-panel a:hover span,
  .cbjj-products-panel a:focus-visible span {
    transform: translate3d(1px, 0, 0);
  }

  .cbjj-products-panel a:hover i,
  .cbjj-products-panel a:focus-visible i {
    background: linear-gradient(135deg, #0052ff, #1f7bff) !important;
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(0, 82, 255, .24) !important;
    transform: translate3d(0, -1px, 0) scale(1.04);
  }

  .cbjj-products-panel a:hover b,
  .cbjj-products-panel a:focus-visible b {
    background: #fff !important;
    color: #0052ff !important;
    box-shadow: 0 6px 14px rgba(0, 82, 255, .16) !important;
    transform: translate3d(-1px, 0, 0);
  }

  .cbjj-products-panel a[data-full-label]::after {
    top: calc(100% + 8px) !important;
    border: 1px solid rgba(255, 255, 255, .10);
    background: rgba(8, 19, 35, .94) !important;
    box-shadow: 0 18px 38px rgba(8, 19, 35, .24) !important;
    transform: translate3d(0, -4px, 0) scale(.98) !important;
    transition:
      opacity .18s cubic-bezier(.16, 1, .3, 1),
      transform .18s cubic-bezier(.16, 1, .3, 1),
      visibility .18s cubic-bezier(.16, 1, .3, 1) !important;
  }

  .cbjj-products-panel a:hover[data-full-label]::after,
  .cbjj-products-panel a.cbjj-menu-item-active[data-full-label]::after,
  .cbjj-products-panel a:focus-visible[data-full-label]::after {
    transform: translate3d(0, 0, 0) scale(1) !important;
    transition-delay: .28s !important;
  }

  /* Replace the old dark tooltip with a clearer in-row hover reveal. */
  .cbjj-products-panel a {
    position: relative !important;
    isolation: isolate;
    min-height: 48px;
    overflow: hidden !important;
    border: 1px solid transparent !important;
    border-radius: 14px !important;
    background: transparent !important;
    will-change: auto !important;
    transition:
      background-color .18s cubic-bezier(.16, 1, .3, 1),
      border-color .18s cubic-bezier(.16, 1, .3, 1),
      box-shadow .18s cubic-bezier(.16, 1, .3, 1),
      color .18s cubic-bezier(.16, 1, .3, 1) !important;
  }

  .cbjj-products-panel a::before {
    content: "" !important;
    position: absolute !important;
    inset: 4px !important;
    z-index: -1;
    border-radius: 10px !important;
    background:
      linear-gradient(90deg, rgba(0, 82, 255, .12), rgba(0, 178, 255, .05)),
      radial-gradient(circle at 16% 50%, rgba(0, 82, 255, .12), transparent 46%) !important;
    opacity: 0;
    transform: none !important;
    transition: opacity .18s cubic-bezier(.16, 1, .3, 1) !important;
  }

  .cbjj-products-panel a:hover,
  .cbjj-products-panel a.cbjj-menu-item-active,
  .cbjj-products-panel a:focus-visible {
    background-color: rgba(255, 255, 255, .88) !important;
    border-color: rgba(0, 82, 255, .16) !important;
    box-shadow: 0 12px 28px rgba(15, 50, 110, .09), inset 0 0 0 1px rgba(255, 255, 255, .78) !important;
    transform: none !important;
  }

  .cbjj-products-panel a:hover::before,
  .cbjj-products-panel a.cbjj-menu-item-active::before,
  .cbjj-products-panel a:focus-visible::before {
    opacity: 1;
  }

  .cbjj-products-panel a[data-full-label]::after,
  .cbjj-products-panel a:hover[data-full-label]::after,
  .cbjj-products-panel a.cbjj-menu-item-active[data-full-label]::after,
  .cbjj-products-panel a:focus-visible[data-full-label]::after {
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .cbjj-products-panel a span {
    min-width: 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    transition:
      color .18s cubic-bezier(.16, 1, .3, 1),
      opacity .18s cubic-bezier(.16, 1, .3, 1) !important;
  }

  .cbjj-products-panel a:hover span,
  .cbjj-products-panel a.cbjj-menu-item-active span,
  .cbjj-products-panel a:focus-visible span {
    color: #003fbd !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
    line-height: 1.18 !important;
    transform: none !important;
  }

  .cbjj-products-panel a:hover i,
  .cbjj-products-panel a.cbjj-menu-item-active i,
  .cbjj-products-panel a:focus-visible i {
    background: #0052ff !important;
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(0, 82, 255, .16) !important;
    transform: none !important;
  }

  .cbjj-products-panel a:hover b,
  .cbjj-products-panel a.cbjj-menu-item-active b,
  .cbjj-products-panel a:focus-visible b {
    transform: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cbjj-products-panel a,
  .cbjj-products-panel a::before,
  .cbjj-products-panel a span,
  .cbjj-products-panel a i,
  .cbjj-products-panel a b {
    transition: none !important;
    transform: none !important;
  }
}

/* Kill the legacy dark full-label tooltip everywhere; long labels reveal in-row instead. */
.cbjj-products-panel a[data-full-label]::after,
.cbjj-products-panel a:hover[data-full-label]::after,
.cbjj-products-panel a.cbjj-menu-item-active[data-full-label]::after,
.cbjj-products-panel a:focus-visible[data-full-label]::after {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* Dynamic brand video marks for header and account hero. */
.cbjj-brand-motion-source {
  display: none !important;
}

.cbjj-brand-motion {
  position: relative;
  display: block;
  overflow: hidden;
  flex: 0 0 auto;
  isolation: isolate;
  border: 1px solid rgba(148, 163, 184, .26);
  background: #07111f;
  box-shadow: 0 12px 30px rgba(8, 19, 35, .16);
}

.cbjj-brand-motion::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, .18), transparent 26%, transparent 72%, rgba(0, 229, 255, .16)),
    radial-gradient(circle at 78% 18%, rgba(0, 229, 255, .16), transparent 36%);
  mix-blend-mode: screen;
  opacity: .72;
}

.cbjj-brand-motion__video,
.cbjj-brand-motion__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.cbjj-brand-motion__video {
  z-index: 1;
  opacity: 0;
  transform: scale(1.01);
  transition: opacity .35s var(--ease, ease), transform 1.8s var(--ease, ease);
}

.cbjj-brand-motion.is-ready .cbjj-brand-motion__video {
  opacity: 1;
  transform: scale(1);
}

.cbjj-brand-motion__poster {
  z-index: 0;
  opacity: 1;
  filter: saturate(1.05) contrast(1.05);
  transition: opacity .35s var(--ease, ease);
}

.cbjj-brand-motion.is-ready .cbjj-brand-motion__poster {
  opacity: 0;
}

header .logo .cbjj-brand-motion--header {
  width: 132px;
  height: 50px;
  border-radius: 9px;
  box-shadow: 0 10px 24px rgba(8, 19, 35, .14), 0 0 0 1px rgba(255, 255, 255, .65) inset;
}

.account-brand-side .brand-panel {
  max-width: 420px;
}

.account-brand-side .cbjj-brand-motion--account {
  width: min(360px, 100%);
  aspect-ratio: 12 / 5;
  margin: 0 auto 30px;
  border-radius: 20px;
  border-color: rgba(255, 255, 255, .12);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .34), 0 0 0 1px rgba(255, 255, 255, .06) inset;
}

@media (max-width: 860px) {
  header .logo .cbjj-brand-motion--header {
    width: 108px;
    height: 42px;
    border-radius: 7px;
  }
}

@media (max-width: 520px) {
  header .logo .cbjj-brand-motion--header {
    width: 94px;
    height: 38px;
  }
}

/* Desktop header balance: keep the controls compact without leaving a wide empty right rail. */
@media (min-width: 861px) {
  header .w {
    max-width: min(1600px, calc(100vw - 48px)) !important;
  }

  header .head-inner,
  header .nav {
    display: grid !important;
    grid-template-columns: auto max-content max-content !important;
    justify-content: space-between !important;
    align-items: center !important;
    column-gap: clamp(18px, 1.25vw, 24px) !important;
  }

  header nav.main-nav,
  header .menu,
  header .cbjj-primary-nav,
  header .cbjj-nav-rebuilt {
    width: max-content !important;
    max-width: max-content !important;
    min-width: 0 !important;
    justify-self: start !important;
    justify-content: flex-start !important;
    margin-right: 0 !important;
    gap: clamp(12px, .72vw, 16px) !important;
  }

  header .head-actions,
  header .tools {
    width: max-content !important;
    max-width: max-content !important;
    justify-self: start !important;
    justify-content: flex-start !important;
    margin-left: clamp(4px, .55vw, 10px) !important;
  }

  header .head-actions::before,
  header .tools::before {
    margin-right: 0 !important;
  }
}

/* Desktop header final balance: keep nav close to tools instead of stretching a blank rail. */
@media (min-width: 861px) {
  header .head-inner,
  header .nav {
    grid-template-columns: auto max-content minmax(max-content, 1fr) !important;
    justify-content: stretch !important;
    column-gap: clamp(18px, 1.25vw, 24px) !important;
  }

  header nav.main-nav,
  header .menu,
  header .cbjj-primary-nav,
  header .cbjj-nav-rebuilt {
    justify-self: start !important;
    justify-content: flex-start !important;
    margin-right: 0 !important;
  }

  header .head-actions,
  header .tools {
    justify-self: end !important;
    margin-left: 0 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cbjj-brand-motion-source {
    display: block !important;
  }

  .cbjj-brand-motion {
    display: none !important;
  }
}

/* Wishlist states: keep favorites as a simple red heart, not an orange action chip. */
:root {
  --cbjj-wishlist-red: #e11d48;
  --cbjj-wishlist-red-dark: #be123c;
  --cbjj-wishlist-red-soft: #fff5f7;
}

.pcard .wish,
.prod-card .wish,
.rel-card .wish {
  background: #fff !important;
  border: 1px solid rgba(213, 219, 229, .9) !important;
  color: #64748b !important;
}

.pcard .wish:hover,
.prod-card .wish:hover,
.rel-card .wish:hover {
  background: var(--cbjj-wishlist-red-soft) !important;
  border-color: rgba(225, 29, 72, .22) !important;
  color: var(--cbjj-wishlist-red) !important;
}

.wish.active,
.btn-wish.active,
.cbjj-wishlist-active,
.cbjj-search-result__actions [data-search-wish].active {
  background: #fff !important;
  border-color: rgba(225, 29, 72, .3) !important;
  color: var(--cbjj-wishlist-red) !important;
}

.wish.active:hover,
.btn-wish.active:hover,
.cbjj-search-result__actions [data-search-wish].active:hover {
  background: var(--cbjj-wishlist-red-soft) !important;
  color: var(--cbjj-wishlist-red-dark) !important;
}

.wish.active i,
.btn-wish.active i,
.cbjj-wishlist-active i,
.cbjj-search-result__actions [data-search-wish].active i {
  color: currentColor !important;
}

header .head-actions > .cbjj-wishlist-shortcut,
header .tools > .cbjj-wishlist-shortcut,
header .head-actions > a.cbjj-wishlist-shortcut[href="wishlist.html"],
header .tools > a.cbjj-wishlist-shortcut[href="wishlist.html"] {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 46px !important;
  width: 46px !important;
  min-width: 46px !important;
  height: 46px !important;
  order: 3;
}

header .head-actions > [aria-label="Search"],
header .tools > [aria-label="Search"] {
  order: 1;
}

header .head-actions > a[href="account.html"],
header .tools > a[href="account.html"] {
  order: 2;
}

header .head-actions > a[href="cart.html"],
header .tools > a[href="cart.html"],
header .head-actions > .cart-badge,
header .tools > .cart-badge {
  order: 4;
}

header .head-actions > .cbjj-contact-pill,
header .tools > .cbjj-contact-pill {
  order: 5;
}

header .head-actions > .lang-switch,
header .tools > .lang-switch {
  order: 6;
}

header .head-actions > .cbjj-mobile-nav-toggle,
header .tools > .cbjj-mobile-nav-toggle,
header .head-actions > .mob-toggle,
header .tools > .mob-toggle {
  order: 7;
}

header .head-actions > .cbjj-wishlist-shortcut.is-active,
header .tools > .cbjj-wishlist-shortcut.is-active {
  border-color: rgba(225, 29, 72, .25) !important;
  background:
    linear-gradient(180deg, #fff 0%, #fff7f8 100%),
    radial-gradient(circle at 50% 0, rgba(225, 29, 72, .11), transparent 62%) !important;
  color: var(--cbjj-wishlist-red) !important;
}

header .head-actions > .cbjj-wishlist-shortcut.is-active:hover,
header .tools > .cbjj-wishlist-shortcut.is-active:hover {
  border-color: rgba(225, 29, 72, .36) !important;
  background: var(--cbjj-wishlist-red-soft) !important;
  color: var(--cbjj-wishlist-red-dark) !important;
}

.cbjj-wishlist-count {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--cbjj-wishlist-red);
  border: 2px solid #fff;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 8px 16px rgba(225, 29, 72, .22);
}

@media (max-width: 860px) {
  header .head-actions > .cbjj-wishlist-shortcut,
  header .tools > .cbjj-wishlist-shortcut,
  header .head-actions > a.cbjj-wishlist-shortcut[href="wishlist.html"],
  header .tools > a.cbjj-wishlist-shortcut[href="wishlist.html"] {
    display: none !important;
  }
}

/* Home hero: the scene photo itself breathes gently. No logo/video overlay. */
.hero.cbjj-hero-upgraded .cbjj-hero-motion-video {
  display: none !important;
}

.hero.cbjj-hero-upgraded .cbjj-hero-bg-slide.active .cbjj-hero-bg-img {
  --hero-start-scale: 1.018;
  --hero-mid-scale: 1.045;
  --hero-end-scale: 1.025;
  --hero-drift-x: -.7%;
  --hero-drift-y: -.18%;
  animation: cbjjHeroBreath 7.8s cubic-bezier(.45, 0, .2, 1) infinite alternate !important;
  transform-origin: 60% 50%;
  will-change: transform;
}

.hero.cbjj-hero-upgraded .cbjj-hero-bg-slide[data-scene="ebike"].active .cbjj-hero-bg-img,
.hero.cbjj-hero-upgraded .cbjj-hero-bg-slide[data-scene="kids"].active .cbjj-hero-bg-img {
  --hero-start-scale: 1.012;
  --hero-mid-scale: 1.032;
  --hero-end-scale: 1.018;
  --hero-drift-x: 0;
  --hero-drift-y: -.12%;
  transform-origin: center center;
}

@keyframes cbjjHeroBreath {
  0% {
    transform: scale(var(--hero-start-scale)) translate3d(0, 0, 0);
  }

  48% {
    transform: scale(var(--hero-mid-scale)) translate3d(var(--hero-drift-x), var(--hero-drift-y), 0);
  }

  100% {
    transform: scale(var(--hero-end-scale)) translate3d(calc(var(--hero-drift-x) * .55), calc(var(--hero-drift-y) * .55), 0);
  }
}

@media (max-width: 720px) {
  .hero.cbjj-hero-upgraded .cbjj-hero-motion-video {
    display: none !important;
  }

  .hero.cbjj-hero-upgraded .cbjj-hero-bg-slide.active .cbjj-hero-bg-img {
    --hero-start-scale: 1.01;
    --hero-mid-scale: 1.028;
    --hero-end-scale: 1.014;
    --hero-drift-x: 0;
    --hero-drift-y: -.2%;
    animation-duration: 8.8s !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero.cbjj-hero-upgraded .cbjj-hero-motion-video {
    display: none !important;
  }

  .hero.cbjj-hero-upgraded .cbjj-hero-bg-slide.active .cbjj-hero-bg-img {
    animation: none !important;
  }
}

/* Brand quote: balanced decorative quotation marks. */
.about-quote,
.quote-bar {
  position: relative !important;
  overflow: hidden !important;
  padding: 28px 86px 26px !important;
  border: 2px solid rgba(0, 82, 255, .92) !important;
  border-left: 2px solid rgba(0, 82, 255, .92) !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #eef5ff 0%, #f8fbff 100%) !important;
  text-align: center !important;
}

.about-quote::before,
.about-quote::after,
.quote-bar::before,
.quote-bar::after {
  position: absolute;
  top: 12px;
  z-index: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 62px;
  font-weight: 700;
  line-height: .75;
  color: rgba(0, 82, 255, .32);
  opacity: 1;
  pointer-events: none;
}

.about-quote::before,
.quote-bar::before {
  left: 30px;
  content: "\201C";
}

.about-quote::after,
.quote-bar::after {
  right: 30px;
  content: "\201D";
}

.about-quote .en,
.about-quote .cn,
.quote-bar .en,
.quote-bar .cn {
  position: relative;
  z-index: 1;
}

.about-quote .en,
.quote-bar .en {
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  margin-bottom: 0 !important;
}

.about-quote .cn,
.quote-bar .cn {
  display: block !important;
  margin-top: 9px !important;
  color: #475569 !important;
  font-size: 15px !important;
  font-weight: 650 !important;
  letter-spacing: .02em !important;
  line-height: 1.45 !important;
}

@media (max-width: 720px) {
  .about-quote,
  .quote-bar {
    padding: 24px 44px !important;
  }

  .about-quote::before,
  .about-quote::after,
  .quote-bar::before,
  .quote-bar::after {
    top: 12px;
    font-size: 42px;
  }

  .about-quote::before,
  .quote-bar::before {
    left: 14px;
  }

  .about-quote::after,
  .quote-bar::after {
    right: 14px;
  }
}

/* Share dialog: practical US/China sharing without relying on OS share targets. */
.cbjj-share-modal[hidden] {
  display: none !important;
}

.cbjj-share-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .18s ease, visibility .18s ease;
}

.cbjj-share-modal.open {
  opacity: 1;
  visibility: visible;
}

.cbjj-share-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 19, 35, .58);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.cbjj-share-modal__panel {
  position: relative;
  width: min(980px, calc(100vw - 32px));
  max-height: min(840px, calc(100vh - 32px));
  overflow: auto;
  border: 1px solid rgba(203, 213, 225, .86);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(8, 19, 35, .24);
  transform: translate3d(0, 14px, 0) scale(.985);
  transition: transform .2s cubic-bezier(.16, 1, .3, 1);
}

.cbjj-share-modal.open .cbjj-share-modal__panel {
  transform: translate3d(0, 0, 0) scale(1);
}

.cbjj-share-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbe3ef;
  border-radius: 999px;
  background: #fff;
  color: #0a1628;
  box-shadow: 0 10px 24px rgba(8, 19, 35, .08);
}

.cbjj-share-modal__close:hover {
  border-color: rgba(0, 82, 255, .26);
  color: #0052ff;
}

.cbjj-share-modal__head {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  padding: 28px 30px 22px;
  border-bottom: 1px solid #e7edf5;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.cbjj-share-modal__icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #eaf2ff;
  color: #0052ff;
  font-size: 20px;
}

.cbjj-share-modal__head h2 {
  margin: 0 42px 6px 0;
  font-size: 24px;
  letter-spacing: -.02em;
  color: #0a1628;
}

.cbjj-share-modal__head p {
  margin: 0;
  color: #5d6e86;
  font-size: 14px;
  line-height: 1.55;
}

.cbjj-share-modal__region {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 18px 30px 0;
  padding: 6px;
  width: max-content;
  max-width: calc(100% - 60px);
  border: 1px solid #dbe5f1;
  border-radius: 999px;
  background: #f7faff;
}

.cbjj-share-modal__region > span {
  padding: 0 8px 0 10px;
  color: #708199;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.cbjj-share-modal__region strong {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #0052ff;
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  padding: 0 15px;
  box-shadow: 0 10px 24px rgba(0, 82, 255, .2);
}

.cbjj-share-modal__region button {
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #32445f;
  font-size: 13px;
  font-weight: 850;
  padding: 0 15px;
  transition: background .18s ease, color .18s ease, box-shadow .18s ease;
}

.cbjj-share-modal__region button.is-active {
  background: #0052ff;
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 82, 255, .2);
}

.cbjj-share-modal__region-note {
  margin: 10px 30px 0;
  color: #60738e;
  font-size: 13px;
  line-height: 1.45;
}

.cbjj-share-modal__region,
.cbjj-share-modal__region-note {
  display: none !important;
}

.cbjj-share-modal[data-share-region="US"] [data-share-section="china"],
.cbjj-share-modal[data-share-region="CN"] [data-share-section="global"] {
  display: none;
}

.cbjj-share-modal__body {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 24px;
  padding: 28px 30px;
}

.cbjj-share-modal__qr {
  min-height: 220px;
  display: grid;
  place-items: center;
  border: 1px solid #dbe3ef;
  border-radius: 18px;
  background:
    linear-gradient(180deg, #fff 0%, #f8fbff 100%),
    radial-gradient(circle at 50% 0, rgba(0, 82, 255, .1), transparent 58%);
  color: #0052ff;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.cbjj-share-modal__qr.is-highlighted {
  border-color: rgba(0, 82, 255, .42);
  box-shadow: 0 18px 40px rgba(0, 82, 255, .14);
  transform: translateY(-1px);
}

.cbjj-share-modal__qr svg {
  width: 178px;
  height: 178px;
  display: block;
}

.cbjj-share-modal__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cbjj-share-modal__content strong {
  display: block;
  color: #0a1628;
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 8px;
}

.cbjj-share-modal__content p {
  margin: 0 0 18px;
  color: #5d6e86;
  font-size: 14px;
  line-height: 1.55;
}

.cbjj-share-modal__content label {
  display: block;
  margin-bottom: 8px;
  color: #6b7c94;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.cbjj-share-modal__url {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin-bottom: 10px;
}

.cbjj-share-modal__url input {
  min-width: 0;
  height: 48px;
  border: 1px solid #dbe3ef;
  border-radius: 12px;
  background: #f8fafc;
  color: #1f314a;
  font: 600 13px/1.2 Inter, system-ui, sans-serif;
  padding: 0 14px;
}

.cbjj-share-modal__url button {
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  background: #0052ff;
  color: #fff;
  font-weight: 800;
  padding: 0 16px;
  box-shadow: 0 12px 26px rgba(0, 82, 255, .22);
}

.cbjj-share-modal__url button:hover {
  background: #003fcb;
}

.cbjj-share-modal__content small {
  display: block;
  color: #7a8aa1;
  font-size: 12px;
  line-height: 1.45;
}

.cbjj-share-modal__guide {
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(0, 82, 255, .14);
  border-radius: 14px;
  background: #f3f7ff;
  color: #41536d;
  font-size: 13px;
  line-height: 1.5;
}

.cbjj-share-modal__guide[data-tone="success"] {
  border-color: rgba(22, 163, 74, .2);
  background: #f0fdf4;
  color: #166534;
}

.cbjj-share-modal__guide[data-tone="active"] {
  border-color: rgba(0, 82, 255, .28);
  background: #eef5ff;
  color: #0b4fdc;
}

.cbjj-share-modal__guide[data-tone="warn"] {
  border-color: rgba(245, 90, 31, .28);
  background: #fff7ed;
  color: #9a3412;
}

.cbjj-share-modal__sections {
  display: grid;
  gap: 16px;
  padding: 0 30px 30px;
}

.cbjj-share-modal__section {
  padding: 16px;
  border: 1px solid #e4ebf5;
  border-radius: 18px;
  background: #fbfdff;
}

.cbjj-share-modal__section h3 {
  margin: 0 0 12px;
  color: #687991;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cbjj-share-modal__actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
  gap: 10px;
  padding: 0;
}

.cbjj-share-modal__actions a,
.cbjj-share-modal__actions button {
  min-width: 0;
  min-height: 76px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #dbe3ef;
  border-radius: 16px;
  background: #fff;
  color: #0f1f35;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, color .18s ease, background .18s ease;
}

.cbjj-share-modal__actions a:hover,
.cbjj-share-modal__actions button:hover {
  border-color: rgba(0, 82, 255, .26);
  color: #0052ff;
  background: #f8fbff;
  box-shadow: 0 12px 26px rgba(8, 19, 35, .08);
  transform: translateY(-1px);
}

.cbjj-share-modal__actions i {
  font-size: 20px;
}

.cbjj-share-modal__mark,
.cbjj-share-modal__actions i {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #edf4ff;
  color: #0052ff;
  font-size: 18px;
  font-weight: 900;
  font-style: normal;
}

.cbjj-share-modal__mark--wechat,
.cbjj-share-modal__actions .fa-whatsapp {
  background: #e8fff2;
  color: #07c160;
}

.cbjj-share-modal__mark--qq,
.cbjj-share-modal__mark--qzone {
  background: #edf6ff;
  color: #1687ff;
}

.cbjj-share-modal__mark--alipay {
  background: #e8f2ff;
  color: #1677ff;
}

.cbjj-share-modal__mark--dingtalk,
.cbjj-share-modal__mark--feishu {
  background: #eef4ff;
  color: #2f6bff;
}

.cbjj-share-modal__mark--douyin,
.cbjj-share-modal__actions .fa-tiktok,
.cbjj-share-modal__actions .fa-x-twitter {
  background: #f3f4f6;
  color: #111827;
}

.cbjj-share-modal__actions .fa-envelope {
  background: #fff1e8;
  color: #ff5a1f;
}

.cbjj-share-modal__actions .fa-facebook-f {
  background: #eaf2ff;
  color: #1877f2;
}

.cbjj-share-modal__actions .fa-linkedin-in {
  background: #e8f3fb;
  color: #0a66c2;
}

.cbjj-share-modal__actions .fa-telegram,
.cbjj-share-modal__actions .fa-line {
  background: #e8f7ff;
  color: #1497d4;
}

.cbjj-share-modal__actions .fa-reddit-alien,
.cbjj-share-modal__actions .fa-pinterest-p,
.cbjj-share-modal__actions .fa-instagram {
  background: #fff1ed;
  color: #ff5a1f;
}

@media (max-width: 720px) {
  .cbjj-share-modal {
    padding: 12px;
  }

  .cbjj-share-modal__head,
  .cbjj-share-modal__body {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cbjj-share-modal__region {
    margin-left: 20px;
    margin-right: 20px;
    max-width: calc(100% - 40px);
    overflow-x: auto;
  }

  .cbjj-share-modal__region-note {
    margin-left: 20px;
    margin-right: 20px;
  }

  .cbjj-share-modal__icon {
    display: none;
  }

  .cbjj-share-modal__body {
    gap: 18px;
  }

  .cbjj-share-modal__qr {
    min-height: 190px;
  }

  .cbjj-share-modal__qr svg {
    width: 158px;
    height: 158px;
  }

  .cbjj-share-modal__url {
    grid-template-columns: 1fr;
  }

  .cbjj-share-modal__sections {
    padding: 0 20px 22px;
  }

  .cbjj-share-modal__section {
    padding: 14px;
  }

  .cbjj-share-modal__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
  }
}

/* Wishlist page: compact buyer-friendly layout with clear batch actions. */
.wishlist-page-body {
  background:
    linear-gradient(180deg, #fff 0%, #f7f9fc 32%, #f5f8fc 100%);
}

.wishlist-page-body .announce {
  display: none;
}

.wishlist-page-body .wishlist-hero {
  padding: 32px 0 28px;
  background:
    linear-gradient(135deg, rgba(232, 240, 255, .78) 0%, rgba(255, 255, 255, .92) 44%, rgba(246, 248, 251, .92) 100%);
  border-bottom: 1px solid #e1e8f2;
}

html.cbjj-booting:not(.cbjj-ready) .wishlist-page-body .wishlist-hero {
  opacity: 1;
}

.wishlist-page-body .wishlist-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 18px;
}

.wishlist-page-body .wishlist-hero h1 {
  max-width: none;
  margin: 0 0 10px;
  color: #071527;
  font-size: clamp(42px, 4.2vw, 68px);
  font-weight: 900;
  line-height: .95;
  white-space: nowrap;
}

.wishlist-page-body .wishlist-hero p {
  max-width: 780px;
  margin: 0;
  color: #4f6077;
  font-size: 18px;
  line-height: 1.55;
}

.wishlist-page-body .wishlist-hero-actions {
  justify-self: start;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.wishlist-page-body .wishlist-hero-actions .btn {
  flex: 0 0 auto;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  white-space: nowrap;
}

.wishlist-page-body .btn-primary-soft {
  background: #0a1628;
  color: #fff;
  border: 1px solid #0a1628;
}

.wishlist-page-body .btn-primary-soft:hover {
  background: #0052ff;
  border-color: #0052ff;
  transform: translateY(-1px);
}

.wishlist-page-body .btn-danger-soft:hover {
  border-color: rgba(225, 29, 72, .34);
  color: #be123c;
  background: #fff5f7;
}

.wishlist-page-body .wishlist-main {
  padding: 28px 0 72px;
}

.wishlist-page-body .wishlist-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid #dce5f1;
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 14px 34px rgba(10, 22, 40, .05);
}

.wishlist-page-body .wishlist-toolbar .count {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  min-width: max-content;
}

.wishlist-page-body .wishlist-toolbar-actions {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
}

.wishlist-page-body .btn-compact {
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 13px;
}

.wishlist-page-body .selected-count {
  margin-left: 0;
  padding-left: 12px;
}

.wishlist-page-body .wishlist-grid {
  grid-template-columns: repeat(auto-fill, minmax(292px, 340px));
  justify-content: start;
  gap: 20px;
}

.wishlist-page-body .wishlist-grid .card {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(10, 22, 40, .055);
  min-width: 0;
}

.wishlist-page-body .wishlist-grid .card:hover {
  border-color: rgba(0, 82, 255, .18);
  box-shadow: 0 18px 42px rgba(10, 22, 40, .08);
}

.wishlist-page-body .wishlist-grid .thumb {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1.42 / 1;
  height: auto;
  min-height: 0;
  margin: 12px 12px 0;
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 90%, rgba(8, 19, 35, .045), transparent 38%),
    linear-gradient(160deg, #f7faff 0%, #ffffff 78%);
  border: 1px solid rgba(219, 228, 240, .86);
  overflow: hidden;
  isolation: isolate;
}

.wishlist-page-body .wishlist-grid .thumb::before {
  content: "";
  position: absolute;
  left: 24%;
  right: 24%;
  bottom: 14px;
  height: 10px;
  border-radius: 999px;
  background: rgba(8, 19, 35, .045);
  filter: blur(10px);
  pointer-events: none;
}

.wishlist-page-body .wishlist-grid .wishlist-picture,
.wishlist-page-body .wishlist-grid .wishlist-picture picture {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.wishlist-page-body .wishlist-grid .wishlist-picture > source {
  display: none !important;
}

.wishlist-page-body .wishlist-grid .thumb img,
.wishlist-page-body .wishlist-grid .wishlist-img {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain;
  object-position: center;
  border-radius: 12px;
  box-shadow: none;
  filter: drop-shadow(0 12px 20px rgba(10, 22, 40, .11));
  transform: translateZ(0);
  mix-blend-mode: normal;
  padding: 6.5% !important;
  margin: auto;
}

.wishlist-page-body .wishlist-grid .card:hover .thumb img,
.wishlist-page-body .wishlist-grid .card:hover .wishlist-img {
  transform: translateY(-2px) scale(1.018);
  filter: drop-shadow(0 14px 24px rgba(10, 22, 40, .14));
}

.wishlist-page-body .wishlist-grid .body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  padding: 16px 18px 16px;
}

.wishlist-page-body .wishlist-grid .title {
  display: -webkit-box;
  min-height: 62px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 15px;
  line-height: 1.32;
}

.wishlist-page-body .wishlist-grid .specs {
  min-height: 31px;
  margin-bottom: 12px;
}

.wishlist-page-body .wishlist-grid .bottom {
  display: grid;
  flex-direction: column;
  align-items: stretch;
  grid-template-columns: 1fr;
  gap: 12px;
  width: 100%;
  min-width: 0;
  margin-top: auto;
}

.wishlist-page-body .wishlist-grid .price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
  font-size: 22px;
  line-height: 1.15;
}

.wishlist-page-body .wishlist-grid .actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px;
  gap: 8px;
  width: 100%;
  min-width: 0;
  justify-content: stretch;
}

.wishlist-page-body .wishlist-grid .cart-item-btn {
  width: 100%;
  min-width: 0;
  height: 40px;
  padding: 0 12px;
  border-radius: 12px;
}

.wishlist-page-body .wishlist-grid .cart-item-btn span {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: nowrap;
}

.wishlist-page-body .wishlist-grid .icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 12px;
}

.wishlist-page-body .select-btn {
  height: 32px;
  padding: 0 11px;
}

.wishlist-page-body:not(.wishlist-can-batch) #selectAllWishlist,
.wishlist-page-body:not(.wishlist-can-batch) .select-btn,
.wishlist-page-body:not(.wishlist-has-selection) #addWishlistCart,
.wishlist-page-body:not(.wishlist-has-selection) #clearWishlistSelection,
.wishlist-page-body:not(.wishlist-has-selection) .selected-count {
  display: none !important;
}

@media (max-width: 1180px) {
  .wishlist-page-body .wishlist-hero h1 {
    white-space: normal;
  }
}

@media (max-width: 860px) {
  .wishlist-page-body .wishlist-hero {
    padding: 28px 0 24px;
  }

  .wishlist-page-body .wishlist-hero-actions {
    align-items: stretch;
  }

  .wishlist-page-body .wishlist-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .wishlist-page-body .wishlist-toolbar-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 560px) {
  .wishlist-page-body .wishlist-hero h1 {
    font-size: 38px;
  }

  .wishlist-page-body .wishlist-hero-actions,
  .wishlist-page-body .wishlist-grid {
    grid-template-columns: 1fr;
  }

  .wishlist-page-body .wishlist-hero-actions {
    display: grid;
    width: 100%;
  }

  .wishlist-page-body .wishlist-toolbar .count {
    min-width: 0;
  }
}

/* Header brand rhythm: make the logo subtitle feel intentional next to navigation. */
@media (min-width: 861px) {
  header .logo {
    align-items: center !important;
    gap: clamp(13px, .9vw, 16px) !important;
    width: max-content !important;
    min-width: max-content !important;
  }

  header .logo-text {
    flex: 0 0 auto !important;
    min-width: max-content !important;
    transform: translateY(-1px);
  }

  header .logo-name {
    font-size: clamp(25px, 1.65vw, 31px) !important;
    font-weight: 850 !important;
    letter-spacing: .105em !important;
    line-height: .94 !important;
  }

  header .logo-full {
    margin-top: 6px !important;
    color: #64748b !important;
    font-size: 8.5px !important;
    font-weight: 800 !important;
    letter-spacing: .21em !important;
    line-height: 1.05 !important;
  }

  header .cbjj-primary-nav,
  header .cbjj-nav-rebuilt {
    position: relative !important;
    padding-left: clamp(12px, .95vw, 17px) !important;
    margin-left: clamp(2px, .35vw, 7px) !important;
    gap: clamp(12px, .78vw, 16px) !important;
  }

  header .cbjj-primary-nav::before,
  header .cbjj-nav-rebuilt::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    width: 1px !important;
    height: 26px !important;
    border-radius: 999px !important;
    background: rgba(148, 163, 184, .28) !important;
    transform: translateY(-50%) !important;
  }

  header .cbjj-primary-nav > a,
  header .cbjj-primary-nav .cbjj-products-trigger {
    min-height: 46px !important;
    padding-inline: 2px !important;
  }
}

@media (max-width: 1100px) and (min-width: 861px) {
  header .logo-full {
    display: none !important;
  }

  header .logo-name {
    font-size: 28px !important;
  }

  header .cbjj-primary-nav,
  header .cbjj-nav-rebuilt {
    padding-left: 10px !important;
    margin-left: 0 !important;
    gap: 10px !important;
  }

  header .head-actions,
  header .tools {
    gap: 6px !important;
  }

  header .head-actions::before,
  header .tools::before {
    display: none !important;
  }

  header .head-actions .head-btn,
  header .tools .tool-btn,
  header .lang-btn,
  header .cbjj-contact-pill {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
  }

  header .cbjj-market-current {
    width: 56px !important;
    min-width: 56px !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 8px !important;
  }
}

/* Battery Finder: focused utility layout, scoped to finder.html only. */
body.finder-page {
  background: #f8fafc;
}

body.finder-page .finder-hero {
  background: linear-gradient(180deg, #f6f9ff 0%, #fff 100%);
  border-bottom: 1px solid #e5edf7;
}

body.finder-page .finder-hero .container {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: 26px;
  align-items: end;
  padding-top: 34px;
  padding-bottom: 30px;
}

body.finder-page .eyebrow {
  margin-bottom: 12px;
  padding: 6px 11px;
  font-size: 11px;
  letter-spacing: .14em;
  background: #edf4ff;
}

body.finder-page .finder-hero h1 {
  max-width: 760px;
  margin-bottom: 12px;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.03;
  letter-spacing: -.035em;
}

body.finder-page .finder-hero p {
  max-width: 720px;
  font-size: 15.5px;
  line-height: 1.62;
  color: #52627a;
}

body.finder-page .hero-actions {
  margin-top: 20px;
}

body.finder-page .hero-actions .btn {
  min-height: 44px;
  padding: 11px 18px;
}

body.finder-page .hero-panel {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.finder-page .hero-panel-grid {
  gap: 10px;
}

body.finder-page .mini-card {
  display: block;
  min-height: 104px;
  width: 100%;
  padding: 14px;
  border-color: #dce7f4;
  border-radius: 14px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 10px 28px rgba(15, 23, 42, .04);
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

body.finder-page .mini-card:hover,
body.finder-page .mini-card:focus-visible {
  border-color: rgba(0, 82, 255, .42);
  background: #fff;
  box-shadow: 0 14px 32px rgba(0, 82, 255, .08);
  transform: translateY(-1px);
  outline: none;
}

body.finder-page .mini-card.active {
  border-color: rgba(0, 82, 255, .72);
  background: #f4f8ff;
  box-shadow: inset 0 0 0 1px rgba(0, 82, 255, .12), 0 12px 26px rgba(0, 82, 255, .06);
}

body.finder-page .mini-card i {
  width: 34px;
  height: 34px;
  margin-bottom: 11px;
  border-radius: 10px;
  box-shadow: none;
}

body.finder-page .mini-card strong {
  font-size: 13px;
}

body.finder-page .mini-card span {
  display: -webkit-box;
  overflow: hidden;
  font-size: 11.5px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.finder-page .finder-main {
  padding: 24px 0 58px;
  background: #f8fafc;
}

body.finder-page {
  overflow-x: clip;
}

body.finder-page .finder-shell {
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
  gap: 20px;
}

body.finder-page .panel {
  border-color: #dfe8f3;
  border-radius: 18px;
  box-shadow: 0 16px 42px rgba(15, 23, 42, .045);
}

body.finder-page .panel-head {
  padding: 18px 20px 16px;
}

body.finder-page .panel-head h2 {
  margin-bottom: 5px;
  font-size: 20px;
  letter-spacing: -.025em;
}

body.finder-page .panel-head p {
  max-width: 620px;
  font-size: 13.5px;
  line-height: 1.55;
}

body.finder-page .finder-form {
  gap: 16px;
  padding: 18px 20px 20px;
}

body.finder-page .step {
  gap: 10px;
}

body.finder-page .step-title {
  gap: 8px;
  font-size: 12px;
  letter-spacing: .08em;
  color: #334155;
}

body.finder-page .step-title span {
  width: 24px;
  height: 24px;
  border-radius: 7px;
}

body.finder-page .choice-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

body.finder-page .choice {
  position: relative;
  overflow: hidden;
  min-height: 72px;
  padding: 11px 12px;
  border-width: 1px;
  border-radius: 12px;
  background: #fff;
  transition:
    border-color .18s ease,
    background .18s ease,
    box-shadow .18s ease,
    transform .18s ease;
}

body.finder-page .choice i {
  margin-bottom: 6px;
  transition:
    color .18s ease,
    background .18s ease,
    box-shadow .18s ease,
    transform .18s ease;
}

body.finder-page .choice strong {
  font-size: 12.3px;
}

body.finder-page .choice span {
  display: -webkit-box;
  overflow: hidden;
  font-size: 10.8px;
  line-height: 1.36;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.finder-page .choice.active {
  border-color: #0057ff;
  background:
    linear-gradient(135deg, rgba(0, 87, 255, .07), rgba(12, 197, 255, .035)),
    #f8fbff;
  box-shadow:
    inset 0 0 0 1px rgba(0, 87, 255, .12),
    0 8px 18px rgba(0, 87, 255, .06);
  transform: none;
}

body.finder-page .choice.active::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 11px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #0057ff;
  box-shadow: 0 0 0 4px rgba(0, 87, 255, .08);
}

body.finder-page .choice.active i {
  color: #0057ff;
  background: #eaf2ff;
  box-shadow: none;
  transform: none;
}

body.finder-page .choice-other {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 34px 1fr;
  column-gap: 12px;
  min-height: 58px;
  border-style: dashed;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

body.finder-page .choice-other i {
  grid-row: 1 / span 2;
  margin: 0;
  align-self: center;
}

body.finder-page .choice-other strong {
  align-self: end;
}

body.finder-page .choice-other span {
  align-self: start;
}

body.finder-page .custom-app-field {
  display: grid;
  gap: 6px;
  margin-top: 10px;
}

body.finder-page .custom-app-field[hidden] {
  display: none;
}

body.finder-page .custom-app-field label {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #64748b;
}

body.finder-page .custom-app-field input {
  width: 100%;
  min-height: 40px;
  border: 1px solid #d9e3f0;
  border-radius: 10px;
  padding: 10px 12px;
  background: #fff;
  color: #0a1628;
  font-size: 13px;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}

body.finder-page .custom-app-field input:focus {
  border-color: rgba(0, 82, 255, .55);
  box-shadow: 0 0 0 4px rgba(0, 82, 255, .08);
}

body.finder-page .field-grid {
  gap: 10px;
}

body.finder-page .field {
  gap: 6px;
}

body.finder-page .field input,
body.finder-page .field select,
body.finder-page .field textarea {
  border-width: 1px;
  border-radius: 9px;
  padding: 10px 12px;
  font-size: 13px;
}

body.finder-page .field textarea {
  min-height: 70px;
}

body.finder-page .form-actions {
  padding-top: 2px;
}

body.finder-page .form-actions .btn {
  min-height: 42px;
  padding: 11px 15px;
}

body.finder-page .results-panel {
  top: 108px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  max-height: calc(100vh - 126px);
  overflow: hidden;
}

body.finder-page .score-band {
  padding: 16px 18px;
  border-bottom: 1px solid #e5edf7;
  background: #fff;
  color: #0a1628;
}

body.finder-page .score-band strong {
  font-size: 18px;
}

body.finder-page .score-band span {
  color: #64748b;
}

body.finder-page .score-band > i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #edf4ff;
  color: #0052ff;
}

body.finder-page .result-list {
  gap: 12px;
  padding: 14px;
  min-height: 0;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #b8c5d6 transparent;
}

body.finder-page .result-list::-webkit-scrollbar {
  width: 8px;
}

body.finder-page .result-list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #c4d0df;
}

body.finder-page .result-card {
  grid-template-columns: 104px 1fr;
  gap: 12px;
  padding: 11px;
  border-radius: 14px;
}

body.finder-page .result-img {
  height: 104px;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

body.finder-page .result-img img {
  padding: 8px;
}

body.finder-page .match-row {
  margin-bottom: 6px;
}

body.finder-page .match-score {
  padding: 4px 8px;
  font-size: 11px;
}

body.finder-page .result-title {
  margin-bottom: 4px;
  font-size: 14.5px;
  line-height: 1.28;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.finder-page .result-meta {
  margin-bottom: 8px;
  font-size: 11.5px;
}

body.finder-page .specs {
  margin-bottom: 8px;
}

body.finder-page .why {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.finder-page .price {
  font-size: 18px;
}

body.finder-page .icon-action {
  height: 34px;
  padding: 0 10px;
  border-radius: 8px;
}

body.finder-page .report {
  margin: 0 14px 14px;
  padding: 12px;
  border-style: solid;
  border-color: #dfe8f3;
  background: #fbfdff;
}

body.finder-page .report h3 {
  margin-bottom: 5px;
  font-size: 14px;
}

body.finder-page .report p {
  margin-bottom: 10px;
  font-size: 12.5px;
}

body.finder-page .report-actions .btn {
  min-height: 38px;
  padding: 10px 13px;
  border-radius: 9px;
}

@media (max-width: 1040px) {
  body.finder-page .finder-hero .container,
  body.finder-page .finder-shell {
    grid-template-columns: 1fr;
  }

  body.finder-page .hero-panel {
    max-width: 720px;
  }

  body.finder-page .results-panel {
    position: static;
  }
}

@media (max-width: 760px) {
  body.finder-page .finder-hero .container {
    padding-top: 26px;
    padding-bottom: 24px;
  }

  body.finder-page .choice-grid,
  body.finder-page .hero-panel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.finder-page .field-grid {
    grid-template-columns: 1fr;
  }

  body.finder-page .result-card {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  body.finder-page .result-img {
    height: 88px;
  }

  body.finder-page .result-body {
    min-width: 0;
  }

  body.finder-page .result-bottom {
    align-items: flex-start;
    gap: 8px;
  }

  body.finder-page .price {
    min-width: 0;
    font-size: 16px;
  }

  body.finder-page .price small {
    display: inline-block;
    margin-left: 4px;
    font-size: 10.5px;
  }

  body.finder-page .card-actions {
    width: 100%;
    gap: 6px;
  }

  body.finder-page .match-row > span:last-child {
    display: none;
  }

  body.finder-page .icon-action {
    flex: 1 1 74px;
    justify-content: center;
    min-width: 0;
    padding: 0 8px;
  }
}

/* Global visual tone pass: lighter headings, cleaner spacing, calmer cards. */
:root {
  --cbjj-ink-refined: #10213a;
  --cbjj-muted-refined: #51627a;
  --cbjj-line-refined: #dfe8f3;
  --cbjj-panel-refined: #f8fbff;
}

:where(h1, h2, h3, h4, .hero h1, .cbjj-title, .prod-title, .auth-title, .dash-title, #pageTitle) {
  letter-spacing: 0 !important;
}

:where(.section-head h2, .sec-head h2, .section-title-wrap h2, .products-sec h2, .application-sec h2, .golf-platform-sec h2, .about-brief h2, .why-sec h2, .reviews-sec h2, .proof-sec h2, .news-sec h2) {
  max-width: 920px;
  color: var(--cbjj-ink-refined) !important;
  font-size: clamp(28px, 3.1vw, 42px) !important;
  font-weight: 700 !important;
  line-height: 1.16 !important;
  text-wrap: balance;
}

:where(.section-head p, .sec-head p, .section-title-wrap p, .hero p, .cbjj-lead, .prod-summary) {
  color: var(--cbjj-muted-refined);
}

.hero .hero-inner h1,
body.finder-page .finder-hero h1,
.wishlist-page-body .wishlist-hero h1,
#pageTitle,
.cart-head h1,
.dash-title {
  color: var(--cbjj-ink-refined) !important;
  font-size: clamp(34px, 3.6vw, 50px) !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  text-wrap: balance;
}

.wishlist-page-body .wishlist-hero h1 {
  white-space: normal;
}

body.finder-page .finder-hero {
  background: linear-gradient(180deg, #f7faff 0%, #fff 100%);
}

body.finder-page .finder-hero .container {
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 440px);
  align-items: center;
  gap: clamp(24px, 3.2vw, 42px);
  padding-top: 42px;
  padding-bottom: 36px;
}

body.finder-page .finder-hero h1 {
  max-width: 760px;
  margin-bottom: 14px;
}

body.finder-page .finder-hero p {
  max-width: 660px;
  font-size: 15px;
  line-height: 1.68;
}

body.finder-page .hero-panel {
  padding: 14px;
  border: 1px solid var(--cbjj-line-refined);
  border-radius: 20px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 18px 44px rgba(15, 23, 42, .055);
}

body.finder-page .hero-panel-grid {
  gap: 12px;
}

body.finder-page .mini-card {
  min-height: 92px;
  padding: 13px;
  border-radius: 13px;
  background: #fff;
  box-shadow: none;
}

body.finder-page .mini-card:hover,
body.finder-page .mini-card:focus-visible {
  border-color: rgba(0, 82, 255, .34);
  background: #fbfdff;
  box-shadow: 0 10px 24px rgba(0, 82, 255, .07);
}

body.finder-page .mini-card.active {
  border-color: rgba(0, 82, 255, .62);
  background: #f4f8ff;
  box-shadow: inset 0 0 0 1px rgba(0, 82, 255, .10);
}

body.finder-page .mini-card i {
  width: 32px;
  height: 32px;
  margin-bottom: 9px;
  border-radius: 10px;
}

body.finder-page .mini-card strong {
  color: var(--cbjj-ink-refined);
  font-size: 12.5px;
  font-weight: 700 !important;
}

body.finder-page .mini-card span {
  color: var(--cbjj-muted-refined);
}

:where(.panel, .hero-tools, .hero-card, .wishlist-page-body .wishlist-toolbar, .wishlist-page-body .wishlist-card, body.finder-page .panel) {
  border-color: var(--cbjj-line-refined) !important;
  box-shadow: 0 16px 38px rgba(15, 23, 42, .05) !important;
}

:where(.product-card h3, .pcard h3, .rel-card h3, .cbjj-pcard__title, .wishlist-page-body .wishlist-card h3) {
  color: var(--cbjj-ink-refined);
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.28;
}

.prod-title,
.ptitle {
  color: var(--cbjj-ink-refined) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.ptitle {
  line-height: 1.3 !important;
}

@media (max-width: 1040px) {
  body.finder-page .finder-hero .container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .hero .hero-inner h1,
  body.finder-page .finder-hero h1,
  .wishlist-page-body .wishlist-hero h1,
  #pageTitle,
  .cart-head h1,
  .dash-title {
    font-size: clamp(32px, 9vw, 42px) !important;
  }

  body.finder-page .hero-panel {
    padding: 10px;
  }
}

/* Wishlist hero: calmer title scale for a cleaner utility-page feel. */
.wishlist-page-body .wishlist-hero {
  padding: clamp(34px, 4vw, 48px) 0 clamp(26px, 3vw, 36px) !important;
}

.wishlist-page-body .wishlist-hero .eyebrow {
  margin-bottom: 10px;
  color: #0b63ff;
  font-size: 11.5px;
  letter-spacing: 2px;
}

.wishlist-page-body .wishlist-hero h1 {
  max-width: 980px;
  color: #10213a !important;
  font-size: clamp(34px, 3.1vw, 46px) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

.wishlist-page-body .wishlist-hero p {
  max-width: 720px;
  color: #53667f;
  font-size: clamp(15.5px, 1.2vw, 17px);
  line-height: 1.6;
}

.wishlist-page-body .wishlist-hero-actions {
  margin-top: 2px;
}

@media (max-width: 760px) {
  .wishlist-page-body .wishlist-hero h1 {
    font-size: clamp(32px, 9vw, 40px) !important;
  }
}

/* Finder hero application map: compact shortcuts without a static card wall. */
body.finder-page .finder-app-map {
  position: relative;
  overflow: hidden;
  padding: 16px;
  border: 1px solid #dbe6f3;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 20px 46px rgba(15, 23, 42, .07);
}

body.finder-page .app-map-head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

body.finder-page .app-map-head span {
  color: #6a7b91;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.finder-page .app-map-head strong {
  color: #0052ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

body.finder-page .app-map-visual {
  position: relative;
  z-index: 1;
  height: 108px;
  margin-bottom: 11px;
  overflow: hidden;
  border: 1px solid #dfe8f3;
  border-radius: 18px;
  background:
    repeating-linear-gradient(90deg, rgba(0, 82, 255, .055) 0 1px, transparent 1px 36px),
    repeating-linear-gradient(0deg, rgba(15, 23, 42, .04) 0 1px, transparent 1px 32px),
    linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
}

body.finder-page .app-map-visual::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(0, 82, 255, .18);
  border-radius: 16px;
}

body.finder-page .app-map-line {
  position: absolute;
  left: 11%;
  right: 11%;
  top: 50%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 82, 255, .48) 48%, transparent 100%);
  opacity: .68;
  transform-origin: 50% 50%;
  animation: app-map-flow 5.6s ease-in-out infinite;
}

body.finder-page .app-map-line-a {
  transform: translateY(-50%);
}

body.finder-page .app-map-line-b {
  transform: translateY(-50%) rotate(17deg);
  animation-delay: .75s;
}

body.finder-page .app-map-line-c {
  transform: translateY(-50%) rotate(-17deg);
  animation-delay: 1.35s;
}

body.finder-page .app-map-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(0, 82, 255, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: #0f1f35;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .10);
  transform: translate(-50%, -50%);
}

body.finder-page .app-map-core i {
  color: #0052ff;
}

body.finder-page .app-map-chips {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

body.finder-page .app-map-chip {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid #dbe6f3;
  border-radius: 999px;
  background: #fff;
  color: #152238;
  font-size: 11.6px;
  font-weight: 800;
  letter-spacing: 0;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .04);
  transition:
    transform .22s cubic-bezier(.2, .8, .2, 1),
    border-color .22s ease,
    background-color .22s ease,
    color .22s ease,
    box-shadow .22s ease;
}

body.finder-page .app-map-chip i {
  color: #0052ff;
  transition: transform .22s cubic-bezier(.2, .8, .2, 1);
}

body.finder-page .app-map-chip:hover,
body.finder-page .app-map-chip:focus-visible {
  border-color: rgba(0, 82, 255, .42);
  background: #fbfdff;
  box-shadow: 0 12px 26px rgba(0, 82, 255, .09);
  transform: translateY(-2px);
}

body.finder-page .app-map-chip:hover i,
body.finder-page .app-map-chip:focus-visible i {
  transform: scale(1.08);
}

body.finder-page .app-map-chip.active {
  border-color: rgba(0, 82, 255, .68);
  background: linear-gradient(180deg, #ffffff 0%, #edf4ff 100%);
  color: #0052ff;
  box-shadow: 0 14px 30px rgba(0, 82, 255, .12), inset 0 0 0 1px rgba(0, 82, 255, .08);
  transform: translateY(-1px);
}

body.finder-page .app-map-chip.active i {
  transform: scale(1.12);
}

body.finder-page .app-map-chip-custom {
  border-style: dashed;
}

@keyframes app-map-flow {
  0%, 100% {
    opacity: .34;
    filter: saturate(1);
  }
  50% {
    opacity: .82;
    filter: saturate(1.25);
  }
}

@media (max-width: 760px) {
  body.finder-page .finder-app-map {
    padding: 12px;
  }

  body.finder-page .app-map-visual {
    height: 96px;
  }

  body.finder-page .app-map-chip {
    min-height: 34px;
    padding: 0 10px;
    font-size: 11.5px;
  }

  body.finder-page .app-map-chips {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  body.finder-page .app-map-line {
    animation: none;
  }

  body.finder-page .app-map-chip {
    transition: none;
  }
}

/* Finder hero: one lightweight summary card; application choices live in the form. */
body.finder-page .finder-hero .container {
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 390px);
  gap: clamp(22px, 3vw, 38px);
  padding-top: 36px;
  padding-bottom: 32px;
}

body.finder-page .finder-hero h1 {
  max-width: 720px;
  font-size: clamp(34px, 3.75vw, 48px) !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
}

body.finder-page .finder-hero p {
  max-width: 690px;
  font-size: 14.8px;
}

body.finder-page .finder-fit-summary {
  position: relative;
  overflow: hidden;
  padding: 15px;
  border: 1px solid #dbe6f3;
  border-radius: 22px;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .06);
}

body.finder-page .fit-summary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 11px;
}

body.finder-page .fit-summary-head span {
  color: #6a7b91;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

body.finder-page .fit-summary-head strong {
  color: #0052ff;
  font-size: 13px;
  font-weight: 800;
}

body.finder-page .fit-summary-visual {
  position: relative;
  height: 104px;
  margin-bottom: 11px;
  overflow: hidden;
  border: 1px solid #dfe8f3;
  border-radius: 18px;
  background:
    repeating-linear-gradient(90deg, rgba(0, 82, 255, .055) 0 1px, transparent 1px 34px),
    repeating-linear-gradient(0deg, rgba(15, 23, 42, .04) 0 1px, transparent 1px 30px),
    linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
}

body.finder-page .fit-summary-visual::after {
  content: "";
  position: absolute;
  inset: 17px;
  border: 1px solid rgba(0, 82, 255, .16);
  border-radius: 16px;
}

body.finder-page .fit-flow-line {
  position: absolute;
  left: 12%;
  right: 12%;
  top: 50%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 82, 255, .44) 48%, transparent 100%);
  opacity: .64;
  transform-origin: 50% 50%;
  animation: app-map-flow 5.8s ease-in-out infinite;
}

body.finder-page .fit-flow-line-a {
  transform: translateY(-50%) rotate(16deg);
}

body.finder-page .fit-flow-line-b {
  transform: translateY(-50%) rotate(-16deg);
  animation-delay: 1s;
}

body.finder-page .fit-flow-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid rgba(0, 82, 255, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: #10213a;
  font-size: 12.5px;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(15, 23, 42, .09);
  transform: translate(-50%, -50%);
}

body.finder-page .fit-flow-core i {
  color: #0052ff;
}

body.finder-page .fit-summary-steps {
  display: grid;
  gap: 8px;
}

body.finder-page .fit-step {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 10px 11px;
  border: 1px solid #dbe6f3;
  border-radius: 14px;
  background: #fff;
  color: #10213a;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .035);
  transition:
    transform .2s cubic-bezier(.2, .8, .2, 1),
    border-color .2s ease,
    box-shadow .2s ease,
    background-color .2s ease;
}

body.finder-page .fit-step:hover,
body.finder-page .fit-step:focus-visible {
  border-color: rgba(0, 82, 255, .38);
  background: #fbfdff;
  box-shadow: 0 13px 26px rgba(0, 82, 255, .08);
  transform: translateY(-1px);
}

body.finder-page .fit-step.active {
  border-color: rgba(0, 82, 255, .46);
  background: linear-gradient(180deg, #fff 0%, #f3f7ff 100%);
}

body.finder-page .fit-step i {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 10px;
  background: #edf4ff;
  color: #0052ff;
}

body.finder-page .fit-step span {
  display: grid;
  gap: 1px;
  min-width: 0;
}

body.finder-page .fit-step strong {
  font-size: 12.6px;
  font-weight: 800;
  line-height: 1.25;
}

body.finder-page .fit-step em {
  overflow: hidden;
  color: #5d6f86;
  font-size: 11.4px;
  font-style: normal;
  font-weight: 650;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 760px) {
  body.finder-page .finder-hero .container {
    grid-template-columns: 1fr;
  }

  body.finder-page .finder-hero .container {
    padding-top: 28px;
    padding-bottom: 24px;
  }

  body.finder-page .finder-hero h1 {
    font-size: clamp(31px, 8vw, 40px) !important;
  }
}

@media (max-width: 1040px) {
  body.finder-page .finder-hero .container,
  body.finder-page .finder-shell {
    grid-template-columns: 1fr;
  }

  body.finder-page .finder-fit-summary {
    max-width: 720px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.finder-page .fit-flow-line,
  body.finder-page .fit-step {
    animation: none;
    transition: none;
  }
}

/* Product card media: soft white canvas, full image, no clipped edges. */
.results.grid-view .pcard .pthumb,
.wishlist-page-body .wishlist-grid .card .thumb,
.related .rel-card .rel-thumb,
.cbjj-recent__card .cbjj-recent__media {
  aspect-ratio: 4 / 3 !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: 0 !important;
  border: 1px solid rgba(219, 228, 240, .88) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 50% 88%, rgba(15, 23, 42, .045), transparent 38%),
    linear-gradient(180deg, #f7faff 0%, #edf4fb 100%) !important;
  overflow: hidden !important;
}

.results.grid-view .pcard .pthumb picture,
.wishlist-page-body .wishlist-grid .card .thumb picture,
.related .rel-card .rel-thumb picture,
.related .rel-card .rel-thumb .product-picture,
.cbjj-recent__card .cbjj-recent__media picture,
.cbjj-recent__card .cbjj-recent__media .product-picture {
  position: absolute !important;
  inset: 10px !important;
  z-index: 1 !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  border-radius: 14px !important;
  background: #fff !important;
  overflow: hidden !important;
  box-shadow: 0 12px 28px rgba(10, 22, 40, .055);
}

.results.grid-view .pcard .pthumb > img,
.wishlist-page-body .wishlist-grid .card .thumb > img,
.related .rel-card .rel-thumb > img,
.related .rel-card .rel-thumb > .product-img,
.cbjj-recent__card .cbjj-recent__media > img,
.cbjj-recent__card .cbjj-recent__media > .cbjj-recent__img {
  position: absolute !important;
  inset: 10px !important;
  z-index: 1 !important;
  display: block !important;
  width: calc(100% - 20px) !important;
  height: calc(100% - 20px) !important;
  max-width: none !important;
  max-height: none !important;
  padding: 10px !important;
  border-radius: 14px !important;
  background: #fff !important;
  object-fit: contain !important;
  object-position: center center !important;
  mix-blend-mode: normal !important;
  filter: drop-shadow(0 10px 18px rgba(10, 22, 40, .10)) !important;
  box-shadow: 0 12px 28px rgba(10, 22, 40, .055);
  transform: none !important;
}

.results.grid-view .pcard .pthumb picture img,
.wishlist-page-body .wishlist-grid .card .thumb picture img,
.related .rel-card .rel-thumb picture img,
.related .rel-card .rel-thumb .product-picture img,
.cbjj-recent__card .cbjj-recent__media picture img,
.cbjj-recent__card .cbjj-recent__media .product-picture img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  padding: 10px !important;
  border-radius: 14px !important;
  background: #fff !important;
  object-fit: contain !important;
  object-position: center center !important;
  mix-blend-mode: normal !important;
  filter: drop-shadow(0 10px 18px rgba(10, 22, 40, .10)) !important;
  box-shadow: none !important;
  transform: none !important;
}

.results.grid-view .pcard:hover .pthumb > img,
.results.grid-view .pcard:hover .pthumb picture img,
.wishlist-page-body .wishlist-grid .card:hover .thumb > img,
.wishlist-page-body .wishlist-grid .card:hover .thumb picture img,
.related .rel-card:hover .rel-thumb > img,
.related .rel-card:hover .rel-thumb picture img,
.cbjj-recent__card:hover .cbjj-recent__media > img,
.cbjj-recent__card:hover .cbjj-recent__media picture img {
  transform: scale(1.012) !important;
  filter: drop-shadow(0 13px 22px rgba(10, 22, 40, .13)) !important;
}

/* Recent cards are physically smaller, so use a tighter safe area there. */
.cbjj-recent__card .cbjj-recent__media picture,
.cbjj-recent__card .cbjj-recent__media .product-picture {
  inset: 6px !important;
  border-radius: 12px !important;
}

.cbjj-recent__card .cbjj-recent__media > img,
.cbjj-recent__card .cbjj-recent__media > .cbjj-recent__img {
  inset: 6px !important;
  width: calc(100% - 12px) !important;
  height: calc(100% - 12px) !important;
  padding: 5px !important;
  border-radius: 12px !important;
}

.cbjj-recent__card .cbjj-recent__media picture img,
.cbjj-recent__card .cbjj-recent__media .product-picture img {
  padding: 5px !important;
  border-radius: 12px !important;
}

/* Finder workbench: keep the form and recommendations visually balanced. */
body.finder-page .finder-shell {
  grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr);
  align-items: stretch;
  min-height: 0;
  height: clamp(620px, calc(100vh - 150px), 760px);
}

body.finder-page .finder-shell > .panel:not(.results-panel) {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 0;
  overflow: hidden;
}

body.finder-page .finder-form {
  min-height: 0;
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #b8c5d6 transparent;
}

body.finder-page .results-panel {
  position: relative;
  top: auto;
  height: 100%;
  min-height: 0;
  max-height: none;
  overflow: hidden;
}

body.finder-page .result-list {
  min-height: 0;
  max-height: none;
  overflow: auto;
  overscroll-behavior: contain;
}

body.finder-page .finder-form::-webkit-scrollbar {
  width: 8px;
}

body.finder-page .finder-form::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #c4d0df;
}

@media (max-width: 1040px) {
  body.finder-page .finder-shell {
    height: auto;
  }

  body.finder-page .finder-shell > .panel:not(.results-panel) {
    display: block;
    overflow: visible;
  }

  body.finder-page .finder-form,
  body.finder-page .result-list {
    overflow: visible;
    max-height: none;
  }

  body.finder-page .results-panel {
    height: auto;
    overflow: visible;
  }
}

/* Keep product-card compare as a stable icon action; state changes should not resize the card. */
body .results.grid-view .pcard .compare-btn {
  position: relative;
  width: 52px;
  min-width: 52px;
  height: 52px;
  flex: 0 0 52px;
  padding: 0;
  gap: 0;
  overflow: visible;
}

body .results.grid-view .pcard .compare-btn .compare-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

body .results.grid-view .pcard .compare-btn i {
  font-size: 16px;
  line-height: 1;
}

body .results.grid-view .pcard .compare-btn::after {
  content: "Compare";
  position: absolute;
  right: 50%;
  bottom: calc(100% + 8px);
  transform: translate(50%, 5px);
  opacity: 0;
  pointer-events: none;
  z-index: 40;
  padding: 7px 10px;
  border-radius: 9px;
  background: #0a1628;
  color: #fff;
  box-shadow: 0 12px 26px rgba(8, 19, 35, .18);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
  transition: opacity .16s ease, transform .16s ease;
}

body .results.grid-view .pcard .compare-btn.cbjj-compare-active::after,
body .results.grid-view .pcard .compare-btn.active::after {
  content: "In compare";
}

body .results.grid-view .pcard .compare-btn:hover::after,
body .results.grid-view .pcard .compare-btn:focus-visible::after {
  opacity: 1;
  transform: translate(50%, 0);
}

/* Catalog density pass: browsing grids should feel scannable, not oversized. */
@media (min-width: 1280px) {
  .wishlist-page-body .wishlist-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: stretch;
    gap: 18px;
  }

  .wishlist-page-body .wishlist-grid .card {
    border-radius: 17px;
  }

  .wishlist-page-body .wishlist-grid .body {
    padding: 14px 16px 15px;
  }

  .wishlist-page-body .wishlist-grid .title {
    min-height: 56px;
    font-size: 14.5px;
    line-height: 1.3;
  }

  .wishlist-page-body .wishlist-grid .specs {
    min-height: 28px;
    gap: 6px;
    margin-bottom: 10px;
  }

  .wishlist-page-body .wishlist-grid .price {
    font-size: 21px;
  }

  .wishlist-page-body .wishlist-grid .actions {
    grid-template-columns: minmax(0, 1fr) 38px;
    gap: 7px;
  }

  .wishlist-page-body .wishlist-grid .cart-item-btn {
    height: 38px;
    border-radius: 11px;
    font-size: 12.5px;
  }

  .wishlist-page-body .wishlist-grid .icon-btn {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }
}

@media (min-width: 1240px) {
  .shop-page .container {
    max-width: 1480px;
  }
}

@media (min-width: 1400px) {
  .shop-page .shop-grid {
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 24px;
  }

  .shop-page .results.grid-view {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }
}

@media (min-width: 1120px) {
  .shop-page .results.grid-view .pcard {
    min-width: 0;
  }

  .shop-page .results.grid-view .pinfo {
    padding: 14px 15px 15px;
  }

  .shop-page .results.grid-view .ptag {
    margin-bottom: 6px;
  }

  .shop-page .results.grid-view .ptitle {
    font-size: 14.75px;
    line-height: 1.3;
    min-height: 39px;
    margin-bottom: 6px;
  }

  .shop-page .results.grid-view .pasin {
    margin-bottom: 7px;
  }

  .shop-page .results.grid-view .pspec {
    min-height: 42px;
    gap: 5px;
    margin-bottom: 9px;
  }

  .shop-page .results.grid-view .prating {
    margin-bottom: 11px;
  }

  .shop-page .results.grid-view .price {
    font-size: 21px;
  }

  .shop-page .results.grid-view .cart-btn,
  .shop-page .results.grid-view .compare-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    flex-basis: 44px;
    border-radius: 12px;
  }
}

@media (min-width: 1180px) {
  .shop-page .results.grid-view .pcard .pthumb picture,
  .wishlist-page-body .wishlist-grid .card .thumb picture {
    inset: 12px !important;
    border-radius: 14px !important;
  }

  .shop-page .results.grid-view .pcard .pthumb > img,
  .wishlist-page-body .wishlist-grid .card .thumb > img {
    inset: 12px !important;
    width: calc(100% - 24px) !important;
    height: calc(100% - 24px) !important;
    padding: 8px !important;
    border-radius: 14px !important;
  }

  .shop-page .results.grid-view .pcard .pthumb picture img,
  .wishlist-page-body .wishlist-grid .card .thumb picture img {
    padding: 8px !important;
    border-radius: 14px !important;
  }
}

/* Lightweight card hover feedback: clear enough to feel clickable, without heavy lift. */
.shop-page .results.grid-view .pcard,
.wishlist-page-body .wishlist-grid .card,
.related .rel-card,
.cbjj-recent__card,
body.finder-page .choice,
body.finder-page .fit-step,
body.finder-page .mini-card,
body.finder-page .result-card {
  transform: translateZ(0);
  will-change: transform, box-shadow, border-color;
  transition:
    transform .18s cubic-bezier(.2, .8, .2, 1),
    box-shadow .18s cubic-bezier(.2, .8, .2, 1),
    border-color .18s ease,
    background-color .18s ease;
}

.shop-page .results.grid-view .pcard:hover,
.shop-page .results.grid-view .pcard:focus-within,
.wishlist-page-body .wishlist-grid .card:hover,
.wishlist-page-body .wishlist-grid .card:focus-within,
.related .rel-card:hover,
.related .rel-card:focus-within,
.cbjj-recent__card:hover,
.cbjj-recent__card:focus-within {
  transform: translateY(-2px);
  border-color: rgba(0, 82, 255, .2) !important;
  box-shadow:
    0 14px 30px rgba(10, 22, 40, .08),
    0 0 0 1px rgba(0, 82, 255, .04) !important;
}

.shop-page .results.grid-view .pcard:hover .pthumb,
.shop-page .results.grid-view .pcard:focus-within .pthumb,
.wishlist-page-body .wishlist-grid .card:hover .thumb,
.wishlist-page-body .wishlist-grid .card:focus-within .thumb,
.related .rel-card:hover .rel-thumb,
.related .rel-card:focus-within .rel-thumb,
.cbjj-recent__card:hover .cbjj-recent__media,
.cbjj-recent__card:focus-within .cbjj-recent__media {
  box-shadow:
    inset 0 0 0 1px rgba(0, 82, 255, .06),
    0 10px 20px rgba(10, 22, 40, .06);
}

.shop-page .results.grid-view .pcard:hover .pthumb > img,
.shop-page .results.grid-view .pcard:hover .pthumb picture img,
.shop-page .results.grid-view .pcard:focus-within .pthumb > img,
.shop-page .results.grid-view .pcard:focus-within .pthumb picture img,
.wishlist-page-body .wishlist-grid .card:hover .thumb > img,
.wishlist-page-body .wishlist-grid .card:hover .thumb picture img,
.wishlist-page-body .wishlist-grid .card:focus-within .thumb > img,
.wishlist-page-body .wishlist-grid .card:focus-within .thumb picture img,
.related .rel-card:hover .rel-thumb > img,
.related .rel-card:hover .rel-thumb picture img,
.related .rel-card:focus-within .rel-thumb > img,
.related .rel-card:focus-within .rel-thumb picture img,
.cbjj-recent__card:hover .cbjj-recent__media > img,
.cbjj-recent__card:hover .cbjj-recent__media picture img,
.cbjj-recent__card:focus-within .cbjj-recent__media > img,
.cbjj-recent__card:focus-within .cbjj-recent__media picture img {
  transform: scale(1.01) !important;
  filter: drop-shadow(0 10px 16px rgba(10, 22, 40, .08)) !important;
}

body.finder-page .choice:hover,
body.finder-page .choice:focus-within,
body.finder-page .fit-step:hover,
body.finder-page .fit-step:focus-within,
body.finder-page .mini-card:hover,
body.finder-page .mini-card:focus-within,
body.finder-page .result-card:hover,
body.finder-page .result-card:focus-within {
  transform: translateY(-2px);
  border-color: rgba(0, 82, 255, .26);
  background-color: #fff;
  box-shadow:
    0 10px 22px rgba(10, 22, 40, .07),
    0 0 0 1px rgba(0, 82, 255, .05);
}

body.finder-page .choice.active:hover,
body.finder-page .choice.active:focus-within,
body.finder-page .fit-step.active:hover,
body.finder-page .fit-step.active:focus-within {
  box-shadow:
    inset 0 0 0 1px rgba(0, 87, 255, .16),
    0 10px 24px rgba(0, 82, 255, .08);
}

@media (prefers-reduced-motion: reduce) {
  .shop-page .results.grid-view .pcard,
  .wishlist-page-body .wishlist-grid .card,
  .related .rel-card,
  .cbjj-recent__card,
  body.finder-page .choice,
  body.finder-page .fit-step,
  body.finder-page .mini-card,
  body.finder-page .result-card {
    transition: none;
    will-change: auto;
  }

  .shop-page .results.grid-view .pcard:hover,
  .wishlist-page-body .wishlist-grid .card:hover,
  .related .rel-card:hover,
  .cbjj-recent__card:hover,
  body.finder-page .choice:hover,
  body.finder-page .fit-step:hover,
  body.finder-page .mini-card:hover,
  body.finder-page .result-card:hover {
    transform: none;
  }
}

/* Finder simplify: submit the form to filtered shop results instead of keeping a second recommendation rail. */
body.finder-page .finder-shell {
  grid-template-columns: minmax(0, 940px) !important;
  justify-content: center;
  align-items: start;
  height: auto !important;
  min-height: 0 !important;
}

body.finder-page .finder-shell > .panel:not(.results-panel) {
  display: block !important;
  overflow: visible !important;
}

body.finder-page .finder-form {
  overflow: visible !important;
  max-height: none !important;
}

body.finder-page .results-panel {
  display: none !important;
}

body.finder-page .form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.finder-page .form-actions .btn.secondary {
  background: #fff;
}

/* Shop card footer: keep price and compact icon actions from crowding each other in 4-column grids. */
.shop-page .results.grid-view .pcard .pbottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: end;
  gap: 8px;
}

.shop-page .results.grid-view .pcard .pbottom > div:first-child {
  min-width: 0;
}

.shop-page .results.grid-view .pcard .price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 6px;
  line-height: 1.05;
}

.shop-page .results.grid-view .pcard .price-old {
  margin-left: 0;
  white-space: nowrap;
}

.shop-page .results.grid-view .pcard .compare-btn,
.shop-page .results.grid-view .pcard .cart-btn {
  width: 44px;
  min-width: 44px;
  height: 44px;
  flex: 0 0 44px;
}

.shop-page .results.grid-view .pcard .compare-btn.cbjj-compare-active,
.shop-page .results.grid-view .pcard .compare-btn.active {
  color: var(--blue, #0052ff);
  background: #eef5ff;
  border-color: rgba(0, 82, 255, .62);
  box-shadow: 0 10px 22px rgba(0, 82, 255, .14);
}

.shop-page .results.grid-view .pcard .compare-btn.cbjj-compare-active i,
.shop-page .results.grid-view .pcard .compare-btn.active i {
  font-size: 17px;
}

/* Compare hints and global toast should feel like light ecommerce feedback,
   not like debug labels floating over the product grid. */
body .results.grid-view .pcard .compare-btn::after,
body .shop-page .results.grid-view [data-compare].compare-btn::after {
  content: "Compare";
  position: absolute;
  right: 50%;
  bottom: calc(100% + 8px);
  transform: translate(50%, 4px);
  opacity: 0;
  pointer-events: none;
  z-index: 42;
  padding: 6px 9px;
  border: 1px solid rgba(214, 225, 241, .98);
  border-radius: 10px;
  background: rgba(255, 255, 255, .98);
  color: #10213a;
  box-shadow: 0 10px 22px rgba(8, 22, 44, .12);
  font-size: 11px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  transition: opacity .16s ease, transform .16s ease, box-shadow .16s ease;
}

body .results.grid-view .pcard .compare-btn.cbjj-compare-active::after,
body .results.grid-view .pcard .compare-btn.active::after,
body .shop-page .results.grid-view [data-compare].compare-btn.cbjj-compare-active::after,
body .shop-page .results.grid-view [data-compare].compare-btn.active::after {
  content: "Added";
}

body .results.grid-view .pcard .compare-btn:hover::after,
body .results.grid-view .pcard .compare-btn:focus-visible::after,
body .shop-page .results.grid-view [data-compare].compare-btn:hover::after,
body .shop-page .results.grid-view [data-compare].compare-btn:focus-visible::after {
  opacity: 1;
  transform: translate(50%, 0);
}

body .results.grid-view .pcard .compare-btn::before,
body .shop-page .results.grid-view [data-compare].compare-btn::before {
  content: "";
  position: absolute;
  right: 50%;
  bottom: calc(100% + 3px);
  width: 10px;
  height: 10px;
  transform: translate(50%, 7px) rotate(45deg);
  opacity: 0;
  pointer-events: none;
  z-index: 39;
  background: rgba(255, 255, 255, .98);
  border-right: 1px solid rgba(214, 225, 241, .98);
  border-bottom: 1px solid rgba(214, 225, 241, .98);
  transition: opacity .16s ease, transform .16s ease;
}

body .results.grid-view .pcard .compare-btn:hover::before,
body .results.grid-view .pcard .compare-btn:focus-visible::before,
body .shop-page .results.grid-view [data-compare].compare-btn:hover::before,
body .shop-page .results.grid-view [data-compare].compare-btn:focus-visible::before {
  opacity: 1;
  transform: translate(50%, 2px) rotate(45deg);
}

body .cbjj-toast {
  left: auto;
  right: max(96px, calc(env(safe-area-inset-right) + 96px));
  top: auto;
  bottom: max(30px, calc(env(safe-area-inset-bottom) + 26px));
  transform: translateY(10px);
  z-index: 1200;
  max-width: min(360px, calc(100vw - 40px));
  min-height: 50px;
  padding: 12px 16px 12px 13px;
  border: 1px solid rgba(207, 219, 236, .98);
  border-radius: 16px;
  background: rgba(255, 255, 255, .97);
  color: #0b1628;
  box-shadow: 0 18px 44px rgba(8, 22, 44, .16);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.28;
  display: flex;
  align-items: center;
  gap: 10px;
  pointer-events: none;
  animation: cbjj-toast-in .18s ease-out forwards;
  backdrop-filter: blur(14px);
}

body .cbjj-toast i {
  display: inline-grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  border-radius: 999px;
  background: #eaf2ff;
  color: #0052ff;
  font-size: 12px;
}

@keyframes cbjj-toast-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 760px) {
  body .cbjj-toast {
    left: 50%;
    right: auto;
    bottom: max(18px, calc(env(safe-area-inset-bottom) + 16px));
    max-width: min(420px, calc(100vw - 28px));
    padding: 10px 15px;
    transform: translate(-50%, 10px);
  }

  @keyframes cbjj-toast-in {
    from {
      opacity: 0;
      transform: translate(-50%, 10px);
    }

    to {
      opacity: 1;
      transform: translate(-50%, 0);
    }
  }
}

@media (max-width: 1360px) {
  .shop-page .results.grid-view .pcard .price {
    font-size: 20px;
  }

  .shop-page .results.grid-view .pcard .price-old {
    font-size: 12px;
  }
}

/* Finder page final pass: make the tool feel lighter, more direct, and less decorative. */
body.finder-page .finder-hero {
  background:
    linear-gradient(120deg, rgba(0, 82, 255, .045), transparent 38%),
    linear-gradient(180deg, #f8fbff 0%, #fff 86%);
  border-bottom-color: rgba(211, 222, 238, .92);
}

body.finder-page .finder-hero .container {
  grid-template-columns: minmax(0, 680px) minmax(310px, 410px);
  justify-content: space-between;
  align-items: center;
  gap: clamp(22px, 4vw, 56px);
  padding-top: 30px;
  padding-bottom: 34px;
}

body.finder-page .finder-hero .eyebrow {
  margin-bottom: 14px;
  border: 1px solid rgba(0, 82, 255, .08);
  background: #edf4ff;
}

body.finder-page .finder-hero h1 {
  max-width: 660px;
  margin-bottom: 14px;
  color: #10213a;
  font-size: clamp(34px, 3.15vw, 44px) !important;
  font-weight: 760 !important;
  line-height: 1.08 !important;
  letter-spacing: -.032em !important;
}

body.finder-page .finder-hero p {
  max-width: 650px;
  color: #516179;
  font-size: 15.2px;
  line-height: 1.58;
}

body.finder-page .hero-actions {
  margin-top: 22px;
}

body.finder-page .hero-actions .btn {
  min-height: 46px;
  padding: 12px 20px;
}

body.finder-page .finder-fit-summary {
  max-width: 410px;
  padding: 18px;
  border-color: rgba(211, 222, 238, .95);
  border-radius: 20px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 18px 46px rgba(15, 23, 42, .075);
}

body.finder-page .fit-summary-head {
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(219, 230, 243, .9);
}

body.finder-page .fit-summary-head span {
  color: #6b7b90;
  font-size: 10.5px;
  letter-spacing: .08em;
}

body.finder-page .fit-summary-head strong {
  color: #0052ff;
  font-size: 13px;
}

body.finder-page .fit-summary-visual {
  display: none;
}

body.finder-page .fit-summary-steps {
  gap: 9px;
}

body.finder-page .fit-step {
  min-height: 58px;
  padding: 11px 12px;
  border-color: rgba(219, 230, 243, .95);
  border-radius: 15px;
  background: #fff;
  box-shadow: none;
}

body.finder-page .fit-step:hover,
body.finder-page .fit-step:focus-visible {
  transform: none;
  border-color: rgba(0, 82, 255, .36);
  box-shadow: 0 10px 22px rgba(0, 82, 255, .07);
}

body.finder-page .fit-step.active {
  background: linear-gradient(180deg, #fff 0%, #f4f8ff 100%);
  border-color: rgba(0, 82, 255, .55);
}

body.finder-page .fit-step i {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: #eef5ff;
}

body.finder-page .fit-step strong {
  font-size: 12.8px;
}

body.finder-page .fit-step em {
  color: #617087;
  font-size: 11.7px;
}

body.finder-page .finder-main {
  padding: 28px 0 64px;
  background:
    linear-gradient(180deg, #f8fbff 0%, #fff 42%),
    #fff;
}

body.finder-page .finder-main > .container {
  max-width: 1100px;
}

body.finder-page .finder-shell {
  grid-template-columns: minmax(0, 100%) !important;
  max-width: 1040px;
  margin-inline: auto;
}

body.finder-page .finder-shell > .panel:not(.results-panel) {
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .06);
}

body.finder-page .panel-head {
  padding: 20px 22px 16px;
}

body.finder-page .panel-head h2 {
  color: #10213a;
  font-size: 21px;
  font-weight: 780;
}

body.finder-page .panel-head p {
  color: #5b6a80;
  font-size: 13.8px;
}

body.finder-page .finder-form {
  padding: 20px 22px 24px;
}

body.finder-page .choice-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body.finder-page .choice {
  min-height: 82px;
  padding: 13px 14px;
  border-color: #dce6f2;
  background: #fff;
}

body.finder-page .choice strong {
  font-size: 13px;
}

body.finder-page .choice span {
  color: #55667d;
  font-size: 11.4px;
}

body.finder-page .choice:hover {
  transform: none;
  border-color: rgba(0, 82, 255, .42);
  box-shadow: 0 10px 22px rgba(0, 82, 255, .06);
}

body.finder-page .choice.active {
  background: linear-gradient(180deg, #fff 0%, #f3f8ff 100%);
  border-color: #0052ff;
  box-shadow: inset 0 0 0 1px rgba(0, 82, 255, .10), 0 10px 24px rgba(0, 82, 255, .07);
}

body.finder-page .choice-other {
  min-height: 62px;
  background: #fbfdff;
}

/* Compare page: keep every product action row on the same visual baseline. */
#compareArea .product-cell .product-card {
  grid-template-rows: 34px 176px 24px 66px 36px 46px;
  gap: 10px;
  height: 100%;
}

#compareArea .product-cell .product-img {
  aspect-ratio: auto;
  height: 176px;
}

#compareArea .product-cell .product-card h3 {
  min-height: 66px;
  overflow: hidden;
}

#compareArea .product-cell .product-card h3 a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#compareArea .product-cell .product-price-row {
  min-height: 36px;
  display: flex;
  align-items: flex-end;
  gap: 6px;
  white-space: nowrap;
}

#compareArea .product-cell .product-actions {
  min-height: 46px;
  align-items: center;
  flex-wrap: nowrap;
}

#compareArea .product-cell .product-actions .btn {
  min-height: 42px;
  padding: 10px 15px;
  white-space: nowrap;
}

@media (max-width: 1040px) {
  body.finder-page .finder-hero .container {
    grid-template-columns: 1fr;
  }

  body.finder-page .finder-fit-summary {
    max-width: none;
  }
}

@media (max-width: 760px) {
  body.finder-page .finder-hero .container {
    padding-top: 24px;
    padding-bottom: 26px;
  }

  body.finder-page .finder-hero h1 {
    font-size: clamp(30px, 8vw, 38px) !important;
  }

  body.finder-page .choice-grid {
    grid-template-columns: 1fr;
  }
}
