body{
  margin:0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.navbar{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:16px;
  padding:12px 16px;
  border-bottom:1px solid #ddd;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.brand{
  font-weight:800;
  text-decoration:none;
  color:#111;
  margin-right:12px;
}

.navbar a{
  text-decoration:none;
  color:#444;
  padding:6px 10px;
  border-radius:10px;
  font-weight:600;
}

.navbar a.active{
  background:#e9f5ea;
  color:#111;
  border:1px solid #cfe7d1;
}

.cart-link{
  margin-left:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  font-size:1.2rem;
  line-height:1;
}

.search-box + .cart-link{
  margin-left:0;
}
