:root{
  --brand:#2563eb; /* biru */
  --bg:#f6f7fb;
  --card:#ffffff;
  --muted:#6b7280;
  --border:#e5e7eb;
  --shadow: 0 10px 28px rgba(0,0,0,.07);
}

body{ background:var(--bg); }

.navbar-brand.brand{
  font-weight:900;
  letter-spacing:.3px;
  color:var(--brand)!important;
}

.page-wrap{ padding: 20px 0 40px; }

.cat-row{
  display:flex; gap:10px; flex-wrap:nowrap;
  overflow:auto; padding-bottom:6px; margin-bottom:18px;
}
.cat-row::-webkit-scrollbar{ height:8px; }
.cat-row::-webkit-scrollbar-thumb{ background:#d1d5db; border-radius:999px; }
.cat-pill{
  border:1px solid var(--border);
  background:#fff;
  padding:.55rem 1rem;
  border-radius:14px;
  white-space:nowrap;
  text-decoration:none;
  color:#111827;
  font-weight:700;
}
.cat-pill:hover{ border-color:#cbd5e1; }
.cat-pill.active{
  background:var(--brand);
  border-color:var(--brand);
  color:#fff;
}
.cat-pill .badge{ border-radius:10px; }

.card-prod{
  border:0;
  border-radius:18px;
  box-shadow: var(--shadow);
  overflow:hidden;
}
.card-prod .card-body{ padding:18px; }
.tag{
  font-size:.72rem;
  font-weight:800;
  padding:.25rem .55rem;
  border-radius:10px;
  display:inline-flex;
  align-items:center;
  gap:.35rem;
}
.tag-blue{ background:#0ea5e9; color:#fff; }
.tag-red{ background:#ef4444; color:#fff; }
.meta-pill{
  font-size:.78rem;
  padding:.28rem .6rem;
  border-radius:999px;
  background:#eafff7;
  color:#0f766e;
  font-weight:800;
}
.prod-title{
  font-weight:900;
  line-height:1.15;
  margin:10px 0 12px;
  min-height: 44px;
}
.price{
  font-size:1.9rem;
  font-weight:950;
  color:var(--brand);
  margin: 12px 0 14px;
}

.btn-buy{
  background:var(--brand);
  border:0;
  border-radius:12px;
  padding:.75rem 1rem;
  font-weight:900;
}
.btn-buy:hover{ background:#0e8f6f; }
.btn-detail{
  border-radius:12px;
  padding:.75rem 1rem;
  font-weight:900;
}

.section-title{
  font-weight:950;
  margin-bottom:10px;
}

.card-soft{
  border:0;
  border-radius:18px;
  box-shadow: var(--shadow);
}
