/* Base */
:root {
  --accent: #0a1e5c;
  --muted: #3ac1d8;
  --secondary: #f47c25;
  --secondaryH: #d28a57;
  --tertiary: #1e87c9;
  --glass: rgba(255, 255, 255, 0.75);
}

.nav-link.active {
  font-weight: 600;
  border: 1px solid var(--tertiary);
  border-radius: 10px;
  color: var(--tertiary) !important;
}

body {
  font-family:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial;
  background: linear-gradient(180deg, #fbfdff, #f7f9ff 60%);
  color: #1f2937;
  -webkit-font-smoothing: antialiased;
}

.card {
  border: 0;
}

#cartItemsWrap img {
  object-fit: cover;
  height: 72px;
  width: 72px;
}

.quantity-group .btn {
  padding: 0.3rem 0.5rem;
}

.nav-link.active {
  font-weight: 600;
  border: 1px solid var(--tertiary);
  border-radius: 10px;
  color: var(--tertiary) !important;
}
