.site-header {
  border-bottom: 1px solid #eee;
  background: #fff;
}

.site-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.site-logo {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  text-decoration: none;
}

.hugn-cart-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 24px;
  line-height: 1;
}

.hugn-cart-badge {
  position: absolute;
  top: -8px;
  right: -10px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 9px;
  background: #c0392b;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

.hugn-cart-badge.is-empty {
  display: none;
}
