/** Shopify CDN: Minification failed

Line 78:0 Unexpected "}"

**/
/* --- POLICES AVIGEA --- */
@font-face {
  font-family: 'Avigea';
  src: url('Avigea.woff2') format('woff2'),
       url('Avigea.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avigea';
  src: url('Avigea-Italic.woff2') format('woff2'),
       url('Avigea-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

/* --- APPLICATION AVIGEA AUX TITRES --- */
h1, h2, h3, h4,
.banner__heading,
.section-header__title,
.featured-collection__title,
.image-with-text__heading,
.rich-text__heading,
.testimonials__heading,
.multicolumn__heading,
.collection-hero__title,
.page-title {
  font-family: 'Avigea', serif !important;
  text-transform: none !important;
  font-weight: normal !important; /* ← ajouter cette ligne */
}
/* --- NAVIGATION : titres de colonnes non cliquables --- */
.navigation__column-title {
  pointer-events: none;
}

/* --- ZOOM sur images de la grille catégories --- */
.img-ar {
  overflow: hidden;
}

.img-ar img.theme-img {
  transition: transform 0.4s ease;
}

.img-ar:hover img.theme-img {
  transform: scale(1.05);
}

/* --- BADGE LABEL PERSONNALISÉ --- */
.product-label-container {
  top: 20px !important;
  left: 12px !important;
}

.product-label-container .product-label--meta > span {
  font-family: 'Nunito', sans-serif !important;
  font-weight: 700 !important;
  font-size: 11px !important;
  letter-spacing: 0.08em !important;
  text-align: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}




}