/* WooCommerce分类模板覆盖样式 */
.faq{max-width:none;}
.page-hero h1, .content-hero h1{color:white;}
.btn-outline{color: black !important;}
.story-card {height: fit-content;min-height: -webkit-fill-available;display: block;}
.section.dark h2, .section.dark h3 {color: white;}
.contact-cta h2 {color: white;}
.page-hero, .content-hero {padding: 66px 0;}
.page-hero .container, .content-hero .container {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 30px;
    align-items: center;
}
#new-club-jerseys,.tag {display: none !important;}
#new-club-jerseys-2 {display: block !important;}
.chip {padding:5px 25px !important;}
.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
    margin-bottom: 27px;
}
.chips {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.chip.active, .chip:hover {
    background: var(--navy);
    color: #fff;
    border-color: var(--navy);
}
.chip {
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 999px;
    padding: 9px 14px;
    font-size: 13px;
    font-weight: 850;
    cursor: pointer;
}
.identity-panel h2, .identity-panel p, .identity-panel .eyebrow {color:white !important;}
