.section-title {
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #007bff;
}

.product-grid-container {
  margin-bottom: 30px;
}

.product-grid {
  display: flex;
  flex-wrap: wrap;
}

.product-layout {
  margin-bottom: 20px;
}
