#shell-v2-root .shell-v2-rail {
  padding-top: 24px !important;
}

#shell-v2-root .shell-brand {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  width: 100%;
  min-height: 0;
  margin: 0 0 14px !important;
  padding-left: 0;
}

#shell-v2-root .shell-brand__home {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

#shell-v2-root .shell-brand__home:focus-visible {
  outline: none;
  border-radius: 8px;
  box-shadow: 0 0 0 3px #bfdbfe;
}

#shell-v2-root .shell-brand__logo {
  display: block !important;
  height: 32px;
  width: auto;
  max-width: none;
  flex: 0 0 auto !important;
}

#shell-v2-root .shell-brand__rule {
  width: 1px;
  height: 20px;
  flex: 0 0 1px;
  background: var(--border-strong);
}

#shell-v2-root .shell-brand__product {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: var(--text-secondary);
  white-space: nowrap;
}

#shell-v2-root .shell-brand__mark,
#shell-v2-root .shell-v2-rail-toggle {
  display: none !important;
}

#shell-v2-root .shell-search {
  margin-top: 0 !important;
}

body.shell-v2 {
  --shell-v2-rail-w-exp: 280px !important;
}
