/** Shopify CDN: Minification failed

Line 44:0 Unexpected "{"
Line 44:1 Unexpected "{"
Line 44:29 Expected ":"

**/
/* ===== PRIX PRODUIT – VERSION PREMIUM ===== */

/* Prix principal */
.price {
  font-size: 2rem;              /* plus gros */
  font-weight: 700;             /* gras */
  letter-spacing: 0.08rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  color: rgb(var(--color-foreground));
  margin-bottom: 0.5rem;
}

/* Version large (desktop) */
@media screen and (min-width: 750px) {
  .price--large {
    font-size: 2.2rem;
    font-weight: 700;
  }
}

/* Supprimer le doublon de prix */
.price__regular:not(:last-child) {
  display: none;
}

/* Masquer badges Promotion / Épuisé */
.price__badge-sale,
.price__badge-sold-out,
.price__availability {
  display: none !important;
}

/* Masquer "Taxes incluses" */
.price__tax {
  display: none !important;
}
{{amount_with_comma_separator}} €
/* Masquer "Taxes et frais d'expédition calculés à l'étape de paiement" */
.price__tax,
.product__tax,
.tax-note,
.shipping-note {
  display: none !important;
}
