:root {
    --brand: #496a5f;
    --brand-dark: #2d473f;
    --brand-soft: #edf3ef;
    --brand-soft-2: #f7faf7;
    --brand-ring: rgba(73, 106, 95, 0.18);
    --accent: #b8844f;
    --accent-soft: #f8ede0;
    --price: #c96b45;
    --ink: #1a2521;
    --ink-soft: #34413c;
    --muted: #6d7973;
    --muted-soft: #94a09a;
    --line: #dfe6e0;
    --line-strong: #ced8d2;
    --card: rgba(255, 255, 255, 0.92);
    --card-solid: #ffffff;
    --page-bg: #f1eee7;
    --page-bg-soft: #f7faf7;
    --shadow-soft: 0 18px 38px rgba(24, 35, 31, 0.08);
    --shadow-card: 0 26px 54px rgba(20, 30, 27, 0.09);
    --shadow-deep: 0 24px 58px rgba(16, 22, 20, 0.18);
    --radius-xl: 32px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --radius-sm: 14px;
    --bodyBground: var(--page-bg-soft);
    --fontColor: var(--ink);
    --buttonBgColor: var(--brand-soft);
    --buttonBorderColor: var(--line);
    --marRadius: 14px;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
    color: var(--ink);
    font-family: "Alibaba PuHuiTi 3.0", "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
    background:
        radial-gradient(circle at 10% 0%, rgba(184, 132, 79, 0.11), transparent 28%),
        radial-gradient(circle at 88% 4%, rgba(73, 106, 95, 0.12), transparent 24%),
        linear-gradient(180deg, #f5f0e8 0%, #f8fbf8 38%, #f3f5f1 100%);
}

body::before,
body::after {
    content: "";
    position: fixed;
    inset: auto;
    pointer-events: none;
    z-index: 0;
}

body::before {
    top: 88px;
    left: -80px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(44, 107, 92, 0.08), transparent 70%);
}

body::after {
    right: -90px;
    bottom: 120px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(185, 122, 53, 0.08), transparent 72%);
}

body.zs-menu-open {
    overflow: hidden;
}

body > main,
body > article,
body > .blog-container {
    flex: 1 0 auto;
    position: relative;
    z-index: 1;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 18px;
    padding-right: 18px;
    box-sizing: border-box;
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

.header {
    position: relative;
    z-index: 90;
}

.h-fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: linear-gradient(135deg, rgba(249, 245, 239, 0.94), rgba(245, 250, 247, 0.96));
    border-bottom: 1px solid rgba(223, 230, 224, 0.94);
    box-shadow: 0 14px 30px rgba(26, 37, 33, 0.07);
    backdrop-filter: blur(16px);
}

.h-fix > .container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 2px;
    padding-bottom: 4px;
}

.zs-header-ribbon {
    display: flex;
    align-items: center;
    gap: 12px;
}

.zs-header-ribbon__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(221, 231, 225, 0.92);
    color: var(--muted);
    font-size: 12px;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(24, 35, 31, 0.05);
}

.zs-header-ribbon__item span:last-child {
    min-width: 0;
    max-width: 480px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zs-header-ribbon__item--quiet {
    margin-left: auto;
    color: var(--ink-soft);
}

.zs-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand), #79a395);
    box-shadow: 0 0 0 5px rgba(44, 107, 92, 0.1);
    flex: 0 0 auto;
}

.header-bar {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    min-height: 72px;
}

.zs-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.logo,
.logo-text {
    margin: 0;
    padding: 0;
    flex: 0 0 auto;
}

.logo a,
.logo-text a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.logo img {
    max-height: 54px;
    max-width: 190px;
    border-radius: 16px;
    object-fit: contain;
    box-shadow: 0 10px 22px rgba(26, 37, 33, 0.08);
    background: rgba(255, 255, 255, 0.76);
}

.logo-text a span {
    display: inline-block;
    max-width: min(42vw, 240px);
    background: linear-gradient(135deg, #22312b 0%, #4d7468 100%);
    color: transparent;
    font-size: clamp(22px, 2.2vw, 30px);
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-background-clip: text;
    background-clip: text;
}

.zs-brand-copy {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.zs-brand-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 280px;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(223, 230, 224, 0.96);
    color: var(--ink-soft);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    box-shadow: 0 10px 22px rgba(24, 35, 31, 0.05);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zs-brand-label::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand), #76968c);
    box-shadow: 0 0 0 4px rgba(73, 106, 95, 0.1);
    flex: 0 0 auto;
}

.nav-container {
    min-width: 0;
}

.zs-site-nav .nav {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.zs-site-nav .nav::-webkit-scrollbar {
    display: none;
}

.zs-site-nav .nav > li {
    position: relative;
}

.zs-site-nav .nav > li > a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid transparent;
    color: var(--muted);
    font-size: 14px;
    font-weight: 600;
    transition: all 0.22s ease;
    white-space: nowrap;
}

.zs-site-nav .nav > li > a:hover {
    background: rgba(255, 255, 255, 0.82);
    border-color: rgba(221, 231, 225, 0.92);
    color: var(--ink);
    transform: translateY(-1px);
}

.zs-site-nav .nav > li.is-active > a,
.zs-site-nav .nav > li > a.is-active,
.header .nav-bar li.active > a {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(242, 249, 246, 0.98));
    border-color: rgba(44, 107, 92, 0.18);
    color: var(--ink);
    box-shadow: 0 10px 22px rgba(24, 35, 31, 0.07);
}

.zs-site-nav .dropdown-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 190px;
    margin: 0;
    padding: 10px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(221, 231, 225, 0.94);
    box-shadow: var(--shadow-soft);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.22s ease;
    z-index: 60;
}

.zs-site-nav .dropdown-menu a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 40px;
    padding: 10px 12px;
    border-radius: 12px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.4;
    box-sizing: border-box;
}

.zs-site-nav .dropdown-menu a:hover,
.zs-site-nav .dropdown-menu a.is-active {
    background: var(--brand-soft);
    color: var(--brand-dark);
}

.zs-site-nav .nav > li:hover > .dropdown-menu,
.zs-site-nav .nav > li.on > .dropdown-menu,
.zs-site-nav .nav > li.is-active > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-right {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
}


.header-right-btn {
    display: flex;
    align-items: center;
    gap: 12px;
}

.zs-order-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 44px;
    padding: 0 16px;
    border-radius: 18px;
    background: linear-gradient(135deg, #54786c 0%, var(--brand-dark) 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 16px 28px rgba(45, 71, 63, 0.18);
}

.zs-order-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 20px 34px rgba(45, 71, 63, 0.22);
    color: #fff;
}

.header-account {
    display: flex;
    align-items: center;
}

.header-auth-links {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-auth-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 16px;
    border-radius: 14px;
    border: 1px solid var(--line);
    font-size: 13px;
    font-weight: 700;
    transition: all 0.2s ease;
}

.header-auth-btn.is-login {
    background: rgba(255, 255, 255, 0.86);
    color: var(--ink);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.38);
}

.header-auth-btn.is-login:hover {
    background: var(--card-solid);
    border-color: var(--line-strong);
}

.header-auth-btn.is-register {
    background: linear-gradient(135deg, var(--accent), #c8945d);
    border-color: rgba(185, 122, 53, 0.1);
    color: #fff;
    box-shadow: 0 14px 24px rgba(184, 132, 79, 0.18);
}

.header-auth-btn.is-register:hover {
    transform: translateY(-1px);
}

.header-user-card {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 14px 6px 6px;
    border-radius: 18px;
    border: 1px solid rgba(221, 231, 225, 0.98);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(244, 248, 245, 0.92));
    box-shadow: 0 12px 26px rgba(24, 35, 31, 0.06);
    transition: all 0.22s ease;
}

.header-user-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(24, 35, 31, 0.08);
}

.header-user-avatar {
    width: 36px;
    height: 36px;
    border-radius: 14px;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.96);
    background: #eef4f1;
}

.header-user-meta {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.header-user-name {
    max-width: 128px;
    color: var(--ink);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-user-balance {
    color: var(--muted);
    font-size: 12px;
    white-space: nowrap;
}

.m-btn,
.zs-mobile-close {
    border: 0;
    cursor: pointer;
}

.m-btn {
    display: none;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(221, 231, 225, 0.92);
    color: var(--ink);
    box-shadow: 0 10px 22px rgba(24, 35, 31, 0.06);
    transition: all 0.2s ease;
}

.m-btn:hover {
    background: var(--card-solid);
    transform: translateY(-1px);
}

.m-btn i.fa,
.zs-mobile-close i.fa {
    font-size: 16px;
}

#mask {
    position: fixed;
    inset: 0;
    background: rgba(18, 24, 22, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
    z-index: 9997;
}

#mask.is-visible {
    opacity: 1;
    visibility: visible;
}

.zs-mobile-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: min(90vw, 368px);
    height: 100vh;
    padding: 18px 16px 18px 0;
    box-sizing: border-box;
    transform: translateX(105%);
    transition: transform 0.28s ease;
    z-index: 9998;
}

.zs-mobile-panel.is-open {
    transform: translateX(0);
}

.zs-mobile-panel__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 22px 18px 24px;
    border-radius: 30px 0 0 30px;
    background: linear-gradient(180deg, rgba(248, 243, 236, 0.98), rgba(245, 250, 247, 0.98));
    border: 1px solid rgba(221, 231, 225, 0.94);
    box-shadow: var(--shadow-deep);
    overflow-y: auto;
}

.zs-mobile-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.zs-mobile-panel__title {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.zs-mobile-panel__eyebrow {
    color: var(--brand);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.zs-mobile-panel__title strong {
    color: var(--ink);
    font-size: 20px;
    line-height: 1.2;
}

.zs-mobile-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.86);
    color: var(--ink);
    box-shadow: 0 8px 16px rgba(24, 35, 31, 0.08);
}

.zs-mobile-panel__summary {
    margin-top: 18px;
    padding: 16px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 248, 243, 0.94));
    border: 1px solid rgba(221, 231, 225, 0.94);
    box-shadow: var(--shadow-soft);
}

.zs-mobile-panel__summary p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.7;
}

.zs-mobile-panel__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.zs-mobile-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(221, 231, 225, 0.92);
    color: var(--ink);
    font-size: 13px;
    font-weight: 600;
}

.zs-mobile-chip.is-accent {
    background: linear-gradient(135deg, var(--brand-dark), #54786c);
    border-color: transparent;
    color: #fff;
}

.zs-mobile-nav {
    margin-top: 18px;
}

.zs-mobile-nav .nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.zs-mobile-nav li {
    position: relative;
}

.zs-mobile-nav li > a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(221, 231, 225, 0.86);
    color: var(--ink-soft);
    font-size: 14px;
    font-weight: 600;
    box-sizing: border-box;
}

.zs-mobile-nav li.has-children > a {
    padding-right: 54px;
}

.zs-mobile-nav li.is-active > a,
.zs-mobile-nav li > a.is-active {
    background: var(--card-solid);
    color: var(--ink);
    box-shadow: 0 10px 18px rgba(24, 35, 31, 0.08);
}

.zs-mobile-toggle {
    position: absolute;
    top: 9px;
    right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: rgba(44, 107, 92, 0.08);
    color: var(--brand-dark);
}

.zs-mobile-toggle i.fa {
    transition: transform 0.2s ease;
}

.zs-mobile-nav li.is-open > .zs-mobile-toggle i.fa {
    transform: rotate(180deg);
}

.zs-mobile-nav .dropdown-menu {
    display: none;
    margin-top: 8px;
    padding: 0 0 0 10px;
}

.zs-mobile-nav li.is-open > .dropdown-menu,
.zs-mobile-nav li.is-active > .dropdown-menu {
    display: block;
}

.zs-mobile-nav .dropdown-menu a {
    min-height: 42px;
    border-radius: 14px;
    font-size: 13px;
    background: rgba(244, 248, 245, 0.92);
}

#zhanwei {
    width: 100%;
    position: relative;
    z-index: 1;
}

.main-footer {
    position: relative;
    z-index: 1;
    margin-top: 34px;
    padding: 0 0 24px;
    color: #eef4f1;
}

.zs-footer-card {
    position: relative;
    overflow: hidden;
    padding: 28px;
    border-radius: var(--radius-xl);
    background: linear-gradient(145deg, rgba(24, 35, 31, 0.97), rgba(39, 56, 51, 0.99));
    box-shadow: var(--shadow-deep);
}

.zs-footer-card::before,
.zs-footer-card::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.zs-footer-card::before {
    top: -88px;
    right: -42px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(185, 122, 53, 0.24), transparent 68%);
}

.zs-footer-card::after {
    bottom: -90px;
    left: -32px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(44, 107, 92, 0.26), transparent 70%);
}

.zs-footer-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
}

.zs-footer-brand {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.zs-footer-logo {
    display: flex;
    align-items: center;
    gap: 14px;
}

.zs-footer-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 18px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.zs-footer-mark.is-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.08);
}

.zs-footer-title {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.zs-footer-subtitle {
    color: rgba(238, 244, 241, 0.56);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.zs-footer-desc {
    max-width: 460px;
    color: rgba(238, 244, 241, 0.74);
    font-size: 13px;
    line-height: 1.8;
}

.zs-footer-side {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.zs-footer-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.zs-footer-pill {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.11);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.zs-footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.zs-footer-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: 0 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.zs-footer-links a:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-1px);
}

.zs-footer-links a span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.zs-footer-meta {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.zs-footer-meta-card {
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.zs-footer-meta-card.is-light {
    background: rgba(255, 255, 255, 0.05);
}

.zs-footer-meta-title {
    margin-bottom: 10px;
    color: rgba(238, 244, 241, 0.56);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.copyright {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    align-items: center;
    color: rgba(238, 244, 241, 0.86);
    font-size: 12px;
    line-height: 1.7;
}

.copyright a {
    color: #fff;
    opacity: 0.88;
}

.copyright a:hover {
    opacity: 1;
}

.divider {
    opacity: 0.34;
}

.footer-nav {
    display: none;
}

.footer-nav .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 58px;
    border-radius: 18px;
    color: var(--muted-soft);
    font-size: 11px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.footer-nav .nav-item.active {
    color: #fff;
    background: linear-gradient(135deg, var(--brand-dark), #53786b);
    box-shadow: 0 12px 20px rgba(31, 79, 68, 0.24);
}

.footer-nav .nav-icon {
    font-size: 18px;
}

.transition {
    transition: all 0.3s ease;
}

/* Coupon input */
.coupon-input-wrap {
    position: relative;
}

.coupon-input-wrap .coupon-input {
    padding-right: 86px;
    background: #f8fafb;
    border: 1px solid var(--line);
    border-radius: 12px;
    transition: all 0.2s ease;
}

.coupon-input-wrap .coupon-input:focus {
    background: #fff;
    border-color: var(--brand);
    box-shadow: 0 0 0 3px var(--brand-ring);
}

.coupon-input-wrap .coupon-input:disabled {
    background: #f1f3f5;
    color: #9aa3af;
    border-color: #e5e7eb;
}

.coupon-input-wrap .coupon-apply-btn {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    background: linear-gradient(135deg, #6f9f91 0%, #88b0a4 100%);
    color: #fff;
    border: none;
    box-shadow: 0 2px 8px rgba(76, 125, 113, 0.25);
}

.coupon-input-wrap .coupon-apply-btn:hover {
    filter: brightness(1.04);
}

.coupon-input-wrap .coupon-apply-btn.layui-btn-disabled,
.coupon-input-wrap .coupon-apply-btn:disabled {
    background: #f1f3f5;
    color: #9aa3af;
    border: 1px solid #e5e7eb;
    box-shadow: none;
}

.coupon-change-link {
    margin-left: 6px;
    font-size: 12px;
    color: var(--brand);
    text-decoration: none;
    display: none;
}

.coupon-change-link:hover {
    text-decoration: underline;
}

.coupon-tip {
    display: none;
    margin-top: 6px;
    font-size: 12px;
    color: #ff4d4f;
}

@media (max-width: 1080px) {
    .header-auth-links {
        gap: 6px;
    }

    .header-auth-btn {
        padding: 0 14px;
    }
}

@media (max-width: 860px) {
    .h-fix > .container {
        gap: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .zs-header-ribbon {
        display: none;
    }

    .header-bar {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 12px;
        min-height: 60px;
    }

    .nav-container,
    .header-account,
    .zs-order-link {
        display: none;
    }

    .header-right::before {
        content: none;
    }

    .m-btn {
        display: inline-flex;
    }

    .logo img {
        max-height: 46px;
    }

    .logo-text a span {
        max-width: 58vw;
        font-size: 22px;
    }

    .zs-footer-grid {
        grid-template-columns: 1fr;
    }

    .zs-footer-side,
    .zs-footer-pills {
        justify-content: flex-start;
    }

    .footer-nav {
        position: fixed;
        left: 14px;
        right: 14px;
        bottom: 14px;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        padding: 12px;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.9);
        border: 1px solid rgba(255, 255, 255, 0.96);
        box-shadow: 0 18px 34px rgba(24, 35, 31, 0.14);
        backdrop-filter: blur(16px);
        z-index: 9996;
    }

    body.has-mobile-footer {
        padding-bottom: 94px;
    }
}

@media (max-width: 640px) {
    .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .logo-text a span {
        font-size: 20px;
    }

    .zs-mobile-panel {
        width: 100%;
        padding-right: 0;
    }

    .zs-mobile-panel__inner {
        border-radius: 24px 0 0 24px;
    }

    .zs-footer-card {
        padding: 22px 20px;
        border-radius: 24px;
    }

    .zs-footer-title {
        font-size: 20px;
    }

    .copyright {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .divider {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
}
