:root{--primary: #E84C1B;--primary-dark: #C73D14;--primary-light: #FFF3EE;--secondary: #1C1C2E;--text: #1A1A1A;--text-muted: #6B7280;--border: #E5E7EB;--border-light: #F3F4F6;--bg: #FFFFFF;--bg-alt: #F9FAFB;--radius: 10px;--radius-sm: 6px;--radius-lg: 16px;--shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);--header-h: 72px;--trans: .2s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--bg);line-height:1.5}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button{font-family:inherit;cursor:pointer}ul{list-style:none}.container{max-width:1280px;margin:0 auto;padding:0 20px}.section{padding:48px 0}.header{border-bottom:1px solid var(--border);position:sticky;top:0;background:#fff;z-index:200}.header-inner{display:flex;align-items:center;gap:24px;height:var(--header-h)}.mob-toggle{display:none;flex-direction:column;justify-content:center;gap:4px;width:40px;height:40px;border:0;background:none}.mob-toggle span{display:block;width:22px;height:2px;background:var(--secondary)}.logo{display:flex;align-items:center;gap:10px;flex-shrink:0}.logo-svg{width:40px;height:40px}.logo-text{display:flex;flex-direction:column;line-height:1.1}.logo-name{font-size:18px;font-weight:800;letter-spacing:-.5px;color:var(--secondary)}.logo-name span{color:var(--primary-dark)}.logo-tag{font-size:11px;color:var(--text-muted)}.header-search{flex:1;max-width:480px}.search-form{position:relative;display:flex}.search-input{width:100%;padding:10px 44px 10px 16px;border:1.5px solid var(--border);border-radius:9999px;font-size:14px;font-family:inherit;outline:none}.search-input:focus{border-color:var(--primary)}.search-btn{position:absolute;right:4px;top:4px;bottom:4px;width:36px;border:0;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center}.search-btn svg{width:16px;height:16px;fill:#fff}.header-actions{display:flex;align-items:center;gap:4px;margin-left:auto;flex-shrink:0}.hdr-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:8px 12px;border:0;background:transparent;border-radius:var(--radius-sm);color:var(--secondary);position:relative}.hdr-btn:hover{background:var(--bg-alt)}.hdr-btn svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.6}.hdr-btn span{font-size:10px;font-weight:600}.hdr-badge{position:absolute;top:2px;right:6px;background:var(--primary-dark);color:#fff;font-size:10px;font-weight:800;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.nav-bar{background:var(--secondary)}.nav-inner{display:flex;align-items:center;gap:24px;height:44px;overflow-x:auto}.nav-link{font-size:13px;font-weight:600;color:#fffc;white-space:nowrap}.nav-link:hover{color:#fff}.mob-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:300;display:none}.mob-overlay.open{display:block}.mob-menu{position:fixed;top:0;left:0;bottom:0;width:280px;background:#fff;z-index:301;transform:translate(-100%);transition:transform .25s ease;display:flex;flex-direction:column}.mob-menu.open{transform:translate(0)}.mob-menu-head{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid var(--border)}.mob-close{border:0;background:none;font-size:18px}.mob-nav{flex:1;overflow-y:auto;padding:8px 0}.mob-nav-link{display:block;padding:12px 20px;font-size:14px;font-weight:600;color:var(--secondary)}.hero-empty{background:var(--bg-alt);text-align:center;padding:80px 24px}.hero-empty h1{font-size:1.8rem;font-weight:800;color:var(--secondary);margin-bottom:12px}.hero-empty p{color:var(--text-muted);max-width:480px;margin:0 auto}.page-wrap{max-width:800px;margin:0 auto;padding:48px 20px 64px}.page-wrap h1{font-size:2rem;font-weight:900;color:var(--secondary);margin-bottom:24px}.page-wrap h2{font-size:1.15rem;font-weight:700;color:var(--secondary);margin:28px 0 10px}.page-wrap p,.page-wrap li{color:#444;line-height:1.8;font-size:.95rem}.page-wrap ul,.page-wrap ol{padding-left:20px;margin:8px 0}.page-wrap a{color:var(--primary)}.breadcrumb{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--text-muted);margin-bottom:16px}.breadcrumb a:hover{color:var(--primary)}.footer{background:var(--secondary);color:#ffffffbf;padding:48px 0 0;margin-top:40px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px;padding-bottom:32px}.footer-brand-logo{display:inline-flex;align-items:center;gap:10px;margin-bottom:14px}.footer-logo-name{font-size:16px;font-weight:800;color:#fff}.footer-logo-name span{color:#f0693d}.footer-brand p{font-size:13px;line-height:1.7;color:#fff9}.footer-col h4{font-size:13px;font-weight:700;color:#fff;margin-bottom:14px;text-transform:uppercase;letter-spacing:.5px}.footer-links li{margin-bottom:8px}.footer-links a{font-size:13px;color:#ffffffa6}.footer-links a:hover{color:#fff}.footer-contact li{font-size:13px;color:#ffffffa6;margin-bottom:6px}.footer-badges{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:20px 0;border-top:1px solid rgba(255,255,255,.1)}.footer-badges-lbl{font-size:12px;color:#ffffff80}.trust-seal{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#ffffff8c}.trust-seal svg{width:16px;height:16px;fill:#10b981}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:18px 0;text-align:center;font-size:12px;color:#ffffff9e}@media(max-width:900px){.header-search{display:none}.mob-toggle{display:flex}.nav-bar{display:none}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.footer-grid{grid-template-columns:1fr}.hdr-btn span{display:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/theme.css.map */
