#top_menu .sinovo-shop-category-parent {
  position: static;
}

.sinovo-shop-category-menu {
  background: #e9dfcf;
  border-bottom: 1px solid rgba(25, 24, 29, 0.18);
  border-top: 1px solid rgba(25, 24, 29, 0.18);
  box-shadow: none;
  color: #161722;
  display: none;
  gap: 54px;
  grid-template-columns: 150px 120px 120px;
  justify-content: start;
  left: 0;
  min-height: 290px;
  padding: 20px 4vw 58px;
  position: fixed;
  right: 0;
  top: var(--sinovo-shop-category-top, 0px);
  width: 100vw;
  z-index: 1040;
}

.sinovo-shop-category-menu.sinovo-shop-category-visible,
#top_menu .sinovo-shop-category-parent:focus-within + .sinovo-shop-category-menu {
  display: grid;
}

#top_menu .sinovo-shop-category-parent > a.sinovo-shop-category-trigger {
  align-items: center;
  display: inline-flex;
  gap: 5px;
}

#top_menu .sinovo-shop-category-parent > a {
  position: relative;
}

#top_menu .sinovo-shop-category-parent > a.sinovo-shop-category-trigger::before {
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
  border-top: 4.5px solid currentColor;
  content: "";
  display: inline-block;
  height: 0;
  order: 2;
  transform: translateY(1px);
  width: 0;
}

#top_menu .sinovo-shop-category-parent > a::after {
  background: #161722;
  bottom: -14px;
  content: "";
  display: none;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
}

#top_menu .sinovo-shop-category-parent:hover > a::after,
#top_menu .sinovo-shop-category-parent:focus-within > a::after,
#top_menu .sinovo-shop-category-parent.sinovo-shop-category-open > a::after {
  display: block;
}

.sinovo-shop-category-group {
  min-width: 0;
}

.sinovo-shop-category-heading {
  color: #11121b;
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  margin-bottom: 6px;
  text-transform: uppercase;
  white-space: nowrap;
}

.sinovo-shop-category-link {
  color: #151722;
  display: block;
  font-size: 14px;
  line-height: 1.28;
  padding: 2px 0;
  text-decoration: none;
  white-space: nowrap;
}

.sinovo-shop-category-link:hover,
.sinovo-shop-category-link:focus,
.sinovo-shop-category-heading:hover,
.sinovo-shop-category-heading:focus {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 991.98px) {
  .sinovo-shop-category-menu {
    box-shadow: none;
    gap: 14px;
    grid-template-columns: 1fr;
    left: 0;
    min-height: 0;
    min-width: 0;
    padding: 16px 22px 24px;
    width: 100vw;
  }
}
