/** Shopify CDN: Minification failed

Line 416:9 Expected identifier but found whitespace
Line 416:11 Unexpected "{"
Line 416:20 Expected ":"
Line 416:41 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:bloc-info (INDEX:0) */
.left-right-block.blocks {
  margin-top: 100px;
  margin-bottom: 100px;
}
.wrapper {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 40px;
  width: 100%;
}
.left-right-block > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  list-style: none;
  padding: 0;
}
.left-right-block > ul > li {
  box-sizing: border-box;
  flex-basis: 50%;
  min-height: 340px;
  padding: 10px;
}
.simple-block {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
  position: relative;
}
.simple-block__content {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 120px);
  padding: 40px 40px 50px;
  z-index: 1;
}
.simple-block__content::after {
  content: "";
  backdrop-filter: blur(15px);
  background: linear-gradient(273.31deg, rgba(255,255,255,0.2) -1.15%, rgba(255,255,255,0.2) 101.01%), 
              linear-gradient(93.99deg, rgba(255,255,255,0.4) -7.55%, rgba(255,255,255,0.4) 89.23%);
  background-blend-mode: normal, soft-light;
  border: 1px solid rgba(255,255,255,0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.simple-block__title {
  position: relative;
  padding-left: 24px;
}
.simple-block__title::before {
  content: "";
  background-color: #ab0033;
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
}
.text-brand {
  color: #ab0033;
}
.simple-block__title h3 {
  font-family: Sinkin Sans, Arial, serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04rem;
  line-height: 3rem;
}
.simple-block__title p {
  font-size: 14px;
  margin-top: -4px;
  color: #2d3b45;
}
.simple-block__content a.cta {
  display: inline-block;
  margin-top: 30px;
  background-color: #ab0033;
  color: #fff;
  border: 2px solid #ab0033;
  padding: 12px 18px 10px;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: Sinkin Sans, Arial, serif;
  letter-spacing: .15rem;
  line-height: 1.4rem;
  text-align: center;
  transition: all 0.25s ease;
  text-decoration: none;
}
.simple-block__content a.cta:active, 
.simple-block__content a.cta:active:focus, 
.simple-block__content a.cta:focus, 
.simple-block__content a.cta:hover {
  background-color: #ce1342;
  border-color: #ce1342;
  color: #fff;
}

/* ======================
   TABLET STYLES (750px-1024px) - iPad & Horizontal Mobile
   Maintains desktop layout with adjusted spacing
====================== */
@media screen and (min-width: 750px) and (max-width: 1024px) {
  .left-right-block.blocks {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  
  .wrapper {
    padding: 0 30px;
  }
  
  .left-right-block > ul > li {
    min-height: 300px;
  }
  
  .simple-block__content {
    width: calc(100% - 80px);
    padding: 30px 30px 40px;
  }
  
  .simple-block__title h3 {
    font-size: 22px;
    line-height: 2.6rem;
  }
  
  .simple-block__content a.cta {
    margin-top: 25px;
    padding: 10px 16px 8px;
    font-size: 1.1rem;
  }
}

/* ======================
   MOBILE STYLES (<750px)
====================== */
@media screen and (max-width: 749px) {
  .left-right-block > ul {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .left-right-block > ul > li {
    flex-basis: 100%;
    padding: 10px 0;
  }

  .simple-block {
    min-height: 300px;
  }

  .simple-block__content {
    padding: 30px 20px;
    width: 90%;
    transform: translate(-50%, -50%);
  }

  .simple-block__title h3 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .simple-block__title p {
    font-size: 0.95rem;
  }

  .simple-block__content a.cta {
    font-size: 1rem;
    padding: 10px 16px 8px;
  }
}
/* END_SECTION:bloc-info */

/* START_SECTION:testimony (INDEX:1) */
.testimonies {
  padding: 40px 0;
}

.blocks {
  margin-bottom: 100px;
}

.bg-crimson {
  background-image: url(/cdn/shop/files/crimson.71de227c.png?v=1749724202);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% center;
}

.wrapper {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 40px;
  width: 100%;
}

.testimonies__items {
  backdrop-filter: blur(15px);
  background: linear-gradient(273.31deg, rgba(242, 184, 151, 0.243) -1.15%, rgba(242, 184, 151, 0) 101.01%),
              linear-gradient(93.99deg, rgba(255, 255, 255, 0.1) -7.55%, rgba(255, 255, 255, 0) 89.23%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 100px;
  gap: 30px;
  overflow: hidden;
}

.testimonies__item {
  display: flex;
  flex-direction: column; /* Changed to column layout */
  align-items: center; /* Center items vertically */
  text-align: center; /* Center text */
  width: calc(33.333% - 20px);
  position: relative;
}

.testimonies__item::before {
  content: "";
  background-image: url(/cdn/shop/files/quote.05e28954.svg?v=1749724744);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 50px;
  height: 45px;
  top: 0;
  left: 30%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-position: center;
}

.testimonies__item img {
  display: block;
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
  order: 1; /* Image first */
}

.testimonies__item span {
  color: #fff;
  font-weight: 700;
  order: 2; /* Name second */
}

.testimonies__reviews {
  display: flex;
  justify-content: center; /* Center stars */
  flex-wrap: nowrap;
  gap: 3px;
  color: #fff;
  font-size: 18px;
  order: 3; /* Stars third */
}

.testimonies__reviews .ico-review.checked::before {
  content: '★';
  color: #ffc107;
  font-size: 18px;
}

.testimonies p {
  color: #fff;
  font-size: 0.95rem;
  order: 4; /* Testimony last */
}

/* ======================
   TABLET & MOBILE STYLES (<1024px)
   Smooth infinite slider
====================== */
@media screen and (max-width: 1023px) {
  .testimonies__items {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 30px 20px;
    gap: 0;
  }

  .testimonies__item {
    flex: 0 0 90%;
    min-width: 90%;
    scroll-snap-align: center;
    margin: 0 5%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  /* Hide scrollbar */
  .testimonies__items::-webkit-scrollbar {
    display: none;
  }
}
/* END_SECTION:testimony */

/* START_SECTION:announcement-bar (INDEX:2) */
.gh-announce {
    background: var(--c-primary-deep);
    color: var(--c-bone);
    font-family: var(--font-sans);
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .gh-announce__inner {
    max-width: var(--container);
    margin: 0 auto;
    padding: 9px var(--container-px);
    text-align: center;
  }
  .gh-announce__inner a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .gh-announce__inner p { margin: 0; }
/* END_SECTION:announcement-bar */

/* START_SECTION:apps (INDEX:3) */
.g-apps { display: block; }
/* END_SECTION:apps */

/* START_SECTION:beauty-results (INDEX:4) */
.br { background: var(--color-surface-alt); }
  .br__inner {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: var(--space-xl);
    align-items: center;
  }
  .br__pair { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-sm); }
  .br__shot { position: relative; margin: 0; aspect-ratio: 3/4; overflow: hidden; border-radius: var(--radius-md); background: var(--color-surface); }
  .br__img { width: 100%; height: 100%; object-fit: cover; }
  .br__shot-label {
    position: absolute; left: var(--space-sm); top: var(--space-sm);
    background: rgba(255,255,255,.92); color: var(--color-text);
    font-size: var(--fs-xxs); letter-spacing: .2em; text-transform: uppercase;
    padding: 4px 10px; border-radius: var(--radius-pill);
  }
  .br__shot-label--accent { background: var(--color-primary); color: var(--color-text-on-dark); }

  .br__copy { max-width: 520px; }
  .br__title { font-family: var(--font-serif); font-size: var(--fs-2xl); margin: 0 0 var(--space-sm); color: var(--color-text); }
  .br__desc  { color: var(--color-text); margin: 0 0 var(--space-md); }
  .br__desc p { margin: 0 0 var(--space-sm); }

  .br__quote {
    margin: 0 0 var(--space-md); padding: var(--space-md);
    border-left: 3px solid var(--color-secondary);
    background: var(--color-surface);
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
  }
  .br__quote p { font-family: var(--font-serif); font-size: var(--fs-lg); font-style: italic; margin: 0 0 var(--space-xs); color: var(--color-text); }
  .br__quote cite { font-size: var(--fs-xs); color: var(--color-text-light); font-style: normal; letter-spacing: .12em; text-transform: uppercase; }

  .br__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-md);
    margin-top: var(--space-xl);
    padding-top: var(--space-xl);
    border-top: 1px solid var(--color-border);
  }
  .br__stat { text-align: center; }
  .br__stat-value { display: block; font-family: var(--font-serif); font-size: var(--fs-2xl); color: var(--color-primary); line-height: 1; margin-bottom: var(--space-xs); }
  .br__stat-label { font-size: var(--fs-xs); color: var(--color-text-light); letter-spacing: .12em; text-transform: uppercase; }

  @media (max-width: 1024px) {
    .br__inner { grid-template-columns: 1fr; }
    .br__stats { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 480px) {
    .br__pair { grid-template-columns: 1fr; }
    .br__stats { grid-template-columns: 1fr; }
  }
/* END_SECTION:beauty-results */

/* START_SECTION:divider-spacing (INDEX:16) */
.divider-spacing {
  display: block;
  width: 100%;
  height: {{ section.settings.height }}px;
  pointer-events: none;
  position: relative;
  z-index: 1;
  clear: both;
}
/* END_SECTION:divider-spacing */

/* START_SECTION:expertise-grid (INDEX:18) */
.g-exp { padding: var(--s-11) 0 var(--s-9); }
  .g-exp__header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; gap: 24px; flex-wrap: wrap; }
  .g-exp__heading { max-width: 560px; }
  .g-exp__title { font-size: var(--fs-3xl); color: var(--c-primary); margin: 0 0 10px; }
  .g-exp__lead { margin: 0; }
  .g-exp__lead em { color: var(--c-primary); font-style: italic; }

  .g-exp__grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
  .g-exp__tile {
    position: relative; aspect-ratio: 4/5;
    overflow: hidden; color: white; cursor: pointer;
    text-decoration: none;
    background: #eee;
  }
  .g-exp__tile img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-slow); }
  .g-exp__tile:hover img { transform: scale(1.04); }
  
  .g-exp__side {
    position: absolute; 
    left: 16px; 
    top: 24px; 
    bottom: auto; /* Supprime l'ancrage en bas */
    writing-mode: vertical-rl; 
    transform: rotate(180deg);
    font-family: var(--font-display); 
    font-size: 24px; 
    font-style: italic;
    color: white; 
    text-shadow: 0 2px 12px rgba(0,0,0,0.4);
    letter-spacing: 0.01em;
    z-index: 1;
    display: inline-block;
  }

  .g-exp__cta {
    position: absolute; 
    left: 24px; 
    bottom: 24px;
    color: white; 
    font-size: 14px; 
    font-weight: 500;
    text-shadow: 0 2px 12px rgba(0,0,0,0.4);
    z-index: 1;
  }

  @media (max-width: 1024px) {
    .g-exp__grid { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 640px) {
    .g-exp__grid { grid-template-columns: 1fr; }
    .g-exp__side { font-size: 20px; top: 16px; left: 12px; }
  }
/* END_SECTION:expertise-grid */

/* START_SECTION:footer-brand-ar (INDEX:22) */
.g-footer { background: var(--color-primary); color: var(--color-text-on-dark); padding: var(--space-2xl) 0 var(--space-md); }
  .g-footer a { color: rgba(255,255,255,.85); }
  .g-footer a:hover { color: var(--color-secondary-soft); }

  .g-footer__top {
    display: grid;
    grid-template-columns: 1.2fr 2fr;
    gap: var(--space-xl);
    padding-bottom: var(--space-xl);
    border-bottom: 1px solid rgba(255,255,255,.15);
  }
  .g-footer__logo { max-height: 56px; width: auto; margin-bottom: var(--space-sm); }
  .g-footer__wordmark { display: inline-block; font-family: var(--font-serif); font-size: var(--fs-2xl); margin-bottom: var(--space-sm); }
  .g-footer__tagline { color: rgba(255,255,255,.7); font-size: var(--fs-sm); margin: 0 0 var(--space-md); max-width: 360px; }

  .g-footer__newsletter {
    display: flex; gap: var(--space-xs); max-width: 380px;
    background: rgba(255,255,255,.08); padding: 6px;
    border-radius: var(--radius-pill);
  }
  .g-footer__newsletter input[type="email"] {
    flex: 1; background: transparent; border: 0; padding: 8px 14px;
    color: var(--color-text-on-dark); font: inherit;
  }
  .g-footer__newsletter input::placeholder { color: rgba(255,255,255,.55); }
  .g-footer__newsletter input:focus { outline: none; }
  .g-footer__nl-btn {
    background: var(--color-secondary); color: var(--color-text-on-dark);
    border: 0; padding: 8px 18px; border-radius: var(--radius-pill);
    font-size: var(--fs-xs); letter-spacing: .12em; text-transform: uppercase; cursor: pointer;
    transition: background var(--t-fast) var(--ease);
  }
  .g-footer__nl-btn:hover { background: var(--color-secondary-soft); }

  .g-footer__cols {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-md);
  }
  .g-footer__col-title { font-family: var(--font-sans); font-size: var(--fs-xs); letter-spacing: .15em; text-transform: uppercase; color: var(--color-secondary-soft); margin: 0 0 var(--space-sm); }
  .g-footer__col-list { font-size: var(--fs-sm); }
  .g-footer__col-list li { margin-bottom: 8px; }
  .g-footer__col-body { font-size: var(--fs-sm); color: rgba(255,255,255,.85); }
  .g-footer__col-body p { margin: 0 0 var(--space-xs); }

  .g-footer__bottom {
    display: flex; justify-content: space-between; align-items: center;
    flex-wrap: wrap; gap: var(--space-sm);
    padding-top: var(--space-md); margin-top: var(--space-md);
  }
  .g-footer__copy { margin: 0; font-size: var(--fs-xs); color: rgba(255,255,255,.6); }
  .g-footer__social { display: flex; gap: var(--space-sm); font-size: var(--fs-xs); letter-spacing: .15em; text-transform: uppercase; }
  .g-footer__lang { display: flex; gap: var(--space-xs); align-items: center; font-size: var(--fs-xs); }
  .g-footer__lang-btn { padding: 4px 10px; border-radius: var(--radius-pill); transition: background var(--t-fast) var(--ease); }
  .g-footer__lang-btn:hover { background: rgba(255,255,255,.1); }

  /* RTL */
  .g-footer--rtl .g-footer__top { direction: rtl; }
  .g-footer--rtl .g-footer__newsletter { direction: rtl; }

  @media (max-width: 1024px) {
    .g-footer__top { grid-template-columns: 1fr; }
    .g-footer__cols { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 480px) {
    .g-footer__cols { grid-template-columns: 1fr; }
    .g-footer__bottom { justify-content: flex-start; }
  }
/* END_SECTION:footer-brand-ar */

/* START_SECTION:footer (INDEX:23) */
.footer { background: #403c38; color: #f8f8f8; }
  
  .footer__top { padding: 60px 0 40px; border-bottom: 1px solid rgba(255,255,255,0.1); }
  
  .footer__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
  
  .footer__col { }
  
  .footer__logo { max-width: 160px; margin-bottom: 16px; }
  
  .footer__brand p { color: #a4a4a4; font-size: 14px; line-height: 1.6; margin-bottom: 24px; }
  
  .footer__social { display: flex; gap: 16px; }
  .footer__social a { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.1); color: #f8f8f8; transition: background 0.3s; }
  .footer__social a:hover { background: #ab0033; }
  .footer__social svg { width: 20px; height: 20px; }

  .footer__title { font-size: 18px; font-weight: 600; margin-bottom: 16px; color: #f8f8f8; font-family: "Cormorant Garamond", serif; }
  
  .footer__heading { font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 20px; color: #f8f8f8; }
  
  .footer__list { list-style: none; margin: 0; padding: 0; }
  .footer__list li { margin-bottom: 12px; }
  .footer__list a { color: #a4a4a4; text-decoration: none; font-size: 14px; transition: color 0.3s; }
  .footer__list a:hover { color: #ab0033; }

  .footer__contact { font-size: 14px; color: #a4a4a4; line-height: 1.8; }
  .footer__contact p { margin-bottom: 8px; }
  .footer__contact a { color: #a4a4a4; text-decoration: none; transition: color 0.3s; }
  .footer__contact a:hover { color: #ab0033; }

  .footer__bottom { padding: 24px 0; border-top: 1px solid rgba(255,255,255,0.1); }
  .footer__bottom-content { display: flex; align-items: center; justify-content: space-between; }
  .footer__bottom-content p { margin: 0; font-size: 12px; color: #8a7f7a; }
  
  .footer__bottom-links { list-style: none; margin: 0; padding: 0; display: flex; gap: 24px; }
  .footer__bottom-links a { font-size: 12px; color: #8a7f7a; text-decoration: none; transition: color 0.3s; }
  .footer__bottom-links a:hover { color: #ab0033; }

  @media (max-width: 768px) {
    .footer__top { padding: 40px 0 30px; }
    .footer__grid { grid-template-columns: 1fr 1fr; gap: 24px; }
    .footer__bottom-content { flex-direction: column; gap: 16px; text-align: center; }
    .footer__bottom-links { flex-direction: column; gap: 12px; }
  }
/* END_SECTION:footer */

/* START_SECTION:header (INDEX:25) */
/* ─── STYLE DESKTOP (Ton favori) ─── */
  .gh { position: sticky; top: 0; z-index: 50; background: var(--c-paper, #ffffff); border-bottom: 1px solid var(--c-rule, #e5e5e5); transition: background 0.3s; }
  .gh__bar { max-width: var(--container, 1200px); margin: 0 auto; padding: 0 20px; height: 80px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
  .gh__logo { justify-self: start; line-height: 0; }
  .gh__nav { justify-self: center; display: flex; align-items: center; gap: 36px; }
.gh__nav-item { 
    font-family: inherit; 
    display: inline-block; 
    padding: 8px 0; 
    font-size: 14px; 
    font-weight: 400; /* Less weight */ 
    color: #121212; 
    text-decoration: none; 
    border-bottom: 1px solid transparent; 
    transition: all 0.3s ease;
  }  
 .gh__nav-item:hover, 
  .gh__nav-item[aria-expanded="true"] { 
    border-bottom-color: #d1d5db; /* Light grey line */
    color: #121212; 
  }
  .gh__nav-item.is-active {
    color: #ab0033; 
    border-bottom-color: #ab0033; /* Matches the line with the active color */
  }
  
  .gh__actions { justify-self: end; display: flex; align-items: center; gap: 14px; }
  .gh__cta { display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 18px; background: var(--c-primary); color: var(--c-bone); font-family: var(--font-sans); font-size: 13px; font-weight: 500; letter-spacing: 0.02em; text-decoration: none; border: 1px solid var(--c-primary); border-radius: 999px; transition: background var(--t-base, 0.26s), color var(--t-base, 0.26s), transform 0.16s; }
  .gh__cta:hover { background: var(--c-primary-soft); color: var(--c-bone); }
  .gh__cta:active { transform: translateY(1px); }
  .gh__cta svg { flex-shrink: 0; }
  .gh__icon { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 999px; color: #121212; text-decoration: none; }
  .gh__icon--cart { position: relative; }
  .gh__cart-bub { position: absolute; top: 4px; right: 4px; min-width: 18px; height: 18px; padding: 0 5px; background: #000; color: #fff; border-radius: 999px; font-size: 10px; line-height: 18px; text-align: center; }

  /* ─── MEGA MENU ─── */
  .gh__mega { position: absolute; left: 0; right: 0; top: 100%; background: #ffffff; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); animation: ghMegaIn 0.3s both; z-index: 40; }
  @keyframes ghMegaIn { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }
  .gh__mega-inner { max-width: 1200px; margin: 0 auto; padding: 40px 20px; display: grid; grid-template-columns: 2fr 1fr; gap: 60px; }
  .gh__mega-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 30px; }
  .gh__mega-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
  .gh__mega-col-title { font-size: 12px; font-weight: 600; color: #888; margin-bottom: 15px; }
  .gh__mega-link { font-size: 14px; color: #121212; text-decoration: none; }
 .gh__mega-link:hover { 
  color: #000; 
  text-decoration: none; /* Retire le soulignement classique */
}
  .gh__mega-img { background: #f5f5f5; aspect-ratio: 16/9; overflow: hidden; display: flex; align-items: center; justify-content: center; }
  .gh__mega-img img { width: 100%; height: 100%; object-fit: cover; display: block; }

  /* ─── MOBILE DRAWER (Ton mobile favori) ─── */
  .gh__burger { display: none; background: none; border: none; cursor: pointer; padding: 10px; }
  .gh__drawer { position: fixed; inset: 0; z-index: 1000; display: none; }
  .gh__drawer.is-open { display: block; }
  .gh__drawer-panel { position: absolute; left: 0; top: 0; bottom: 0; width: 85%; max-width: 320px; background: #fff; z-index: 2; display: flex; flex-direction: column; box-shadow: 5px 0 15px rgba(0,0,0,0.1); transform: translateX(-100%); transition: transform 0.3s ease; }
  .gh__drawer.is-open .gh__drawer-panel { transform: translateX(0); }
  .gh__drawer-scrim { position: absolute; inset: 0; background: rgba(0,0,0,0.5); z-index: 1; border: none; width: 100%; }
  
  .gh__drawer-head { padding: 20px; border-bottom: 1px solid #eee; display: flex; justify-content: space-between; align-items: center; }
  .gh__drawer-close { background: none; border: none; cursor: pointer; }
  
  .gh__drawer-nav { flex: 1; overflow-y: auto; }
  .gh__drawer-list { list-style: none; padding: 0; margin: 0; }
  .gh__drawer-item { border-bottom: 1px solid #f5f5f5;transition: background 0.2s ease; }

.gh__drawer-item:hover {
  background: #fcfcfc;
}
  /* Drawer item base — grid lets parent link own the title row, chevron summary owns the toggle */
  .gh__drawer-link { display: block; padding: 18px 20px; text-decoration: none; color: #121212; font-weight: 600; font-size: 15px; }

 
  .gh__drawer-acc > .gh__drawer-link--parent:hover { color: var(--c-primary); }
  
  .gh__drawer-acc > summary.gh__drawer-chev::-webkit-details-marker { display: none; }
  .gh__drawer-acc > summary.gh__drawer-chev:hover { border-color: var(--c-primary); color: var(--c-primary); }
 
 
  .gh__drawer-acc-body {
  border-top: 1px solid #eee;
  background: #fff;
}
.gh__drawer-sublink {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 12px 40px;

  text-decoration: none;
  color: #666;
  font-size: 14px;

  transition:
    background 0.2s ease,
    padding-left 0.2s ease,
    color 0.2s ease;
}
 .gh__drawer-summary {
  display: flex;
  align-items: center;
  justify-content: space-between; /* Pousse le chevron à droite */
  padding: 18px 20px;
  cursor: pointer;
  list-style: none;
}

.gh__drawer-summary::-webkit-details-marker { display: none; }

.gh__drawer-title {
  font-size: 16px;
  font-weight: 600;
  color: #121212;
  line-height: 1.3;
}

.gh__drawer-chev {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}

.gh__drawer-acc[open] > .gh__drawer-summary .gh__drawer-chev {
  transform: rotate(180deg);
}
.sub-summary {
  padding: 12px 20px 12px 35px;
  background: #f9f9f9;
}
.gh__drawer-sublink {
  display: block;
  padding: 12px 40px;
  text-decoration: none;
  color: #666;
  font-size: 14px;
}
.gh__drawer-sublink::after {
  content: none !important;
}
.gh__drawer-sublink.grand-child {
  padding-left: 55px;
  font-size: 13px;
  background: #ffffff;
}
.gh__drawer-sublink:hover,
.gh__drawer-sublink:active {
  background: #f7f7f7;
  padding-left: 46px;
  color: #121212;
}  
  .gh__drawer-foot { padding: 20px; border-top: 1px solid #eee; margin-top: auto; }
  .gh__drawer-cta { width: 100%; background: #BA0033; color: #fff !important; padding: 15px; text-align: center; text-decoration: none; border-radius: 4px; font-weight: 700; display: flex; justify-content: center; gap: 10px; border: none; font-size: 13px; }

  @media (max-width: 1024px) {
    .gh__nav, .gh__cta { display: none; }
    .gh__burger { display: block; }
    .gh__bar { grid-template-columns: auto 1fr auto; }
    .gh__logo { justify-self: center; }
  }
/* END_SECTION:header */

/* START_SECTION:hero-brand (INDEX:26) */
.hero-brand {
    position: relative;
    overflow: hidden;
    background:
      linear-gradient(135deg, var(--hb-bg-from) 0%, var(--hb-bg-to) 100%);
    color: var(--color-text-on-dark);
    isolation: isolate;
  }
  .hero-brand__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: .25;
    pointer-events: none;
  }
  .hero-brand__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hero-brand__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: var(--space-xl);
    padding-top: var(--space-2xl);
    padding-bottom: var(--space-2xl);
    min-height: 560px;
  }
  .hero-brand__copy { max-width: 560px; }
  .hero-brand__eyebrow {
    display: inline-block;
    font-family: var(--font-sans);
    font-size: var(--fs-xs);
    letter-spacing: .3em;
    text-transform: uppercase;
    color: var(--color-secondary-soft);
    margin-bottom: var(--space-md);
  }
  .hero-brand__title {
    font-family: var(--font-serif);
    font-size: clamp(48px, 7vw, 96px);
    font-weight: 500;
    line-height: 1;
    color: var(--color-text-on-dark);
    margin: 0 0 var(--space-md);
    letter-spacing: -.02em;
  }
  .hero-brand__desc {
    font-size: var(--fs-md);
    line-height: 1.7;
    color: rgba(255,255,255,.88);
    margin: 0 0 var(--space-lg);
  }
  .hero-brand__desc p { margin: 0 0 var(--space-sm); }
  .hero-brand__desc p:last-child { margin-bottom: 0; }

  .hero-brand__cta { background: var(--color-secondary); border-color: var(--color-secondary); }
  .hero-brand__cta:hover { background: var(--color-secondary-soft); border-color: var(--color-secondary-soft); }

  .hero-brand__visual {
    position: relative;
    aspect-ratio: 4 / 5;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
  }
  .hero-brand__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  @media (max-width: 1024px) {
    .hero-brand__inner {
      grid-template-columns: 1fr;
      gap: var(--space-lg);
      min-height: 0;
    }
    .hero-brand__visual { aspect-ratio: 16 / 10; }
  }
  @media (max-width: 640px) {
    .hero-brand__inner { padding-top: var(--space-xl); padding-bottom: var(--space-xl); }
  }
/* END_SECTION:hero-brand */

/* START_SECTION:hero-split (INDEX:27) */
.g-hero { 
    position: relative; 
    overflow: hidden; 
    width: 100%;
    min-height: var(--desktop-height, 70vh);
    display: flex;
    align-items: center;
  }
  
  .g-hero__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .g-hero__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Remplit l'espace sans déformer l'image */
    display: block;
  }

  .g-hero__bg-img--mobile { display: none; }

  .g-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }

  .g-hero__inner {
    position: relative;
    z-index: 3;
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 48px;
    width: 100%;
  }

  .g-hero__copy { max-width: 650px; }

  .g-hero__title { 
    font-size: clamp(2.5rem, 6vw, 4.5rem); 
    line-height: 1.1;
    margin: 0 0 28px; 
  }

  .g-hero__hl {
    background: var(--c-primary, #800020);
    color: #FFFFFF;
    padding: 0.1em 0.3em;
    display: inline-block;
  }

  .g-hero__sub { 
    font-size: 1.2rem; 
    max-width: 520px; 
    margin-bottom: 40px; 
    line-height: 1.6;
  }

  .g-hero__ctas { display: flex; gap: 16px; flex-wrap: wrap; }

  [data-fade] { 
    opacity: 0; 
    transform: translateY(20px); 
    transition: opacity 0.8s ease-out, transform 0.8s ease-out; 
  }

  [data-fade].is-in { 
    opacity: 1; 
    transform: translateY(0); 
  }

  @media (max-width: 767px) {
    .g-hero { min-height: var(--mobile-height, 60vh); }
    .g-hero__bg-img--desktop { display: none; }
    .g-hero__bg-img--mobile { display: block; }
    .g-hero__inner { padding: 60px 24px; }
  }
/* END_SECTION:hero-split */

/* START_SECTION:hero-treatments (INDEX:28) */
.hero-treatments {
    background: var(--color-bg);
  }
  .hero-treatments__header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto var(--space-xl);
  }
  .hero-treatments__title {
    font-family: var(--font-serif);
    font-size: var(--fs-2xl);
    color: var(--color-text);
    margin: 0 0 var(--space-sm);
  }
  .hero-treatments__desc {
    font-size: var(--fs-md);
    color: var(--color-text-light);
    line-height: 1.7;
    margin: 0;
  }
  .hero-treatments__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-md);
  }
  .treatment-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--radius-md);
    aspect-ratio: 4 / 5;
    background: var(--color-surface-alt);
    text-decoration: none;
    color: var(--color-text-on-dark);
  }
  .treatment-card__media {
    position: absolute;
    inset: 0;
    overflow: hidden;
  }
  .treatment-card__img,
  .treatment-card__placeholder svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--t-slow) var(--ease);
  }
  .treatment-card:hover .treatment-card__img,
  .treatment-card:hover .treatment-card__placeholder svg {
    transform: scale(1.05);
  }
  .treatment-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      180deg,
      rgba(0,0,0,0) 35%,
      rgba(0,0,0,.55) 100%
    );
    transition: background var(--t-base) var(--ease);
  }
  .treatment-card:hover .treatment-card__overlay {
    background: linear-gradient(
      180deg,
      rgba(0,0,0,.1) 0%,
      rgba(0,0,0,.7) 100%
    );
  }
  .treatment-card__label {
    position: absolute;
    left: var(--space-sm);
    bottom: var(--space-md);
    transform-origin: left bottom;
    transform: rotate(-90deg) translate(0, -8px);
    font-family: var(--font-serif);
    font-size: var(--fs-lg);
    color: var(--color-text-on-dark);
    letter-spacing: .02em;
    white-space: nowrap;
    text-shadow: 0 2px 8px rgba(0,0,0,.4);
  }
  .hero-treatments__empty {
    text-align: center;
    padding: var(--space-xl) 0;
    color: var(--color-text-light);
    border: 1px dashed var(--color-border);
    border-radius: var(--radius-md);
  }
  @media (max-width: 1024px) {
    .hero-treatments__grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 640px) {
    .hero-treatments__grid { grid-template-columns: 1fr; gap: var(--space-sm); }
    .treatment-card { aspect-ratio: 3 / 4; }
    .treatment-card__label { font-size: var(--fs-md); bottom: var(--space-sm); }
  }
/* END_SECTION:hero-treatments */

/* START_SECTION:house-feature (INDEX:29) */
.g-house { 
    background: var(--c-primary-deep, #4a0404); 
    color: var(--c-bone, #f9f6f2); 
    padding: 140px 0; 
    overflow: hidden; 
    display: flex;
    align-items: center;
    min-height: 80vh;
  }
  
  .g-house__inner { 
    display: grid; 
    grid-template-columns: 1fr 1.5fr 1fr; 
    gap: 40px; 
    align-items: center; 
  }

  .g-house__visual { 
    position: relative;
    aspect-ratio: 3/4; 
    will-change: transform;
    transition: transform 0.1s cubic-bezier(0,0,0.1,1); 
  }

  .g-house__visual img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    border-radius: 2px;
  }

  .g-house__center { z-index: 2; position: relative; }
  .g-house__eyebrow { letter-spacing: 0.22em; margin-bottom: 24px; opacity: 0.8; text-transform: uppercase; font-size: 12px; }
  
  .g-house__logo-container { display: block; line-height: 0; }
  .g-house__logo { width: 100%; height: auto; display: block; }

  .g-house__title { font-size: clamp(48px, 7vw, 90px); margin: 0 0 24px; line-height: 1; font-weight: normal; }
  .g-house__body { font-size: 18px; line-height: 1.6; opacity: 0.9; max-width: 480px; margin: 0 auto 32px; }

  @media (max-width: 1024px) {
    .g-house { padding: 80px 0; min-height: auto; }
    .g-house__inner { grid-template-columns: 1fr; text-align: center; }
    .g-house__visual { display: none; } 
    .g-house__title { font-size: 52px; }
  }
/* END_SECTION:house-feature */

/* START_SECTION:journal-tease (INDEX:32) */
.g-jt { background: var(--c-cream-deep); }
  .g-jt__header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 32px; gap: 24px; flex-wrap: wrap; }
  .g-jt__title { font-size: var(--fs-3xl); margin: 0; }
  .g-jt__cta { background: var(--c-charcoal); color: var(--c-bone); border-color: var(--c-charcoal); }
  .g-jt__cta:hover { background: var(--c-ink); }
  .g-jt__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

  @media (max-width: 1024px) { .g-jt__grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 640px)  { .g-jt__grid { grid-template-columns: 1fr; } }
/* END_SECTION:journal-tease */

/* START_SECTION:main-404 (INDEX:33) */
.g-404 { background: var(--c-cream); }
  .g-404__inner { text-align: center; padding: var(--s-11) 0; }
  .g-404__title { font-size: 80px; margin: 8px 0 16px; color: var(--c-primary); }
  .g-404__lead { max-width: 480px; margin: 0 auto var(--s-7); }
/* END_SECTION:main-404 */

/* START_SECTION:main-article (INDEX:37) */
.g-art { background: var(--c-paper); }
  .g-art__hero { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; min-height: 460px; }
  .g-art__hero-img { min-height: 460px; }
  .g-art__hero-img img { width: 100%; height: 100%; object-fit: cover; }
  .g-art__hero-copy { padding: 80px 64px; display: flex; flex-direction: column; justify-content: center; }
  .g-art__meta { margin-bottom: 16px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
  .g-art__divider { width: 1px; height: 14px; background: var(--c-rule); }
  .g-art__title { font-size: 56px; color: var(--c-primary); margin: 0; letter-spacing: -0.02em; line-height: 1.05; }

  .g-art__body { background: var(--c-cream); padding: var(--s-11) 0; }
  .g-art__content { max-width: 760px; margin: 0 auto; }
  .g-art__content h2 { font-family: var(--font-display); font-size: 34px; margin: 32px 0 18px; line-height: 1.15; }
  .g-art__content h3 { font-family: var(--font-display); font-size: 28px; margin: 28px 0 14px; }
  .g-art__content h4 { font-family: var(--font-display); font-size: 22px; margin: 20px 0 10px; color: var(--c-ink-soft); }
  .g-art__content p, .g-art__content li { font-size: 16px; line-height: 1.75; color: var(--c-ink-soft); margin: 0 0 16px; }
  .g-art__content ul { padding-left: 0; list-style: none; display: grid; gap: 12px; margin: 0 0 24px; }
  .g-art__content strong { color: var(--c-ink); }
  .g-art__content blockquote {
    border-left: 3px solid var(--c-primary);
    padding-left: 24px; margin: 32px 0;
    font-family: var(--font-display); font-style: italic;
    font-size: 22px; color: var(--c-ink);
  }
  .g-art__content img { border-radius: var(--r-sm); margin: 24px 0; }

  .g-art__related { padding: var(--s-11) 0; background: var(--c-bone); }
  .g-art__related-title { font-size: var(--fs-2xl); margin: 0 0 32px; }
  .g-art__related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

  @media (max-width: 1024px) {
    .g-art__hero { grid-template-columns: 1fr; }
    .g-art__hero-copy { padding: 48px 0; }
    .g-art__title { font-size: 36px; }
    .g-art__related-grid { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 640px) { .g-art__related-grid { grid-template-columns: 1fr; } }
/* END_SECTION:main-article */

/* START_SECTION:main-blog (INDEX:38) */
.g-blog { background: var(--c-primary); color: var(--c-bone); min-height: 100vh; }
  .g-blog__inner { padding: var(--s-9) 0 var(--s-11); }
  .g-blog__eyebrow { color: rgba(255,255,255,0.7); margin-bottom: 16px; }
  .g-blog__title { font-size: 64px; margin: 0 0 32px; color: var(--c-bone); }

  .g-blog__tabs {
    display: flex; gap: 28px; flex-wrap: wrap;
    border-bottom: 1px solid rgba(255,255,255,0.18);
    padding-bottom: 18px; margin-bottom: 40px;
  }
  .g-blog__tab {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    border-bottom: 1px solid transparent;
    padding-bottom: 8px; margin-bottom: -19px;
    transition: color var(--t-base), border-color var(--t-base);
  }
  .g-blog__tab.is-active, .g-blog__tab:hover { color: var(--c-bone); border-bottom-color: var(--c-bone); }

  .g-blog__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
  .g-blog__more { display: flex; justify-content: center; margin-top: 56px; }

  @media (max-width: 1024px) {
    .g-blog__grid { grid-template-columns: repeat(2, 1fr); }
    .g-blog__title { font-size: 48px; }
  }
  @media (max-width: 640px) {
    .g-blog__grid { grid-template-columns: 1fr; }
  }
/* END_SECTION:main-blog */

/* START_SECTION:main-cart (INDEX:41) */
.g-cart { padding: var(--s-9) 0 var(--s-11); }
  .g-cart__title { font-size: 56px; margin: 4px 0 var(--s-7); }
  .g-cart__items { display: grid; gap: var(--s-5); border-top: 1px solid var(--c-rule); }
  .g-cart__row { display: grid; grid-template-columns: 100px 1fr auto; gap: var(--s-5); padding: var(--s-5) 0; border-bottom: 1px solid var(--c-rule); align-items: start; }
  .g-cart__media { width: 100px; aspect-ratio: 3/4; }
  .g-cart__media img { width: 100%; height: 100%; object-fit: cover; }
  .g-cart__meta { display: flex; flex-direction: column; gap: 6px; }
  .g-cart__name { font-size: 18px; color: var(--c-ink); text-decoration: none; }
  .g-cart__variant { font-size: 13px; }
  .g-cart__price { color: var(--c-primary); font-family: var(--font-display); font-size: 18px; }
  .g-cart__qty { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
  .g-cart__qty input { width: 64px; padding: 8px; border: 1px solid var(--c-rule); border-radius: var(--r-sm); text-align: center; }
  .g-cart__summary { margin-top: var(--s-7); padding-top: var(--s-5); border-top: 1px solid var(--c-rule); display: grid; gap: var(--s-3); justify-items: end; }
  .g-cart__total { display: flex; gap: var(--s-4); align-items: baseline; }
  .g-cart__total-val { font-size: 32px; }
  .g-cart__ctas { display: flex; gap: 12px; }
  .g-cart__empty { padding: var(--s-9) 0; display: grid; gap: var(--s-4); justify-items: start; }
/* END_SECTION:main-cart */

/* START_SECTION:main-collection (INDEX:44) */
.g-coll { background: var(--c-bone); }
  .g-coll__hero {
    display: grid; grid-template-columns: 1fr 1fr;
    align-items: stretch; min-height: 380px;
  }
  .g-coll__hero-img { min-height: 380px; }
  .g-coll__hero-img img { width: 100%; height: 100%; object-fit: cover; }
  .g-coll__hero-copy { padding: 80px 64px; display: flex; flex-direction: column; justify-content: center; background: var(--c-bone); }
  .g-coll__crumbs { margin-bottom: 12px; }
  .g-coll__title { font-size: 80px; margin: 0 0 18px; }
  .g-coll__desc { max-width: 520px; }

  .g-coll__toolbar { border-top: 1px solid var(--c-rule); border-bottom: 1px solid var(--c-rule); background: var(--c-bone); }
  .g-coll__toolbar-inner { display: flex; justify-content: space-between; align-items: center; padding: 20px 48px; }
  .g-coll__count { font-size: 14px; color: var(--c-ink-soft); }
  .g-coll__tools { display: flex; gap: 16px; align-items: center; }
  .g-coll__view-btn { padding: 8px; color: var(--c-ink-mute); display: inline-flex; }
  .g-coll__view-btn.is-active { color: var(--c-ink); }
  .g-coll__divider { width: 1px; height: 18px; background: var(--c-rule); }

  .g-coll__grid-wrap { padding: 32px 0 96px; }
  .g-coll__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
  .g-coll__grid[data-grid-view="dense"] { grid-template-columns: repeat(6, 1fr); gap: 12px; }
  .g-coll__pagination { display: flex; justify-content: center; gap: 16px; align-items: center; margin-top: 56px; }
  .g-coll__pageinfo { font-size: 13px; color: var(--c-ink-mute); }
  .g-coll__empty { text-align: center; padding: 96px 0; color: var(--c-ink-mute); }

  @media (max-width: 1024px) {
    .g-coll__hero { grid-template-columns: 1fr; }
    .g-coll__hero-copy { padding: 48px 0; }
    .g-coll__title { font-size: 56px; }
    .g-coll__grid { grid-template-columns: repeat(3, 1fr); }
    .g-coll__grid[data-grid-view="dense"] { grid-template-columns: repeat(4, 1fr); }
  }
  @media (max-width: 640px) {
    .g-coll__grid, .g-coll__grid[data-grid-view="dense"] { grid-template-columns: repeat(2, 1fr); }
    .g-coll__title { font-size: 44px; }
  }
/* END_SECTION:main-collection */

/* START_SECTION:main-customers-activate-account (INDEX:45) */
.g-cust__inner { max-width: 480px; }
  .g-cust__title { font-size: 48px; margin: 8px 0 var(--s-7); }
  .g-cust form { display: grid; gap: var(--s-4); }
  .g-cust label { display: grid; gap: 6px; font-size: 13px; color: var(--c-ink-soft); }
  .g-cust input { padding: 12px 16px; border: 1px solid var(--c-rule); border-radius: var(--r-pill); font-size: 14px; }
  .g-cust__row { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
  .g-cust__error { background: var(--c-primary-tint); color: var(--c-primary-deep); padding: var(--s-4); border-radius: var(--r-sm); margin-bottom: var(--s-4); font-size: 14px; }
  .g-cust__success { background: var(--c-cream-deep); padding: var(--s-4); border-radius: var(--r-sm); margin-bottom: var(--s-4); font-size: 14px; }
  .g-cust__list { display: grid; gap: var(--s-4); }
  .g-cust__order { padding: var(--s-4); border: 1px solid var(--c-rule); border-radius: var(--r-md); }
  .g-cust__order h3 { font-family: var(--font-display); font-size: 20px; margin: 0 0 6px; }
/* END_SECTION:main-customers-activate-account */

/* START_SECTION:main-customers-addresses (INDEX:46) */
.g-cust__inner { max-width: 480px; }
  .g-cust__title { font-size: 48px; margin: 8px 0 var(--s-7); }
  .g-cust form { display: grid; gap: var(--s-4); }
  .g-cust label { display: grid; gap: 6px; font-size: 13px; color: var(--c-ink-soft); }
  .g-cust input { padding: 12px 16px; border: 1px solid var(--c-rule); border-radius: var(--r-pill); font-size: 14px; }
  .g-cust__row { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
  .g-cust__error { background: var(--c-primary-tint); color: var(--c-primary-deep); padding: var(--s-4); border-radius: var(--r-sm); margin-bottom: var(--s-4); font-size: 14px; }
  .g-cust__success { background: var(--c-cream-deep); padding: var(--s-4); border-radius: var(--r-sm); margin-bottom: var(--s-4); font-size: 14px; }
  .g-cust__list { display: grid; gap: var(--s-4); }
  .g-cust__order { padding: var(--s-4); border: 1px solid var(--c-rule); border-radius: var(--r-md); }
  .g-cust__order h3 { font-family: var(--font-display); font-size: 20px; margin: 0 0 6px; }
/* END_SECTION:main-customers-addresses */

/* START_SECTION:main-customers-login (INDEX:47) */
.g-cust__inner { max-width: 480px; }
  .g-cust__title { font-size: 48px; margin: 8px 0 var(--s-7); }
  .g-cust form { display: grid; gap: var(--s-4); }
  .g-cust label { display: grid; gap: 6px; font-size: 13px; color: var(--c-ink-soft); }
  .g-cust input { padding: 12px 16px; border: 1px solid var(--c-rule); border-radius: var(--r-pill); font-size: 14px; }
  .g-cust__row { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
  .g-cust__error { background: var(--c-primary-tint); color: var(--c-primary-deep); padding: var(--s-4); border-radius: var(--r-sm); margin-bottom: var(--s-4); font-size: 14px; }
  .g-cust__success { background: var(--c-cream-deep); padding: var(--s-4); border-radius: var(--r-sm); margin-bottom: var(--s-4); font-size: 14px; }
  .g-cust__list { display: grid; gap: var(--s-4); }
  .g-cust__order { padding: var(--s-4); border: 1px solid var(--c-rule); border-radius: var(--r-md); }
  .g-cust__order h3 { font-family: var(--font-display); font-size: 20px; margin: 0 0 6px; }
/* END_SECTION:main-customers-login */

/* START_SECTION:main-customers-order (INDEX:48) */
.g-cust__inner { max-width: 480px; }
  .g-cust__title { font-size: 48px; margin: 8px 0 var(--s-7); }
  .g-cust form { display: grid; gap: var(--s-4); }
  .g-cust label { display: grid; gap: 6px; font-size: 13px; color: var(--c-ink-soft); }
  .g-cust input { padding: 12px 16px; border: 1px solid var(--c-rule); border-radius: var(--r-pill); font-size: 14px; }
  .g-cust__row { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
  .g-cust__error { background: var(--c-primary-tint); color: var(--c-primary-deep); padding: var(--s-4); border-radius: var(--r-sm); margin-bottom: var(--s-4); font-size: 14px; }
  .g-cust__success { background: var(--c-cream-deep); padding: var(--s-4); border-radius: var(--r-sm); margin-bottom: var(--s-4); font-size: 14px; }
  .g-cust__list { display: grid; gap: var(--s-4); }
  .g-cust__order { padding: var(--s-4); border: 1px solid var(--c-rule); border-radius: var(--r-md); }
  .g-cust__order h3 { font-family: var(--font-display); font-size: 20px; margin: 0 0 6px; }
/* END_SECTION:main-customers-order */

/* START_SECTION:main-customers-register (INDEX:49) */
.g-cust__inner { max-width: 480px; }
  .g-cust__title { font-size: 48px; margin: 8px 0 var(--s-7); }
  .g-cust form { display: grid; gap: var(--s-4); }
  .g-cust label { display: grid; gap: 6px; font-size: 13px; color: var(--c-ink-soft); }
  .g-cust input { padding: 12px 16px; border: 1px solid var(--c-rule); border-radius: var(--r-pill); font-size: 14px; }
  .g-cust__row { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
  .g-cust__error { background: var(--c-primary-tint); color: var(--c-primary-deep); padding: var(--s-4); border-radius: var(--r-sm); margin-bottom: var(--s-4); font-size: 14px; }
  .g-cust__success { background: var(--c-cream-deep); padding: var(--s-4); border-radius: var(--r-sm); margin-bottom: var(--s-4); font-size: 14px; }
  .g-cust__list { display: grid; gap: var(--s-4); }
  .g-cust__order { padding: var(--s-4); border: 1px solid var(--c-rule); border-radius: var(--r-md); }
  .g-cust__order h3 { font-family: var(--font-display); font-size: 20px; margin: 0 0 6px; }
/* END_SECTION:main-customers-register */

/* START_SECTION:main-customers-reset-password (INDEX:50) */
.g-cust__inner { max-width: 480px; }
  .g-cust__title { font-size: 48px; margin: 8px 0 var(--s-7); }
  .g-cust form { display: grid; gap: var(--s-4); }
  .g-cust label { display: grid; gap: 6px; font-size: 13px; color: var(--c-ink-soft); }
  .g-cust input { padding: 12px 16px; border: 1px solid var(--c-rule); border-radius: var(--r-pill); font-size: 14px; }
  .g-cust__row { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
  .g-cust__error { background: var(--c-primary-tint); color: var(--c-primary-deep); padding: var(--s-4); border-radius: var(--r-sm); margin-bottom: var(--s-4); font-size: 14px; }
  .g-cust__success { background: var(--c-cream-deep); padding: var(--s-4); border-radius: var(--r-sm); margin-bottom: var(--s-4); font-size: 14px; }
  .g-cust__list { display: grid; gap: var(--s-4); }
  .g-cust__order { padding: var(--s-4); border: 1px solid var(--c-rule); border-radius: var(--r-md); }
  .g-cust__order h3 { font-family: var(--font-display); font-size: 20px; margin: 0 0 6px; }
/* END_SECTION:main-customers-reset-password */

/* START_SECTION:main-list-collections (INDEX:51) */
.g-coll-list__title { font-size: 64px; margin: 8px 0 var(--s-7); }
  .g-coll-list__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
  .g-coll-list__card { color: inherit; text-decoration: none; display: block; }
  .g-coll-list__media { aspect-ratio: 4/5; margin-bottom: var(--s-4); overflow: hidden; }
  .g-coll-list__media img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-slow); }
  .g-coll-list__card:hover .g-coll-list__media img { transform: scale(1.04); }
  .g-coll-list__name { font-size: 24px; margin: 0 0 6px; }
  .g-coll-list__desc { margin: 0; font-size: 14px; }
  @media (max-width: 1024px) { .g-coll-list__grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 640px) { .g-coll-list__grid { grid-template-columns: 1fr; } }
/* END_SECTION:main-list-collections */

/* START_SECTION:main-password (INDEX:57) */
.g-pw { min-height: 100vh; background: var(--c-cream); display: flex; align-items: center; }
  .g-pw__inner { text-align: center; padding: var(--s-11) 0; max-width: 520px; }
  .g-pw__title { font-size: 56px; margin: var(--s-7) 0 var(--s-4); }
  .g-pw__lead { margin-bottom: var(--s-7); }
  .g-pw__form { display: flex; gap: 8px; }
  .g-pw__form input { flex: 1; padding: 12px 18px; border: 1px solid var(--c-rule); border-radius: var(--r-pill); }
  .g-pw__error { margin-top: var(--s-3); color: var(--c-primary); font-size: 13px; }
/* END_SECTION:main-password */

/* START_SECTION:main-product (INDEX:58) */
.gp { background: var(--c-paper); }

  .gp__crumbs { max-width: var(--container); margin: 0 auto; padding: 20px var(--container-px); display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px; font-family: var(--font-sans); font-size: 13px; color: var(--c-ink-mute); }
  .gp__crumbs a { color: var(--c-ink-mute); text-decoration: none; transition: color var(--t-base); }
  .gp__crumbs a:hover { color: var(--c-primary); }
  .gp__crumbs-current { color: var(--c-ink); }

  .gp__split { max-width: var(--container); margin: 0 auto; padding: 20px var(--container-px) 96px; display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: start; }

  .gp__gallery { display: grid; grid-template-columns: 80px 1fr; gap: 16px; }
  .gp__thumbs { display: flex; flex-direction: column; gap: 12px; }
  .gp__thumb { aspect-ratio: 1 / 1; padding: 0; background: transparent; border: 1px solid var(--c-rule); overflow: hidden; cursor: pointer; transition: border-color var(--t-base); }
  .gp__thumb:hover { border-color: var(--c-ink-mute); }
  .gp__thumb.is-active { border-color: var(--c-ink); }
  .gp__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

  .gp__hero { position: relative; aspect-ratio: 4 / 5; overflow: hidden; }
  .gp__heroimg { position: absolute; inset: 0; margin: 0; opacity: 0; transition: opacity var(--t-base); }
  .gp__heroimg.is-active { opacity: 1; }
  .gp__heroimg img { width: 100%; height: 100%; object-fit: cover; }

  .gp__info { padding-top: 24px; }
  .gp__eyebrow { font-family: var(--font-sans); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 500; color: var(--c-ink-soft); margin-bottom: 14px; }
  .gp__title { font-family: var(--font-display); font-weight: 500; font-size: 56px; line-height: 1.05; letter-spacing: -0.02em; color: var(--c-ink); margin: 0 0 14px; }
  .gp__lead { font-family: var(--font-sans); font-size: 16px; line-height: 1.6; color: var(--c-ink-soft); margin: 0 0 28px; max-width: 520px; }
  .gp__price-row { display: flex; gap: 28px; align-items: baseline; margin-bottom: 24px; flex-wrap: wrap; }
  .gp__price { font-family: var(--font-display); font-size: 32px; color: var(--c-ink); }
  .gp__meta { font-family: var(--font-sans); font-size: 13px; color: var(--c-ink-mute); }

  .gp__opt { margin-bottom: 28px; }
  .gp__opt-label { margin-bottom: 10px; }
  .gp__pills { display: flex; gap: 8px; flex-wrap: wrap; }
  .gp__pill { padding: 10px 20px; font-family: var(--font-sans); font-size: 13px; color: var(--c-ink); background: transparent; border: 1px solid var(--c-rule); border-radius: 999px; cursor: pointer; transition: background var(--t-base), color var(--t-base), border-color var(--t-base); }
  .gp__pill:hover { border-color: var(--c-ink); }
  .gp__pill.is-active { background: var(--c-ink); color: var(--c-bone); border-color: var(--c-ink); }
  .gp__pill[disabled] { opacity: 0.4; cursor: not-allowed; text-decoration: line-through; }

  .gp__cta-row { display: flex; gap: 12px; margin-bottom: 36px; }
  .gp__add { flex: 1; height: 52px; justify-content: center; }
  .gp__add[disabled] { background: var(--c-ink-mute); border-color: var(--c-ink-mute); cursor: not-allowed; }
  .gp__wish { width: 52px; height: 52px; padding: 0; justify-content: center; flex-shrink: 0; }

  .gp__acc { border-top: 1px solid var(--c-rule); }
  .gp__acc-item { border-bottom: 1px solid var(--c-rule); }
  .gp__acc-title { list-style: none; padding: 20px 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-family: var(--font-sans); font-size: 15px; font-weight: 500; color: var(--c-ink); }
  .gp__acc-title::-webkit-details-marker { display: none; }

  .gp__acc-icon { position: relative; width: 14px; height: 14px; flex-shrink: 0; color: var(--c-ink-mute); }
  .gp__acc-icon::before, .gp__acc-icon::after { content: ""; position: absolute; background: currentColor; transition: transform var(--t-base), opacity var(--t-base); }
  .gp__acc-icon::before { left: 0; right: 0; top: 50%; height: 1.5px; transform: translateY(-50%); }
  .gp__acc-icon::after  { top: 0; bottom: 0; left: 50%; width: 1.5px; transform: translateX(-50%); }
  .gp__acc-item[open] .gp__acc-icon::after { transform: translateX(-50%) scaleY(0); opacity: 0; }

  .gp__acc-body { padding: 0 0 20px; max-width: 560px; font-family: var(--font-sans); font-size: 15px; line-height: 1.7; color: var(--c-ink-soft); }
  .gp__acc-body p { margin: 0 0 12px; }
  .gp__acc-body p:last-child { margin-bottom: 0; }
  .gp__acc-body ul, .gp__acc-body ol { padding-left: 20px; }

  .gp__related { background: var(--c-bone); padding: var(--s-11) 0; }
  .gp__related-inner { max-width: var(--container); margin: 0 auto; padding: 0 var(--container-px); }
  .gp__related-title { font-family: var(--font-display); font-weight: 500; font-size: var(--fs-2xl); line-height: var(--lh-tight); color: var(--c-ink); margin: 0 0 32px; }
  .gp__related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

  @media (max-width: 1024px) {
    .gp__split { grid-template-columns: 1fr; padding: 20px var(--container-px) 64px; gap: 32px; }
    .gp__title { font-size: 44px; }
    .gp__related-grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 640px) {
    .gp__gallery { grid-template-columns: 1fr; gap: 12px; }
    .gp__hero { aspect-ratio: 1 / 1; order: -1; }
    .gp__thumbs { flex-direction: row; overflow-x: auto; padding-bottom: 4px; }
    .gp__thumb { width: 64px; flex-shrink: 0; }
    .gp__title { font-size: 36px; }
    .gp__price { font-size: 28px; }
    .gp__related-grid { grid-template-columns: 1fr 1fr; }
  }
/* END_SECTION:main-product */

/* START_SECTION:main-search (INDEX:61) */
.g-search__title { font-size: 56px; margin: 4px 0 var(--s-6); }
  .g-search__form { display: flex; gap: 8px; max-width: 640px; margin-bottom: var(--s-7); }
  .g-search__form input { flex: 1; padding: 12px 18px; border: 1px solid var(--c-rule); border-radius: var(--r-pill); }
  .g-search__count { margin-bottom: var(--s-5); }
  .g-search__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
  @media (max-width: 1024px) { .g-search__grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 640px) { .g-search__grid { grid-template-columns: 1fr; } }
/* END_SECTION:main-search */

/* START_SECTION:news-blog (INDEX:64) */
.nb { background: var(--color-bg); }
  .nb__header { text-align: center; max-width: 720px; margin: 0 auto var(--space-xl); }
  .nb__title { font-family: var(--font-serif); font-size: var(--fs-2xl); margin: 0 0 var(--space-sm); color: var(--color-text); }
  .nb__desc  { color: var(--color-text-light); margin: 0; }

  .nb__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-md);
  }
  .nb__card { background: var(--color-surface); border-radius: var(--radius-md); overflow: hidden; transition: transform var(--t-base) var(--ease), box-shadow var(--t-base) var(--ease); }
  .nb__card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
  .nb__link { color: inherit; text-decoration: none; display: block; }

  .nb__media { aspect-ratio: 16/10; overflow: hidden; background: var(--color-surface-alt); }
  .nb__img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-slow) var(--ease); }
  .nb__card:hover .nb__img { transform: scale(1.04); }

  .nb__body { padding: var(--space-md); }
  .nb__date { display: block; font-size: var(--fs-xxs); letter-spacing: .15em; text-transform: uppercase; color: var(--color-text-light); margin-bottom: var(--space-xs); }
  .nb__heading { font-family: var(--font-serif); font-size: var(--fs-lg); margin: 0 0 var(--space-xs); color: var(--color-text); }
  .nb__excerpt { font-size: var(--fs-xs); color: var(--color-text-light); line-height: 1.6; margin: 0 0 var(--space-sm); }
  .nb__more { font-size: var(--fs-xs); letter-spacing: .15em; text-transform: uppercase; color: var(--color-primary); font-weight: 500; }

  .nb__cta { text-align: center; margin-top: var(--space-xl); }
  .nb__empty { text-align: center; padding: var(--space-xl) 0; color: var(--color-text-light); border: 1px dashed var(--color-border); border-radius: var(--radius-md); }

  @media (max-width: 1024px) { .nb__grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 640px)  { .nb__grid { grid-template-columns: 1fr; } }
/* END_SECTION:news-blog */

/* START_SECTION:objectives-grid (INDEX:66) */
.g-obj { background: var(--c-cream); }
  .g-obj__title { font-size: var(--fs-3xl); margin: 0 0 14px; }
  .g-obj__lead { max-width: 640px; margin: 0 0 40px; }
  .g-obj__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
  .g-obj__tile { position: relative; aspect-ratio: 1/1; color: white; cursor: pointer; overflow: hidden; }
  .g-obj__tile img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--t-slow); }
  .g-obj__tile:hover img { transform: scale(1.04); }
  .g-obj__center {
    position: absolute; inset: 0;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    z-index: 1;
  }
  .g-obj__label { font-size: 36px; color: white; text-shadow: 0 2px 16px rgba(0,0,0,0.5); }
  .g-obj__cta { margin-top: 8px; color: white; font-size: 13px; text-shadow: 0 2px 8px rgba(0,0,0,0.6); }

  @media (max-width: 1024px) { .g-obj__grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 480px)  { .g-obj__grid { grid-template-columns: 1fr; } .g-obj__tile { aspect-ratio: 5/3; } }
/* END_SECTION:objectives-grid */

/* START_SECTION:partner-cta (INDEX:68) */
.g-partner { background: var(--c-charcoal); color: var(--c-bone); padding: 0; }
  .g-partner__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 0; min-height: 420px; align-items: stretch; }
  .g-partner__visual { min-height: 420px; }
  .g-partner__visual img { width: 100%; height: 100%; object-fit: cover; }
  .g-partner__copy { padding: 72px 64px; display: flex; flex-direction: column; justify-content: center; }
  .g-partner__eyebrow { color: rgba(255,255,255,0.7); margin-bottom: 18px; }
  .g-partner__title { font-size: var(--fs-3xl); margin: 0 0 18px; color: var(--c-bone); }
  .g-partner__body { color: rgba(255,255,255,0.8); max-width: 480px; margin-bottom: 28px; }
  .g-partner__cta { align-self: flex-start; }

  @media (max-width: 1024px) {
    .g-partner__inner { grid-template-columns: 1fr; }
    .g-partner__copy { padding: 48px 0; }
    .g-partner__visual { min-height: 280px; }
  }
/* END_SECTION:partner-cta */

/* START_SECTION:product-grid-tabs (INDEX:71) */
.pgt { background: var(--color-bg); }
  .pgt__header { text-align: center; max-width: 720px; margin: 0 auto var(--space-lg); }
  .pgt__title { font-family: var(--font-serif); font-size: var(--fs-2xl); margin: 0 0 var(--space-sm); color: var(--color-text); }
  .pgt__desc { color: var(--color-text-light); margin: 0; }

  .pgt__tabs {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: var(--space-xs); margin-bottom: var(--space-lg);
    border-bottom: 1px solid var(--color-border);
    padding-bottom: var(--space-sm);
  }
  .pgt__tab {
    background: transparent; border: 0;
    padding: 10px 18px;
    font-family: var(--font-sans);
    font-size: var(--fs-xs); letter-spacing: .15em;
    text-transform: uppercase; color: var(--color-text-light);
    border-radius: var(--radius-pill); cursor: pointer;
    transition: color var(--t-fast) var(--ease), background var(--t-fast) var(--ease);
  }
  .pgt__tab:hover { color: var(--color-text); }
  .pgt__tab.is-active { background: var(--color-primary); color: var(--color-text-on-dark); }

  .pgt__panel { display: none; }
  .pgt__panel.is-active { display: block; }

  .pgt__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-md);
  }
  .pgt__cta { text-align: center; margin-top: var(--space-lg); }
  .pgt__empty { text-align: center; padding: var(--space-xl) 0; color: var(--color-text-light); border: 1px dashed var(--color-border); border-radius: var(--radius-md); }

  @media (max-width: 1024px) { .pgt__grid { grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 768px)  { .pgt__grid { grid-template-columns: repeat(2, 1fr); gap: var(--space-sm); } }
  @media (max-width: 480px)  { .pgt__grid { grid-template-columns: 1fr; } }
/* END_SECTION:product-grid-tabs */

/* START_SECTION:product-tabs (INDEX:72) */
.g-pt { background: #fdfaf5; padding: 60px 0; overflow: hidden; position: relative; }
  .g-pt__header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; padding: 0 20px; }
  .g-pt__tabs { display: flex; gap: 30px; font-family: serif; font-size: 32px; }
  
  .g-pt__tab { cursor: pointer; background: none; border: none; color: #ccc; border-bottom: 2px solid transparent; transition: 0.3s; padding-bottom: 5px; outline: none; }
  .g-pt__tab.is-active { color: #222; border-bottom-color: #b38e5d; }

  .g-slider-wrapper { position: relative; padding: 0 40px; }

  .g-pt__row-slider {
    display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory;
    scroll-behavior: smooth; -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }
  .g-pt__row-slider::-webkit-scrollbar { display: none; }

  .g-pt__cell { flex: 0 0 calc(20% - 16px); min-width: 220px; scroll-snap-align: start; }

  .g-slider-btn {
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 50px; height: 50px; border-radius: 50%;
    background: #fff; border: 1px solid #eee; box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 30; cursor: pointer; display: flex; align-items: center; justify-content: center;
    font-weight: bold; transition: 0.3s; pointer-events: auto !important;
  }
  .g-slider-btn:hover { background: #b38e5d; color: #fff; border-color: #b38e5d; }
  .g-slider-btn.prev { left: 10px; opacity: 0; visibility: hidden; }
  .g-slider-btn.next { right: 10px; }

  .g-pt__panel { opacity: 0; transform: translateY(10px); transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1); }
  .g-pt__panel.is-active { opacity: 1; transform: translateY(0); }

  @media (max-width: 1024px) {
    .g-pt__cell { flex: 0 0 calc(33.33% - 14px); }
  }

  @media (max-width: 768px) {
    .g-pt__cell { flex: 0 0 75%; }
    .g-slider-btn { display: none; }
    .g-slider-wrapper { padding: 0 20px; }
    .g-pt__tabs { font-size: 24px; gap: 20px; }
  }
/* END_SECTION:product-tabs */

/* START_SECTION:produits-slider (INDEX:73) */
.slider-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ab0033;
  padding: 5px 50px;
  overflow: hidden;
  position: relative;
  gap: 20px;
  margin-bottom: 50px;
}

.slider-text {
  color: #fff;
  font-family: Sinkin Sans, Arial, serif;
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: .04rem;
  line-height: 3.6rem;
  width: 30%;
  flex-shrink: 0;
}

.slider-wrapper {
  width: 70%;
  position: relative;
  overflow: hidden;
}

.product-slider {
  display: flex;
  gap: 2rem;
  padding: 6rem 1rem;
  margin: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.product-slider::-webkit-scrollbar {
  display: none;
}

.product-card {
  flex: 0 0 calc((100% - 2 * 2rem) / 3);
  box-sizing: border-box;
  min-width: 250px;
  background: #fff;
  border-radius: 8px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  position: relative;
  transition: transform 0.3s ease;
  margin-right: 2rem;
  overflow: hidden;
  scroll-snap-align: center;
}

.product-card img {
  max-height: 200px;
  object-fit: contain;
  margin-bottom: 1rem;
}

.product-card h3 {
  font-size: 20px;
  color: #ab0033;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}

.product-card .price {
  font-weight: bold;
  margin-top: 0.8rem;
  font-size: 16px;
}

.product-teaser__hover {
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  z-index: 1;
  transition: all 0.25s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.95rem;
  text-transform: uppercase;
}

.product-card:hover .product-teaser__hover {
  height: 100%;
  background: linear-gradient(0deg, rgba(206, 19, 66, 0.5), hsla(0, 0%, 100%, 0.06) 40%);
}

.product-teaser__hover .cta {
  background: #ab0033;
  padding: 0.4rem 1.2rem;
  border-radius: 20px;
  z-index: 3;
}

.slider-arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background: #ce1342;
  color: #fff;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 0;
  font-size: 30px;
  font-family: Sinkin Sans, Arial, serif!important;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-arrow.left {
  left: 0;
}
.slider-arrow.right {
  right: 0;
}

/* Responsive adjustments */
@media screen and (max-width: 1024px) {
  .slider-section {
    flex-direction: column;
    padding: 2rem 1rem;
    gap: 2rem;
  }

  .slider-text {
    width: 100%;
    font-size: 1.8rem;
    line-height: 2.5rem;
    text-align: center;
    margin-bottom: -28px;
  }

  .slider-wrapper {
    width: 100%;
  }

  .product-slider {
    padding: 2rem 0;
  }

  .product-card {
    flex: 0 0 80%;
    min-width: 80%;
    margin: 0 10%;
  }

  .slider-arrow {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .product-card {
    flex: 0 0 90%;
    min-width: 90%;
    margin: 0 5%;
  }
  .product-card .price {
  font-size: 22px;
}
  .product-card h3 {
  font-size: 26px;
}
}
/* END_SECTION:produits-slider */

/* START_SECTION:reinsurance (INDEX:75) */
.g-reinsurance { background: var(--c-cream); }
  .g-reinsurance__title { text-align: center; font-size: var(--fs-2xl); margin: 0 0 var(--s-8); color: var(--c-ink); }
  .g-reinsurance__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--s-7);
  }
  .g-reinsurance__cell {
    text-align: center;
    padding: var(--s-4);
  }
  .g-reinsurance__icon {
    width: 56px;
    height: 56px;
    margin: 0 auto var(--s-4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--c-primary);
  }
  .g-reinsurance__icon img { width: 48px; height: 48px; object-fit: contain; }
  .g-reinsurance__icon--default {
    background: var(--c-paper);
    border-radius: 999px;
    border: 1px solid var(--c-rule);
  }
  .g-reinsurance__heading {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 18px;
    color: var(--c-ink);
    margin: 0 0 6px;
    line-height: 1.2;
  }
  .g-reinsurance__body {
    font-family: var(--font-sans);
    font-size: 13px;
    color: var(--c-ink-soft);
    line-height: 1.55;
    margin: 0;
  }
  @media (max-width: 1024px) { .g-reinsurance__grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 480px)  { .g-reinsurance__grid { grid-template-columns: 1fr; } }
/* END_SECTION:reinsurance */

/* START_SECTION:salon-finder (INDEX:78) */
.g-salon { background: var(--c-paper); padding: 0; }
  .g-salon__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: stretch; min-height: 480px; }
  .g-salon__copy { display: flex; flex-direction: column; justify-content: center; padding: 80px 64px 80px 0; }
  .g-salon__eyebrow { margin-bottom: 18px; }
  .g-salon__title { font-size: var(--fs-3xl); margin: 0 0 18px; }
  .g-salon__body { margin-bottom: 28px; max-width: 480px; }
  .g-salon__cta { align-self: flex-start; }
  .g-salon__visual { min-height: 480px; }
  .g-salon__visual img { width: 100%; height: 100%; object-fit: cover; }

  @media (max-width: 1024px) {
    .g-salon__inner { grid-template-columns: 1fr; }
    .g-salon__copy { padding: 64px 0; }
    .g-salon__visual { min-height: 320px; }
  }
/* END_SECTION:salon-finder */

/* START_SECTION:soins-featured (INDEX:80) */
/* Base styles for all devices */
  .section-soins-featured {
    padding: 7rem 0;
    background-image: url('/cdn/shop/files/cream.387e2a59.png?v=1749642734');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
  }

  .soins-container {
    max-width: 1200px;
    width: 100%;
    padding: 0 80px;
  }

  .soins-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    justify-items: center;
  }

  .soin-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 12px #0000000d;
    padding: 42px 30px 0px 100px;
    overflow: visible;
    height: 500px;
    width: 470px;
    z-index: 1;
  }

  .soin-card:nth-child(2n) {
    margin-top: 51px;
  }

  .soin-card__badge {
    position: absolute;
    top: -21px;
    left: -19px;
    background-color: #ab0033;
    color: #fff;
    width: 50px;
    height: 50px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .soin-card__content {
    z-index: 2;
    margin: -24px -1px 0px -67px;
  }

  .soin-card__title {
    color: #ab0033;
    font-size: 24px;
    font-family: Sinkin Sans, Arial, serif;
  }

  .soin-card__subtitle {
    font-size: 0.95rem;
    color: #2d3b45;
    margin-top: -14px;
    margin-bottom: 90px;
  }

  .soin-card__image {
    position: relative;
    overflow: visible;
    margin-top: auto;
    z-index: 0;
  }

  .soin-card__image img {
    height: auto;
    transition: transform 0.4s ease;
    object-fit: cover;
    border-radius: 6px;
  }

  /* Image overflow effect */
  .soins-grid .soin-card:nth-child(odd) .soin-card__image img {
    margin: -50px 0px -8px -183px;
  }

  .soins-grid .soin-card:nth-child(2n) .soin-card__image img {
    margin: -58px 0 1px -71px;
  }

  /* Hover effect */
  .soin-card:hover .soin-card__image img {
    transform: scale(1.05);
  }

  /* Link styling */
  .soin-card a {
    color: inherit;
    text-decoration: none;
    display: block;
    height: 100%;
  }

  /* iPad (768px-1024px) and horizontal phone (568px-767px) styles */
  @media screen and (max-width: 1024px) {
    .section-soins-featured {
      padding: 5rem 0;
    }
    
    .soins-container {
      max-width: 800px;
    }

    .soins-grid {
      grid-template-columns: 1fr;
      max-width: 600px;
    }

    .soin-card {
      width: 100%;
      height: auto;
      padding: 30px 40px;
      margin-top: 0 !important;
    }

    .soin-card:nth-child(2n) {
      margin-top: 30px !important;
    }

    .soin-card__badge {
      top: -15px;
      left: -15px;
      width: 40px;
      height: 40px;
    }

    .soin-card__content {
      margin: 0;
      padding: 0;
    }

    .soin-card__title {
      font-size: 22px;
    }

    .soin-card__subtitle {
      margin-bottom: 40px;
      margin-top: 0;
    }

    .soins-grid .soin-card:nth-child(odd) .soin-card__image img,
    .soins-grid .soin-card:nth-child(2n) .soin-card__image img {
      margin: 20px auto 0;
      max-width: 100%;
      display: block;
    }
  }

  /* Mobile landscape (568px-767px) */
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .section-soins-featured {
      padding: 3rem 0;
    }
    
    .soins-container {
      max-width: 600px;
    }

    .soin-card {
      padding: 25px 30px;
    }

    .soin-card__title {
      font-size: 20px;
    }

    .soin-card__subtitle {
      margin-bottom: 30px;
    }
  }

  /* Mobile portrait (up to 767px) */
  @media screen and (max-width: 767px) {
    .section-soins-featured {
      padding: 2rem 0;
    }
    
    .soins-container {
      max-width: 100%;
      padding: 0 15px;
    }

    .soin-card {
      all: unset;
      display: block;
      background: #fff;
      border-radius: 6px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
      padding: 1.5rem;
      margin-bottom: 1.5rem;
      width: 100%;
    }

    .soin-card:nth-child(2n) {
      margin-top: 0 !important;
    }

    .soin-card__badge {
      all: unset;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background-color: #ab0033;
      color: white;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      margin-bottom: 1rem;
    }

    .soin-card__content {
      margin: 0 0 1rem 0;
      padding: 0;
    }

    .soin-card__title {
      font-size: 18px;
      margin-bottom: 0.3rem;
    }

    .soin-card__subtitle {
      font-size: 0.9rem;
      margin-bottom: 0;
      margin-top: 0;
    }

    .soin-card__image {
      position: relative;
      overflow: hidden;
      margin: 0;
    }

    .soin-card__image img {
      width: 100%;
      height: auto;
      object-fit: cover;
      margin: 0 !important;
      transform: none !important;
    }
  }
/* END_SECTION:soins-featured */

/* START_SECTION:store-locator (INDEX:81) */
.sl { background: var(--color-bg); }
  .sl__header { text-align: center; max-width: 720px; margin: 0 auto var(--space-xl); }
  .sl__title { font-family: var(--font-serif); font-size: var(--fs-2xl); margin: 0 0 var(--space-sm); color: var(--color-text); }
  .sl__desc  { color: var(--color-text-light); margin: 0; }

  .sl__layout {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: var(--space-md);
    align-items: stretch;
    min-height: 500px;
  }
  .sl__panel { background: var(--color-surface); border-radius: var(--radius-md); display: flex; flex-direction: column; overflow: hidden; }

  .sl__search { display: block; padding: var(--space-sm); border-bottom: 1px solid var(--color-border); }
  .sl__input {
    width: 100%; border: 1px solid var(--color-border-strong);
    border-radius: var(--radius-pill); padding: 12px 18px;
    font: inherit; color: var(--color-text); background: var(--color-bg);
  }
  .sl__input:focus { outline: none; border-color: var(--color-primary); }

  .sl__list { overflow-y: auto; max-height: 520px; }
  .sl__item { padding: var(--space-md) var(--space-sm); border-bottom: 1px solid var(--color-border); cursor: pointer; transition: background var(--t-fast) var(--ease); }
  .sl__item:hover { background: var(--color-surface-alt); }
  .sl__name { font-family: var(--font-serif); font-size: var(--fs-md); margin: 0 0 4px; color: var(--color-text); }
  .sl__address { font-size: var(--fs-xs); color: var(--color-text-light); margin: 0 0 var(--space-xs); }
  .sl__meta { display: flex; gap: var(--space-md); font-size: var(--fs-xs); }
  .sl__phone { color: var(--color-text); }
  .sl__directions { color: var(--color-primary); font-weight: 500; }
  .sl__empty-state, .sl__empty { padding: var(--space-md); text-align: center; color: var(--color-text-light); }

  .sl__map { background: var(--color-surface-alt); border-radius: var(--radius-md); overflow: hidden; min-height: 500px; position: relative; }
  .sl__map iframe { width: 100% !important; height: 100% !important; border: 0; min-height: 500px; }
  .sl__map-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; gap: var(--space-sm); color: var(--color-text-light); }
  .sl__map-placeholder svg { width: 220px; height: auto; }

  @media (max-width: 1024px) {
    .sl__layout { grid-template-columns: 1fr; }
    .sl__map { min-height: 320px; }
    .sl__list { max-height: 360px; }
  }
/* END_SECTION:store-locator */

/* START_SECTION:treatment-carousel (INDEX:82) */
.tc { background: var(--color-bg); }
  .tc__header { display: flex; justify-content: space-between; align-items: end; gap: var(--space-md); margin-bottom: var(--space-lg); }
  .tc__heading { max-width: 640px; }
  .tc__title { font-family: var(--font-serif); font-size: var(--fs-2xl); margin: 0; color: var(--color-text); }

  .tc__controls { display: flex; gap: var(--space-xs); }
  .tc__nav {
    width: 44px; height: 44px; border-radius: 999px;
    border: 1px solid var(--color-border-strong);
    background: var(--color-surface);
    font-size: 22px; line-height: 1; color: var(--color-text);
    display: inline-flex; align-items: center; justify-content: center;
    cursor: pointer; transition: background var(--t-fast) var(--ease), color var(--t-fast) var(--ease), border-color var(--t-fast) var(--ease);
  }
  .tc__nav:hover { background: var(--color-primary); color: var(--color-text-on-dark); border-color: var(--color-primary); }

  .tc__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, 1fr);
    gap: var(--space-md);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-bottom: var(--space-sm);
    -webkit-overflow-scrolling: touch;
  }
  .tc__track::-webkit-scrollbar { height: 6px; }
  .tc__track::-webkit-scrollbar-thumb { background: var(--color-border-strong); border-radius: 999px; }
  .tc__slide { scroll-snap-align: start; }

  .tc__empty { text-align: center; padding: var(--space-xl) 0; color: var(--color-text-light); border: 1px dashed var(--color-border); border-radius: var(--radius-md); }

  @media (min-width: 1024px) {
    .tc__track { grid-auto-columns: minmax(320px, calc((100% - var(--space-md) * 3) / 4)); }
  }
  @media (max-width: 768px) {
    .tc__header { flex-direction: column; align-items: flex-start; }
    .tc__track { grid-auto-columns: 80%; }
  }
/* END_SECTION:treatment-carousel */