/** Shopify CDN: Minification failed

Line 43:19 Expected identifier but found whitespace
Line 43:21 Unexpected "{"
Line 43:28 Expected ":"
Line 43:61 Expected ":"
Line 44:20 Expected identifier but found whitespace
Line 44:22 Unexpected "{"
Line 44:29 Expected ":"
Line 44:62 Expected ":"
Line 45:18 Expected identifier but found whitespace
Line 45:20 Unexpected "{"
... and 17 more hidden warnings

**/
.lumin-text__fancy1 {
      position: relative;
      background-clip: text;
      -webkit-background-clip: text;
      background-image: var(--fancy-gradient);
      color: transparent;
      font-family: var(--fancy-font-family);
      font-style: var(--fancy-font-style);
      font-weight: var(--fancy-font-weight);
    }
.lumin-text__fancy2 {
      padding-left: var(--fancy-padding-left);
      padding-right: var(--fancy-padding-left);
      padding-top: var(--fancy-padding-top);
      padding-bottom: var(--fancy-padding-bottom);
      border-radius: var(--fancy-border-radius);
      position: relative;
      background-clip: text;
      -webkit-background-clip: text;
      background: var(--fancy-background);
      color: var(--fancy-text);
      font-size: var(--fancy-text-size);
      font-family: var(--fancy-font-family);
      font-style: var(--fancy-font-style);
      font-weight: var(--fancy-font-weight);
    }
.lumin-text__fancy3 {
      padding-left: {{ block.settings.padding-left-fancy }}px;
      padding-right: {{ block.settings.padding-left-fancy }}px;
      padding-top: {{ block.settings.padding-fancy }}px;
      padding-bottom: {{ block.settings.padding-fancy }}px;
      border-radius: {{ block.settings.border-fancy }}px;
      position: relative;
      background-clip: text;
      background-image: {%- if highlight_background_text_color_alpha != 0 -%}
        {{ block.settings.highlight_background_color }}
      {%- endif -%};
      color: transparent;
      font-family: var(--fancy-font-family);
      font-style: var(--fancy-font-style);
      font-weight: var(--fancy-font-weight);
    }