.product-page {
    max-width: 900px;
    margin: auto;
    padding: 2rem;
    font-family: 'Segoe UI', sans-serif;
    line-height: 1.6;
    background-color: #fff;
  }
  
  .product-page h1 {
    font-size: 2rem;
    color: #2e7d32;
    text-align: center;
    margin-bottom: 2rem;
  }
  
  .product-page h2 {
    color: #388e3c;
    margin-top: 2rem;
    font-size: 1.4rem;
    border-bottom: 1px solid #c8e6c9;
    padding-bottom: 0.3rem;
  }
  
  .product-page ul,
  .product-page ol {
    margin-left: 1.2rem;
  }
  
  
  /* image of jeevamrut */ 
  .jeevamrut-image {
    display: flex;
    justify-content: center;
    margin: 2rem auto;
  }
  
  .jeevamrut-image img {
    width: 300px; /* Fixed width */
    max-height: 500px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }
  
  
  .ingredient-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
  }
  
  .ingredient-table th,
  .ingredient-table td {
    border: 1px solid #a5d6a7;
    padding: 10px;
    text-align: left;
  }
  
  .ingredient-table th {
    background-color: #e8f5e9;
  }
  
  .order-box {
    margin-top: 2rem;
    background-color: #f1f8e9;
    padding: 1rem;
    border-radius: 8px;
    text-align: center;
  }
  
  .whatsapp-btn {
    display: inline-block;
    margin-top: 10px;
    background-color: #25d366;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
  }
  
  .whatsapp-btn:hover {
    background-color: #1ebd5a;
  }
  