.search-result-tabs__panel {
  display: none;
}
.search-result-tabs__panel.active {
  display: block;
}
.search-result-tabs__nav{
  justify-content: center;
  margin-bottom: 50px;
}
.search-result-tabs__button{
  background-color: #212021;
  border-radius: 999px;
  color: #FFFFFF !important;
  transition: all 0.3s ease;
}
.search-result-tabs__button.active,
.search-result-tabs__button:hover{
  background-color: #BA5C3E;
  border-color: #BA5C3E;
  color: #FFFFFF;
}
.product-card-style-card.page-card {
  background-color: #d7ebf1;
}
