.site-header {
  position: relative;
}

.header-bottom .menu > li.menu-item-has-tavazo-mega-menu {
  position: static;
}

.menu-item-has-tavazo-mega-menu > ul.sub-menu {
  display: none !important;
}

.tavazo-mega-menu {
  position: absolute;
  z-index: 1000;
  inset-block-start: 100%;
  inset-inline: 0;
  inline-size: 100%;
  color: #1a1a1a;
  background: #fff;
  box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08),
    0 4px 6px -2px rgba(16, 24, 40, 0.03);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.header-bottom .menu > li.menu-item-has-tavazo-mega-menu:hover > .tavazo-mega-menu,
.header-bottom .menu > li.menu-item-has-tavazo-mega-menu:focus-within > .tavazo-mega-menu,
.header-bottom .menu > li.menu-item-has-tavazo-mega-menu.is-tavazo-mega-open > .tavazo-mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.tavazo-mega-menu__inner {
  inline-size: 100%;
  padding: 32px 64px;
}

.tavazo-mega-menu__title {
  margin: 0 0 20px;
  color: #0c3c30;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: start;
}

.tavazo-mega-menu__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 4px;
}

.header-bottom .menu .tavazo-mega-menu__card,
.menu .tavazo-mega-menu__card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-inline-size: 0;
  padding: 12px;
  color: #1a1a1a;
  border-radius: 8px;
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease;
}

.header-bottom .menu .tavazo-mega-menu__card:hover,
.header-bottom .menu .tavazo-mega-menu__card:focus-visible {
  color: #0c3c30;
  background: #f6f8f7;
  outline: none;
}

.tavazo-mega-menu__icon {
  flex: 0 0 24px;
  inline-size: 24px;
  block-size: 24px;
  color: #0c3c30;
}

.tavazo-mega-menu__copy {
  display: flex;
  flex: 1 1 auto;
  min-inline-size: 0;
  flex-direction: column;
  gap: 4px;
  text-align: start;
}

.tavazo-mega-menu__label,
.tavazo-mega-menu__description {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tavazo-mega-menu__label {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.tavazo-mega-menu__description {
  color: #666;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

@media (max-width: 768px) {
  .mobile-menu-wrapper .menu-item-has-tavazo-mega-menu {
    position: relative;
  }

  .mobile-menu-wrapper ul.menu li.menu-item-has-tavazo-mega-menu > a::after {
    content: "";
    inline-size: 5px;
    block-size: 5px;
    position: absolute;
    inset-inline-end: 15px;
    inset-block-start: 16px;
    background: transparent;
    border: 1px solid currentColor;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    pointer-events: none;
    transition: transform 160ms ease;
  }

  .mobile-menu-wrapper ul.menu li.menu-item-has-tavazo-mega-menu.is-tavazo-mega-open > a::after {
    transform: rotate(135deg);
  }

  .mobile-menu-wrapper ul.menu li.menu-item-has-tavazo-mega-menu > a {
    position: relative;
    display: flex;
    inline-size: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    color: var(--Neutral---600, #525252);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: color 160ms ease;
  }

  .mobile-menu-wrapper ul.menu li.menu-item-has-tavazo-mega-menu > a:hover,
  .mobile-menu-wrapper ul.menu li.menu-item-has-tavazo-mega-menu > a:focus-visible,
  .mobile-menu-wrapper ul.menu li.menu-item-has-tavazo-mega-menu.is-tavazo-mega-open > a {
    color: #89724e;
  }

  .mobile-menu-wrapper .tavazo-mega-menu {
    position: static;
    display: none;
    inline-size: 100%;
    color: #1a1a1a;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    transition: none;
  }

  .mobile-menu-wrapper .menu-item-has-tavazo-mega-menu.is-tavazo-mega-open > .tavazo-mega-menu {
    display: block;
    transform: none;
  }

  .mobile-menu-wrapper .tavazo-mega-menu__inner {
    padding: 0;
  }

  .mobile-menu-wrapper .tavazo-mega-menu__title {
    display: none;
  }

  .mobile-menu-wrapper .tavazo-mega-menu__grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-block: 4px 8px;
  }

  .mobile-menu-wrapper ul.menu li .tavazo-mega-menu__card {
    display: flex;
    align-items: center;
    gap: 8px;
    inline-size: 100%;
    padding: 8px 12px;
    color: #1a1a1a;
    border-radius: 8px;
  }

  .mobile-menu-wrapper .tavazo-mega-menu__icon {
    flex-basis: 20px;
    inline-size: 20px;
    block-size: 20px;
  }

  .mobile-menu-wrapper .tavazo-mega-menu__copy {
    gap: 0;
  }

  .mobile-menu-wrapper .tavazo-mega-menu__label {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }

  .mobile-menu-wrapper .tavazo-mega-menu__description {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  .tavazo-mega-menu__inner {
    padding-inline: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tavazo-mega-menu,
  .mobile-menu-wrapper ul.menu li.menu-item-has-tavazo-mega-menu > a::after {
    transition: none;
  }
}
