body.index > section:first-of-type {
  position: relative;
  z-index: 100;
  overflow: visible;
}

.en-site-product-menu {
  position: relative;
  min-width: 0;
  flex: 1;
}

.en-site-product-menu > summary {
  list-style: none;
}

.en-site-product-menu > summary::-webkit-details-marker {
  display: none;
}

.en-site-product-trigger,
.en-site-product-trigger:hover,
.en-site-product-trigger:active {
  min-width: 0;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 0;
  background: transparent;
  color: #333;
  cursor: pointer;
  text-align: left;
}

.en-site-product-trigger:focus-visible {
  outline: 2px solid rgba(247, 169, 23, .7);
  outline-offset: 4px;
  border-radius: 3px;
}

.en-site-product-trigger > img {
  width: auto;
  height: 60px;
  flex: none;
}

.en-site-product-trigger h1 {
  margin: 0;
  color: #333;
  font-size: 1.8rem;
  line-height: 1;
}

.en-site-product-trigger h1 span {
  font-size: .62em;
  font-weight: normal;
}

.en-site-product-popover {
  position: absolute;
  top: calc(100% + 13px);
  left: 0;
  z-index: 110;
  width: 225px;
  padding: 7px;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 16px 38px rgba(32, 32, 32, .16);
  color: #212121;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: left;
  backdrop-filter: blur(12px);
}

.en-site-popover-label {
  display: block;
  padding: 6px 9px 5px;
  color: #737373;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.en-site-product-popover a,
.en-site-popover-current {
  min-height: 36px;
  padding: 7px 9px;
  display: flex;
  align-items: center;
  gap: 9px;
  border-radius: 5px;
  color: #212121;
  font-size: 13px;
  line-height: 1.2;
  text-decoration: none;
}

.en-site-product-popover a:hover {
  background: #f1f1f1;
  text-decoration: none;
}

.en-site-product-popover svg {
  width: 18px;
  height: 18px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.en-site-popover-current {
  color: #6f6f6f;
  background: #f1f1f1;
}

.en-site-current-mark {
  margin-left: auto;
  color: #14805e;
  font-size: 10px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .en-site-product-trigger { gap: 10px; }
  .en-site-product-trigger > img { height: 42px; }
  .en-site-product-trigger h1 { font-size: 1.15rem; line-height: 1.1; word-break: break-word; }
}

@media (max-width: 480px) {
  .en-site-product-trigger h1 { font-size: 1rem; }
  .en-site-product-popover { width: min(225px, calc(100vw - 48px)); }
}
