img.logo.img-fluid {
    width: 100% !important;
}

button.btn.btn-comment.post-product-comment {
    display: none;
}

.vzquote-request .btn {
    width: 100%;
    background: black !important;
    border: none !important;
}

#search_widget form i {
    position: absolute;
    padding: .5rem;
    display: none !important;
}

/* ==========================================================================
   CMS — Service de personnalisation (CMS ID: 6)
   Reprend la grammaire visuelle de la home : palette + typos + sections.
   Palette : off-white #faf8f5 | text #2c2419 | terracotta #c45d3e | beige #f5f0e8
   Fonts : Cormorant Garamond (serif italic) | Manrope (sans)
   ========================================================================== */

/* Reset du wrapper PrestaShop pour permettre les sections full-bleed */
.page-cms-6.cmsp,
#content.cmsp {
    max-width: none !important;
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 0.88rem;
    line-height: 1.7;
    color: #2c2419;
    border: none;
    box-shadow: none;
}

#main:has(> section.cmsp),
#main:has(> section.cmsp) > section.cmsp {
    background: #fff;
}

.cmsp * { box-sizing: border-box; }

/* Liens — pas de soulignement (cohérent avec la home) */
.cmsp a,
.cmsp a:link,
.cmsp a:visited {
    text-decoration: none;
}

.cmsp a:hover,
.cmsp a:focus {
    text-decoration: none;
}

/* Casse les contraintes héritées de .page-cms et .card.
   Pas de couleur générique ici : laisser chaque composant définir sa couleur,
   sinon les titres sur fond sombre (CTA, hero) deviennent invisibles. */
.cmsp h2,
.cmsp h3 {
    font-family: 'Cormorant Garamond', serif;
}

.cmsp p {
    font-family: 'Manrope', sans-serif;
    font-size: 0.92rem;
    color: #6b5e50;
    line-height: 1.75;
}

/* Forçage des couleurs claires sur les bandeaux sombres (gagne sur tout) */
.cmsp .cmsp-hero__title { color: #fff !important; }
.cmsp .cmsp-cta__title { color: #f5f0e8 !important; }
.cmsp .cmsp-cta__body { color: #9a8d7e !important; }

/* Boutons hp-btn dans .cmsp — restaure les couleurs car .page-cms a les écrase */
.cmsp .hp-btn--light { color: #2c2419; background: #fff; border-color: #fff; }
.cmsp .hp-btn--light:hover { color: #fff; background: transparent; border-color: #fff; }
.cmsp .hp-btn--outline-light { color: #fff; background: transparent; border-color: rgba(255,255,255,0.6); }
.cmsp .hp-btn--outline-light:hover { color: #fff; background: rgba(255,255,255,0.12); border-color: #fff; }
.cmsp .hp-btn--terracotta { color: #fff; background: #c45d3e; border-color: #c45d3e; }
.cmsp .hp-btn--terracotta:hover { color: #fff; background: #a84e33; border-color: #a84e33; }

.cmsp-eyebrow {
    display: inline-block;
    font-family: 'Manrope', sans-serif;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #c45d3e;
    margin-bottom: 1rem;
}

.cmsp-h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.6rem, 2.4vw, 2.2rem);
    font-weight: 400;
    font-style: italic;
    color: #2c2419;
    line-height: 1.2;
    margin: 0 0 1.25rem;
}

.cmsp-muted { color: #8a7e70 !important; }

/* ──────────────────────────────────────────────────────────────────────────
   HERO — image plein écran
   ────────────────────────────────────────────────────────────────────────── */
.cmsp-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56vh;
    overflow: hidden;
    background: #2c2419;
    margin: 0 -15px;
}

.cmsp-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.cmsp-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 8s ease;
}

.cmsp-hero:hover .cmsp-hero__bg img { transform: scale(1.04); }

.cmsp-hero__bg--fb {
    background: linear-gradient(145deg, #4a3728, #2c2419);
}

.cmsp-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        rgba(44, 36, 25, 0.45) 0%,
        rgba(44, 36, 25, 0.6) 60%,
        rgba(44, 36, 25, 0.75) 100%
    );
}

.cmsp-hero__content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 760px;
    padding: 4rem 2rem;
}

.cmsp-hero__eyebrow {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 1.25rem;
}

.cmsp-hero__title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.1rem, 4.8vw, 3.6rem);
    font-weight: 300;
    font-style: italic;
    line-height: 1.05;
    color: #fff;
    margin: 0 0 1.25rem;
    letter-spacing: -0.01em;
}

.cmsp-hero__body {
    font-family: 'Manrope', sans-serif;
    font-size: 0.92rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 2.25rem;
}

.cmsp-hero__actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

/* ──────────────────────────────────────────────────────────────────────────
   BARRE DE CONFIANCE
   ────────────────────────────────────────────────────────────────────────── */
.cmsp-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 3rem;
    background: #2c2419;
    margin: 0 -15px;
}

.cmsp-trust__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    padding: 0 1.5rem;
}

.cmsp-trust__num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.85rem;
    font-weight: 500;
    color: #f5f0e8;
    line-height: 1;
    margin-bottom: 0.35rem;
}

.cmsp-trust__label {
    font-family: 'Manrope', sans-serif;
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #8a7e70;
}

.cmsp-trust__sep {
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    flex-shrink: 0;
}

/* ──────────────────────────────────────────────────────────────────────────
   HEADER — Bouton Métiers + panneau déplié
   Bouton à gauche du menu, panneau full-width sous la barre du header
   ────────────────────────────────────────────────────────────────────────── */
.header-top { position: relative; }
.header-top > .container { position: relative; }

.header-jobs {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    z-index: 4;
}

.header-jobs__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 10px 22px;
    background: #c45d3e;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: 2px solid #c45d3e;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease, transform 0.15s ease;
}

.header-jobs__btn:hover,
.header-jobs__btn:focus {
    background: #8b412a;
    border-color: #8b412a;
    color: #fff;
    outline: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(196,93,62,0.2);
}

.header-jobs__btn:active {
    transform: translateY(0);
    box-shadow: none;
}

.header-jobs__btn-icon {
    transition: transform .25s ease;
}

.header-jobs--open .header-jobs__btn-icon {
    transform: rotate(180deg);
}

.header-jobs__panel {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 50;
    background: #fff;
    border-top: 1px solid #ede6d8;
    border-bottom: 1px solid #ede6d8;
    box-shadow: 0 14px 30px rgba(44,36,25,0.12);
    padding: 1.75rem 0 2rem;
    animation: headerJobsIn .25s ease;
}

.header-jobs__panel[hidden] { display: none; }

@keyframes headerJobsIn {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

.header-jobs__overlay {
    position: fixed;
    inset: 0;
    background: rgba(44,36,25,0.18);
    z-index: 40;
    cursor: pointer;
}

.header-jobs__overlay[hidden] { display: none; }

.header-jobs__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.75rem 0.85rem;
}

.header-job {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    padding: 0.55rem;
    background: #fff;
    border: 1px solid #ede6d8;
    border-radius: 6px;
    color: #2c2419;
    font-family: 'Manrope', sans-serif;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.header-job:hover,
.header-job:focus {
    border-color: #c45d3e;
    box-shadow: 0 6px 20px rgba(44,36,25,0.08);
    transform: translateY(-2px);
    color: #2c2419;
    text-decoration: none;
}

.header-job__visual {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #d4cfc6;
    margin-bottom: 0.55rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-job__name {
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 1.35;
    color: #2c2419;
    padding: 0 0.25rem 0.35rem;
    text-decoration: none;
}

/* Carte « Voir tous » — fond terracotta avec icône grille */
.header-job--all .header-job--all__visual {
    background: #c45d3e;
    color: #fff;
    background-image:
        radial-gradient(circle at 25% 25%, rgba(255,255,255,0.18) 0%, transparent 35%),
        radial-gradient(circle at 75% 70%, rgba(255,255,255,0.12) 0%, transparent 40%);
}

/* Placeholders visuels */
.header-job__visual--bar       { background: linear-gradient(145deg, #4a3728 0%, #2c2419 100%); }
.header-job__visual--takeaway  { background: linear-gradient(145deg, #c9a880 0%, #a07848 100%); }
.header-job__visual--camping   { background: linear-gradient(145deg, #b8c4b0 0%, #6a7e60 100%); }
.header-job__visual--event     { background: linear-gradient(145deg, #d9c1a4 0%, #a08560 100%); }
.header-job__visual--collect   { background: linear-gradient(145deg, #c8c4bc 0%, #84807a 100%); }
.header-job__visual--leisure   { background: linear-gradient(145deg, #d4a574 0%, #8b5a2b 100%); }
.header-job__visual--shop      { background: linear-gradient(145deg, #c97864 0%, #8b4a35 100%); }

@media (max-width: 1199px) {
    .header-jobs__grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 991px) {
    .header-jobs { left: 10px; }
    .header-jobs__btn { padding: 8px 14px; font-size: 0.68rem; letter-spacing: 0.1em; }
    .header-jobs__grid { grid-template-columns: repeat(3, 1fr); }
}

/* ──────────────────────────────────────────────────────────────────────────
   SOMMAIRE — chips d'ancres
   ────────────────────────────────────────────────────────────────────────── */
.cmsp-toc {
    background: #faf8f5;
    padding: 1.75rem 2rem;
    margin: 0 -15px;
    border-bottom: 1px solid #ede6d8;
}

.cmsp-toc__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    max-width: 1100px;
    margin: 0 auto;
}

.cmsp-toc__list a {
    display: inline-block;
    font-family: 'Manrope', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2c2419;
    text-decoration: none;
    padding: 0.55rem 1.05rem;
    border: 1px solid #ede6d8;
    border-radius: 999px;
    background: #fff;
    transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.cmsp-toc__list a:hover {
    color: #c45d3e;
    border-color: #c45d3e;
    background: #fff3ee;
    text-decoration: none;
}

/* ──────────────────────────────────────────────────────────────────────────
   SECTION DEFAULTS — espacements
   ────────────────────────────────────────────────────────────────────────── */
.cmsp-split,
.cmsp-process,
.cmsp-stock,
.cmsp-tech,
.cmsp-real,
.cmsp-cta,
.cmsp-extra {
    margin: 0 -15px;
    padding: 5.5rem 3rem;
}

/* ──────────────────────────────────────────────────────────────────────────
   SERVICES + AVANTAGES — split 2 colonnes
   ────────────────────────────────────────────────────────────────────────── */
.cmsp-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    background: #fff;
    max-width: 100%;
}

.cmsp-split__col { padding: 0; }

.cmsp-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cmsp-list li {
    position: relative;
    padding: 0.85rem 0 0.85rem 1.25rem;
    font-family: 'Manrope', sans-serif;
    font-size: 0.92rem;
    line-height: 1.75;
    color: #2c2419;
    border-bottom: 1px solid #ede6d8;
}

.cmsp-list li:last-child { border-bottom: none; }

.cmsp-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.4rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c45d3e;
}

.cmsp-list li strong {
    color: #2c2419;
    font-weight: 700;
}

.cmsp-values {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cmsp-values li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #2c2419;
    margin-bottom: 1rem;
    line-height: 1.55;
}

.cmsp-values svg {
    color: #c45d3e;
    flex-shrink: 0;
    margin-top: 3px;
}

/* ──────────────────────────────────────────────────────────────────────────
   PROCESSUS — 4 steps cards
   ────────────────────────────────────────────────────────────────────────── */
.cmsp-process {
    background: #f5f0e8;
}

.cmsp-process__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    max-width: 1200px;
    margin: 0 auto;
}

.cmsp-step {
    position: relative;
    padding: 2.25rem 1.75rem 2rem;
    background: #fff;
    border-radius: 2px;
    border-top: 3px solid transparent;
    transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.cmsp-step:hover {
    border-color: #c45d3e;
    box-shadow: 0 6px 24px rgba(44,36,25,0.08);
    transform: translateY(-3px);
}

.cmsp-step--featured {
    border-color: #c45d3e;
    box-shadow: 0 4px 20px rgba(196,93,62,0.12);
}

.cmsp-step__num {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-style: italic;
    font-weight: 500;
    color: #c45d3e;
    line-height: 1;
    margin-bottom: 0.85rem;
}

.cmsp-step__title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: 500;
    color: #2c2419;
    margin: 0 0 0.55rem;
    line-height: 1.2;
}

.cmsp-step__body {
    font-family: 'Manrope', sans-serif;
    font-size: 0.82rem;
    line-height: 1.7;
    color: #6b5e50;
    margin: 0;
}

/* ──────────────────────────────────────────────────────────────────────────
   STOCK PERMANENT — bandeau crème centré
   ────────────────────────────────────────────────────────────────────────── */
.cmsp-stock {
    background: #faf8f5;
    text-align: center;
}

.cmsp-stock__inner {
    max-width: 720px;
    margin: 0 auto;
}

.cmsp-stock p {
    font-size: 0.92rem;
    margin-bottom: 1rem;
}

/* ──────────────────────────────────────────────────────────────────────────
   PROCÉDÉ TECHNIQUE — 6 items en grille (cf. hp-promises)
   ────────────────────────────────────────────────────────────────────────── */
.cmsp-tech {
    background: #fff;
}

.cmsp-tech__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #ede6d8;
    border: 1px solid #ede6d8;
    border-radius: 2px;
    max-width: 1200px;
    margin: 0 auto;
}

.cmsp-tech__item {
    padding: 2.25rem 2rem;
    background: #fff;
    text-align: center;
}

.cmsp-tech__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #faf8f5;
    border: 1.5px solid #ede6d8;
    color: #c45d3e;
    margin-bottom: 1.1rem;
}

.cmsp-tech__title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-style: italic;
    font-weight: 500;
    color: #2c2419;
    margin: 0 0 0.5rem;
}

.cmsp-tech__item p {
    font-family: 'Manrope', sans-serif;
    font-size: 0.82rem;
    line-height: 1.7;
    color: #6b5e50;
    margin: 0;
}

/* ──────────────────────────────────────────────────────────────────────────
   RÉALISATIONS — cards
   ────────────────────────────────────────────────────────────────────────── */
.cmsp-real {
    background: #f5f0e8;
}

.cmsp-real__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    max-width: 1200px;
    margin: 0 auto;
}

.cmsp-real__card {
    padding: 2rem 1.75rem;
    background: #fff;
    border-radius: 2px;
    border-top: 3px solid transparent;
    transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.cmsp-real__card:hover {
    border-color: #c45d3e;
    box-shadow: 0 6px 24px rgba(44,36,25,0.08);
    transform: translateY(-3px);
}

.cmsp-real__tag {
    display: inline-block;
    font-family: 'Manrope', sans-serif;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #c45d3e;
    background: rgba(196,93,62,0.1);
    padding: 0.3rem 0.7rem;
    margin-bottom: 1rem;
    border-radius: 999px;
}

.cmsp-real__name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: 500;
    color: #2c2419;
    margin: 0 0 0.45rem;
}

.cmsp-real__desc {
    font-family: 'Manrope', sans-serif;
    font-size: 0.82rem;
    line-height: 1.65;
    color: #6b5e50;
    margin: 0;
}

/* ──────────────────────────────────────────────────────────────────────────
   CTA FINAL — bandeau sombre (cf. hp-perso)
   ────────────────────────────────────────────────────────────────────────── */
.cmsp-cta {
    position: relative;
    overflow: hidden;
    background: #2c2419;
    text-align: center;
    padding: 5.5rem 3rem;
}

.cmsp-cta__inner {
    position: relative;
    z-index: 2;
    max-width: 720px;
    margin: 0 auto;
}

.cmsp-cta__tag {
    display: inline-block;
    font-family: 'Manrope', sans-serif;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #c45d3e;
    background: rgba(196, 93, 62, 0.12);
    padding: 0.4rem 1rem;
    margin-bottom: 1.5rem;
}

.cmsp-cta__title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.7rem, 3vw, 2.6rem);
    font-weight: 300;
    font-style: italic;
    color: #f5f0e8;
    margin: 0 0 1.25rem;
    line-height: 1.1;
}

.cmsp-cta__body {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    line-height: 1.8;
    color: #9a8d7e;
    margin: 0 0 2.25rem;
}

.cmsp-cta__circles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.cmsp-cta__c {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.04);
}

.cmsp-cta__c--1 { width: 520px; height: 520px; top: -180px; right: -120px; }
.cmsp-cta__c--2 { width: 370px; height: 370px; bottom: -120px; left: -60px; }
.cmsp-cta__c--3 { width: 220px; height: 220px; top: 50%; right: 14%; transform: translateY(-50%); }

/* ──────────────────────────────────────────────────────────────────────────
   CONTENU CMS additionnel (BO)
   ────────────────────────────────────────────────────────────────────────── */
.cmsp-extra {
    background: #fff;
    padding: 4rem 3rem;
}

.cmsp-extra__inner {
    max-width: 780px;
    margin: 0 auto;
    font-family: 'Manrope', sans-serif;
    font-size: 0.92rem;
    line-height: 1.8;
    color: #2c2419;
}

.cmsp-extra__inner h2,
.cmsp-extra__inner h3,
.cmsp-extra__inner h4 {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-weight: 500;
    color: #2c2419;
    margin: 2rem 0 0.8rem;
}

/* ──────────────────────────────────────────────────────────────────────────
   ANCRES — décalage scroll pour header sticky
   ────────────────────────────────────────────────────────────────────────── */
.cmsp [id] { scroll-margin-top: 100px; }

/* ──────────────────────────────────────────────────────────────────────────
   RESPONSIVE — Tablet (≤ 991px)
   ────────────────────────────────────────────────────────────────────────── */
@media (max-width: 991px) {
    .cmsp-hero { min-height: 56vh; }
    .cmsp-hero__title { font-size: clamp(2.2rem, 5vw, 3.5rem); }
    .cmsp-split { grid-template-columns: 1fr; gap: 2.5rem; padding: 4.5rem 2rem; }
    .cmsp-process,
    .cmsp-stock,
    .cmsp-tech,
    .cmsp-real,
    .cmsp-cta,
    .cmsp-extra { padding: 4.5rem 2rem; }
    .cmsp-process__grid { grid-template-columns: repeat(2, 1fr); }
    .cmsp-tech__grid { grid-template-columns: repeat(2, 1fr); }
    .cmsp-real__grid { grid-template-columns: repeat(2, 1fr); }
    .cmsp-trust { flex-wrap: wrap; padding: 1.5rem; }
    .cmsp-trust__sep { display: none; }
    .cmsp-trust__item { flex: 0 0 100%; padding: 0.75rem 0; }
}

/* ──────────────────────────────────────────────────────────────────────────
   RESPONSIVE — Mobile (≤ 767px)
   ────────────────────────────────────────────────────────────────────────── */
@media (max-width: 767px) {
    .cmsp-hero { min-height: 64vh; }
    .cmsp-hero__content { padding: 3rem 1.5rem; }
    .cmsp-hero__body { font-size: 0.9rem; }
    .cmsp-hero__actions { flex-direction: column; align-items: center; gap: 0.75rem; }
    .cmsp-hero__actions .hp-btn { width: 100%; max-width: 280px; text-align: center; }

    .cmsp-toc { padding: 1.25rem 1rem; }
    .cmsp-toc__list a { font-size: 0.65rem; padding: 0.45rem 0.85rem; }

    .cmsp-split,
    .cmsp-process,
    .cmsp-stock,
    .cmsp-tech,
    .cmsp-real,
    .cmsp-cta,
    .cmsp-extra { padding: 3.5rem 1.25rem; }

    .cmsp-process__grid,
    .cmsp-tech__grid,
    .cmsp-real__grid { grid-template-columns: 1fr; }

    .cmsp-cta { padding: 4rem 1.5rem; }
}

/* ==========================================================================
   HOMEPAGE — Porcelaine Girard
   Palette : off-white #faf8f5 | text #2c2419 | terracotta #c45d3e | beige #f5f0e8
   Fonts : Cormorant Garamond (serif) | Manrope (sans)
   ========================================================================== */

/* ──────────────────────────────────────────────────────────────────────────
   BOUTONS PARTAGÉS
   ────────────────────────────────────────────────────────────────────────── */
.hp-btn {
    display: inline-block;
    padding: 0.9rem 2.25rem;
    font-family: 'Manrope', sans-serif;
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
    cursor: pointer;
}

.hp-btn--light {
    background: #fff;
    color: #2c2419;
    border: 1.5px solid #fff;
}

.hp-btn--light:hover {
    background: transparent;
    color: #fff;
    text-decoration: none;
}

.hp-btn--outline-light {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255,255,255,0.6);
}

.hp-btn--outline-light:hover {
    background: rgba(255,255,255,0.12);
    border-color: #fff;
    color: #fff;
    text-decoration: none;
}

.hp-btn--terracotta {
    background: #c45d3e;
    color: #fff;
    border: 1.5px solid #c45d3e;
}

.hp-btn--terracotta:hover {
    background: #a84e33;
    border-color: #a84e33;
    color: #fff;
    transform: translateY(-1px);
    text-decoration: none;
}

/* ──────────────────────────────────────────────────────────────────────────
   EN-TÊTES DE SECTION PARTAGÉES
   ────────────────────────────────────────────────────────────────────────── */
.hp-section-head {
    text-align: center;
    margin-bottom: 3.5rem;
}

.hp-section-head__eyebrow {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: 0.63rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #c45d3e;
    margin-bottom: 0.75rem;
}

.hp-section-head__title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.8rem, 3vw, 2.75rem);
    font-weight: 400;
    font-style: italic;
    color: #2c2419;
    margin-bottom: 0.75rem;
    line-height: 1.15;
}

.hp-section-head--light .hp-section-head__title {
    color: #2c2419;
}

.hp-section-head__sub {
    font-family: 'Manrope', sans-serif;
    font-size: 0.82rem;
    line-height: 1.6;
    color: #8a7e70;
    max-width: 520px;
    margin: 0 auto;
}

/* ──────────────────────────────────────────────────────────────────────────
   HERO — plein écran, image de fond, texte centré
   ────────────────────────────────────────────────────────────────────────── */
.hp-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 96vh;
    overflow: hidden;
    background: #2c2419;
}

.hp-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hp-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 8s ease;
}

.hp-hero:hover .hp-hero__bg img {
    transform: scale(1.04);
}

.hp-hero__bg--fb {
    background: linear-gradient(145deg, #4a3728, #2c2419);
}

.hp-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        rgba(44, 36, 25, 0.35) 0%,
        rgba(44, 36, 25, 0.55) 50%,
        rgba(44, 36, 25, 0.7) 100%
    );
}

.hp-hero__content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 780px;
    padding: 2rem 2rem;
}

.hp-hero__eyebrow {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1.5rem;
}

.hp-hero__title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(3.5rem, 7vw, 6.5rem);
    font-weight: 300;
    font-style: italic;
    line-height: 1.02;
    color: #fff;
    margin-bottom: 1.5rem;
    letter-spacing: -0.01em;
}

.hp-hero__body {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 3rem;
}

.hp-hero__actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

/* Indicateur de scroll */
.hp-hero__scroll {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
}

.hp-hero__scroll-label {
    font-family: 'Manrope', sans-serif;
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
}

.hp-hero__scroll-line {
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,0.3);
    animation: hp-scroll-pulse 2s ease-in-out infinite;
}

@keyframes hp-scroll-pulse {
    0%, 100% { opacity: 0.3; transform: scaleY(1); }
    50% { opacity: 1; transform: scaleY(1.2); }
}

/* ──────────────────────────────────────────────────────────────────────────
   BARRE DE CONFIANCE — 4 chiffres clés
   ────────────────────────────────────────────────────────────────────────── */
.hp-trust-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.25rem 3rem;
    background: #2c2419;
}

.hp-trust-bar__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    padding: 0 1.5rem;
}

.hp-trust-bar__number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.85rem;
    font-weight: 500;
    color: #f5f0e8;
    line-height: 1;
    margin-bottom: 0.35rem;
    display: block;
}

.hp-trust-bar__label {
    font-family: 'Manrope', sans-serif;
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #8a7e70;
}

.hp-trust-bar__sep {
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    flex-shrink: 0;
}

/* ──────────────────────────────────────────────────────────────────────────
   NOS COLLECTIONS — grille 6 catégories
   ────────────────────────────────────────────────────────────────────────── */
.hp-collections {
    padding: 6rem 3rem;
    background: #faf8f5;
}

.hp-coll-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 0.6rem;
    max-width: 1400px;
    margin: 0 auto;
    height: 680px;
}

.hp-coll-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 0.6rem;
}

/* Carte générique */
.hp-coll-card {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 2px;
    cursor: pointer;
    transition: box-shadow 0.4s ease;
}

.hp-coll-card:hover {
    text-decoration: none;
    box-shadow: 0 8px 32px rgba(44,36,25,0.18);
}

.hp-coll-card--large {
    height: 100%;
}

.hp-coll-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(44,36,25,0.75) 0%, rgba(44,36,25,0.1) 50%, transparent 100%);
    transition: background 0.4s ease;
}

.hp-coll-card:hover .hp-coll-card__overlay {
    background: linear-gradient(to top, rgba(44,36,25,0.85) 0%, rgba(44,36,25,0.25) 55%, rgba(44,36,25,0.05) 100%);
}

.hp-coll-card__inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 1.75rem;
    z-index: 2;
}

.hp-coll-card__eyebrow {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: 0.58rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    margin-bottom: 0.4rem;
    opacity: 0;
    transform: translateY(4px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.hp-coll-card:hover .hp-coll-card__eyebrow {
    opacity: 1;
    transform: translateY(0);
}

.hp-coll-card__name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 400;
    font-style: italic;
    color: #fff;
    margin: 0 0 0.5rem;
    line-height: 1.1;
}

.hp-coll-card--large .hp-coll-card__name {
    font-size: 2.4rem;
}

.hp-coll-card__desc {
    font-family: 'Manrope', sans-serif;
    font-size: 0.78rem;
    line-height: 1.6;
    color: rgba(255,255,255,0.75);
    margin: 0 0 0.75rem;
    opacity: 0;
    transform: translateY(4px);
    transition: opacity 0.3s ease 0.05s, transform 0.3s ease 0.05s;
}

.hp-coll-card:hover .hp-coll-card__desc {
    opacity: 1;
    transform: translateY(0);
}

.hp-coll-card__cta {
    display: inline-block;
    font-family: 'Manrope', sans-serif;
    font-size: 0.63rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.35s ease 0.08s, transform 0.35s ease 0.08s;
}

.hp-coll-card:hover .hp-coll-card__cta {
    opacity: 1;
    transform: translateY(0);
}

/* Fonds des cartes */
.hp-coll-card--porcelaine {
    background-color: #d4cfc6;
    background-image:
        radial-gradient(circle at 65% 35%, rgba(255,255,255,0.5) 0%, transparent 55%),
        radial-gradient(circle at 25% 75%, rgba(210,195,175,0.5) 0%, transparent 45%);
}

.hp-coll-card--gres {
    background-color: #8b7355;
    background-image: url('https://maisongirard1988.fr/img/accueil_nomade/gres/TIANA.jpg');
    background-size: cover;
    background-position: center;
}

.hp-coll-card--verres {
    background: linear-gradient(145deg, #b8cdd8 0%, #7da3bc 50%, #5d8aa8 100%);
}

.hp-coll-card--couverts {
    background: linear-gradient(145deg, #c8c4bc 0%, #a09c94 50%, #84807a 100%);
}

.hp-coll-card--cafe {
    background: linear-gradient(145deg, #c9a880 0%, #a07848 40%, #7a5030 100%);
}

.hp-coll-card--accessoires {
    background: linear-gradient(145deg, #b8c4b0 0%, #8a9e80 50%, #6a7e60 100%);
}

/* ──────────────────────────────────────────────────────────────────────────
   BESTSELLERS
   ────────────────────────────────────────────────────────────────────────── */
.hp-products {
    padding: 6rem 3rem;
    background: #fff;
}

.hp-products #carousel,
.hp-products .carousel {
    display: none;
}

/* ──────────────────────────────────────────────────────────────────────────
   NOTRE HISTOIRE — brand story 2 colonnes
   ────────────────────────────────────────────────────────────────────────── */
.hp-brand {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 6rem;
    padding: 7rem 5rem;
    background: #faf8f5;
}

.hp-brand__visual {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    aspect-ratio: 4/5;
    background: #ede6d8;
}

.hp-brand__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s ease;
}

.hp-brand__visual:hover img {
    transform: scale(1.04);
}

.hp-brand__visual--fb {
    background: linear-gradient(145deg, #d9cfc0, #c4b8a4);
}

.hp-brand__badge {
    position: absolute;
    bottom: 1.75rem;
    right: 1.75rem;
    background: #2c2419;
    color: #f5f0e8;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    font-style: italic;
    padding: 0.6rem 1.1rem;
    letter-spacing: 0.04em;
}

.hp-brand__eyebrow {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #c45d3e;
    margin-bottom: 1rem;
}

.hp-brand__title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.75rem, 2.5vw, 2.6rem);
    font-weight: 400;
    font-style: italic;
    color: #2c2419;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hp-brand__body {
    font-family: 'Manrope', sans-serif;
    font-size: 0.88rem;
    line-height: 1.85;
    color: #6b5e50;
    margin-bottom: 1rem;
}

.hp-brand__values {
    list-style: none;
    padding: 0;
    margin: 1.75rem 0 2rem;
}

.hp-brand__values li {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-family: 'Manrope', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    color: #2c2419;
    margin-bottom: 0.7rem;
}

.hp-brand__values svg {
    color: #c45d3e;
    flex-shrink: 0;
}

.hp-brand__link {
    font-family: 'Manrope', sans-serif;
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #2c2419;
    text-decoration: none;
    border-bottom: 1.5px solid #c45d3e;
    padding-bottom: 2px;
    transition: color 0.2s ease;
}

.hp-brand__link:hover {
    color: #c45d3e;
    text-decoration: none;
}

/* ──────────────────────────────────────────────────────────────────────────
   POUR LES PROFESSIONNELS — 3 segments
   ────────────────────────────────────────────────────────────────────────── */
.hp-segments {
    padding: 6rem 3rem;
    background: #f5f0e8;
}

.hp-segments__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.hp-segment {
    padding: 3rem 2.5rem;
    background: #fff;
    border-radius: 2px;
    border-top: 3px solid transparent;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.hp-segment:hover {
    border-color: #c45d3e;
    box-shadow: 0 6px 24px rgba(44,36,25,0.08);
    transform: translateY(-3px);
}

.hp-segment--featured {
    border-color: #c45d3e;
    box-shadow: 0 4px 20px rgba(196,93,62,0.12);
}

.hp-segment__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: #faf8f5;
    border: 1.5px solid #ede6d8;
    border-radius: 50%;
    color: #c45d3e;
    margin-bottom: 1.5rem;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.hp-segment:hover .hp-segment__icon {
    background: #fff3ee;
    border-color: #c45d3e;
}

.hp-segment__title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: 500;
    font-style: italic;
    color: #2c2419;
    margin-bottom: 0.75rem;
}

.hp-segment__body {
    font-family: 'Manrope', sans-serif;
    font-size: 0.83rem;
    line-height: 1.75;
    color: #6b5e50;
    margin-bottom: 1.5rem;
}

.hp-segment__link {
    font-family: 'Manrope', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #c45d3e;
    text-decoration: none;
    border-bottom: 1px solid rgba(196,93,62,0.35);
    padding-bottom: 2px;
    transition: border-color 0.2s ease;
}

.hp-segment__link:hover {
    border-color: #c45d3e;
    text-decoration: none;
}

/* ──────────────────────────────────────────────────────────────────────────
   PERSONNALISATION — bandeau sombre pleine largeur
   ────────────────────────────────────────────────────────────────────────── */
.hp-perso {
    position: relative;
    overflow: hidden;
    background: #2c2419;
    padding: 7rem 5rem;
    text-align: center;
}

.hp-perso__inner {
    position: relative;
    z-index: 2;
    max-width: 720px;
    margin: 0 auto;
}

.hp-perso__tag {
    display: inline-block;
    font-family: 'Manrope', sans-serif;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #c45d3e;
    background: rgba(196, 93, 62, 0.12);
    padding: 0.4rem 1rem;
    margin-bottom: 1.5rem;
}

.hp-perso__title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 4vw, 3.75rem);
    font-weight: 300;
    font-style: italic;
    color: #f5f0e8;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.hp-perso__body {
    font-family: 'Manrope', sans-serif;
    font-size: 0.92rem;
    line-height: 1.8;
    color: #9a8d7e;
    margin-bottom: 2.75rem;
}

/* Cercles décoratifs */
.hp-perso__circles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.hp-perso__c {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.04);
}

.hp-perso__c--1 { width: 520px; height: 520px; top: -180px; right: -120px; }
.hp-perso__c--2 { width: 370px; height: 370px; bottom: -120px; left: -60px; }
.hp-perso__c--3 { width: 220px; height: 220px; top: 50%; right: 14%; transform: translateY(-50%); }

/* ──────────────────────────────────────────────────────────────────────────
   NOS ENGAGEMENTS — 4 promesses
   ────────────────────────────────────────────────────────────────────────── */
.hp-promises {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #fff;
    border-top: 1px solid #ede6d8;
}

.hp-promise {
    padding: 3.5rem 2.25rem;
    text-align: center;
    border-right: 1px solid #ede6d8;
    transition: background 0.25s ease;
}

.hp-promise:last-child { border-right: none; }

.hp-promise:hover { background: #faf8f5; }

.hp-promise__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 0 auto 1.25rem;
    border: 1.5px solid #ede6d8;
    border-radius: 50%;
    color: #c45d3e;
    transition: border-color 0.25s ease, background 0.25s ease;
}

.hp-promise:hover .hp-promise__icon {
    background: #fff3ee;
    border-color: #c45d3e;
}

.hp-promise__title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-weight: 500;
    font-style: italic;
    color: #2c2419;
    margin-bottom: 0.65rem;
}

.hp-promise__body {
    font-family: 'Manrope', sans-serif;
    font-size: 0.8rem;
    line-height: 1.7;
    color: #6b5e50;
    margin: 0;
}

/* ──────────────────────────────────────────────────────────────────────────
   CONTACT — coordonnées rapides
   ────────────────────────────────────────────────────────────────────────── */
.hp-contact {
    background: #2c2419;
    padding: 3rem 3rem;
}

.hp-contact__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.hp-contact__block {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    flex: 1;
    min-width: 200px;
    padding: 1rem 2rem;
}

.hp-contact__sep {
    width: 1px;
    height: 50px;
    background: rgba(255,255,255,0.1);
    flex-shrink: 0;
    align-self: center;
}

.hp-contact__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 50%;
    color: #c45d3e;
    flex-shrink: 0;
    margin-top: 2px;
}

.hp-contact__label {
    font-family: 'Manrope', sans-serif;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #8a7e70;
    margin-bottom: 0.3rem;
}

.hp-contact__value {
    font-family: 'Manrope', sans-serif;
    font-size: 0.82rem;
    line-height: 1.6;
    color: #f5f0e8;
    margin: 0;
}

.hp-contact__value--link {
    text-decoration: none;
    transition: color 0.2s ease;
}

.hp-contact__value--link:hover {
    color: #c45d3e;
    text-decoration: none;
}

/* ──────────────────────────────────────────────────────────────────────────
   NEWSLETTER
   ────────────────────────────────────────────────────────────────────────── */
.hp-newsletter {
    padding: 5.5rem 3rem;
    background: #faf8f5;
    border-top: 1px solid #ede6d8;
    text-align: center;
}

.hp-newsletter__inner {
    max-width: 560px;
    margin: 0 auto;
}

.hp-newsletter__title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.4rem;
    font-weight: 400;
    font-style: italic;
    color: #2c2419;
    margin-bottom: 0.75rem;
}

.hp-newsletter__sub {
    font-family: 'Manrope', sans-serif;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    color: #8a7e70;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.hp-newsletter__module .block_newsletter {
    background: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
}

.hp-newsletter__module .block_newsletter h2,
.hp-newsletter__module .block_newsletter p {
    display: none;
}

.hp-newsletter__module .block_newsletter form {
    display: flex;
    gap: 0;
    max-width: 480px;
    margin: 0 auto;
}

.hp-newsletter__module .block_newsletter input[type="email"] {
    flex: 1;
    padding: 0.9rem 1.25rem;
    border: 1.5px solid #d9cfc0;
    border-right: none;
    background: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 0.85rem;
    color: #2c2419;
    outline: none;
    transition: border-color 0.2s ease;
}

.hp-newsletter__module .block_newsletter input[type="email"]:focus {
    border-color: #c45d3e;
}

.hp-newsletter__module .block_newsletter input[type="email"]::placeholder {
    color: #a39787;
}

.hp-newsletter__module .block_newsletter button[type="submit"] {
    padding: 0.9rem 1.75rem;
    background: #c45d3e;
    color: #fff;
    border: 1.5px solid #c45d3e;
    font-family: 'Manrope', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease;
}

.hp-newsletter__module .block_newsletter button[type="submit"]:hover {
    background: #a84e33;
    border-color: #a84e33;
}

/* ──────────────────────────────────────────────────────────────────────────
   RESPONSIVE — Tablette (≤ 1024px)
   ────────────────────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
    .hp-hero { min-height: 80vh; }

    .hp-hero__title { font-size: clamp(2.75rem, 6vw, 4.5rem); }

    .hp-coll-grid {
        grid-template-columns: 1fr;
        height: auto;
    }

    .hp-coll-card--large {
        height: 360px;
    }

    .hp-coll-right {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr 1fr;
        height: 340px;
    }

    .hp-brand {
        grid-template-columns: 1fr;
        padding: 5rem 3rem;
        gap: 3.5rem;
    }

    .hp-brand__visual {
        max-height: 460px;
    }

    .hp-segments__grid {
        grid-template-columns: 1fr;
        max-width: 560px;
    }

    .hp-promises {
        grid-template-columns: 1fr 1fr;
    }

    .hp-promise {
        border-bottom: 1px solid #ede6d8;
    }

    .hp-promise:nth-child(2n) { border-right: none; }
    .hp-promise:nth-child(3),
    .hp-promise:nth-child(4) { border-bottom: none; }

    .hp-trust-bar { flex-wrap: wrap; padding: 2rem; }
    .hp-trust-bar__sep { display: none; }
    .hp-trust-bar__item { flex: 0 0 calc(50% - 2rem); }

    .hp-contact__inner { flex-direction: column; gap: 1rem; }
    .hp-contact__sep { width: 80%; height: 1px; }
    .hp-contact__block { padding: 0.5rem 1rem; min-width: unset; width: 100%; max-width: 400px; }

    .hp-perso { padding: 5rem 3rem; }
}

/* ──────────────────────────────────────────────────────────────────────────
   RESPONSIVE — Mobile (≤ 767px)
   ────────────────────────────────────────────────────────────────────────── */
@media (max-width: 767px) {
    .hp-hero { min-height: 100svh; }

    .hp-hero__content { padding: 2rem 1.5rem; }

    .hp-hero__body { font-size: 0.9rem; }

    .hp-hero__actions { flex-direction: column; align-items: center; gap: 0.75rem; }

    .hp-hero__btn { width: 100%; max-width: 280px; text-align: center; }

    .hp-coll-right {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(3, 140px);
        height: auto;
    }

    .hp-coll-card--large { height: 280px; }

    .hp-coll-card__eyebrow,
    .hp-coll-card__cta,
    .hp-coll-card__desc {
        opacity: 1;
        transform: none;
    }

    .hp-collections { padding: 4rem 1.25rem; }

    .hp-products { padding: 4rem 1.25rem; }

    .hp-brand { padding: 4rem 1.5rem; gap: 2.5rem; }

    .hp-segments { padding: 4rem 1.25rem; }
    .hp-segments__grid { max-width: 100%; }
    .hp-segment { padding: 2rem 1.5rem; }

    .hp-perso { padding: 4rem 1.5rem; }

    .hp-promises { grid-template-columns: 1fr; }
    .hp-promise { border-right: none; border-bottom: 1px solid #ede6d8; padding: 2.5rem 1.5rem; }
    .hp-promise:last-child { border-bottom: none; }

    .hp-newsletter { padding: 4rem 1.5rem; }
    .hp-newsletter__module .block_newsletter form { flex-direction: column; }
    .hp-newsletter__module .block_newsletter input[type="email"] { border-right: 1.5px solid #d9cfc0; border-bottom: none; }

    .hp-trust-bar__item { flex: 0 0 100%; }
    .hp-trust-bar { padding: 2rem 1.5rem; gap: 1.25rem; }

    .hp-contact { padding: 2.5rem 1.5rem; }

    .cart-grid-body.col-lg-8 {
        background: white;
    }
}

/* ──────────────────────────────────────────────────────────────────────────
   BLOC COLLECTION — page produit
   Affiche les autres produits de la même catégorie sous les onglets.
   ────────────────────────────────────────────────────────────────────────── */
.prd-collection {
    max-width: 860px;
    margin: 2.5rem auto 4rem;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ede6d8;
    overflow: hidden;
}

.prd-collection__head {
    padding: 1.5rem 2rem 1.25rem;
    border-bottom: 1px solid #ede6d8;
}

.prd-collection__title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #2c2419;
    margin: 0;
}

.prd-collection__title em {
    font-style: italic;
}

.prd-collection__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.prd-collection__item {
    border-bottom: 1px solid #f5f0e8;
}

.prd-collection__item:last-child {
    border-bottom: none;
}

.prd-collection__link {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1rem 2rem;
    text-decoration: none;
    transition: background 0.2s ease;
}

.prd-collection__link:hover {
    background: #faf8f5;
    text-decoration: none;
}

.prd-collection__img {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
    background: #f5f0e8;
}

.prd-collection__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.prd-collection__img-fb {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ede6d8, #d9cfc0);
}

.prd-collection__info {
    flex: 1;
    min-width: 0;
}

.prd-collection__name {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    color: #2c2419;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.25rem;
}

.prd-collection__meta {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: 0.76rem;
    color: #8a7e70;
}

.prd-collection__cart {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2c2419;
    border: 1px solid #ede6d8;
    border-radius: 7px;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.prd-collection__link:hover .prd-collection__cart {
    color: #c45d3e;
    border-color: #c45d3e;
    background: #fff3ee;
}

.prd-collection__all {
    display: block;
    text-align: center;
    padding: 1.2rem;
    font-family: 'Manrope', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #2c2419;
    background: #f5f0e8;
    text-decoration: none;
    transition: background 0.2s ease;
    border-top: 1px solid #ede6d8;
    border-radius: 0 0 10px 10px;
}

.prd-collection__all:hover {
    background: #ede6d8;
    text-decoration: none;
}

/* Squelettes de chargement */
.prd-collection__skeleton {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1rem 2rem;
    border-bottom: 1px solid #f5f0e8;
}

.prd-collection__skeleton span {
    display: block;
    background: linear-gradient(90deg, #f5f0e8 0%, #e8e0d4 50%, #f5f0e8 100%);
    background-size: 200% 100%;
    border-radius: 4px;
    animation: prd-shimmer 1.5s infinite;
}

.prd-collection__skeleton span:nth-child(1) {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    border-radius: 6px;
}

.prd-collection__skeleton span:nth-child(2) {
    flex: 1;
    height: 14px;
}

.prd-collection__skeleton span:nth-child(3) {
    width: 90px;
    height: 14px;
}

@keyframes prd-shimmer {
    0%   { background-position: -200% 0; }
    100% { background-position:  200% 0; }
}

@media (max-width: 767px) {
    .prd-collection {
        margin: 2rem 0 3rem;
        border-radius: 8px;
    }

    .prd-collection__link,
    .prd-collection__skeleton { padding: 0.9rem 1.25rem; }

    .prd-collection__head { padding: 1.25rem; }
}

/* =============================================
   GRES mega-menu – grille visuelle avec images
   ============================================= */
.sub-menu .top-menu--gres-children.top-menu[data-depth="1"] {
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 1.5rem 1rem;
}

.sub-menu .top-menu--gres-children.top-menu[data-depth="1"] > li {
    padding-bottom: 0;
}

.sub-menu .top-menu--gres-children.top-menu[data-depth="1"] > li > a.dropdown-submenu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    padding: 0 !important;
    margin-bottom: 0;
    border-bottom: none;
    text-align: center;
    font-family: inherit;
    font-style: normal;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #2c2418;
}

.sub-menu .top-menu--gres-children.top-menu[data-depth="1"] > li > a:hover {
    padding-left: 0 !important;
    color: #2c2418;
}

.sub-menu .top-menu--gres-children.top-menu[data-depth="1"] > li > a:hover .menu-gres-img {
    transform: scale(1.05);
}

.sub-menu .top-menu--gres-children.top-menu[data-depth="1"] > li > a:hover .menu-gres-label {
    color: #b85c38;
}

.menu-gres-img-wrap {
    display: block;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 4px;
    margin-bottom: 0.5rem;
    background-color: #f0ebe4;
}

.menu-gres-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
    display: block;
}

.menu-gres-label {
    display: block;
    padding: 0.25rem 0.25rem 0;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #2c2418;
    transition: color 0.2s ease;
}

.page-cms {
    max-width: 100% !important;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.0625rem;
    line-height: 1.8;
}

/* ==========================================================================
   GLOBAL — Suppression des soulignements de liens dans le footer et le menu
   theme.css applique a:visited / a:hover / .page-cms a { text-decoration: underline }
   ce qui rend les liens du footer et du menu pénibles à lire.
   ========================================================================== */
#footer a,
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:focus,
#footer a:active {
    text-decoration: none;
}

#header a,
#header a:link,
#header a:visited,
#header a:hover,
#header a:focus,
#header a:active {
    text-decoration: none;
}

#_desktop_top_menu a,
#_mobile_top_menu a,
.top-menu a,
.top-menu a:hover,
.top-menu a:visited,
.top-menu a:focus {
    text-decoration: none;
}

/* Suppression du soulignement par défaut sur les liens CMS également
   (déjà géré par .cmsp a, mais utile sur les autres CMS pages) */
.page-cms a,
.page-cms a:link,
.page-cms a:visited,
.page-cms a:hover,
.page-cms a:focus,
.page-cms a:active {
    text-decoration: none;
}

/* ==========================================================================
   LANGUAGE SELECTOR — drapeaux devant les langues
   ========================================================================== */
.language-selector .lang-flag {
    display: inline-block;
    width: 20px;
    height: 15px;
    object-fit: cover;
    margin-right: 0.5rem;
    vertical-align: middle;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.08);
    flex-shrink: 0;
}

.language-selector .btn-unstyle {
    display: inline-flex !important;
    align-items: center;
}

.language-selector .dropdown-item {
    display: flex !important;
    align-items: center;
}

.language-selector .dropdown-item > span {
    line-height: 1.2;
}


/* ════════════════════════════════════════════════════════════════
   Popup de bienvenue — Pro / Particulier
   ════════════════════════════════════════════════════════════════ */
body.welcome-popup-open { overflow: hidden; }

.welcome-popup {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    transition: opacity .3s ease;
}
.welcome-popup.is-visible { opacity: 1; }

.welcome-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(28, 23, 16, .55);
    backdrop-filter: blur(2px);
}

.welcome-popup__dialog {
    position: relative;
    width: 100%;
    max-width: 860px;
    background: #f4f1ec;
    border-radius: 4px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
    padding: 48px 48px 52px;
    transform: translateY(16px) scale(.98);
    transition: transform .3s ease;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}
.welcome-popup.is-visible .welcome-popup__dialog { transform: none; }

.welcome-popup__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: #6a5f4f;
    cursor: pointer;
    border-radius: 50%;
    transition: background .2s ease, color .2s ease;
}
.welcome-popup__close:hover { background: rgba(0, 0, 0, .06); color: #2c2419; }

.welcome-popup__title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.1rem;
    font-weight: 600;
    color: #2c2419;
    margin: 0 0 32px;
    line-height: 1.15;
}

.welcome-popup__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.welcome-card {
    display: flex;
    flex-direction: column;
}
.welcome-card__visual {
    width: 100%;
    aspect-ratio: 16 / 11;
    background-size: cover;
    background-position: center;
    background-color: #d9d2c7;
    border-radius: 3px;
}
.welcome-card__body { padding-top: 20px; }

.welcome-card__name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c2419;
    margin: 0 0 6px;
}
.welcome-card__desc {
    font-family: 'Manrope', sans-serif;
    font-size: .95rem;
    color: #6a5f4f;
    margin: 0 0 20px;
}

.welcome-card__btn {
    display: inline-block;
    font-family: 'Manrope', sans-serif;
    font-size: .9rem;
    font-weight: 600;
    letter-spacing: .02em;
    color: #fff;
    background: #2c2419;
    border: 1px solid #2c2419;
    padding: 13px 26px;
    border-radius: 2px;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.welcome-card__btn:hover {
    background: #c45d3e;
    border-color: #c45d3e;
    color: #fff;
}

@media (max-width: 640px) {
    .welcome-popup__dialog { padding: 40px 22px 32px; }
    .welcome-popup__title { font-size: 1.7rem; margin-bottom: 24px; }
    .welcome-popup__grid { grid-template-columns: 1fr; gap: 24px; }
}

/* ════════════════════════════════════════════════════════════════
   PANIER B2B — tableau pro (réf, dispo, prix HT) + ajout par référence
   ════════════════════════════════════════════════════════════════ */

/* Grille de colonnes partagée par l'en-tête et chaque ligne */
.b2b-cart-head,
.b2b-cart-row {
    display: grid;
    grid-template-columns:
        64px                    /* image      */
        minmax(150px, 1.6fr)    /* description */
        0.9fr                   /* prix brut HT */
        0.7fr                   /* remise      */
        0.9fr                   /* prix net HT */
        104px                   /* quantité    */
        1fr                     /* total HT    */
        40px;                   /* suppression */
    align-items: center;
    column-gap: 14px;
}

/* ── En-tête de colonnes ─────────────────────────────────────── */
.b2b-cart-head {
    padding: 0 0 12px;
    margin-bottom: 4px;
    border-bottom: 2px solid #2c2419;
    font-family: 'Manrope', sans-serif;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #6a5f4f;
}
.b2b-cart-head .b2b-cart-cell--unit-regular,
.b2b-cart-head .b2b-cart-cell--discount,
.b2b-cart-head .b2b-cart-cell--unit-net,
.b2b-cart-head .b2b-cart-cell--qty,
.b2b-cart-head .b2b-cart-cell--total { text-align: center; }
.b2b-cart-head .b2b-cart-cell--total { text-align: right; }

/* ── Lignes produit ──────────────────────────────────────────── */
.b2b-cart .cart-items { list-style: none; margin: 0; padding: 0; }
.b2b-cart .cart-item { padding: 0; }
.b2b-cart-row {
    padding: 18px 0;
    border-bottom: 1px solid #ede6d8;
}
.b2b-cart-cell { font-family: 'Manrope', sans-serif; font-size: .9rem; }
.b2b-cart-cell--unit-regular,
.b2b-cart-cell--discount,
.b2b-cart-cell--unit-net,
.b2b-cart-cell--qty { text-align: center; }
.b2b-cart-cell--total { text-align: right; }

.b2b-cart-cell--image img {
    width: 100%;
    height: auto;
    border-radius: 3px;
    border: 1px solid #ede6d8;
}

.b2b-cart__name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: #2c2419;
    line-height: 1.2;
    text-decoration: none;
    display: inline-block;
}
.b2b-cart__name:hover { color: #c45d3e; }
.b2b-cart__ref {
    font-size: .78rem;
    color: #8a8073;
    margin-top: 3px;
    letter-spacing: .02em;
}
.b2b-cart__attr { font-size: .8rem; color: #6a5f4f; margin-top: 2px; }

/* Badge de disponibilité */
.b2b-cart__stock {
    display: inline-block;
    margin-top: 8px;
    padding: 3px 10px;
    border-radius: 2px;
    font-size: .74rem;
    font-weight: 600;
    background: #e7f1e4;
    color: #3c6b32;
}
.b2b-cart__stock--unavailable,
.b2b-cart__stock--out_of_stock { background: #f6e2dd; color: #b0432a; }
.b2b-cart__stock--last_remaining_items { background: #fbf0d9; color: #97700f; }

/* Prix */
.b2b-cart__regular {
    color: #9a9183;
    text-decoration: line-through;
    font-size: .9rem;
}
.b2b-cart__net { font-weight: 700; color: #2c2419; }
.b2b-cart__discount {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 2px;
    background: #c45d3e;
    color: #fff;
    font-weight: 700;
    font-size: .82rem;
}
.b2b-cart__dash { color: #c9c0b2; }
.b2b-cart__unit { font-size: .72rem; color: #8a8073; margin-top: 2px; }
.b2b-cart__line-total strong {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    color: #2c2419;
}

/* Champ quantité + touchspin */
.b2b-cart-cell--qty { display: flex; justify-content: center; }
.b2b-cart-cell--qty .bootstrap-touchspin { max-width: 104px; margin: 0 auto; }
.b2b-cart__qty-input { text-align: center; }

/* Suppression */
.b2b-cart-cell--remove { text-align: center; }
.b2b-cart-cell--remove .remove-from-cart { color: #b0432a; }
.b2b-cart-cell--remove .remove-from-cart:hover { color: #8a3320; }

/* ── Ajout rapide par référence ──────────────────────────────── */
.b2b-quick-add {
    margin-top: 18px;
    padding: 18px 20px;
    background: #f4f1ec;
    border: 1px solid #ede6d8;
    border-radius: 4px;
}
.b2b-quick-add__label {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: .9rem;
    color: #4a4234;
    margin-bottom: 10px;
}
.b2b-quick-add__row { display: flex; gap: 10px; flex-wrap: wrap; align-items: stretch; }
.b2b-quick-add__input {
    flex: 1 1 220px;
    min-width: 0;
    padding: 11px 14px;
    border: 1px solid #d9cfc0;
    border-radius: 2px;
    font-family: 'Manrope', sans-serif;
    background: #fff;
}
.b2b-quick-add__qty {
    flex: 0 0 78px;
    width: 78px;
    padding: 11px 10px;
    border: 1px solid #d9cfc0;
    border-radius: 2px;
    text-align: center;
    background: #fff;
}
.b2b-quick-add__input:focus,
.b2b-quick-add__qty:focus { outline: none; border-color: #c45d3e; }
.b2b-quick-add__btn { white-space: nowrap; }
.b2b-quick-add.is-loading .b2b-quick-add__btn { opacity: .6; pointer-events: none; }

/* Mobile : référence en pleine largeur, puis quantité + bouton alignés
   sur une 2e ligne que le bouton remplit (plus de vide à droite). */
@media (max-width: 575px) {
    .b2b-quick-add__input { flex: 1 1 100%; }
    .b2b-quick-add__qty { flex: 0 0 78px; }
    .b2b-quick-add__btn { flex: 1 1 auto; }
}

.b2b-quick-add__feedback {
    display: block;
    margin-top: 10px;
    font-size: .85rem;
    min-height: 1.1em;
}
.b2b-quick-add__feedback.is-success { color: #3c6b32; }
.b2b-quick-add__feedback.is-error { color: #b0432a; }
.b2b-quick-add__feedback.is-info { color: #6a5f4f; }

/* ── Responsive : sous 992px, chaque ligne devient une carte ──── */
@media (max-width: 991px) {
    .b2b-cart-head { display: none; }
    .b2b-cart .cart-item { position: relative; }

    /* On repasse en flux flex : image à gauche, le reste empilé */
    .b2b-cart-row {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        column-gap: 16px;
        row-gap: 4px;
        padding: 20px 0;
    }
    .b2b-cart-cell--image { width: 72px; flex: 0 0 72px; }
    .b2b-cart-cell--desc {
        flex: 1 1 0;
        min-width: 0;
        padding-right: 32px; /* place pour l'icône suppression */
    }

    /* Lignes de prix / quantité / total : pleine largeur, étiquetées */
    .b2b-cart-cell--unit-regular,
    .b2b-cart-cell--discount,
    .b2b-cart-cell--unit-net,
    .b2b-cart-cell--qty,
    .b2b-cart-cell--total {
        flex: 0 0 100%;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 7px 0;
        border-top: 1px dashed #ede6d8;
    }

    /* Étiquette de colonne affichée à gauche de chaque valeur */
    .b2b-cart-cell[data-label]::before {
        content: attr(data-label);
        font-size: .72rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .04em;
        color: #8a8073;
    }
    .b2b-cart-cell--image::before,
    .b2b-cart-cell--desc::before { content: none; }

    .b2b-cart-cell--qty .bootstrap-touchspin { margin: 0; }
    .b2b-cart-cell--remove {
        position: absolute;
        top: 18px;
        right: 0;
        width: auto;
    }
}

/* ================================================
   FICHE PRODUIT — PRODUCT PAGE
   ================================================ */

/* Titre */
.product-detail-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-style: italic;
    font-weight: 400;
    font-size: 2.1rem;
    line-height: 1.2;
    color: #2c2419;
    margin: 0 0 0.5rem;
}

/* Référence */
.product-detail-ref {
    font-family: 'Manrope', sans-serif;
    font-size: 0.78rem;
    color: #8a8073;
    letter-spacing: 0.05em;
    margin: 0 0 0;
    padding-bottom: 1.25rem;
}

/* Zone prix — supprime le double séparateur du theme.css */
.product-prices::before {
    content: none;
}

.product-prices {
    position: relative;
    margin: 0 0 1.5rem;
    padding: 1.25rem 0 1.5rem;
    border-top: 1px solid #d9d2c7;
    border-bottom: 1px solid #d9d2c7;
}

.product-prices .product-discount {
    margin-bottom: 0.25rem;
}

.product-prices .product-price {
    margin: 0;
    line-height: 1;
}

.product-prices .product-price .current-price .current-price-value {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2.5rem;
    font-weight: 400;
    color: #2c2419;
    letter-spacing: 0.01em;
}

.product-prices .product-price .discount {
    font-family: 'Manrope', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    color: #c45d3e;
}

.product-prices .product-unit-price {
    display: none;
}

.product-prices .tax-shipping-delivery-label {
    font-family: 'Manrope', sans-serif;
    font-size: 0.78rem;
    color: #8a8073;
    margin-top: 0.4rem;
    display: block;
}

.product-prices .tax-shipping-delivery-label .delivery-information {
    display: none;
}

/* ---- Bloc B2B pricing (Prix Brut / Votre Remise / Prix net) ---- */
.pg-b2b-pricing {
    margin-bottom: 0.5rem;
    font-family: 'Manrope', sans-serif;
    font-size: 0.88rem;
}

.pg-b2b-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3rem 0;
    color: #8a8073;
}

.pg-b2b-label {
    font-weight: 500;
}

.pg-b2b-old-price {
    text-decoration: line-through;
    color: #8a8073;
}

.pg-b2b-remise {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #3d6369;
    color: #fff;
    padding: 0.55rem 1rem;
    margin: 0.3rem 0;
    font-weight: 600;
    font-family: 'Manrope', sans-serif;
    font-size: 0.92rem;
}

.pg-b2b-remise-value {
    font-size: 1rem;
    font-weight: 700;
}

.pg-b2b-row--net {
    color: #2c2419;
    font-weight: 600;
    font-size: 0.92rem;
}

.pg-b2b-net-price {
    font-weight: 600;
    color: #2c2419;
}

/* Bloc "Vendu par X unités / carton de X" */
.pg-pack-section {
    margin: 0.75rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.pg-pack-info,
.pg-carton-info {
    font-family: 'Manrope', sans-serif;
    font-size: 0.85rem;
    color: #2c2419;
    background-color: #f5e9d8;
    border-radius: 4px;
    padding: 0.5rem 0.85rem;
    margin: 0;
    line-height: 1.5;
}

.pg-pack-info strong,
.pg-carton-info strong {
    font-weight: 700;
}

.product-additional-info {
    font-family: 'Manrope', sans-serif;
    font-size: 0.85rem;
    color: #2c2419;
    padding: 0.75rem 0 0;
}

/* Label Quantité */
.product-add-to-cart .control-label {
    font-family: 'Manrope', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #2c2419;
    margin-bottom: 0.85rem;
    display: block;
}

/* Zone quantité + bouton */
.product-add-to-cart .product-quantity {
    display: flex;
    align-items: stretch;
    gap: 0.75rem;
    margin-bottom: 0;
}

.product-add-to-cart .product-quantity .qty {
    display: flex;
    align-items: center;
    border: 1px solid #d9d2c7;
    border-radius: 2px;
    background: #fff;
    min-width: 0;
    margin-bottom: 0;
    overflow: visible;
}

.product-add-to-cart .product-quantity #quantity_wanted {
    border: none;
    width: 70px;
    height: 52px;
    padding: 0 0.5rem;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #2c2419;
    text-align: center;
    background: transparent;
    outline: none;
    -moz-appearance: textfield;
}

.product-add-to-cart .product-quantity #quantity_wanted::-webkit-inner-spin-button,
.product-add-to-cart .product-quantity #quantity_wanted::-webkit-outer-spin-button {
    opacity: 1;
    cursor: pointer;
    height: 52px;
}

/* Bouton Ajouter au panier — terracotta */
.product-add-to-cart .product-quantity .add .add-to-cart {
    background: #c45d3e;
    border: 2px solid #c45d3e;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0 1.75rem;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    height: 52px;
    min-height: 52px;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}

.product-add-to-cart .product-quantity .add .add-to-cart:hover {
    background: #b0522f;
    border-color: #b0522f;
}

.product-add-to-cart .product-quantity .add .add-to-cart .material-icons {
    font-size: 1.1rem;
}

/* Disponibilité */
#product-availability .alert {
    border: none;
    background: none;
    padding: 0.75rem 0 0;
    margin: 0;
    box-shadow: none;
}

#product-availability .alert-success {
    color: #4a7c59;
}

#product-availability .alert-warning {
    color: #9a7c3a;
}

#product-availability .alert-danger {
    color: #b04040;
}

#product-availability .alert-content-wrapper {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-family: 'Manrope', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
}

#product-availability .material-icons {
    font-size: 1rem;
}

/* Quantité minimale */
.product-minimal-quantity {
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    color: #8a8073;
    margin-top: 0.5rem;
}

/* Masquer les éléments hors-design sur la fiche produit */
.product-information .js-product-actions ~ div[class*="reassurance"],
.product-information .displayReassurance { display: none; }

/* Masquer "Partager" (ps_sharebuttons) */
#main .social-sharing { display: none; }

/* Wishlist / actions produit */
.product-actions .product-quantity .js-mailalert,
.product-actions .product-quantity .wishlist-button-add {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #d9d2c7;
    background: #faf8f5;
    color: #2c2419;
    cursor: pointer;
    transition: border-color 0.2s;
    flex-shrink: 0;
}

.product-actions .product-quantity .wishlist-button-add:hover {
    border-color: #c45d3e;
    color: #c45d3e;
}

@media (max-width: 767px) {
    .product-detail-title {
        font-size: 1.6rem;
    }

    .product-prices .product-price .current-price .current-price-value {
        font-size: 2rem;
    }

    .product-add-to-cart .product-quantity .add .add-to-cart {
        padding: 0 1.1rem;
        font-size: 0.68rem;
    }
}
