Ga direct naar productinformatie
1 van 5

Bio Nile

Fresh Herbs (Parsley, Mint, Dill)

Fresh Herbs (Parsley, Mint, Dill)

<style>
  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

  .bionile-product-container {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #1e293b;
    line-height: 1.6;
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
  }

  .product-badge {
    display: inline-block;
    background-color: #f0fdf4;
    color: #166534;
    font-size: 13px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .product-hero-title {
    font-size: 28px;
    font-weight: 800;
    color: #14532d;
    margin-top: 0;
    margin-bottom: 12px;
    border-bottom: 2px solid #22c55e;
    padding-bottom: 8px;
  }

  .product-description-lead {
    font-size: 16px;
    color: #475569;
    margin-bottom: 25px;
  }

  .variant-selector-note {
    background: #f7fee7;
    border: 1px solid #d9f99d;
    padding: 10px 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #3f6212;
  }

  .section-heading {
    font-size: 20px;
    font-weight: 700;
    color: #14532d;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
  }

  .feature-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .feature-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #22c55e;
    font-weight: bold;
  }

  .custom-table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 30px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  }

  .custom-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 14px;
  }

  .custom-table th {
    background-color: #14532d;
    color: #ffffff;
    padding: 12px 15px;
    font-weight: 600;
  }

  .custom-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #e2e8f0;
  }

  .custom-table tr:last-child td {
    border-bottom: none;
  }

  .custom-table tr:nth-child(even) {
    background-color: #fafaf9;
  }

  .season-bar {
    display: flex;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 10px;
    border: 1px solid #cbd5e1;
  }

  .month-col {
    flex: 1;
    padding: 8px 2px;
    background: #f1f5f9;
    color: #94a3b8;
    border-right: 1px solid #cbd5e1;
  }

  .month-col:last-child {
    border-right: none;
  }

  .month-col.active-season {
    background: #22c55e;
    color: #ffffff;
  }

  /* Certifications Grid Styles */
  .cert-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 12px;
    margin-top: 15px;
  }

  .cert-card-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fafaf9;
    border: 1px solid #e2e8f0;
    padding: 12px 15px;
    border-radius: 8px;
    border-left: 3px solid #22c55e;
  }

  .cert-icon {
    background: #f0fdf4;
    color: #166534;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    flex-shrink: 0;
  }

  .cert-card-item strong {
    display: block;
    font-size: 14px;
    color: #1e293b;
  }

  .cert-card-item p {
    margin: 0;
    font-size: 12px;
    color: #64748b;
  }
</style>

<div class="bionile-product-container">

  <span class="product-badge">BioNile Premium Fresh Produce - Export Grade</span>
  <h1 class="product-hero-title">Fresh Herbs (Parsley, Mint, Dill)</h1>
  
  <p class="product-description-lead">
    Cultivated in Egypt’s fertile soils under optimal sunshine, <strong>BioNile Fresh Herbs</strong> (Parsley, Mint, and Dill) are globally recognized for their intense aromatic profiles, vibrant green colors, and rich essential oil content. Hand-harvested and immediately cooled, our herbs are packaged to meet rigorous international retail and catering standards.
  </p>

  <div class="variant-selector-note">
    🌿 <strong>Varietal Highlights:</strong> Includes crisp curly/flat-leaf Parsley, refreshing aromatic Mint, and feather-light fragrant Dill, all packed with farm-fresh vitality.
  </div>

  <!-- Key Specifications Table -->
  <h3 class="section-heading">🌟 Key Quality Specifications</h3>
  <div class="custom-table-wrapper">
    <table class="custom-table">
      <thead>
        <tr>
          <th>Attribute</th>
          <th>BioNile Standard (Fresh Herbs)</th>
        </tr>
      </thead>
      <tbody>
        <tr>
          <td><strong>Varieties Available</strong></td>
          <td>
            <strong>Parsley:</strong> Flat-leaf (Italian) and Curly parsley varieties.<br>
            <strong>Mint:</strong> Fresh, highly aromatic Mentha spicata (Spearmint).<br>
            <strong>Dill:</strong> Feathery, tender green fronds with intense herbal fragrance.
          </td>
        </tr>
        <tr>
          <td><strong>Appearance & Color</strong></td>
          <td>Vibrant deep green foliage, crisp stems, completely free from yellowing, wilting, or bruising.</td>
        </tr>
        <tr>
          <td><strong>Quality Standard</strong></td>
          <td>Export Class 1 (Hand-selected, cleanly washed or brushed depending on specs, zero foreign matter)</td>
        </tr>
      </tbody>
    </table>
  </div>

  <!-- Processing & Safety Protocols -->
  <h3 class="section-heading">🌿 Handling & Export Protocols</h3>
  <ul class="feature-list">
    <li><strong>Early Morning Harvest:</strong> Cut manually during dawn hours to preserve maximum cellular moisture and essential oils.</li>
    <li><strong>Hydro-cooling & Pre-cooling:</strong> Rapidly purged of field heat to lock in crisp texture and extend post-harvest life.</li>
    <li><strong>Sanitary Bunching:</strong> Tied and inspected under strict hygiene protocols matching global food safety systems.</li>
  </ul>

  <!-- Packaging Table -->
  <h3 class="section-heading">📦 Packaging & Export Formats</h3>
  <div class="custom-table-wrapper">
    <table class="custom-table">
      <thead>
        <tr>
          <th>Packaging Type</th>
          <th>Net Weight per Unit</th>
          <th>Intended Use / Description</th>
          <th>Container Capacity</th>
        </tr>
      </thead>
      <tbody>
        <tr>
          <td><strong>Perforated Cartons / Plastic Crates</strong></td>
          <td>1.5 kg / 2 kg / 5 kg Net</td>
          <td>Ventilated bulk export packing designed for optimal airflow</td>
          <td>Air Freight / Reefer Cargo</td>
        </tr>
        <tr>
          <td><strong>Consumer Bunches / Sleeves</strong></td>
          <td>25g / 50g / 100g bunches</td>
          <td>Supermarket retail-ready flow-wrapped trays or sleeved bunches</td>
          <td>As per order specifications</td>
        </tr>
      </tbody>
    </table>
  </div>

  <!-- Shipping Table -->
  <h3 class="section-heading">🚢 Shipping & Cold Chain Parameters</h3>
  <div class="custom-table-wrapper">
    <table class="custom-table">
      <thead>
        <tr>
          <th>Parameter</th>
          <th>BioNile Logistics Standard</th>
        </tr>
      </thead>
      <tbody>
        <tr>
          <td><strong>Transport Mode</strong></td>
          <td>Air Freight (recommended for maximum herb freshness) or Controlled Reefer Sea Freight</td>
        </tr>
        <tr>
          <td><strong>Transport Temperature</strong></td>
          <td>Strict cold chain maintenance between +2°C to +4°C with high relative humidity (95%)</td>
        </tr>
        <tr>
          <td><strong>Shelf Life</strong></td>
          <td>Maintains prime quality for 10-14 days under proper cold chain conservation</td>
        </tr>
      </tbody>
    </table>
  </div>

  <!-- Season Availability -->
  <h3 class="section-heading">📅 Availability Window</h3>
  <p style="font-size: 14px; color: #64748b; margin-bottom: 8px;">Year-round continuous availability enabled by Egypt's favorable year-round climate:</p>
  
  <div class="season-bar">
    <div class="month-col active-season">JAN<br>✓</div>
    <div class="month-col active-season">FEB<br>✓</div>
    <div class="month-col active-season">MAR<br>✓</div>
    <div class="month-col active-season">APR<br>✓</div>
    <div class="month-col active-season">MAY<br>✓</div>
    <div class="month-col active-season">JUN<br>✓</div>
    <div class="month-col active-season">JUL<br>✓</div>
    <div class="month-col active-season">AUG<br>✓</div>
    <div class="month-col active-season">SEP<br>✓</div>
    <div class="month-col active-season">OCT<br>✓</div>
    <div class="month-col active-season">NOV<br>✓</div>
    <div class="month-col active-season">DEC<br>✓</div>
  </div>

  <!-- Certifications -->
  <h3 class="section-heading" style="margin-top: 30px;">🛡️ BioNile Quality Certifications</h3>
  <div class="cert-grid">
    <div class="cert-card-item">
      <span class="cert-icon">✓</span>
      <div>
        <strong>GlobalG.A.P.</strong>
        <p>Good Agricultural Practice Certified</p>
      </div>
    </div>
    <div class="cert-card-item">
      <span class="cert-icon">✓</span>
      <div>
        <strong>HACCP & ISO 22000</strong>
        <p>Food Safety Management Systems</p>
      </div>
    </div>
    <div class="cert-card-item">
      <span class="cert-icon">✓</span>
      <div>
        <strong>GRASP</strong>
        <p>Global Risk Assessment Practice</p>
      </div>
    </div>
    <div class="cert-card-item">
      <span class="cert-icon">✓</span>
      <div>
        <strong>Phytosanitary Certified</strong>
        <p>Official Agricultural Export Clearance</p>
      </div>
    </div>
  </div>

</div>

Alle details bekijken