.vhd-topbar {
  background: var(--vhd-dark);
  color: var(--vhd-white);
  font-size: 13px;
}

.vhd-topbar-inner {
  width: min(var(--vhd-container), calc(100% - 48px));
  margin-inline: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 24px;
  padding: 9px 0;
}

.vhd-topbar-inner span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.vhd-topbar-inner span::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--vhd-yellow);
  border-radius: 50%;
}

.vhd-main-header {
  background: var(--vhd-white);
  border-bottom: 1px solid var(--vhd-border);
  position: sticky;
  top: 0;
  z-index: 999;
}

.vhd-header-inner {
  width: min(var(--vhd-container), calc(100% - 48px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 230px minmax(320px, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 15px 0;
}

.vhd-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--vhd-dark);
  font-weight: 900;
}

.vhd-logo img {
  display: block;
  max-width: 210px;
  max-height: 58px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.vhd-logo-fallback {
  display: grid;
  gap: 1px;
}

.vhd-logo-fallback strong {
  font-size: 20px;
  line-height: 1;
}

.vhd-logo-fallback span {
  color: var(--vhd-muted);
  font-size: 12px;
  font-weight: 800;
}

.vhd-searchbar,
.vhd-searchbar form,
.vhd-searchbar .asl_w_container,
.vhd-searchbar .probox {
  width: 100% !important;
}

.vhd-searchbar {
  position: relative;
}

.vhd-searchbar::before {
  content: "Suche";
  position: absolute;
  left: 14px;
  top: -10px;
  z-index: 2;
  padding: 2px 7px;
  background: var(--vhd-white);
  color: var(--vhd-muted);
  font-size: 11px;
  font-weight: 900;
}

.vhd-searchbar input[type="search"],
.vhd-searchbar input.orig,
.vhd-searchbar .proinput input {
  min-height: 52px !important;
  border: 2px solid var(--vhd-dark-2) !important;
  border-radius: var(--vhd-radius) !important;
  background: var(--vhd-white) !important;
  color: var(--vhd-text) !important;
  font-size: 16px !important;
  padding-inline: 16px !important;
}

.vhd-searchbar .promagnifier,
.vhd-searchbar button[type="submit"] {
  background: var(--vhd-yellow) !important;
  color: #091820 !important;
}

.vhd-header-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  align-items: center;
}

.vhd-header-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 13px;
  border: 1px solid var(--vhd-border);
  border-radius: var(--vhd-radius);
  color: var(--vhd-dark);
  font-weight: 900;
  text-decoration: none;
  background: var(--vhd-white);
}

.vhd-header-action:hover {
  border-color: var(--vhd-dark);
  color: var(--vhd-dark);
}

.vhd-cart-link {
  background: var(--vhd-yellow);
  border-color: var(--vhd-yellow);
}

.vhd-nav {
  background: var(--vhd-dark-2);
  color: var(--vhd-white);
}

.vhd-nav-inner {
  width: min(var(--vhd-container), calc(100% - 48px));
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 2px;
}

.vhd-nav a {
  color: var(--vhd-white);
  text-decoration: none;
  padding: 14px 15px;
  font-weight: 900;
  white-space: nowrap;
}

.vhd-nav a:hover,
.vhd-nav a:focus {
  background: rgba(255, 255, 255, 0.08);
  color: var(--vhd-yellow);
}

.vhd-nav a.vhd-nav-sale {
  color: var(--vhd-yellow);
}

.vhd-header-shortcode-note {
  display: none;
}
