.bproduct-tabs .nav-tabs {
  position: relative;
  display: flex;
  justify-content: center;
  border: 0;
  margin-bottom: 20px;
  padding: 0 4px;
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
}

.bproduct-tabs .nav-tabs::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #ddd;
  z-index: 0;
}

.bproduct-tabs .nav-tabs > li {
  float: none;
  margin: 0;
}
.bproduct-tabs .nav-tabs > li > a {
  position: relative;
  margin: 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent;
  padding: 10px 20px;
  color: #333;
  z-index: 1;
  font-size: 16px;
}

.bproduct-tabs .nav-tabs > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  background: transparent;
  transition: height 0.2s, background-color 0.2s;
}

.bproduct-tabs .nav-tabs > li.active > a,
.bproduct-tabs .nav-tabs > li.active > a:focus,
.bproduct-tabs .nav-tabs > li.active > a:hover {
  background: transparent;
  color: #111;
}
.bproduct-tabs .nav-tabs > li.active > a::after {
  background: var(--barik-600);
  height: 2px;
}

.bproduct-tabs .nav-tabs > li > a:hover {
  color: #111;
  background: transparent;
}

.more-product-wrapper {
  margin: 30px 0;
}
