/** Shopify CDN: Minification failed

Line 432:0 Unexpected "}"

**/
/* ------------------------------------------------------------------
   Nocève — direction artistique « atelier ».

   Chargée uniquement par la section noceve-atelier, elle-même appelée
   uniquement par templates/product.atelier.json. Rien ne fuit sur le
   reste du site : pour revenir en arrière, il suffit de retirer la
   section du gabarit.

   Principe : le registre technique. Encre et acier, angles vifs, filets
   d'un pixel, chiffres en chasse fixe alignés sur une colonne. Notre
   différence est documentaire — la mise en page doit le dire avant le
   texte, sans rien affirmer que la donnée ne porte déjà.
   ------------------------------------------------------------------ */

:root {
  --at-encre: #14120F;
  --at-encre-80: #3A3733;
  --at-acier: #6E7377;
  --at-acier-clair: #A8ADB0;
  --at-papier: #F2F1EE;
  --at-papier-2: #FAFAF8;
  --at-ligne: #D9D7D2;
  --at-ligne-forte: #14120F;
  --at-signal: #B4552A;
  --at-mono: ui-monospace, "SFMono-Regular", "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
  --at-display: "Jost", "Futura", system-ui, sans-serif;
  --at-texte: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
}

/* ---------- socle ---------- */
.vp,
.noc-wrap,
.npc {
  --noc-r-card: 0px;
  --noc-r-btn: 0px;
}

.vp * ,
.npc * {
  border-radius: 0 !important;
}

.vp {
  background: #fff;
  color: var(--at-encre);
}

/* ---------- accroche : matricule, pas slogan ---------- */
.vp__eyebrow {
  /* flex et non inline-flex : en inline, la pastille de gamme venait se poser
     sur la meme ligne et recouvrait la fin de l'accroche. */
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px !important;
  font-family: var(--at-mono) !important;
  font-size: 10.5px !important;
  font-weight: 500 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
  color: var(--at-signal) !important;
}
.vp__eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--at-signal);
  flex: 0 0 auto;
}

/* ---------- titre ---------- */
.vp__title {
  font-family: var(--at-display) !important;
  font-weight: 500 !important;
  letter-spacing: -.005em !important;
  color: var(--at-encre) !important;
  text-transform: none;
}

/* ---------- prix : chasse fixe, chiffres alignés ---------- */
.vp__price-row {
  padding-block: 14px;
  border-top: 1px solid var(--at-ligne);
  border-bottom: 1px solid var(--at-ligne);
}
.vp__price-cur {
  font-family: var(--at-mono) !important;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.01em;
  color: var(--at-encre) !important;
}
.vp__price-cmp {
  font-family: var(--at-mono) !important;
  font-variant-numeric: tabular-nums;
  color: var(--at-acier) !important;
}

/* ---------- bénéfices : liste de relevé ---------- */
.vp__benes {
  border-top: 1px solid var(--at-ligne);
}
.vp__bene {
  position: relative;
  padding-block: 11px;
  border-bottom: 1px solid var(--at-ligne);
  align-items: flex-start;
}
.vp__bene-txt {
  font-family: var(--at-texte) !important;
  font-size: 14.5px !important;
  color: var(--at-encre-80) !important;
}
.vp__bene-ico {
  color: var(--at-signal) !important;
}

/* ---------- sélecteurs : étiquettes de repère ---------- */
.vp__opt-lbl {
  font-family: var(--at-mono) !important;
  font-size: 10px !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
  color: var(--at-acier) !important;
}
.vp__opt-val {
  font-family: var(--at-mono) !important;
  color: var(--at-encre) !important;
}
.vp__opts .vp__opt,
.vp__swatches > * {
  border: 1px solid var(--at-ligne) !important;
}

/* ---------- bouton : plaque, pas pilule ---------- */
.vp__atc-btn,
.vp__sticky-btn,
.noc-btn {
  border-radius: 0 !important;
  font-family: var(--at-mono) !important;
  font-size: 11.5px !important;
  font-weight: 500 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}
.vp__atc-btn {
  background: var(--at-encre) !important;
  border: 1px solid var(--at-encre) !important;
  color: #fff !important;
  min-height: 56px;
  transition: background .18s ease;
}
.vp__atc-btn:hover:not(:disabled) {
  background: var(--at-signal) !important;
  border-color: var(--at-signal) !important;
}
.vp__qty-btn,
.vp__qty-in {
  font-family: var(--at-mono) !important;
  border-radius: 0 !important;
}
.vp__qty-in {
  font-variant-numeric: tabular-nums;
}

/* ---------- pack : encadré d'atelier ---------- */
.vp__pack {
  background: var(--at-papier) !important;
  border: 1px solid var(--at-ligne) !important;
}
.vp__pack-ttl {
  font-family: var(--at-mono) !important;
  font-size: 10px !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
  color: var(--at-acier) !important;
}
.vp__pack-l1,
.vp__pack-l2 {
  font-family: var(--at-texte) !important;
}

/* ---------- réassurance : plaques carrées ---------- */
.vp__reassu-card {
  background: #fff !important;
  border: 1px solid var(--at-ligne) !important;
  border-radius: 0 !important;
}
.vp__reassu-ttl {
  font-family: var(--at-mono) !important;
  font-size: 11px !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  color: var(--at-encre) !important;
}
.vp__reassu-sub {
  font-family: var(--at-texte) !important;
  color: var(--at-acier) !important;
}
.vp__reassu-ico {
  color: var(--at-signal) !important;
}

/* ---------- accordéons : chemises de dossier ---------- */
.vp__accs {
  border-top: 1px solid var(--at-ligne-forte);
}
.vp__acc {
  border-bottom: 1px solid var(--at-ligne) !important;
}
.vp__acc-ttl {
  font-family: var(--at-mono) !important;
  font-size: 11.5px !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  color: var(--at-encre) !important;
}

/* ---------- la pièce maîtresse : le tableau de caractéristiques ----------
   Pas de mention de provenance ajoutée en CSS : elle est déjà dans la donnée
   (« — déclaration du vendeur » là où c'est le cas). L'ajouter ici la
   collerait aussi aux lignes qui ne viennent pas d'un manuel. */
.vp__spec-tbl {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--at-mono);
  font-size: 12.5px;
  font-variant-numeric: tabular-nums;
}
.vp__spec-tbl tr {
  border-bottom: 1px solid var(--at-ligne);
}
.vp__spec-tbl tr:first-child {
  border-top: 1px solid var(--at-ligne-forte);
}
/* noceve-pdp.css pose un raccourci `font:` sur th et td : il faut donc une
   regle au moins aussi specifique pour imposer la chasse fixe. */
.vp__spec-tbl th,
.vp__spec-tbl td {
  font-family: var(--at-mono) !important;
  font-size: 12.5px !important;
  line-height: 1.6 !important;
  font-variant-numeric: tabular-nums;
  padding: 11px 0;
  vertical-align: top;
  text-align: left;
}
.vp__spec-tbl td:first-child,
.vp__spec-tbl th,
.vp__spec-tbl th:first-child {
  width: 42%;
  padding-right: 20px;
  color: var(--at-acier);
  font-size: 10.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.vp__spec-tbl td:last-child {
  color: var(--at-encre);
}
/* ---------- média : repères de calage ----------
   La galerie est rendue par le composant kgal, pas par une classe vp__.
   Les repères se posent donc sur la cellule héro. */
.kgal__cell {
  position: relative;
  background: var(--at-papier-2);
  border: 1px solid var(--at-ligne);
}
.kgal__cell--hero::before,
.kgal__cell--hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 14px;
  border: 1px solid var(--at-acier-clair);
  pointer-events: none;
}
.kgal__cell--hero::before {
  top: 10px;
  left: 10px;
  border-right: 0;
  border-bottom: 0;
}
.kgal__cell--hero::after {
  bottom: 10px;
  right: 10px;
  border-left: 0;
  border-top: 0;
}

/* ---------- barre collante ---------- */
.vp__sticky,
.noc-sticky {
  border-top: 1px solid var(--at-ligne-forte) !important;
  background: #fff !important;
}
.vp__sticky-name,
.noc-sticky__info {
  font-family: var(--at-texte) !important;
}
.vp__sticky-price {
  font-family: var(--at-mono) !important;
  font-variant-numeric: tabular-nums;
}

/* ---------- sections en aval : même grammaire ---------- */
.noc-h2 {
  font-family: var(--at-display) !important;
  font-weight: 500 !important;
  letter-spacing: -.01em !important;
  color: var(--at-encre) !important;
}
.noc-intro {
  font-family: var(--at-texte) !important;
  color: var(--at-acier) !important;
}
.mom-col__step,
.mom-col__num,
[class*="__step"] {
  font-family: var(--at-mono) !important;
  color: var(--at-signal) !important;
  letter-spacing: .1em;
}
.npc h2,
.npc h3 {
  font-family: var(--at-display) !important;
  letter-spacing: -.005em;
}

@media (prefers-reduced-motion: reduce) {
  .vp__atc-btn { transition: none; }
}

/* ==================================================================
   Cran 2 — la direction devient visible, pas seulement lisible.
   Fond froid, titre en capitales, cadres marqués, bandeau technique.
   ================================================================== */

/* ---------- le sol change : ivoire chaud -> papier froid ---------- */
.vp,
.shopify-section:has(.vp) {
  background: #ECECEA !important;
}
.vp__layout {
  background: transparent;
}
.vp__buy {
  background: #FFFFFF !important;
  border: 1px solid var(--at-ligne-forte) !important;
  padding: 28px !important;
}
.kgal,
.kgal__cell {
  background: #FFFFFF !important;
}

/* ---------- le titre devient une plaque ---------- */
.vp__title {
  font-size: clamp(21px, 2.3vw, 30px) !important;
  line-height: 1.08 !important;
  text-transform: uppercase !important;
  letter-spacing: -.012em !important;
  font-weight: 600 !important;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--at-ligne-forte);
}

/* ---------- bandeau défilant en tête de fiche ---------- */
.atb {
  background: var(--at-encre);
  color: #EDEDEB;
  overflow: hidden;
  padding: 13px 0;
  /* le masque evite que le texte apparaisse et disparaisse net sur les bords */
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.atb__piste {
  display: flex;
  width: max-content;
  animation: atbDefile 46s linear infinite;
}
.atb:hover .atb__piste,
.atb:focus-within .atb__piste { animation-play-state: paused; }
.atb__lot {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.atb__item {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  padding: 0 26px;
  white-space: nowrap;
  font-family: var(--at-mono);
  font-size: 11px;
  letter-spacing: .04em;
  color: #C9CBCC;
  font-variant-numeric: tabular-nums;
  border-right: 1px solid #2E2B27;
}
.atb__item b {
  font-weight: 400;
  color: #8B8F92;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 9.5px;
}
.atb__item--fort { color: var(--at-signal); }

@keyframes atbDefile {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .atb { -webkit-mask-image: none; mask-image: none; overflow-x: auto; }
  .atb__piste { animation: none; }
  .atb__lot:last-child { display: none; }
}
@media (max-width: 749px) {
  .atb { padding: 11px 0; }
  .atb__item { padding: 0 16px; font-size: 10.5px; }
  .atb__piste { animation-duration: 34s; }
}
}

/* ==================================================================
   Configuration en paliers.
   Le masquage du bloc « pack » n'est PAS ici : il vit dans
   noceve-config.liquid, pour ne s'appliquer que sur les fiches qui
   portent réellement les paliers de remplacement.
   ================================================================== */

.ncfg {
  background: #ECECEA;
  padding: 8px 24px 64px;
}
.ncfg__inner {
  max-width: 1200px;
  margin-inline: auto;
  background: #fff;
  border: 1px solid var(--at-ligne-forte);
  padding: 32px;
}
.ncfg__head { margin-bottom: 26px; }
.ncfg__eyebrow {
  margin: 0 0 10px;
  font-family: var(--at-mono);
  font-size: 10.5px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--at-signal);
}
.ncfg__titre {
  margin: 0 0 10px;
  font-family: var(--at-display);
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -.01em;
  color: var(--at-encre);
}
.ncfg__intro {
  margin: 0;
  max-width: 62ch;
  font-family: var(--at-texte);
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--at-acier);
}
.ncfg__paliers { display: grid; gap: -1px; }
.ncfg__palier {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  padding: 22px;
  border: 1px solid var(--at-ligne);
  margin-top: -1px;
  cursor: pointer;
  background: #fff;
  transition: background .15s ease, border-color .15s ease;
}
.ncfg__palier:hover { background: var(--at-papier-2); }
.ncfg__palier.is-actif {
  border-color: var(--at-encre);
  background: var(--at-papier-2);
  position: relative;
  z-index: 1;
  box-shadow: inset 3px 0 0 var(--at-signal);
}
.ncfg__radio { position: absolute; opacity: 0; pointer-events: none; }
.ncfg__marque {
  width: 16px; height: 16px; margin-top: 3px;
  border: 1px solid var(--at-acier); border-radius: 50%;
  display: block; flex: 0 0 auto;
}
.ncfg__palier.is-actif .ncfg__marque {
  border-color: var(--at-encre);
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 10px var(--at-encre);
}
.ncfg__radio:focus-visible + .ncfg__marque { outline: 2px solid var(--at-encre); outline-offset: 3px; }
.ncfg__corps { display: block; min-width: 0; }
.ncfg__rang {
  display: block; margin-bottom: 4px;
  font-family: var(--at-mono); font-size: 10px; letter-spacing: .16em; color: var(--at-acier-clair);
}
.ncfg__nom {
  display: block; margin-bottom: 12px;
  font-family: var(--at-display); font-size: 17px; font-weight: 600;
  text-transform: uppercase; letter-spacing: -.005em; color: var(--at-encre);
}
.ncfg__lignes { display: grid; gap: 5px; margin-bottom: 10px; }
.ncfg__ligne {
  display: flex; justify-content: space-between; gap: 16px;
  font-family: var(--at-mono); font-size: 11.5px; font-variant-numeric: tabular-nums;
  color: var(--at-acier); border-bottom: 1px dotted var(--at-ligne); padding-bottom: 4px;
}
.ncfg__ligne b { font-weight: 400; color: var(--at-encre); white-space: nowrap; }
.ncfg__note {
  display: block; max-width: 60ch;
  font-family: var(--at-texte); font-size: 13px; line-height: 1.55; color: var(--at-acier);
}
.ncfg__prix {
  font-family: var(--at-mono); font-size: 19px; font-variant-numeric: tabular-nums;
  color: var(--at-encre); white-space: nowrap;
}
.ncfg__atc {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  width: 100%; min-height: 58px; margin-top: 22px; padding: 16px 22px;
  background: var(--at-encre); border: 1px solid var(--at-encre); color: #fff; cursor: pointer;
  font-family: var(--at-mono); font-size: 11.5px; letter-spacing: .18em; text-transform: uppercase;
  transition: background .18s ease;
}
.ncfg__atc:hover:not(:disabled) { background: var(--at-signal); border-color: var(--at-signal); }
.ncfg__atc:disabled { opacity: .6; cursor: default; }
.ncfg__atc:focus-visible { outline: 2px solid var(--at-encre); outline-offset: 3px; }
.ncfg__atc-prix { font-variant-numeric: tabular-nums; }
.ncfg__mention {
  margin: 12px 0 0;
  font-family: var(--at-texte); font-size: 12px; line-height: 1.55; color: var(--at-acier);
}
.ncfg__erreur {
  margin: 10px 0 0;
  font-family: var(--at-texte); font-size: 13px; color: #A33B2C;
}
.ncfg__erreur[hidden] { display: none; }
@media (max-width: 749px) {
  .ncfg { padding: 8px 12px 48px; }
  .ncfg__inner { padding: 20px; }
  .ncfg__palier { grid-template-columns: 20px minmax(0, 1fr); gap: 12px; padding: 16px; }
  .ncfg__prix { grid-column: 2; font-size: 17px; }
}
@media (prefers-reduced-motion: reduce) {
  .ncfg__palier, .ncfg__atc { transition: none; }
}

/* ---------- compteur de ventes, registre technique ---------- */
.vp__sold {
  font-family: var(--at-mono) !important;
  font-size: 11px !important;
  font-variant-numeric: tabular-nums;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--at-acier) !important;
}
.vp__sold::before { color: var(--at-ligne) !important; }
