/** Shopify CDN: Minification failed

Line 17:22 Expected identifier but found whitespace
Line 17:24 Unexpected "{"
Line 17:30 Expected ":"
Line 18:18 Expected identifier but found whitespace
Line 18:24 Unexpected "{"
Line 18:30 Expected ":"
Line 19:17 Expected identifier but found whitespace
Line 19:24 Unexpected "{"
Line 19:30 Expected ":"
Line 20:20 Expected identifier but found whitespace
... and 5 more hidden warnings

**/
  :root {
    --clebs-croquette: {{ shop.brand.colors.primary[0].background }};
    --clebs-creme:     {{ shop.brand.colors.primary[0].foreground }};
    --clebs-ciel:      {{ shop.brand.colors.secondary[0].background }};
    --clebs-carotte:   {{ shop.brand.colors.secondary[1].background }};
    --clebs-campagne:  {{ shop.brand.colors.secondary[0].foreground }};
  }

/* ── Liens nav : croquette + Roboto Mono ── */
.menu-list__link,
.menu-list__link span {
  font-family: 'Roboto Mono', monospace !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  color: var(--clebs-croquette) !important;
  text-transform: none !important;
}

/* Hover nav */
.menu-list__link:hover,
.menu-list__link:hover span {
  color: var(--clebs-campagne) !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* ── Nouveautés : couleur carotte ── */
.menu-list__list-item:nth-child(3) > .menu-list__link,
.menu-list__list-item:nth-child(3) > .menu-list__link span {
  color: var(--clebs-carotte) !important;
}

/* ── Mega menu dropdown : fond blanc ── */
.mega-menu,
.menu-list__submenu {
  --color-background: #ffffff !important;
  background-color: #ffffff !important;
}

.mega-menu .menu-list__link,
.menu-list__submenu .menu-list__link {
  color: var(--clebs-croquette) !important;
  font-family: 'Rethink Sans', sans-serif !important;
  font-size: 14px !important;
}


/* Marges et fonds gérés par clebs-header.css */
