/**
 * ======= sanxio store-front channel pages start ===========
 */
/* 面包屑 chip：全频道统一主色（PDP 等未引 channel.css 时也生效；覆盖 reset-home / :visited） */
body.sx-store-advanced .sca-crumb a:link,
body.sx-store-advanced .sca-crumb a:visited,
body.sx-store-advanced .sca-crumb a:active {
  color: var(--md3-color-primary);
  text-decoration: none;
}
body.sx-store-advanced .sca-crumb a:hover {
  color: var(--md3-color-primary);
  text-decoration: none;
  opacity: 0.88;
}

body.sx-store-advanced .sca-channel-page {
  margin-bottom: var(--sanxio-content-gap);
}
body.sx-store-advanced .sca-channel__title {
  margin: 0 0 var(--sanxio-gap-md);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.35;
}
body.sx-store-advanced .sca-channel--detail {
  background: var(--md3-color-surface);
  border: 1px solid var(--md3-color-outline-variant);
  border-radius: var(--md3-shape-lg, 16px);
  padding: var(--sanxio-card-py) var(--sanxio-card-px);
}

/* 移动店铺壳：顶/底导航已表达层级，面包屑仅 PC 展示以省纵向空间 */
@media (max-width: 767px) {
  body.sx-store-advanced .sca-channel-top {
    display: none;
  }
}
/**
 * ======= sanxio store-front channel pages end ===========
 */
