.product-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.product-item {
  width: 300px;
  margin: 10px;
  text-align: center;
}

.product-image {
  width: 100%;
  height: auto;
}

.product-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

.product-price {
  font-size: 16px;
  margin-top: 5px;
}
