:root{
  --font-body:15px;
  --font-support:13px;
  --font-meta:12px;
  --font-tag:11px;
  --font-page-title:28px;
  --font-page-title-mobile:24px;
}

body{font-size:var(--font-body)}
.page-head span{font-size:14px}

/* Keep the key list-page titles on the same visual baseline as the client
   cart's “商品明细”: same type scale, weight and breathing room. */
#myOrders .page-intro{padding:25px 0 14px}
#myOrders .page-intro h2,
#products .page-head h1,
#orders .page-head h1,
#consultations .page-head h1{
  margin:0;
  font-size:27px;
  line-height:1.2;
  font-weight:700;
}
#products .page-head,
#orders .page-head,
#consultations .page-head{
  min-height:32px;
  margin:0 0 14px;
}

/* 客户商城商品卡：密度不变，所有业务文字至少 11px。 */
.product-open .product-title{min-height:37px!important;font-size:14px!important}
.product-open .card-spec,.product-open .member-price,.product-open .price-unit,.product-open .stock{font-size:12px!important}
.product-open .price-compact .member-price,.product-open .price-compact .price-unit{font-size:11px!important}
.product-open .price-compact .currency{font-size:10px}

/* 后台商品卡：标签和微型操作与正文层级一致。 */
.product-card-spec{font-size:14px}
.product-full-title h3{font-size:16px}
.product-published,.product-category{font-size:13px}
.product-manage{font-size:13px!important}
.product-field-list p{font-size:13px}
.product-search-meta{font-size:12px}
.product-member-price .product-price{font-size:18px}

@media(max-width:720px){
  #myOrders .page-intro{padding:20px 0 11px}
  #myOrders .page-intro h2,
  #products .page-head h1,
  #orders .page-head h1,
  #consultations .page-head h1{font-size:24px}
  #products .page-head,
  #orders .page-head,
  #consultations .page-head{min-height:29px;margin:2px 0 11px}
  .topbar nav button,.logout{font-size:14px}
  .page-head span{font-size:12px}
  .product-search-panel .search-row input{font-size:13px!important}
  .product-card-spec{font-size:13px}
  .product-full-title h3{font-size:13px}
  .product-published,.product-category{font-size:12px}
  .product-manage{font-size:12px!important}
  .product-field-list p{font-size:12px}
  .product-member-price,.product-cost-price{font-size:12px}
  .product-member-price .product-price{font-size:16px}
  .product-cost-price .product-price{font-size:12px}
  .product-member-price .product-price i,.product-cost-price .product-price i{font-size:10px}
}

@media(min-width:721px){.search-results{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
