/*
Theme Name: Hello Elementor Child — Les Mariannes
Template: hello-elementor
*/

/* Polices de la maquette */
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400..800&family=Hanken+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --lm-navy: #070B22;
  --lm-navy-deep: #141D54;
  --lm-blue: #1E2A78;
  --lm-red: #C8102E;
  --lm-pink: #FF5A74;
}

/* Dégradé du hero, absent des templates (fond plat par défaut) */
.lm-hero {
  background: radial-gradient(120% 120% at 70% 0%, #1E2A78 0%, #0B1030 45%, #070B22 100%) !important;
}

/* H1 à graisses mixtes : <span class="lm-light"> dans le titre */
.lm-light { font-weight: 400; }

/* Badge "Œuvre originale" */
.lm-badge {
  display: inline-block;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.25);
  padding: 6px 14px;
  border-radius: 999px;
  backdrop-filter: blur(6px);
}

/* Survol des cartes produit */
.lm-card img { transition: transform .5s ease; }
.lm-card:hover img { transform: scale(1.04); }

/* Vignettes de cadre (plugin swatches) */
.woo-variation-swatches .variable-items-wrapper .variable-item.image-variable-item {
  border-radius: 8px;
  overflow: hidden;
}
