/** Shopify CDN: Minification failed

Line 9:4 Unexpected "{"
Line 9:5 Expected identifier but found "%"
Line 58:4 Unexpected "{"
Line 58:5 Expected identifier but found "%"

**/
    {% if section.settings.text_center == 'center' %}
    /* Flash Sale center fix - scoped to section {{ section.id }} */
    [data-section-id="{{ section.id }}"] .section--header-wrapper {
      display: flex !important;
      flex-wrap: wrap !important;
      align-items: center !important;
      justify-content: center !important;
      gap: 1.5rem !important;
    }
    [data-section-id="{{ section.id }}"] .section-timer-wrapper {
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      flex: 1 1 auto !important;
    }
    [data-section-id="{{ section.id }}"] .section-timer-wrapper-sec {
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      flex-wrap: wrap !important;
      gap: 1.5rem !important;
    }
    [data-section-id="{{ section.id }}"] .section-heading {
      text-align: left !important;
    }
    [data-section-id="{{ section.id }}"] .section__header--info {
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      flex-wrap: wrap !important;
      gap: 1rem !important;
    }
    [data-section-id="{{ section.id }}"] .button--wrapper {
      flex-shrink: 0 !important;
    }
    @media only screen and (max-width: 749px) {
      [data-section-id="{{ section.id }}"] .section--header-wrapper {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
      }
      [data-section-id="{{ section.id }}"] .section-heading {
        text-align: center !important;
      }
      [data-section-id="{{ section.id }}"] .button--wrapper {
        width: 100% !important;
        text-align: center !important;
      }
    }
    {% endif %}
