/* Store Header (Bootstrap 5) */

.store-header{
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.98);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #eee;
}

.nav-brand{
  font-weight: 900;
  font-size: 22px;
  line-height: 1;
}

.nav-link-clean{
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 10px;
  border-radius: 12px;
  color: var(--text);
  white-space: nowrap;
}

.nav-link-clean:hover{
  background: #f3f4f6;
}

.btn-account{
  background: #111;
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 800;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  white-space: nowrap;
}

.btn-account:hover{
  opacity: .95;
  color: #fff;
}

.btn-icon{
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  background: #fff;
  text-decoration: none;
  flex: 0 0 auto;
}

.btn-icon:hover{
  background:#f3f4f6;
}
