.sinovo-eternal-subcategory-bar {
  background: #ffffff;
  border-bottom: 1px solid rgba(20, 20, 20, 0.12);
  color: #161722;
  display: flex;
  align-items: center;
  min-height: 82px;
  overflow-x: auto;
  padding: 18px 0 22px;
}

.sinovo-eternal-subcategory-inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 15px;
  justify-content: center;
  margin: 0 auto;
  max-width: none;
  padding: 0 20px;
}

.sinovo-eternal-subcategory-link {
  align-items: center;
  border-bottom: 1px solid transparent;
  color: #161722;
  display: inline-flex;
  font-size: 13px;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.25;
  min-height: 28px;
  padding: 4px 0;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.sinovo-eternal-subcategory-link:hover,
.sinovo-eternal-subcategory-link:focus {
  border-bottom-color: currentColor;
  color: #000000;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .sinovo-eternal-subcategory-bar {
    min-height: 64px;
    padding: 14px 0 16px;
  }

  .sinovo-eternal-subcategory-inner {
    flex-wrap: nowrap;
    justify-content: flex-start;
    max-width: none;
    min-width: max-content;
    padding: 0 16px;
  }
}
