{{ form.weight_kg(step='0.01', class="form-control", style="padding: 12px; border: 2px solid #e9ecef; border-radius: 6px; font-size: 16px;", placeholder="Enter weight in kg") }}
{% if form.weight_kg.errors %}
{{ form.weight_kg.errors[0] }}
{% endif %}
{{ form.price_per_kg(step='0.01', class="form-control", style="padding: 12px; border: 2px solid #e9ecef; border-radius: 6px; font-size: 16px;", placeholder="Enter price per kg") }}
{% if form.price_per_kg.errors %}
{{ form.price_per_kg.errors[0] }}
{% endif %}