/* Vetoben mobile header v2 — top bar + account icon */

body.vb-header-v2 #top-bar-social-alt {
  display: none !important;
}

body.vb-header-v2 #top-bar-wrap {
  background: #faf8f5;
  border-bottom: 1px solid #ebe3d9;
}

body.vb-header-v2 #top-bar-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
}

body.vb-header-v2 #top-bar-content {
  flex: 1 1 auto !important;
  width: auto !important;
  text-align: left !important;
  float: none !important;
}

body.vb-header-v2 #top-bar-content .topbar-content {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  gap: 8px !important;
}

body.vb-header-v2 .vb-topbar-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 6px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.3;
}

body.vb-header-v2 .vb-topbar-links a {
  color: #7a6348;
  text-decoration: none;
}

body.vb-header-v2 .vb-topbar-links a:hover {
  color: #111111;
}

body.vb-header-v2 .vb-topbar-links span {
  color: #d4c4b0;
  font-weight: 400;
}

body.vb-header-v2 .vb-topbar-text {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  border-radius: 999px;
  background: #111111;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
}

body.vb-header-v2 .vb-topbar-text:hover {
  background: #333333;
  color: #ffffff !important;
}

body.vb-header-v2 .vb-mobile-account {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #333333;
  text-decoration: none;
  font-size: 18px;
}

@media (max-width: 959px) {
  body.vb-header-v2 .oceanwp-mobile-menu-icon {
    display: flex !important;
    align-items: center !important;
  }
}

@media (min-width: 960px) {
  body.vb-header-v2 .vb-mobile-account {
    display: none !important;
  }

  body.vb-header-v2 .vb-topbar-links {
    font-size: 11px;
  }

  body.vb-header-v2 .vb-topbar-text {
    font-size: 11px;
  }
}
