/*your custom css goes here*/

/* 顶栏第二行「Home / Flash Sale / …」药丸导航：全站生效（不依赖 home-mall-theme 仅部分路由加载） */
.home-mall-nav-wrap {
    border-color: #e5e7eb !important;
}
.home-mall-nav-pill-link {
    display: inline-block;
    padding: 8px 18px;
    margin: 2px 4px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #374151 !important;
    font-family: "Plus Jakarta Sans", "Inter", system-ui, -apple-system, "Segoe UI", sans-serif !important;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none !important;
    transition: background 0.2s, color 0.2s;
}
.home-mall-nav-pill-link:hover {
    background: #fdebd0;
    color: #f39c12 !important;
}
.home-mall-nav-pill-link.active {
    background: #e5e7eb;
    color: #111827 !important;
}
