/* templet1 兼容层：会员中心等仍使用 default 内容模板时加载
 * 保护 t1 顶栏/导航不被 default.css 冲掉 */
body.t1-legacy {
  background: #f5f7fa;
}

/* 顶栏/头部/导航保持 templet1 样式优先级 */
body.t1-legacy .t1-topbar,
body.t1-legacy .t1-header,
body.t1-legacy .t1-nav,
body.t1-legacy .t1-footer {
  font-family: var(--t1-font, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif);
}

body.t1-legacy .t1-main.portal-main {
  min-height: 50vh;
  padding-bottom: 40px;
}

/* 自定义页选择器兼容（原选择器依赖 .portal-main） */
body.t1-legacy .t1-main > .container.custom-page-container {
  background: #fff;
  border: none;
  box-shadow: none;
}

/* 避免 default 的固定购物车与 t1 固定购物车叠两套 */
body.t1-legacy .fixed-cart-btn {
  display: none !important;
}
