:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#fff;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{max-width:100%;margin:0;padding:0}a{color:#d10664;text-decoration:none;font-weight:700}a:hover{color:#af2163;text-decoration:underline}.container{max-width:1100px;margin:0 auto;padding:1.5rem 1rem}.navbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid #eee;position:sticky;top:0;z-index:50;background:#fff}.navbar .left{justify-self:start}.navbar .center{justify-self:center}.navbar .right{justify-self:end}.navbar .brand{display:inline-flex;align-items:center;gap:8px;color:#111;font-weight:700}.navbar .navList{list-style:none;display:flex;gap:1rem;margin:0;padding:0}.cart-btn{position:relative;width:40px;height:40px;border-radius:999px;border:1px solid #e5e5e5;background:#fff;display:grid;place-items:center;cursor:pointer}.cart-badge{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 6px;border-radius:999px;background:red;color:#fff;font-size:12px;font-weight:700;display:grid;place-items:center}
