/* Keep the trigger and its dropdown contiguous so hover is not lost. */
.home-header .product-popover {
  top: 100%;
  z-index: 40;
}

/* Thin geometric chevron, matching premium product-navigation controls. */
.home-header .nav-button > span {
  box-sizing: border-box;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: -3px 0 0 8px;
  border-right: 1.35px solid currentColor;
  border-bottom: 1.35px solid currentColor;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  opacity: 0.82;
  transform: rotate(45deg);
  transform-origin: center;
}
