/** Shopify CDN: Minification failed

Line 332:17 Unexpected "{"
Line 332:26 Expected ":"
Line 333:17 Unexpected "{"
Line 333:26 Expected ":"
Line 423:26 Expected ")" to end URL token
Line 1144:18 Unexpected "{"
Line 1144:27 Expected ":"
Line 1151:18 Unexpected "{"
Line 1151:27 Expected ":"
Line 1157:20 Unexpected "{"
... and 1 more hidden warnings

**/

/* ---------------- Dermalys Custom Premium CSS ---------------- */

body {
  background-color: #ffffff;
  color: #2e2a39;
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
}

.section-bg-light {
  background: linear-gradient(to bottom, #e8f1f5 0%, #fdfdfd 100%);
}
.section-bg-white {
  background-color: #ffffff;
}

.title-premium {
  font-family: 'DM Serif Display', serif;
  font-weight: 500;
  color: #2e2a39;
  font-size: 38px;
  text-align: center;
}
.subtitle-premium {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: #444;
  text-align: center;
}

.shimmer-silver {
  background: linear-gradient(120deg, #d4d4d4, #f2f2f2, #d4d4d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 3px rgba(0,0,0,0.15);
}

.btn-dermalys {
  display: inline-block;
  padding: 14px 36px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 999px;
  background: linear-gradient(120deg, #f0f0f0, #d4d4d4, #ffffff);
  color: #111;
  text-decoration: none;
  box-shadow: 0 0 14px rgba(200, 200, 200, 0.4);
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
}
.btn-dermalys:hover {
  background: linear-gradient(120deg, #ffffff, #e6e6e6, #dcdcdc);
  box-shadow: 0 0 22px rgba(180,180,180,0.5);
}

.ingredients-block {
  flex: 1;
  min-width: 280px;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.ingredients-block img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}

.fade-in-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}
.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.media-logos-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  padding: 24px 0;
  overflow-x: auto;
  background-color: #ffffff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.media-logos-bar img {
  height: 28px;
  opacity: 0.85;
  filter: grayscale(100%) brightness(1.4);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.media-logos-bar img:hover {
  opacity: 1;
  filter: grayscale(0%) brightness(1.1);
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .title-premium {
    font-size: 26px;
  }
  .subtitle-premium {
    font-size: 16px;
  }
  .ingredients-block img {
    width: 160px;
    height: 160px;
  }
  .btn-dermalys {
    padding: 12px 28px;
    font-size: 14px;
  }
}
.header-black{
  position: fixed !important;
  top:0; left:0; right:0;
  background:#fff !important;
  box-shadow:0 8px 26px rgba(16,32,70,.08);
  border-bottom:1px solid rgba(215,218,222,.9);
  z-index:200;
  color:#181a1f !important;
}
.header-black .dermalys-menu-item > a,
.header-black .icons a,
.header-black .burger{ color:#181a1f !important; }

.header-black .logo-white{ display:none !important; }
.header-black .logo-black{ display:block !important; }

.header-black .submenu-fullwidth,
.header-black .submenu-container a{
  background:#fff !important; color:#181a1f !important;
}

/* Panier en contour (évite le sac plein noir) */
.header-black .js-open-cart svg,
.header-black .js-open-cart svg *{
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:1.8px;
  vector-effect:non-scaling-stroke;
}
.header-black .js-open-cart svg [fill]{ fill:none !important; }
.header-black .js-open-cart svg [stroke]{ stroke:currentColor !important; }

.header-black.scrolled,
.header-black.hovered{
  background:#fff !important;
  box-shadow:0 8px 26px rgba(16,32,70,.08);
  border-bottom:1px solid rgba(215,218,222,.9);
}
/* Header noir si body a le flag (policies OU pages légales) */
body.header-dark .dermalys-header { background:#fff !important; }
body.header-dark .dermalys-header,
body.header-dark .dermalys-header.header-black{
  color:#181a1f !important;
  box-shadow:0 8px 26px rgba(16,32,70,.08);
  border-bottom:1px solid rgba(215,218,222,.9);
}
body.header-dark .dermalys-header .logo-white{ display:none !important; }
body.header-dark .dermalys-header .logo-black{ display:block !important; }
body.header-dark .dermalys-header .dermalys-menu-item > a,
body.header-dark .dermalys-header .icons a,
body.header-dark .dermalys-header .burger{ color:#181a1f !important; }

/* Ne pas remplir le sac du panier en noir plein */
body.header-dark .dermalys-header .js-open-cart svg,
body.header-dark .dermalys-header .js-open-cart svg *{
  fill:none !important; stroke:currentColor !important; stroke-width:1.8px; vector-effect:non-scaling-stroke;
}
body.header-dark .dermalys-header .submenu-fullwidth,
body.header-dark .dermalys-header .submenu-container a{
  background:#fff !important; color:#181a1f !important;
}
/* DERMALYS — corrige le titre de la page collection collé au header */
.template-collection main,
.template-collection .shopify-section:first-of-type {
  padding-top: 110px; /* ajuste à 90 / 120 selon la hauteur de ton header */
}

/* ===== EXO — neutraliser les titres décoratifs du thème en mobile ===== */

/* 1. on remet les vrais titres dans le flux */
.exo-page-content h1,
.exo-page-content h2,
.exo-page-content h3 {
  position: relative !important;
  z-index: 2 !important;
  transform: none !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
}

/* 2. on coupe TOUT ce que le thème ajoute comme décor sur les titres */
.exo-page-content h1::before,
.exo-page-content h1::after,
.exo-page-content h2::before,
.exo-page-content h2::after,
.exo-page-content h3::before,
.exo-page-content h3::after,
.exo-page-content .section-title::before,
.exo-page-content .section-title::after,
.exo-page-content .title-wrapper--overlay,
.exo-page-content .section-header--overlay {
  content: none !important;
  display: none !important;
}

/* 3. version “nuke mobile” : si le thème est très agressif */
@media (max-width: 990px) {
  .exo-page-content *[class*="title"]::before,
  .exo-page-content *[class*="title"]::after {
    content: none !important;
    display: none !important;
  }
}
/* ===== EXO — blindage anti-titre flottant du thème (mobile + général) ===== */
#MainContent .exo-page-content article {
  position: relative;
  z-index: 1;
}

/* ton vrai titre reste dans le flux et au-dessus */
#MainContent .exo-page-content article h1,
#MainContent .exo-page-content article h2,
#MainContent .exo-page-content article h3 {
  position: relative !important;
  z-index: 5 !important;
  transform: none !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  mix-blend-mode: normal !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

/* on cache TOUT élément posé en absolu à l’intérieur de la carte EXO */
#MainContent .exo-page-content article > [style*="position:absolute"],
#MainContent .exo-page-content article [class*="title"][style*="position:absolute"],
#MainContent .exo-page-content article .title-wrapper--overlay,
#MainContent .exo-page-content article .section-header--overlay {
  display: none !important;
}

/* on coupe aussi les pseudo-éléments (au cas où) */
#MainContent .exo-page-content article h1::before,
#MainContent .exo-page-content article h1::after,
#MainContent .exo-page-content article h2::before,
#MainContent .exo-page-content article h2::after,
#MainContent .exo-page-content article h3::before,
#MainContent .exo-page-content article h3::after {
  content: none !important;
  display: none !important;
}

/* version mobile : on nettoie encore plus large */
@media (max-width: 999px) {
  #MainContent .exo-page-content article [style*="position:absolute"] {
    display: none !important;
  }
}
/* =========================================================
   PATCH iOS — sécurisation layout & médias
   ======================================================= */

/* 1) Hard reset des médias sur iPhone
   (évite les images / GIF qui débordent ou s'étirent n'importe comment) */
.is-ios img,
.is-ios video {
  max-width: 100% !important;
  height: auto !important;
}

/* 2) Hero Exoblanc — on neutralise le pinning complexe sur iOS
   (Safari gère mal sticky + fixed → éléments qui se baladent ou se superposent) */
.is-ios #exo-hero .exo-left-pin,
.is-ios #exo-hero .exo-left-pin.is-fixed,
.is-ios #exo-hero .exo-left-pin.is-abs {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: 100% !important;
  transform: none !important;
}

.is-ios #exo-hero .exo-visual-group {
  min-height: auto !important;
}

/* 4) Carrousels & blocs presse/MC : on coupe les overflows
   qui peuvent faire grossir exagérément les médias sur certains iPhone */
.is-ios [data-der-press],
.is-ios .der-press-shell,
.is-ios .der-press-marquee,
.is-ios .der-press-track,
.is-ios #exo-mc-{{ section.id }} .exo-mc__media,
.is-ios #exo-mc-{{ section.id }} .exo-mc__inner {
  overflow: visible !important;
  max-height: none !important;
}

/* 5) Sécurisation des cartes presse / témoignages avec médias
   -> limite de hauteur + object-fit propre */
.is-ios .der-press-card img,
.is-ios .der-press-card video,
.is-ios .exo-testi-card img,
.is-ios .exo-testi-card video {
  max-height: 420px;
  object-fit: cover;
}
@font-face {
  font-family: 'DM Sans';
  src: url('{{ 'DMSans-Regular.woff2' | asset_url }}') format('woff2');
  font-display: swap;
}
/* 1) Supprime l'écart automatique entre la section FAQ et le footer */
#shopify-section-footer { margin-top: 0 !important; padding-top: 0 !important; }

/* Si ton footer est un custom avec .footer-dermalys à l’intérieur */
.shopify-section:has(.footer-dermalys) { margin-top:0 !important; padding-top:0 !important; }

/* 2) Enlève le padding bas de ta section FAQ si elle a .section-padding */
#shopify-section-faq .section-padding { padding-bottom: 0 !important; }

/* 3) Tuer le “dernier margin” qui peut créer un blanc */
#shopify-section-faq .rte > *:last-child,
#shopify-section-faq .accordion:last-child,
#shopify-section-faq [data-accordion]:last-child { margin-bottom: 0 !important; }

/* --- DERMALYS : offset du contenu sous header sticky sur les pages Article --- */
:root{
  --exo-header-offset: 112px;     /* fallback desktop */
  --exo-header-offset-m: 96px;    /* fallback mobile */
}

/* Décale la 1ʳᵉ section de la page Article */
body.template-article .shopify-section:first-of-type{
  padding-top: var(--exo-header-offset);
}
@media (max-width: 749px){
  body.template-article .shopify-section:first-of-type{
    padding-top: var(--exo-header-offset-m);
  }
}

/* Quand on clique des ancres (sommaire, H2/H3), on ne cache pas le titre sous le header */
body.template-article h2,
body.template-article h3,
body.template-article [id]{
  scroll-margin-top: var(--exo-header-offset);
}
@media (max-width: 749px){
  body.template-article h2,
  body.template-article h3,
  body.template-article [id]{
    scroll-margin-top: var(--exo-header-offset-m);
  }
}

.template-article h1{
  letter-spacing:.2px;
}
@media (max-width: 480px){
  .template-article h1{ font-size: 1.9rem; line-height: 1.2; }
}

.template-article table{
  width:100%; border-collapse:collapse;
}
.template-article table thead th{
  font-weight:600; border-bottom:1px solid #eee;
}
.template-article .article-table-wrapper{ overflow:auto; -webkit-overflow-scrolling:touch; }

/* Fond premium Dermalys pour lecture éditoriale */
body.template-article,
body.template-blog{
  background:
    radial-gradient(1200px 500px at 50% -10%, rgba(255,255,255,.25) 0%, rgba(255,255,255,0) 60%),
    linear-gradient(180deg, #f7f9fc 0%, #eef2f7 40%, #e9eef6 100%);
}
body.template-article::before,
body.template-blog::before{
  content:"";
  position:fixed; inset:0;
  pointer-events:none;
  background-image:url({{ 'bg-noise.png' | asset_url }});
  opacity:.25;
  mix-blend-mode:soft-light;
}
/* Hero éditorial */
.exo-article-hero{
  margin-top: clamp(24px, 6vw, 56px);
  padding: clamp(16px, 3vw, 28px);
  border-radius: 18px;
  background: linear-gradient(180deg,#ffffff 0%,rgba(255,255,255,.85) 100%);
  box-shadow: 0 12px 40px rgba(10,20,40,.06), inset 0 1px 0 rgba(255,255,255,.7);
  position: relative;
}
.exo-article-hero::after{
  content:"";
  position:absolute; inset:0;
  border-radius:18px;
  pointer-events:none;
  background: linear-gradient(90deg,#dfe3ea, #f7f7f7, #dfe3ea);
  mix-blend-mode:overlay; opacity:.6;
}
.exo-article-hero .article-template__title{
  font-family: "DM Serif Display", serif;
  letter-spacing:.2px;
}

.exo-cta-button.is-blue{
  border:1px solid rgba(0,0,0,.08);
  background: linear-gradient(90deg,#f0f0f0,#ffffff,#dcdcdc);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.8);
}
.exo-cta-button.is-blue:hover{ transform: translateY(-1px); box-shadow: 0 14px 30px rgba(0,0,0,.12); }

/* --- Ajustement titre page Blog ("Infos") --- */
body.template-blog main .page-title,
body.template-blog main h1 {
  margin-top: clamp(80px, 10vh, 120px); /* espace respirant sous le header */
  text-align: center;
}

body.template-blog main {
  padding-top: clamp(40px, 8vh, 80px);
}

body.template-blog main h1 {
  font-family: "DM Serif Display", serif;
  font-size: clamp(28px, 2.2vw, 36px);
  letter-spacing: 0.02em;
  color: #0e1d2f;
  margin-bottom: 40px;
  line-height: 1.2;
}

/* ===== DERMALYS — Editorial Premium v1 ===== */

/* Lissage & iOS */
html { -webkit-text-size-adjust: 100%; }
body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }

/* Conteneur de lecture : largeur confortable + rythme vertical */
.template-article .article-template__content,
.template-article .article-template__content *:not(.full-bleed){
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.template-article .article-template__content{
  padding: clamp(16px, 2.2vw, 28px) clamp(16px, 3.5vw, 36px) 72px;
}

/* Typo scale éditoriale */
.template-article .article-template__title{
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-size: clamp(30px, 2.8vw, 48px);
  line-height: 1.12;
  letter-spacing: .3px;
  color:#0e1d2f;
  margin: clamp(10px, 1.8vw, 16px) auto 18px;
}
.template-article .article-template__content p{
  font: 400 clamp(17px, 1.1vw + 12px, 19.5px)/1.7 "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:#0e1d2f;
  margin: 0 0 14px 0;
}
.template-article h2{
  font-family: "DM Serif Display", serif;
  font-size: clamp(22px, 1.6vw + 14px, 34px);
  line-height: 1.22;
  margin: clamp(28px, 5vw, 44px) 0 14px;
  color:#0e1d2f;
}
.template-article h3{
  font: 600 clamp(18px, 1.2vw + 12px, 22px)/1.35 "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  margin: 30px 0 10px;
  color:#0e1d2f;
}

/* Listes plus luxueuses (espacement + bullets nets) */
.template-article ul{ padding-left: 1.2em; margin: 10px 0 16px; }
.template-article li{ margin: 6px 0; }

/* Citations premium */
.template-article blockquote{
  margin: 22px auto;
  padding: 18px 22px;
  border-radius: 16px;
  background: linear-gradient(180deg,#ffffff 0%, rgba(255,255,255,.86) 100%);
  box-shadow: 0 10px 26px rgba(10,20,40,.06), inset 0 1px 0 rgba(255,255,255,.75);
  border: 1px solid rgba(14,29,47,.06);
}
.template-article blockquote p{ margin: 0; font-style: italic; }

/* Table élégante + scroll mobile */
.template-article .article-table-wrapper{ overflow:auto; -webkit-overflow-scrolling:touch; }
.template-article table{ width:100%; border-collapse: collapse; margin: 14px 0 24px; }
.template-article thead th{
  font: 600 14px/1.2 Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:#0e1d2f; background:#f6f8fb; border-bottom:1px solid #e9eef6;
  padding: 12px 14px; text-align:left; letter-spacing:.02em;
}
.template-article tbody td{
  padding: 12px 14px; border-bottom:1px solid #eef1f6; vertical-align: top;
}

/* Figures & légendes */
.template-article figure{ margin: 18px 0 22px; }
.template-article figcaption{
  font: 400 13px/1.5 Inter,system-ui; color:#4e5866; text-align:center; opacity:.85; margin-top: 8px;
}

/* Hero éditorial luxueux (ton bloc existant, renforcé) */
.exo-article-hero{
  margin-top: clamp(18px, 5.5vw, 56px);
  padding: clamp(14px, 3.2vw, 28px);
  border-radius: 22px;
  background: linear-gradient(180deg,#ffffff 0%, rgba(255,255,255,.88) 100%);
  box-shadow: 0 14px 46px rgba(10,20,40,.08), inset 0 1px 0 rgba(255,255,255,.85);
  position: relative;
  border: 1px solid rgba(14,29,47,.06);
}
.exo-article-hero::after{
  content:""; position:absolute; inset:0; border-radius:22px; pointer-events:none;
  background: linear-gradient(90deg,#dfe3ea, #f7f7f7, #dfe3ea);
  mix-blend-mode:overlay; opacity:.45;
}

/* Badge méta (date / auteur) */
.exo-meta{
  display:flex; gap:12px; align-items:center; flex-wrap:wrap;
  font: 500 12px/1 Inter,system-ui; letter-spacing:.08em; text-transform:uppercase;
  color:#5b6573; opacity:.9; margin: 6px 0 8px;
}

/* CTA bijou (silver) — réutilise ta classe validée */
.exo-cta-button{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding: 14px 22px; border-radius: 999px; cursor:pointer;
  font: 700 13px/1 Inter, system-ui; letter-spacing:.14em; text-transform:uppercase;
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
  background: linear-gradient(90deg,#f0f0f0,#ffffff,#dcdcdc);
  border:1px solid rgba(0,0,0,.08);
  box-shadow: 0 12px 28px rgba(0,0,0,.09), inset 0 1px 0 rgba(255,255,255,.8);
}
.exo-cta-button:hover{ transform: translateY(-1px); filter: brightness(1.02); }

/* Séparateur premium */
.exo-hr{
  height:1px; border:0; margin: 40px auto; max-width: 960px;
  background: linear-gradient(90deg, rgba(14,29,47,0), rgba(14,29,47,.12), rgba(14,29,47,0));
}

/* ===== “À propos de l’équipe Dermalys” — bloc premium ===== */
.exo-article-about{
  max-width: 1040px; margin: 46px auto 12px; padding: clamp(18px, 2.6vw, 28px);
  border-radius: 24px;
  background:
    radial-gradient(600px 240px at 20% 0%, rgba(172,196,255,.14), transparent 60%),
    radial-gradient(600px 240px at 80% 100%, rgba(196,232,255,.14), transparent 60%),
    linear-gradient(180deg,#ffffff 0%, rgba(255,255,255,.9) 100%);
  border: 1px solid rgba(14,29,47,.06);
  box-shadow: 0 18px 48px rgba(14,29,47,.08), inset 0 1px 0 rgba(255,255,255,.9);
}
.exo-article-about__header{
  display:flex; align-items:center; gap:14px; margin-bottom: 10px;
}
.exo-article-about__title{
  font-family:"DM Serif Display", serif;
  font-size: clamp(20px, 1.6vw + 14px, 28px);
  line-height:1.18; color:#0e1d2f; margin:0;
}
.exo-article-about__grid{
  display:grid; grid-template-columns: 1.2fr .8fr; gap: clamp(16px, 2.2vw, 26px);
  align-items:start; margin-top: 10px;
}
.exo-article-about__text{
  font: 400 clamp(15.5px, 1vw + 11px, 18px)/1.7 Inter,system-ui;
  color:#0e1d2f; opacity:.95;
}
.exo-article-about__card{
  border-radius: 18px; padding: 16px 18px;
  background: #0e1d2f; color:#fff;
  box-shadow: 0 10px 28px rgba(14,29,47,.25);
}
.exo-article-about__card h4{
  margin:0 0 8px; font: 600 14px/1 Inter,system-ui; letter-spacing:.12em; text-transform:uppercase;
  opacity:.9;
}
.exo-article-about__card p{ margin:0; font: 400 14px/1.6 Inter,system-ui; opacity:.95; }
.exo-article-about__brand{
  margin-top: 16px; display:flex; align-items:center; gap:10px; opacity:.9;
  font: 500 12px/1 Inter,system-ui; letter-spacing:.12em; text-transform:uppercase; color:#0e1d2f;
}
.exo-article-about__brand img{ height: 18px; width:auto; }

/* Responsive */
@media (max-width: 960px){
  .exo-article-about__grid{ grid-template-columns: 1fr; }
}
@media (max-width: 749px){
  .template-article .article-template__content{ padding: 12px 14px 54px; }
  .template-article .article-template__title{ font-size: clamp(26px, 6vw, 34px); }
}

/* Safe-areas (iOS) pour le CTA section */
.exo-cta-wrap{
  display:flex; justify-content:center;
  padding: 18px calc(8px + env(safe-area-inset-right,0px));
}
/* Fix visibilité du contenu dans la carte "Nos engagements" */
.exo-article-about__card,
.exo-article-about__card :is(p, li, span, a, strong, em) {
  color: #fff !important;          /* écrase les règles globales de l'article */
}

/* Option : puces propres dans la carte */
.exo-article-about__card ul {
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}
.exo-article-about__card ul li {
  position: relative;
  padding-left: 18px;
  margin: 6px 0;
  opacity: .92;
}
.exo-article-about__card ul li::before {
  content: "•";
  position: absolute;
  left: 0; top: 0;
  line-height: 1.2;
  opacity: .7;
}

/* Ajustement premium de l'espacement du haut pour les articles */
body.template-article .shopify-section:first-of-type {
  padding-top: calc(var(--exo-header-offset) * 0.55); /* Réduction du 45% */
}

@media (max-width: 749px) {
  body.template-article .shopify-section:first-of-type {
    padding-top: calc(var(--exo-header-offset-m) * 0.65); /* Ajustement doux mobile */
  }
}
/* --- Ajustement premium du bloc Partager --- */
.article-template__social-sharing,
.template-article .share-buttons,
.template-article [class*="social-sharing"] {
  margin-top: 18px; /* espace entre le titre et le bouton */
  margin-bottom: 26px; /* espace respirant avant le texte */
  display: flex;
  justify-content: flex-start;
  gap: 8px;
}

/* Bouton "Partager" — style raffiné Dermalys */
.template-article .share-buttons button,
.template-article .share-buttons a,
.template-article .article-template__social-sharing button {
  background: linear-gradient(90deg, #f0f0f0, #ffffff, #dcdcdc);
  border: none;
  border-radius: 999px;
  padding: 6px 18px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #1a1a1a;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  text-transform: none;
  transition: all 0.25s ease;
}

.template-article .share-buttons button:hover,
.template-article .share-buttons a:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  background: linear-gradient(90deg, #ffffff, #f5f5f5, #eaeaea);
}

/* ——— CONTENEUR ARTICLE ——— */
.article-template__content {
  background: linear-gradient(180deg, #f7f9fb 0%, #eef2f7 40%, #f7f9fb 100%);
  color: #111827;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* ——— BLOC DE SECTION ——— */
.article-template__content section {
  background: rgba(255,255,255,0.55);
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.05);
}

/* ——— TITRES : Premium & lisibles ——— */
.article-template__content h1,
.article-template__content h2,
.article-template__content h3 {
  color: #0e1d2f;
}

.article-template__content h2 {
  font-family: "DM Serif Display", serif;
  font-weight: 600;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.18;
  letter-spacing: 0.3px;
  color: #0e1d2f; /* encre premium Dermalys */
  position: relative;
  display: inline-block;
  margin: 48px 0 20px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.85); /* léger halo sur fond clair */
}

/* — Soulignement métal luxe (effet bijou) — */
.article-template__content h2::after {
  content: "";
  display: block;
  width: 160px;
  height: 3px;
  margin-top: 10px;
  border-radius: 2px;
  background: linear-gradient(90deg, #aeb5bf 0%, #eef2f6 45%, #c9cfd6 100%);
  box-shadow:
    0 1px 6px rgba(15,30,50,0.14),
    inset 0 0 1px rgba(255,255,255,0.7);
}

/* — Variante éditoriale pour section clé — */
.article-template__content h2.is-highlight {
  color: #12283f;
  text-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.article-template__content h2.is-highlight::after {
  background: linear-gradient(90deg, #bfc4ca 0%, #dce2e8 40%, #bfc4ca 100%);
}

/* — SOUS-TITRES (h3) — */
.article-template__content h3 {
  font-family: "Inter", sans-serif;
  font-weight: 650;
  font-size: clamp(18px, 1.4vw, 22px);
  letter-spacing: .2px;
  color: #162536;
  margin: 28px 0 12px;
}

/* — BLOC CITATION — */
.article-template__content blockquote {
  background: rgba(255,255,255,0.6);
  border-left: 3px solid #b8c6d9;
  border-radius: 10px;
  padding: 18px 22px;
  font-style: italic;
  color: #0e1d2f;
  box-shadow: 0 3px 15px rgba(0,0,0,0.05);
}

/* — INTRODUCTION PREMIUM — */
.article-intro-premium {
  text-align: center;
  font-style: italic;
  color: #3b4b63;
  background: rgba(255,255,255,0.7);
  border-radius: 16px;
  padding: 16px 24px;
  margin: 0 auto 32px auto;
  max-width: 750px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}

/* — TEXTE EN GRAS — */
.article-template__content strong {
  color: #111;
  font-weight: 600;
}

/* — RESPONSIVE — */
@media (max-width: 749px) {
  .article-template__content h2 {
    font-size: 24px;
    margin: 38px 0 14px;
  }
  .article-template__content h2::after {
    width: 120px;
  }
}
/* --- Animation halo silver au scroll --- */
.article-template__content h2 {
  transition: color 0.6s ease, text-shadow 0.8s ease;
}

.article-template__content h2.visible {
  color: #0e1d2f;
  text-shadow:
    0 2px 6px rgba(0,0,0,0.1),
    0 0 12px rgba(220,230,240,0.6),
    0 0 22px rgba(180,190,200,0.4);
}

.article-template__content h2::after {
  content: "";
  display: block;
  width: 160px;
  height: 3px;
  margin-top: 10px;
  border-radius: 2px;
  background: linear-gradient(90deg, #b8bdc5 0%, #e5eaef 45%, #bcc1c8 100%);
  opacity: 0;
  transform: scaleX(0.8);
  transform-origin: left;
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.article-template__content h2.visible::after {
  opacity: 1;
  transform: scaleX(1);
}

/* ===== HERO CARD ===== */
.article-hero-card{
  position: relative;
  background:#fff;
  border-radius: 22px;
  padding: clamp(20px,4vw,44px) clamp(18px,4vw,52px);
  box-shadow:
    0 22px 70px rgba(14,29,47,.10),
    0 2px 0 rgba(255,255,255,.8) inset;
}

/* petit highlight haut de carte (vernis discret) */
.article-hero-card::before{
  content:"";
  position:absolute; inset:0;
  border-radius: inherit;
  pointer-events:none;
  background: linear-gradient(180deg, rgba(255,255,255,.55), transparent 40%);
  mix-blend-mode: screen;
}

/* anneau d’assise doux sous la carte */
.article-hero-card::after{
  content:"";
  position:absolute; left:5%; right:5%; bottom:-18px; height:28px;
  border-radius: 30px;
  background: radial-gradient(60% 100% at 50% 0%,
    rgba(14,29,47,.12), rgba(14,29,47,0) 70%);
  filter: blur(6px);
  pointer-events:none;
}

/* ===== TITRE ===== */
.article-hero-title{
  font-family:"DM Serif Display", serif;
  font-size: clamp(28px, 4.8vw, 56px);
  line-height:1.12;
  letter-spacing:.2px;
  color:#0e1d2f;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  font-feature-settings:"liga","clig","onum","pnum";
  position:relative;
  display:block;
}

/* soulignement ruban argenté */
.article-hero-title::after{
  content:"";
  display:block;
  width: 180px;
  height: 3px;
  margin-top: 14px;
  border-radius: 2px;
  background: linear-gradient(90deg,#b9c0c9 0%,#e9eef3 50%,#b9c0c9 100%);
  transform: scaleX(.65);
  transform-origin:left;
  opacity:.0;
  transition: transform 900ms cubic-bezier(.19,1,.22,1),
              opacity 900ms ease;
}

/* état visible (déployé au scroll via JS ci-dessous) */
.article-hero-title.is-revealed::after{
  transform: scaleX(1);
  opacity: 1;
}

/* “sheen” discret au survol desktop (aucun impact mobile) */
@media (hover:hover){
  .article-hero-title:hover{
    background: linear-gradient(90deg,#0e1d2f 0%,#1a2a3f 50%,#0e1d2f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    animation: titleSheen 3.2s linear infinite;
  }
  @keyframes titleSheen{
    0%{ background-position:0% 50% }
    100%{ background-position:200% 50% }
  }
}

/* ===== META (date) + bouton Partager plus aéré ===== */
.article-hero-meta{
  margin-top: 12px;
  color:#5b6b80;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-size:.78rem;
}

.share-pill{
  display:inline-flex; align-items:center; gap:8px;
  background:#fff;
  border-radius:999px;
  padding:10px 16px;
  box-shadow:0 6px 22px rgba(14,29,47,.08);
  border:1px solid rgba(14,29,47,.06);
}

.share-pill svg{ transform: translateY(1px); opacity:.8; }

.article-hero-card{
  position:relative;
  background:#fff;
  border-radius:22px;
  padding:clamp(20px,4vw,44px) clamp(18px,4vw,52px);
  box-shadow:0 22px 70px rgba(14,29,47,.10), inset 0 2px 0 rgba(255,255,255,.8);
}

.article-hero-card::after{
  content:""; position:absolute; left:5%; right:5%; bottom:-18px; height:28px;
  border-radius:30px; background:radial-gradient(60% 100% at 50% 0%, rgba(14,29,47,.12), rgba(14,29,47,0) 70%);
  filter:blur(6px); pointer-events:none;
}

.article-hero-meta{
  margin-top:12px; color:#5b6b80; letter-spacing:.12em; text-transform:uppercase; font-size:.78rem;
}

.share-pill{ display:inline-flex; align-items:center; gap:8px; background:#fff; border-radius:999px;
  padding:10px 16px; box-shadow:0 6px 22px rgba(14,29,47,.08); border:1px solid rgba(14,29,47,.06); }

  /* ============ DERMALYS — Commitments Card ============ */
.exo-commitments{
  --navy:#0f1c2b;         /* fond nuit premium */
  --ink:#e7edf7;          /* texte titre et puces */
  --muted:#b9c5d6;        /* texte secondaire */
  --ring:rgba(255,255,255,.06);
  --glow:rgba(12, 24, 48, .45);

  position: relative;
  border-radius: 22px;
  padding: clamp(18px, 3.2vw, 28px);
  background:
    radial-gradient(80% 100% at 100% 0%, rgba(255,255,255,.06) 0%, rgba(255,255,255,0) 55%),
    linear-gradient(180deg, #0f1c2b 0%, #0b1726 100%);
  color: var(--ink);
  box-shadow:
    0 20px 50px var(--glow),
    inset 0 0 0 1px var(--ring);
  overflow: hidden;
  transform: translateY(8px) scale(.985);
  opacity: 0;
  transition: transform 600ms cubic-bezier(.19,1,.22,1), opacity 600ms ease;
}

/* Halo périphérique très doux */
.exo-commitments::after{
  content:"";
  position:absolute; inset:-15%;
  background: radial-gradient(70% 70% at 50% 10%, rgba(255,255,255,.08), rgba(255,255,255,0) 60%);
  pointer-events:none; filter: blur(18px); opacity:.35;
}

/* Titre — inter harmonisée */
.exo-commitments__title{
  margin: 0 0 14px 0;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(12px, .9vw, 13px);
  letter-spacing: .18em;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--muted);
  /* souligné premium */
  position: relative;
  padding-bottom: 10px;
}
.exo-commitments__title::after{
  content:"";
  position:absolute; left:0; bottom:0;
  width: 120px; height: 3px; border-radius: 999px;
  background: linear-gradient(90deg, #cfd7e3 0%, #ffffff 45%, #c0c9d8 100%);
  opacity:.9;
}

/* Liste — typographie confortable */
.exo-commitments__list{
  list-style: none; margin: 12px 0 20px 0; padding: 0;
  display: grid; gap: clamp(10px, 1.6vw, 14px);
}
.exo-commitments__list li{
  position: relative;
  padding-left: 28px;
  line-height: 1.45;
  font-size: clamp(14px, 1.1vw, 16px);
  color: #eef3fb;
  font-weight: 550;
  letter-spacing:.1px;
  text-wrap: balance;
}
.exo-commitments__list li::before{
  content:"";
  position:absolute; left:0; top:.35em;
  width: 16px; height: 16px; border-radius: 50%;
  background:
    radial-gradient(45% 45% at 35% 35%, #ffffff 0%, #cfd8e6 55%, #93a5c1 100%);
  box-shadow: 0 0 0 2px rgba(255,255,255,.08), 0 4px 10px rgba(0,0,0,.25);
}

/* Marque en pied de carte */
.exo-commitments__brand{
  margin-top: 8px;
  font-size: clamp(11px, .95vw, 12px);
  letter-spacing: .28em;
  color: var(--muted);
  opacity:.9;
}

/* Etat visible (déclenché en JS) */
.exo-commitments.is-inview{
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* Hover (desktop) */
@media (hover:hover){
  .exo-commitments:hover{
    transform: translateY(-2px) scale(1.003);
    box-shadow:
      0 26px 66px rgba(12,24,48,.55),
      inset 0 0 0 1px rgba(255,255,255,.08);
  }
}

/* Mobile resserré */
@media (max-width: 749px){
  .exo-commitments{ border-radius: 18px; }
  .exo-commitments__title::after{ width: 96px; }
}

/* Accessibilité : moins d’animation si demandé */
@media (prefers-reduced-motion: reduce){
  .exo-commitments,
  .exo-commitments:hover{ transition: none; transform: none !important; }
}

/* --- CTA Responsive Dermalys --- */
.exo-cta-wrap {
  text-align: center;
  margin: 28px 0;
}

.exo-cta-button.is-blue {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 999px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  letter-spacing: 1.5px;
  text-decoration: none;
  color: #0e1d2f;
  background: linear-gradient(90deg, #f0f0f0, #ffffff, #dcdcdc);
  box-shadow: 0 8px 24px rgba(0,0,0,.06), inset 0 1px 0 rgba(255,255,255,.8);
  transition: transform .15s ease, box-shadow .2s ease;
  text-align: center;
  line-height: 1.2;
}

/* Hover effet lumineux */
.exo-cta-button.is-blue:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(0,0,0,.1);
}

/* ✅ Optimisation mobile */
@media (max-width: 768px) {
  .exo-cta-button.is-blue {
    padding: 13px 22px;
    font-size: 14px;
    letter-spacing: 1px;
    width: 85%;
    line-height: 1.4;
  }
}

/* === ESPACEMENT PREMIUM DES ÉTOILES (haut du hero) === */
#shopify-section-{{ section.id }} .exo-stars-header {
  margin-top: clamp(8px, 1.4vw, 18px);  /* espace respirant haut */
  margin-left: clamp(2px, 0.6vw, 10px); /* léger décalage optique du bord gauche */
  margin-bottom: clamp(10px, 1.6vw, 22px); /* cohérence verticale avant le H1 */
}

/* Optionnel : ajoute un peu d’air en haut du hero complet */
#shopify-section-{{ section.id }} .exo-hero-wrapper {
  padding-top: clamp(28px, 4vw, 56px);
}

/* Ajustement mobile : garder le centrage et ne pas coller aux bords */
@media (max-width: 768px) {
  #shopify-section-{{ section.id }} .exo-stars-header {
    margin-top: 16px;
    margin-left: 8px;
  }
}
