.category-title {
  text-align: center;
  margin: 20px;
}

.category-title h1 {
  font-weight: 700;
}

.product-item {
  margin-top: 10px;
  margin-bottom: 30px;
  transition: box-shadow 0.3s ease-in-out;
}

.product-item:hover {
  transform: scale(1.05);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
}

.category-cards {
  text-align: center;
}
