/** Shopify CDN: Minification failed

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

**/
/* 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 */
