@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Inter:wght@400;500;600&display=swap";
:root{--primary:#007bff;--primary-dark:#0056b3;--secondary:#343a40;--accent:#ffc107;--background:#f8f9fa;--surface:#fff;--text-main:#333;--text-muted:#6c757d;--border:#dee2e6;--radius:8px;--container:1200px;--font-heading:"Outfit",sans-serif;--font-body:"Inter",sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--background);color:var(--text-main);line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:var(--container);margin:0 auto;padding:0 1rem}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--secondary);font-weight:600}.btn{border-radius:var(--radius);justify-content:center;align-items:center;padding:.5rem 1rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:var(--primary-dark)}.btn-outline{border:1px solid var(--border);background:#fff}.btn-outline:hover{background:var(--background);border-color:var(--text-muted)}
.Header-module__V-x96a__topBar{border-bottom:1px solid var(--border);color:var(--text-muted);background:#f8f9fa;padding:.5rem 0;font-size:.875rem}.Header-module__V-x96a__topBarContainer{justify-content:space-between;align-items:center;display:flex}.Header-module__V-x96a__topLinks{gap:1.5rem;display:flex}.Header-module__V-x96a__topLink{cursor:pointer;align-items:center;gap:.5rem;display:flex}.Header-module__V-x96a__headerMain{background:var(--surface);padding:2rem 0}.Header-module__V-x96a__headerContainer{justify-content:space-between;align-items:center;gap:2rem;display:flex}.Header-module__V-x96a__logo{font-family:var(--font-heading);color:var(--secondary);font-size:2rem;font-weight:700}.Header-module__V-x96a__searchBar{flex:1;max-width:600px;display:flex}.Header-module__V-x96a__searchInput{border:1px solid var(--border);border-radius:var(--radius)0 0 var(--radius);border-right:none;outline:none;flex:1;padding:.75rem 1rem}.Header-module__V-x96a__searchButton{background:var(--secondary);color:#fff;border-radius:0 var(--radius)var(--radius)0;padding:0 1.5rem}.Header-module__V-x96a__cartButton{background:var(--secondary);color:#fff;border-radius:var(--radius);align-items:center;gap:.75rem;padding:.75rem 1.5rem;display:flex}.Header-module__V-x96a__navBar{background:var(--primary);color:#fff}.Header-module__V-x96a__navContainer{display:flex}.Header-module__V-x96a__navItem{cursor:pointer;padding:1rem 1.5rem;font-weight:500;transition:background .2s}.Header-module__V-x96a__navItem:hover{background:#0000001a}
.Footer-module__WrAp8G__footer{background:var(--secondary);color:#ccc;margin-top:4rem;padding:3rem 0}.Footer-module__WrAp8G__footerContainer{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid}.Footer-module__WrAp8G__column h3{color:#fff;margin-bottom:1.5rem;font-size:1.25rem}.Footer-module__WrAp8G__column ul{list-style:none}.Footer-module__WrAp8G__column li{margin-bottom:.75rem}.Footer-module__WrAp8G__column a{transition:color .2s}.Footer-module__WrAp8G__column a:hover{color:#fff;text-decoration:underline}.Footer-module__WrAp8G__copyright{color:#666;text-align:center;background:#111;padding:1.5rem 0;font-size:.875rem}
