/* ===== 茵佳商城样式 ===== */

:root{
  --c-red:#e10600;
  --c-text:#333;
  --c-muted:#888;
  --c-border:#e8e8e8;
  --c-white:#fff;
  --c-card:#fff;
  --radius:6px;
  --max-width:1200px;
}

/* ===== 商品列表分页(2026-09-04: 修复echo数组导致分页不显示) ===== */
.pagination{display:flex;justify-content:center;align-items:center;gap:8px;padding:32px 0;flex-wrap:wrap}
.pagination .page-numbers{display:inline-block;min-width:38px;height:38px;line-height:38px;padding:0 12px;text-align:center;border:1px solid var(--c-border);border-radius:var(--radius);color:var(--c-text);font-size:14px;background:#fff;text-decoration:none;transition:all .2s}
.pagination a.page-numbers:hover{border-color:var(--c-red);color:var(--c-red)}
.pagination span.page-numbers.current{background:var(--c-red);border-color:var(--c-red);color:#fff;font-weight:600}
.pagination .page-numbers.dots{border:none;background:none;min-width:auto;cursor:default}

/* ===== 商城资讯栏（2026-09-04：滚轮下方，后台 产品→商城资讯 管理） ===== */
.shop-notice-bar{background:linear-gradient(90deg,#e10600 0%,#c40500 100%);color:#fff}
.shop-notice-bar .notice-inner{display:flex;align-items:center;gap:14px;height:46px}
.notice-badge{display:flex;align-items:center;gap:6px;background:rgba(255,255,255,.18);border-radius:999px;padding:5px 14px;font-size:13px;font-weight:700;white-space:nowrap;flex-shrink:0}
.notice-horn{font-size:14px;line-height:1}
.notice-viewport{flex:1;overflow:hidden;height:46px;min-width:0}
.notice-list{margin:0;padding:0;list-style:none;transition:transform .45s ease}
.notice-list.no-anim{transition:none}
.notice-list li{height:46px;line-height:46px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.notice-list a,.notice-list .notice-plain{color:#fff;font-size:14px;text-decoration:none}
.notice-list a:hover{text-decoration:underline}
.notice-tag{display:inline-block;background:#fff;border-radius:3px;padding:1px 7px;font-size:12px;font-weight:700;line-height:1.5;margin-right:8px;vertical-align:1px}
@media(max-width:768px){.shop-notice-bar .notice-inner{padding:0 16px}.notice-badge{padding:4px 10px;font-size:12px}}

/* ===== Shop Header ===== */
.shop-header{background:#fff;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px rgba(0,0,0,.08)}
.shop-header-inner{display:flex;align-items:center;justify-content:space-between;height:100px;padding:0 24px;gap:24px}
.shop-logo{display:flex;align-items:center;flex-shrink:0;cursor:pointer}
.shop-logo img{height:60px;width:auto}
.shop-logo-text{margin-left:10px}
.shop-logo-text .brand{font-size:20px;font-weight:800;color:var(--c-text);letter-spacing:1px}
.shop-logo-text .brand .accent{color:var(--c-red)}
.shop-logo-text .slogan{font-size:11px;color:var(--c-muted);letter-spacing:1px}

.shop-search{flex:1;max-width:560px;display:flex;align-items:stretch;height:44px;border:2px solid var(--c-red);border-radius:22px;overflow:hidden}
.shop-search input{flex:1;border:none;padding:0 16px;font-size:14px;outline:none;color:var(--c-text)}
.shop-search button{background:var(--c-red);color:#fff;border:none;padding:0 24px;font-size:15px;cursor:pointer;font-weight:600;transition:background .2s;min-width:80px}
.shop-search button:hover{background:#c40500}

.shop-actions{display:flex;align-items:center;gap:16px;flex-shrink:0}
.shop-action{display:flex;flex-direction:column;align-items:center;cursor:pointer;position:relative;min-width:44px}
.shop-action .icon{font-size:22px;line-height:1;margin-bottom:2px}
.shop-action .label{font-size:11px;color:var(--c-muted)}
.shop-action:hover .label{color:var(--c-red)}
.shop-action .cart-badge{position:absolute;top:-4px;right:-4px;background:var(--c-red);color:#fff;font-size:10px;font-weight:700;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 4px}
.shop-action .cart-badge.is-zero{display:none}

/* ===== Shop Category Nav ===== */
.shop-cat-nav{background:#fff;border-bottom:2px solid var(--c-red)}
.shop-cat-nav-inner{display:flex;align-items:center;height:52px;padding:0 24px}
.shop-cat-all{background:var(--c-red);color:#fff;padding:0 24px;height:100%;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:600;font-size:17px;cursor:pointer;margin-right:32px;position:relative}
.shop-cat-all:hover{background:#c40500}
.shop-cat-dropdown{display:none;position:absolute;top:100%;left:0;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.15);padding:20px;z-index:200;min-width:980px;border-radius:0 0 8px 8px;grid-template-columns:repeat(6,1fr);gap:20px}
.shop-cat-all:hover .shop-cat-dropdown{display:grid}
.cat-dropdown-group h5{font-size:13px;font-weight:700;color:var(--c-red);margin-bottom:10px;padding-bottom:6px;border-bottom:1px solid var(--c-border)}
.cat-dropdown-group a{display:block;font-size:13px;color:var(--c-text);padding:5px 0;transition:color .2s;white-space:nowrap}
.cat-dropdown-group a:hover{color:var(--c-red);padding-left:4px}
.shop-cat-menu{display:flex;align-items:center;gap:0;height:100%;flex:1;list-style:none;margin:0;padding:0}
.shop-cat-menu li{height:100%;display:flex;align-items:center}
.shop-cat-menu li a{padding:0 22px;font-size:17px;font-weight:600;color:var(--c-text);height:100%;display:flex;align-items:center;transition:color .2s;text-decoration:none}
.shop-cat-menu li a:hover{color:var(--c-red)}
.shop-cat-menu li.active a{color:var(--c-red)}

/* ===== 全部商品分类 · Mega 下拉（带球队徽标） ===== */
.shop-cat-dropdown.mega{width:1120px;grid-template-columns:repeat(6,1fr);gap:14px 18px;padding:22px 20px;max-height:76vh;overflow:auto}
.mega-col{min-width:0}
.mega-col-title{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:700;color:var(--c-red);text-decoration:none;padding-bottom:8px;border-bottom:2px solid #f0e6e6;margin-bottom:2px;transition:color .2s}
.mega-col-title:hover{color:#c40500}
.mega-col-title .mct-ico{font-size:16px;line-height:1}
.mega-col-title .mct-en{font-size:10px;color:var(--c-muted);font-weight:400;margin-left:auto;letter-spacing:.5px;white-space:nowrap}
.mega-col-title.sub{margin-top:16px;border-color:#eef0f4;color:#1b4d8b}
.mega-badge-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4px 6px;margin-top:8px}
.mega-badge{display:flex;align-items:center;gap:8px;padding:5px 8px;border-radius:6px;text-decoration:none;transition:background .18s;min-width:0}
.mega-badge:hover{background:#faf4f4}
.mb-img{width:32px;height:32px;border-radius:50%;background:#fff;border:1px solid var(--c-border);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}
.mb-img img{width:100%;height:100%;object-fit:contain}
.mb-text{display:flex;flex-direction:column;line-height:1.15;min-width:0}
.mb-cn{font-size:12px;color:var(--c-text);font-weight:600;white-space:normal;overflow:visible;line-height:1.25}
.mb-en{font-size:9px;color:var(--c-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mega-links{margin-top:8px}
.mega-links-h{display:block;font-size:12px;font-weight:700;color:var(--c-text);margin:8px 0 3px;padding-bottom:5px;border-bottom:1px solid var(--c-border)}
.mega-links a{display:block;font-size:13px;color:var(--c-text);padding:4px 0;text-decoration:none;transition:color .15s}
.mega-links a:hover{color:var(--c-red);padding-left:4px}
.mega-links.sale .mega-links-h{color:var(--c-red)}
.mega-col-racing .mega-links-h{color:#1b4d8b;border-color:#e3e9f2}

/* ===== 一级菜单子分类下拉：Kitstown 大气卡片式 ===== */
.shop-cat-all{text-decoration:none;cursor:pointer}
.shop-cat-menu li.has-drop{position:relative}
.shop-cat-menu li .sub-drop{position:absolute;top:100%;left:0;display:none;background:#fff;box-shadow:0 12px 32px rgba(0,0,0,.18);z-index:300;border-radius:0 0 12px 12px;padding:20px 24px;min-width:420px;border:1px solid #f0f0f0}
.shop-cat-menu li.has-drop:hover .sub-drop{display:block}
.sub-drop.kit-panel.full{width:1200px;left:0;padding:22px 28px}
.sub-drop.kit-panel.narrow{min-width:520px;padding:22px 28px}
.sub-drop.kit-panel.club{width:980px;padding:0;overflow:hidden}
.kit-panel-head{display:flex;align-items:baseline;gap:10px;margin-bottom:16px;padding-bottom:10px;border-bottom:2px solid var(--c-red)}
.kph-title{font-size:18px;font-weight:800;color:var(--c-text)}
.kph-en{font-size:12px;color:var(--c-muted);letter-spacing:1px;text-transform:uppercase}
.kit-card-grid{display:grid;gap:12px}
.kit-card-grid.nat{grid-template-columns:repeat(4,1fr);gap:10px}
.kit-card-grid.club-teams{grid-template-columns:repeat(4,1fr);gap:10px}
.kit-card-grid.vertical{grid-template-columns:1fr}
.kit-card{display:flex;flex-direction:column;align-items:center;gap:6px;background:#fff;border:1px solid var(--c-border);border-radius:10px;padding:14px 10px;text-decoration:none;transition:all .2s}
.kit-card:hover{border-color:var(--c-red);box-shadow:0 6px 18px rgba(225,6,0,.12);transform:translateY(-2px)}
.kc-img{width:52px;height:52px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.kc-img img{width:100%;height:100%;object-fit:contain}
.kc-img.kc-ico{font-size:32px;line-height:1}
.kc-text{display:flex;flex-direction:column;line-height:1.2;min-width:0}
.kc-cn{font-size:13px;font-weight:700;color:var(--c-text);text-align:center;line-height:1.3}
.kc-en{font-size:10px;color:var(--c-muted);text-align:center;letter-spacing:.5px}
/* 国家队：队徽在字前 · 窄卡片横排（约9字宽，内容居中） */
.sub-drop.kit-panel.nat-panel{width:760px;padding:16px 22px}
.kit-card.row{flex-direction:row;justify-content:flex-start;align-items:center;gap:9px;padding:9px 12px;border-radius:8px}
.kit-card.row .kc-img{width:32px;height:32px;flex-shrink:0}
.kit-card.row .kc-cn{font-size:12px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.kit-card.row .kc-en{font-size:9px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.kit-card-grid.nat .kit-card.row{justify-content:flex-start;gap:8px;padding:8px 10px}
.kit-card-grid.nat .kit-card.row .kc-cn{font-size:14px;text-align:left}
.kit-card-grid.nat .kit-card.row .kc-en{font-size:10px;text-align:left}
/* 俱乐部右侧球队卡片：与国家队统一（窄卡/14px/左顶格/一行4个） */
.kit-card-grid.club-teams .kit-card.row{justify-content:flex-start;gap:8px;padding:8px 10px}
.kit-card-grid.club-teams .kit-card.row .kc-cn{font-size:14px;text-align:left}
.kit-card-grid.club-teams .kit-card.row .kc-en{font-size:10px;text-align:left}

/* 俱乐部左右分栏：左侧联赛列填满面板（同v12），右侧4列+滚动上限防撑爆 */
.club-split{display:flex;min-height:480px}
/* 印号/赛车(2026-09-06晚): 取消分栏改纵向单列, 复用other-panel(280px)国家队同款卡片, 分栏专属CSS已移除 */
.sub-drop.kit-panel.other-panel{width:280px;min-width:280px;padding:16px 22px}
/* 窄面板标题强制一行(2026-09-06): 标题不折行, 英文缩小到11px且超长省略, 修复"印号及臂章 Printing & Badges"换行 */
.sub-drop.kit-panel.other-panel .kit-panel-head{flex-wrap:nowrap;gap:8px}
.sub-drop.kit-panel.other-panel .kph-title{white-space:nowrap;flex-shrink:0}
.sub-drop.kit-panel.other-panel .kph-en{font-size:11px;letter-spacing:.5px;white-space:nowrap;min-width:0;overflow:hidden;text-overflow:ellipsis}
.kit-card-grid.other{grid-template-columns:1fr;gap:10px}
.kit-card-grid.other .kit-card.row{justify-content:flex-start;gap:8px;padding:8px 10px}
.kit-card-grid.other .kit-card.row .kc-cn{font-size:14px;text-align:left}
.kit-card-grid.other .kit-card.row .kc-en{font-size:10px;text-align:left}
.league-list{width:250px;list-style:none;margin:0;padding:16px;display:flex;flex-direction:column;gap:10px;background:#fafafa;border-right:1px solid var(--c-border);flex-shrink:0}
.league-list .has-sub2{position:relative}
.league-row{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--c-border);border-radius:8px;padding:10px 14px;text-decoration:none;transition:background .18s,box-shadow .18s;width:100%;box-sizing:border-box}
.league-row:hover{background:#fff7f5}
.league-list .has-sub2.active .league-row{background:#fff3f0;box-shadow:inset 3px 0 0 var(--c-red)}
.lr-img{width:34px;height:34px;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;background:#fff;border-radius:50%;border:1px solid var(--c-border);font-size:26px;line-height:1}
.lr-img img{width:100%;height:100%;object-fit:contain}
.lr-text{display:flex;flex-direction:column;line-height:1.25;flex:1;min-width:0}
.lr-cn{font-size:18px;font-weight:500;color:var(--c-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.lr-en{font-size:11px;color:var(--c-muted);letter-spacing:.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.lr-arrow{font-size:18px;color:#ccc;flex-shrink:0;transition:color .18s}
.league-row:hover .lr-arrow,.league-list .has-sub2.active .lr-arrow{color:var(--c-red)}
.club-teams-wrap{flex:1;padding:20px 24px;background:#fff;min-width:0;max-height:76vh;overflow:auto}

/* ===== 面包屑导航 ===== */
.shop-breadcrumb{background:#f8f8f8;border-bottom:1px solid var(--c-border)}
.shop-breadcrumb-inner{display:flex;align-items:center;gap:8px;padding:10px 24px;font-size:13px;color:var(--c-muted)}
.shop-breadcrumb-inner a{color:var(--c-text);text-decoration:none}
.shop-breadcrumb-inner a:hover{color:var(--c-red)}
.shop-breadcrumb-inner .sep{color:#ccc}
.shop-breadcrumb-inner .current{color:var(--c-text);font-weight:600}

/* ===== Shop Hero Banner - 主图配色（白色背景） ===== */
.shop-hero{position:relative;background:#fff;overflow:hidden;border-bottom:1px solid var(--c-border)}
.shop-hero-inner{display:flex;align-items:center;justify-content:space-between;padding:60px 0;min-height:380px}
.shop-hero-text{color:var(--c-text);max-width:500px}
.shop-hero-text .tag{display:inline-block;background:var(--c-red);color:#fff;padding:4px 14px;border-radius:20px;font-size:13px;font-weight:600;margin-bottom:16px}
.shop-hero-text h2{font-size:42px;font-weight:800;line-height:1.2;margin-bottom:12px;color:var(--c-text)}
.shop-hero-text p{font-size:16px;color:var(--c-muted);margin-bottom:24px;line-height:1.8}
.shop-hero-btn{display:inline-block;background:var(--c-red);color:#fff;padding:12px 32px;border-radius:30px;font-weight:600;font-size:15px;transition:all .2s;text-decoration:none}
.shop-hero-btn:hover{background:#c40500;transform:translateY(-2px);box-shadow:0 6px 20px rgba(225,6,0,.4);color:#fff}
.shop-hero-visual{position:relative;width:400px;height:300px}
.shop-hero-visual .jersey{position:absolute;width:200px;height:260px;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.15)}
.shop-hero-visual .jersey.j1{right:0;top:0;background:linear-gradient(135deg,#e10600,#8b0000);z-index:2}
.shop-hero-visual .jersey.j2{left:0;top:40px;background:linear-gradient(135deg,#003366,#001a33);z-index:1;opacity:.9}
.shop-hero-visual .jersey .jersey-num{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:80px;font-weight:900;color:rgba(255,255,255,.15)}
.shop-hero-dots{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:8px}
.shop-hero-dots span{width:10px;height:10px;border-radius:50%;background:rgba(0,0,0,.2);cursor:pointer;transition:all .2s}
.shop-hero-dots span.active{background:var(--c-red);width:28px;border-radius:5px}

/* ===== Section Common ===== */
.shop-section{padding:40px 0}
.shop-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}
.shop-section-title{display:flex;align-items:center;gap:10px}
.shop-section-title h2{font-size:24px;font-weight:700;color:var(--c-text);margin:0}
.shop-section-title::before{content:'';display:inline-block;width:5px;height:24px;background:var(--c-red);border-radius:2px}
.shop-section-title .en{font-size:13px;color:var(--c-muted);font-weight:400;letter-spacing:2px;margin-left:6px}
.shop-section-more{font-size:14px;color:var(--c-muted);display:flex;align-items:center;gap:4px;cursor:pointer;text-decoration:none}
.shop-section-more:hover{color:var(--c-red)}

/* ===== Product Grid ===== */
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.product-card{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:all .25s;cursor:pointer;text-decoration:none;display:block}
.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}
.product-img{position:relative;aspect-ratio:1/1;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);overflow:hidden;display:flex;align-items:center;justify-content:center}
.product-img .badge{position:absolute;top:10px;left:10px;padding:3px 10px;border-radius:4px;font-size:12px;font-weight:600;color:#fff;z-index:2}
.product-img .badge.new{background:#4caf50}
.product-img .badge.hot{background:var(--c-red)}
.product-img .badge.sale{background:#ff9800}
.product-img .badge.limited{background:#9c27b0}
.product-img .quick-view{position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.7);color:#fff;padding:8px 20px;border-radius:20px;font-size:13px;transition:bottom .25s;white-space:nowrap}
.product-card:hover .quick-view{bottom:16px}
.product-img .jersey-preview{font-size:60px;opacity:.3}
.product-img img{width:100%;height:100%;object-fit:cover}
.product-info{padding:14px}
.product-brand{font-size:12px;color:var(--c-muted);font-weight:600;letter-spacing:1px;margin-bottom:4px;text-transform:uppercase}
.product-name{font-size:14px;color:var(--c-text);line-height:1.5;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:42px}
.product-price{display:flex;align-items:baseline;gap:8px}
.product-price .current{font-size:18px;font-weight:700;color:var(--c-red)}
.product-price .current .yen{font-size:13px;margin-right:2px}
.product-price .original{font-size:13px;color:var(--c-muted);text-decoration:line-through}
.product-price .discount{font-size:12px;background:#ffebee;color:var(--c-red);padding:1px 6px;border-radius:3px;font-weight:600}
.product-tag{margin-top:8px;font-size:12px;color:var(--c-muted)}

/* ===== Sale / Clearance ===== */
.sale-section{background:linear-gradient(135deg,#fff5f5,#ffe0e0);padding:40px 0;border-radius:12px;margin:40px auto;max-width:var(--max-width)}
.sale-head{text-align:center;margin-bottom:28px}
.sale-head h2{font-size:32px;font-weight:800;color:var(--c-red);margin-bottom:6px}
.sale-head p{font-size:15px;color:#666}
.sale-head .countdown{display:inline-flex;gap:8px;margin-top:12px}
.sale-head .countdown span{background:var(--c-red);color:#fff;padding:6px 12px;border-radius:6px;font-weight:700;font-size:16px;min-width:44px;text-align:center}

/* ===== Category Gates 分类直达门 ===== */
.cat-gate-section{padding:40px 0 24px}
.cat-gate-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.cat-gate-card{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid var(--c-border);border-radius:10px;padding:18px 20px;text-decoration:none;transition:all .25s;position:relative}
.cat-gate-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.1);border-color:var(--cg1)}
.cat-gate-icon{width:54px;height:54px;border-radius:12px;background:linear-gradient(135deg,var(--cg1),var(--cg2));display:flex;align-items:center;justify-content:center;font-size:26px;flex-shrink:0}
.cat-gate-info{flex:1;min-width:0}
.cat-gate-info h3{font-size:16px;font-weight:700;color:var(--c-text);margin:0 0 4px}
.cat-gate-info p{font-size:12px;color:var(--c-muted);margin:0 0 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.cat-gate-count{font-size:12px;color:var(--c-red);font-weight:600}
.cat-gate-arrow{font-size:18px;color:#ccc;flex-shrink:0;transition:all .25s}
.cat-gate-card:hover .cat-gate-arrow{color:var(--c-red);transform:translateX(4px)}

/* ===== Team Wall 车队墙（文字色块）===== */
.team-wall-section{padding:40px 0}
.team-wall-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.team-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:128px;border-radius:10px;background:linear-gradient(135deg,var(--tc1),var(--tc2));color:#fff;text-decoration:none;overflow:hidden;transition:transform .25s,box-shadow .25s}
.team-card:hover{transform:translateY(-4px);box-shadow:0 10px 26px rgba(0,0,0,.2);color:#fff}
.team-card.light{color:#1a1a1a}
.team-card.light:hover{color:#1a1a1a}
.team-league{position:absolute;top:10px;left:12px;font-size:11px;font-weight:700;letter-spacing:1px;background:rgba(255,255,255,.2);padding:2px 10px;border-radius:12px}
.team-name{font-size:19px;font-weight:800;letter-spacing:2px}
.team-count{margin-top:6px;font-size:12px;opacity:.85}
.team-card::after{content:'';position:absolute;right:-30px;bottom:-30px;width:110px;height:110px;border-radius:50%;background:rgba(255,255,255,.1)}

/* ===== Benefits ===== */
.benefits-section{background:#fff;padding:32px 0;border-top:1px solid var(--c-border);border-bottom:1px solid var(--c-border)}
.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.benefit-item{display:flex;align-items:center;gap:14px}
.benefit-icon{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#fef0f0,#ffe0e0);display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}
.benefit-text h4{font-size:15px;font-weight:700;color:var(--c-text);margin-bottom:2px}
.benefit-text p{font-size:12px;color:var(--c-muted);margin:0}

/* ===== Shop Footer - 页脚配色 ===== */
.shop-footer{background:#fff;border-top:1px solid var(--c-border);margin-top:40px}
.shop-footer-top{padding:40px 0 24px;border-bottom:1px solid var(--c-border)}
.shop-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1.2fr;gap:32px}
.shop-footer-col h4{font-size:15px;font-weight:700;color:var(--c-text);margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid var(--c-border)}
.shop-footer-col a{display:block;font-size:13px;color:var(--c-muted);margin-bottom:8px;transition:color .2s;text-decoration:none}
.shop-footer-col a:hover{color:var(--c-red)}
.shop-footer-contact .phone{font-size:24px;font-weight:800;color:var(--c-red);margin-bottom:4px}
.shop-footer-contact .hours{font-size:12px;color:var(--c-muted);margin-bottom:12px}
.shop-footer-contact .contact-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--c-muted);margin-bottom:6px}
.shop-footer-follow{display:flex;gap:10px;margin-top:8px}
.shop-footer-follow a{width:36px;height:36px;border-radius:50%;background:#f5f5f5;display:flex;align-items:center;justify-content:center;font-size:16px;margin-bottom:0;transition:all .2s}
.shop-footer-follow a:hover{background:var(--c-red);color:#fff}
.shop-footer-brand p{font-size:13px;color:var(--c-muted);line-height:1.8;margin-bottom:12px}
.shop-footer-brand .footer-logo{height:44px;width:auto;max-width:100%;display:block;margin-bottom:12px;object-fit:contain}

.shop-footer-middle{padding:20px 0;border-bottom:1px solid var(--c-border)}
.payment-methods{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.payment-methods span{font-size:13px;color:var(--c-muted);margin-right:8px}
.payment-methods .pm{padding:4px 12px;background:#f5f5f5;border-radius:4px;font-size:12px;color:#666;font-weight:600}

.shop-footer-bottom{padding:16px 0;text-align:center;font-size:12px;color:var(--c-muted);line-height:1.8}
.shop-footer-bottom a{color:var(--c-muted);margin:0 6px;text-decoration:none}
.shop-footer-bottom a:hover{color:var(--c-red)}

/* ===== Responsive ===== */
@media(max-width:900px){
  .shop-header-inner{height:64px;padding:0 12px;gap:8px}
  .shop-logo img{height:40px}
  .shop-search{height:36px}
  .shop-search button{padding:0 14px;font-size:13px;min-width:auto}
  .shop-actions{gap:8px}
  .shop-action .label{display:none}
  .shop-action{min-width:32px}
  .shop-action .icon{font-size:20px}
  .shop-cat-nav{display:none}
  .shop-hero-inner{padding:32px 0;min-height:280px;flex-direction:column;text-align:center;gap:24px}
  .shop-hero-text h2{font-size:28px}
  .shop-hero-visual{width:280px;height:200px}
  .shop-hero-visual .jersey{width:140px;height:180px}
  .shop-hero-visual .jersey .jersey-num{font-size:56px}
  .product-grid{grid-template-columns:repeat(2,1fr);gap:12px}
  .cat-gate-grid{grid-template-columns:repeat(2,1fr);gap:12px}
  .cat-gate-card{padding:14px;gap:10px}
  .cat-gate-icon{width:44px;height:44px;font-size:22px}
  .cat-gate-info h3{font-size:14px}
  .team-wall-grid{grid-template-columns:repeat(2,1fr);gap:12px}
  .team-card{min-height:100px}
  .team-name{font-size:16px;letter-spacing:1px}
  .benefits-grid{grid-template-columns:repeat(2,1fr);gap:16px}
  .shop-footer-grid{grid-template-columns:repeat(2,1fr);gap:20px}
  .shop-footer-brand{grid-column:span 2}
  .shop-footer-contact{grid-column:span 2}
  .sale-head h2{font-size:24px}
}