.top-bar {
  position: relative;
}

#main-menu {
  position: relative;
}

.header-menu > li.menu-item-has-header-dropdown {
  position: static;
}

.header-menu > li.menu-item-has-header-dropdown > .sub-menu {
  display: none !important;
}

.header-menu > li.menu-item-has-header-dropdown:hover > .header-dropdown-panel,
.header-menu > li.menu-item-has-header-dropdown:focus-within > .header-dropdown-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.header-dropdown-panel {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  width: min(1080px, calc(100vw - 48px));
  padding: 10px;
  border: 1px solid #e7e7e7;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 40px rgba(16, 24, 40, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  z-index: 1200;
}

.header-dropdown-panel::before {
  content: '';
  position: absolute;
  top: -18px;
  left: 0;
  width: 100%;
  height: 18px;
}

.header-dropdown-panel__layout {
  display: grid;
  align-items: stretch;
  min-height: 440px;
  background: #fff;
  border-radius: 20px;
}

.header-dropdown-panel__layout--type-1 {
  grid-template-columns: 220px minmax(0, 1fr) 230px;
}

.header-dropdown-panel__layout--type-2 {
  grid-template-columns: 210px minmax(0, 1fr) 250px;
}

.header-dropdown-panel__layout--type-3 {
  grid-template-columns: 290px minmax(0, 1fr);
  min-height: 170px;
}

.header-dropdown-panel__promo,
.header-dropdown-panel__section,
.header-dropdown-panel__case-card,
.header-dropdown-panel__intro-block {
  min-width: 0;
}

.header-dropdown-panel__promo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  padding: 24px;
  border-radius: 16px;
  background: #f5f5f5;
}

.header-dropdown-panel__eyebrow,
.header-dropdown-panel__case-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 26px;
  padding: 6px 12px;
  border: 1px solid #e7e7e7;
  border-radius: 999px;
  color: #d41028;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: #fff;
}

.header-dropdown-panel__promo-title,
.header-dropdown-panel__case-title,
.header-dropdown-panel__intro-text {
  margin: 0;
  color: #1c1c1c;
}

.header-dropdown-panel__promo-title,
.header-dropdown-panel__case-title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
}

.header-dropdown-panel__promo-description {
  margin: 0;
  color: #575757;
  font-size: 15px;
  line-height: 1.55;
}

.header-dropdown-panel__section,
.header-dropdown-panel__case-card,
.header-dropdown-panel__intro-block {
  padding: 20px 24px;
}

.header-dropdown-panel__section--cards,
.header-dropdown-panel__section--product-cards,
.header-dropdown-panel__section--links,
.header-dropdown-panel__case-card {
  border-left: 1px solid #ededed;
}

.header-dropdown-panel__heading {
  margin-bottom: 20px;
  color: #1c1c1c;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
}

.header-dropdown-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}

.header-dropdown-card {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 10px 0;
  color: inherit;
  text-decoration: none;
}

.header-dropdown-card__icon,
.header-dropdown-product-card__icon {
  position: relative;
  display: inline-flex;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #f4f4f4;
}

.header-dropdown-card__icon::before,
.header-dropdown-card__icon::after,
.header-dropdown-product-card__icon::before,
.header-dropdown-product-card__icon::after {
  content: '';
  position: absolute;
  background: #d41028;
  opacity: 0.9;
}

.header-dropdown-card__icon::before,
.header-dropdown-product-card__icon::before {
  top: 11px;
  left: 11px;
  width: 16px;
  height: 16px;
  border: 1.5px solid #d41028;
  background: transparent;
  border-radius: 5px;
}

.header-dropdown-card__icon::after,
.header-dropdown-product-card__icon::after {
  top: 9px;
  right: 9px;
  width: 7px;
  height: 7px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.header-dropdown-card__content,
.header-dropdown-product-card {
  min-width: 0;
}

.header-dropdown-card__title,
.header-dropdown-product-card__title {
  display: block;
  color: #1c1c1c;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
  transition: color 0.2s ease;
}

.header-dropdown-card__description,
.header-dropdown-product-card__description,
.header-dropdown-panel__intro-text {
  display: block;
  margin-top: 6px;
  color: #5a5a5a;
  font-size: 14px;
  line-height: 1.5;
}

.header-dropdown-card:hover .header-dropdown-card__title,
.header-dropdown-product-card:hover .header-dropdown-product-card__title,
.header-dropdown-button-link:hover,
.header-dropdown-panel__cta:hover {
  color: #d41028;
}

.header-dropdown-button-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.header-dropdown-button-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  padding: 12px 16px;
  border: 1px solid #ededed;
  border-radius: 14px;
  background: #fff;
  color: #1c1c1c;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.header-dropdown-button-link:hover {
  border-color: rgba(212, 16, 40, 0.25);
  transform: translateY(-1px);
}

.header-dropdown-button-link__arrow,
.header-dropdown-panel__cta-arrow {
  font-size: 16px;
  line-height: 1;
}

.header-dropdown-panel__case-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 16px;
}

.header-dropdown-panel__case-media {
  overflow: hidden;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  background: #f4f4f4;
}

.header-dropdown-panel__case-media img {
  display: block;
  width: 100%;
  height: 110px;
  object-fit: cover;
}

.header-dropdown-panel__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: #d41028;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  text-decoration: none;
}

.header-dropdown-panel__intro-block {
  display: flex;
  align-items: center;
}

.header-dropdown-panel__intro-text {
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
  color: #1c1c1c;
}

.header-dropdown-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.header-dropdown-product-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 100%;
  padding: 12px 18px;
  border-radius: 16px;
  color: inherit;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.header-dropdown-product-card:hover {
  background: #faf6f7;
  transform: translateY(-1px);
}

.header-dropdown-product-card__icon {
  width: 34px;
  height: 34px;
}

@media (max-width: 1199px) {
  .header-dropdown-panel {
    width: min(980px, calc(100vw - 32px));
  }

  .header-dropdown-panel__layout--type-1,
  .header-dropdown-panel__layout--type-2 {
    grid-template-columns: 200px minmax(0, 1fr) 220px;
  }

  .header-dropdown-product-grid,
  .header-dropdown-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .header-dropdown-panel {
    display: none;
  }
}