/** Shopify CDN: Minification failed

Line 11:0 Unexpected "{"
Line 11:1 Expected identifier but found "%"
Line 12:2 Unexpected "<"
Line 13:1 Expected identifier but found "%"
Line 14:2 Unexpected "<"
Line 15:1 Expected identifier but found "%"

**/
{% if product.selected_or_first_available_variant.inventory_quantity > 0 or product.selected_or_first_available_variant.inventory_policy == "continue" %}
  <button type="submit" class="btn">Ajouter au panier</button>
{% else %}
  <button type="button" disabled class="btn">Épuisé</button>
{% endif %}
