.menu-tabs {
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
.tab-btn {
  padding: 5px 20px;
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  color: inherit;
}
.tab-btn.active,
.tab-btn:hover {
  background-color: #d52d2d;
  color: #fff;
  border-color: #d52d2d;
}
.products .product-small .box {
  display: block !important;
}