/** Shopify CDN: Minification failed

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

**/
.lumin-text__fancy1 {
      position: relative;
      color: var(--fancy-text);
    }
.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);
    }
.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;
    }