.sec__collection-tab .collection-tab__tab-item {
  font-family: var(--body-font);
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #999;
  border-bottom: none !important;
  text-decoration: none !important;
}
.sec__collection-tab .collection-tab__tab-item::after,
.sec__collection-tab .collection-tab__tab-item::before {
  display: none !important;
}
.sec__collection-tab .collection-tab__tab-item.active {
  color: #1a1a1a !important;
  font-weight: 600 !important;
}
