#products {
  min-height:400px;
  padding: 20px;
}
.products-title {
  font-size: 25px;
  font-weight: 700;
  color: var(--text-color);
} 
.categories-title {
  font-size: 30px;
  font-weight: 700;
  color: var(--text-color);
  text-align: center;
}
.owl-nav {
  display: none;
}
.second-carousel {
  margin-top: 20px;
}
.item {
  padding: 1px;
  border: black 1px solid;
}
.category-overlay {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category-overlay:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

.category-title {
  font-size: 25px;
  font-weight: 700;
  color: white;
  opacity: 1;
}*/
.category-overlay:hover {
  background-color: rgba(0, 0, 0, 0.638);
}
.view-all-button {
  background-color: var(--primary-color);
  color: white;
  font-weight: 500;
  padding: 15px;
  border: none;
  text-align: center;
  font-size: 18px;
}
.view-all-button:hover {
  background-color: var(--secondary-color);
}
.button-container {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px;
}