:host {
  display: block;
  width: 100%;
  transform: translateY(var(--nav-top));
  position: var(--nav-position);
  top: 0;
  z-index: 1;
}