/* Overrides for shop top items (Sale link) */
.shop-categories-top{ display:flex; align-items:center; gap:12px; margin-bottom:20px; }
.shop-categories-top .cat-top-link.bc-nav-item{
  padding:6px 12px;
  background:transparent;
  color: var(--ow-orange, #ff4b0c); /* 主题橙色 */
  text-decoration:none;
  border-radius:4px;
  font-weight:700;
}
.shop-categories-top .cat-top-link.bc-nav-item:hover{ background: rgba(255,106,0,0.06); }
