/** Shopify CDN: Minification failed

Line 21:18 Unexpected "{"
Line 21:27 Expected ":"
Line 21:34 Unexpected "{"
Line 26:8 Unexpected "{"
Line 26:17 Expected ":"
Line 26:24 Unexpected "{"
Line 27:15 Expected identifier but found whitespace
Line 27:17 Unexpected "{"
Line 27:26 Expected ":"
Line 27:51 Expected ":"
... and 12 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:run (INDEX:65) */
#shopify-section-{{ section.id }} {
    margin-top: 0;
    margin-bottom: 0;
  }

  #run-{{ section.id }} {
    margin-top: {{ section.settings.margin_top }}px;
    margin-bottom: {{ section.settings.margin_bottom }}px;
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
  }

  .run-wrapper {
    max-width: 800px;
    margin: 0 auto;
  }

  .run-heading {
    margin-bottom: 1rem;
    text-align: left;
  }

  /* On aligne exactement la taille de la police sur le reste de la page produit */
  .run-content,
  .run-content p,
  .run-content li {
    font-size: 1.3rem; /* taille standard Dawn pour texte produit */
    line-height: 1.6;
  }

  .run-empty-text {
    font-size: 1.3rem;
    opacity: 0.7;
  }
/* END_SECTION:run */