/** Shopify CDN: Minification failed

Line 60:0 Expected "}" to go with "{"

**/
/* =============================================
   SAPWXRLD — Custom CSS Layer sobre Dawn
   Carga después del CSS nativo de Dawn.
   No modifica ningún archivo de Dawn directamente.
   ============================================= */

/* --- Fuentes custom --- */
:root {
  --font-heading-family: 'Space Grotesk', sans-serif;
  --font-heading-style: normal;
  --font-heading-weight: 700;
  --font-body-family: 'Inter', sans-serif;
  --font-body-style: normal;
  --font-body-weight: 400;
  --font-body-weight-bold: 600;
}

/* --- Variables de color (formato RGB para compatibilidad con Dawn) --- */
:root {
  --color-background: 10 10 10;
  --color-foreground: 240 237 232;
  --color-card-background: 20 20 20;
  --color-button: 255 255 255;
  --color-button-text: 10 10 10;
  --color-secondary-button: 10 10 10;
  --color-secondary-button-text: 240 237 232;
  --color-border: 34 34 34;
  --color-muted: 136 133 128;
  --alpha-button-background: 1;
  --alpha-button-text: 1;
  --buttons-radius: 2px;
  --buttons-radius-outset: 2px;
  --border-radius: 0px;
}

/* --- Esquemas de color — overrides directos --- */
.color-scheme-1,
.color-scheme-2,
.color-scheme-3,
.color-scheme-5,
.color-scheme-6,
[style*="background-color: #fff"],
[style*="background-color: white"] {
  --color-background: 10 10 10;
  --color-foreground: 240 237 232;
}

.color-scheme-2 {
  --color-background: 20 20 20;
}

.color-scheme-4 {
  --color-background: 255 255 255;
  --color-foreground:
