.product-card {
    margin-top: 20px;
  }
  .product-image {
    width: 100%;
    height: auto;
  }
  .price-tag {
    font-size: 1.5rem;
    color: #007bff;
    font-weight: bold;
  }
  .product-details {
    font-size: 1.1rem;
  }
  .product-section {
    margin-bottom: 50px;
  }
  .product-info {
    margin-top: 30px;
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
  }