
:root{--navy:#062b55;--navy2:#0b3767;--orange:#ff641a;--text:#09294f;--muted:#65768a;--light:#f5f8fc;--border:#dbe5ef;--green:#138a4b}
*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#f7f9fc}a{text-decoration:none}
.shop-wrap{width:min(1500px,94%);margin:auto}.shop-top{background:#06284e;color:#fff;font-size:12px}.shop-top .shop-wrap{min-height:36px;display:flex;align-items:center;justify-content:space-between}.shop-top a{color:#fff;margin-left:20px}
.shop-header{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:30}.shop-head-row{min-height:86px;display:flex;align-items:center;gap:24px}
.shop-brand{display:flex;align-items:center;gap:11px;min-width:340px;color:var(--text)}.shop-mark{width:56px;height:56px;border-radius:13px;background:linear-gradient(135deg,#ff7a1a 0 48%,#1769c2 49%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:27px;font-weight:900}
.shop-brand-copy{display:flex;flex-direction:column}.shop-brand-copy b{font-size:22px;color:#ff641a}.shop-brand-copy strong{font-size:11px;margin-top:2px}.shop-brand-copy small{font-size:9px;color:#64758a;margin-top:3px}.shop-nav{margin-left:auto;display:flex;align-items:center;gap:19px;white-space:nowrap}.shop-nav a{font-size:12px;color:#09213e;font-weight:700}.shop-nav a.active{color:var(--orange)}
.shop-cart{display:flex!important;align-items:center;gap:7px;border:1px solid #cbd8e5;padding:10px 13px;border-radius:6px}.shop-cart-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--orange);color:#fff;font-size:10px}
.shop-post{background:var(--orange);color:#fff!important;padding:13px 15px;border-radius:5px}.notice{margin:18px auto 0;width:min(1500px,94%);padding:12px 14px;border-radius:7px;font-size:12px}.notice.ok{background:#e9f8ef;color:#166534;border:1px solid #bfe8ce}.notice.err{background:#fff1f0;color:#a61b1b;border:1px solid #ffc9c6}
.money{font-family:Arial,Helvetica,sans-serif}.shop-footer{background:#041f3e;color:#fff;margin-top:50px}.shop-footer-grid{padding:34px 0;display:grid;grid-template-columns:1.4fr .7fr .7fr 1fr;gap:40px}.shop-footer h4{margin:0 0 12px;font-size:13px}.shop-footer p,.shop-footer a{color:#d7e5f2;font-size:11px;line-height:1.6;margin:0 0 8px;display:block}.shop-copy{border-top:1px solid rgba(255,255,255,.12);padding:14px 0;text-align:center;font-size:10px;color:#a9c2d9}
@media(max-width:1100px){.shop-brand{min-width:280px}.shop-nav{gap:11px}.shop-nav .optional{display:none}}@media(max-width:780px){.shop-top .right{display:none}.shop-head-row{flex-wrap:wrap;padding:10px 0}.shop-brand{min-width:0;width:100%}.shop-nav{width:100%;overflow:auto;padding-bottom:7px}.shop-footer-grid{grid-template-columns:1fr 1fr}}
