/** Shopify CDN: Minification failed

Line 37:19 Expected identifier but found whitespace
Line 37:21 Unexpected "{"
Line 37:28 Expected ":"
Line 37:61 Expected ":"
Line 38:20 Expected identifier but found whitespace
Line 38:22 Unexpected "{"
Line 38:29 Expected ":"
Line 38:62 Expected ":"
Line 39:18 Expected identifier but found whitespace
Line 39: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;
    }
.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;
    }
/* Maison Varelya — couche graphique du thème non publié */
:root {
  --mv-ivory: #F7F3EC;
  --mv-linen: #EFE7DC;
  --mv-espresso: #2D2824;
  --mv-bronze: #B88A44;
  --mv-olive: #717665;
  --font-heading-family: Georgia, "Times New Roman", serif;
  --font-body-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-menu-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-button-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-collapsible-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.gradient {
  background: var(--mv-ivory);
  color: var(--mv-espresso);
}
.color-background-1 {
  --color-background: 247, 243, 236;
  --gradient-background: #F7F3EC;
  --color-foreground: 45, 40, 36;
  --color-button: 45, 40, 36;
  --color-button-text: 247, 243, 236;
  --color-secondary-button: 247, 243, 236;
  --color-secondary-button-text: 45, 40, 36;
  --color-link: 45, 40, 36;
}
.color-background-2 {
  --color-background: 239, 231, 220;
  --gradient-background: #EFE7DC;
  --color-foreground: 45, 40, 36;
  --color-button: 45, 40, 36;
  --color-button-text: 247, 243, 236;
  --color-secondary-button: 239, 231, 220;
  --color-secondary-button-text: 45, 40, 36;
  --color-link: 45, 40, 36;
}
.color-inverse {
  --color-background: 45, 40, 36;
  --gradient-background: #2D2824;
  --color-foreground: 247, 243, 236;
  --color-button: 184, 138, 68;
  --color-button-text: 45, 40, 36;
  --color-secondary-button: 45, 40, 36;
  --color-secondary-button-text: 247, 243, 236;
  --color-link: 247, 243, 236;
}
.color-accent-1 {
  --color-background: 113, 118, 101;
  --gradient-background: #717665;
  --color-foreground: 247, 243, 236;
  --color-button: 247, 243, 236;
  --color-button-text: 45, 40, 36;
}
.color-accent-2 {
  --color-background: 184, 138, 68;
  --gradient-background: #B88A44;
  --color-foreground: 45, 40, 36;
  --color-button: 45, 40, 36;
  --color-button-text: 247, 243, 236;
}
h1, h2, h3, .h0, .h1, .h2, .hxl {
  letter-spacing: -0.02em;
  font-weight: 500;
}
.button, button, .shopify-payment-button__button {
  border-radius: 3px;
  letter-spacing: .08em;
}
.card, .content-container, .product__media, .media {
  border-radius: 10px;
}
