/* FAMILLE « produit »
 *
 * Fichier CONSTRUIT par outils/construire-css.js — ne pas modifier à la
 * main : la prochaine construction écraserait la modification. Les sources
 * sont css/produit.css, css/boutique.css.
 *
 * Construit le 2026-09-10.
 */

/* --- css/produit.css --- */
.cjf{
    --cjf-violet: #8f15ff;
    --cjf-violet-deep: #7211cc;
    --cjf-violet-wash: #f4eaff;
    --cjf-ink: #0e0e13;
    --cjf-ink-2: #3a3646;
    --cjf-ink-3: #7d7789;
    --cjf-line: #e6e3ee;
    --cjf-paper: #fff;
    --cjf-wash: #f7f6fa;
    --cjf-vert: #0d6b52;
    --cjf-vert-wash: #e6f4ef;
    --cjf-ambre: #8a5a00;
    --cjf-ambre-wash: #fdf1dc;
    --cjf-rouge: #a11228;
    --cjf-rouge-wash: #fdecee;

    padding: 18px 0 8px;
    color: var(--cjf-ink);
}
.cjf-large{
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 18px;
}
.cjf-fil{
    margin-bottom: 16px;
}
.cjf .cjf-fil-liste{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13.5px;
    color: var(--cjf-ink-3);
}
.cjf .cjf-fil-liste li{
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
}
.cjf .cjf-fil-liste li + li::before{
    content: "›";
    color: var(--cjf-line);
}
.cjf .cjf-fil-liste a{
    color: var(--cjf-ink-3);
    text-decoration: none;
}
.cjf .cjf-fil-liste a:hover,
.cjf .cjf-fil-liste a:focus-visible{
    color: var(--cjf-violet-deep);
    text-decoration: underline;
}
.cjf-achat{
    display: grid;
    gap: 26px;
    align-items: start;
    margin-bottom: 44px;
}
@media (min-width: 900px){
.cjf-achat{
        grid-template-columns: minmax(0, 480px) minmax(0, 1fr);
        gap: 44px;
    }
.cjf-visuels{
        position: sticky;
        top: 24px;
    }
}
.cjf .cjf-scene{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 22px;
    min-height: 260px;
    background: var(--cjf-wash);
    border: 1px solid var(--cjf-line);
    border-radius: 16px;
    overflow: hidden;
}
@media (min-width: 900px){
.cjf .cjf-scene{
        min-height: 420px;
        padding: 32px;
    }
}
.cjf .cjf-scene img{
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 380px;
    object-fit: contain;
    mix-blend-mode: multiply;
}
.cjf .cjf-vignettes{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}
.cjf .cjf-vignettes li{
    margin: 0;
}
.cjf .cjf-vignette{
    display: block;
    width: 72px;
    height: 72px;
    padding: 5px;
    background: var(--cjf-paper);
    border: 1px solid var(--cjf-line);
    border-radius: 10px;
    cursor: pointer;
    transition: border-color .15s ease;
}
.cjf .cjf-vignette img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}
.cjf .cjf-vignette:hover{
    border-color: var(--cjf-ink-3);
}
.cjf .cjf-vignette.est-active{
    border-color: var(--cjf-violet);
    box-shadow: 0 0 0 1px var(--cjf-violet);
}
.cjf .cjf-vignette:focus-visible{
    outline: 2px solid var(--cjf-violet-deep);
    outline-offset: 2px;
}
.cjf .cjf-surtitre{
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .09em;
    text-transform: uppercase;
}
.cjf .cjf-surtitre a{
    color: var(--cjf-violet-deep);
    text-decoration: none;
}
.cjf .cjf-surtitre a:hover,
.cjf .cjf-surtitre a:focus-visible{
    text-decoration: underline;
}
.cjf .cjf-infos .cjf-titre{
    margin: 0 0 10px !important;
    font-size: clamp(25px, 4.4vw, 36px);
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -.018em;
    color: var(--cjf-ink);
}
.cjf-ligne-prix{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 14px;
    margin: 18px 0 0;
}
.cjf .cjf-prix{
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    color: var(--cjf-ink);
    font-variant-numeric: tabular-nums;
}
.cjf .cjf-prix .woocommerce-Price-amount,
.cjf .cjf-prix bdi{
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
.cjf .cjf-prix del{
    font-size: 18px;
    font-weight: 500;
    color: var(--cjf-ink-3);
    margin-right: 8px;
}
.cjf .cjf-prix ins{
    text-decoration: none;
    color: var(--cjf-violet-deep);
}
.cjf .cjf-dispo{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 11px;
    border-radius: 20px;
    background: var(--cjf-vert-wash);
    color: var(--cjf-vert);
    font-size: 13px;
    font-weight: 600;
}
.cjf .cjf-dispo::before{
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
}
.cjf .cjf-dispo-non{
    background: var(--cjf-rouge-wash);
    color: var(--cjf-rouge);
}
.cjf-grade{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 10px;
    margin: 18px 0 0;
    padding: 13px 16px;
    border-radius: 12px;
    background: var(--cjf-wash);
    border: 1px solid var(--cjf-line);
}
.cjf .cjf-grade-lettre{
    flex: none;
    padding: 3px 11px;
    border-radius: 7px;
    background: var(--cjf-ink);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
}
.cjf .cjf-grade-a .cjf-grade-lettre{
    background: var(--cjf-vert);
}
.cjf .cjf-grade-b .cjf-grade-lettre{
    background: var(--cjf-ambre);
}
.cjf .cjf-grade-texte{
    flex: 1 1 220px;
    font-size: 14.5px;
    line-height: 1.5;
    color: var(--cjf-ink-2);
}
.cjf .cjf-resume{
    margin: 18px 0 0;
    font-size: 15.5px;
    line-height: 1.6;
    color: var(--cjf-ink-2);
}
.cjf .cjf-resume p{
    margin: 0 0 10px;
}
.cjf .cjf-resume p:last-child{
    margin-bottom: 0;
}
.cjf-panier{
    margin: 22px 0 0;
    padding: 18px;
    background: var(--cjf-paper);
    border: 1px solid var(--cjf-line);
    border-radius: 14px;
}
.cjf-panier form.cart{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin: 0;
}
.cjf-panier .quantity{
    flex: none;
}
.cjf-panier .quantity input{
    width: 72px;
    height: 46px;
    padding: 0 8px;
    text-align: center;
    border: 1px solid var(--cjf-line);
    border-radius: 9px;
    font-size: 16px;
}
.cjf-panier .single_add_to_cart_button{
    flex: 1 1 200px;
    min-height: 46px;
    padding: 0 22px;
    border: 0;
    border-radius: 9px;
    background: var(--cjf-violet);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background .15s ease;
}
.cjf-panier .single_add_to_cart_button:hover,
.cjf-panier .single_add_to_cart_button:focus-visible{
    background: var(--cjf-violet-deep);
}
.cjf-panier .wishlist-button{
    flex: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid var(--cjf-line);
    border-radius: 9px;
}
.cjf-panier .wishlist-button img{
    width: 20px;
    height: auto;
}
.cjf-panier form:last-child{
    display: block;
    margin: 12px 0 0;
}
.cjf-panier .btn-third,
.cjf-panier form:last-child button{
    width: 100%;
    min-height: 46px;
    padding: 0 22px;
    border: 1px solid var(--cjf-violet);
    border-radius: 9px;
    background: var(--cjf-paper);
    color: var(--cjf-violet-deep);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background .15s ease;
}
.cjf-panier .btn-third:hover,
.cjf-panier form:last-child button:hover{
    background: var(--cjf-violet-wash);
}
.cjf-panier .stock{
    margin: 0 0 12px;
    font-size: 14px;
    color: var(--cjf-ink-3);
}
.cjf .cjf-eco{
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 14px 0 0;
    padding: 5px 12px;
    border-radius: 20px;
    background: var(--cjf-vert-wash);
    color: var(--cjf-vert);
    font-size: 14px;
    font-weight: 600;
}
.cjf .cjf-eco img{
    display: block;
    width: 15px;
    height: auto;
}
.cjf .cjf-atouts{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}
.cjf .cjf-atouts li{
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 14.5px;
    color: var(--cjf-ink-2);
}
.cjf .cjf-atouts img{
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.cjf-aide{
    margin: 22px 0 0;
    padding: 16px 18px;
    border-radius: 12px;
    background: var(--cjf-violet-wash);
}
.cjf .cjf-aide-texte{
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: 600;
    color: var(--cjf-ink);
}
.cjf-aide-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.cjf .cjf-bouton{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 9px;
    background: var(--cjf-violet);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: background .15s ease;
}
.cjf .cjf-bouton:hover,
.cjf .cjf-bouton:focus-visible{
    background: var(--cjf-violet-deep);
    color: #fff;
}
.cjf .cjf-bouton-clair{
    background: var(--cjf-paper);
    color: var(--cjf-violet-deep);
    border: 1px solid var(--cjf-violet);
}
.cjf .cjf-bouton-clair:hover,
.cjf .cjf-bouton-clair:focus-visible{
    background: #fff;
    color: var(--cjf-violet-deep);
}
.cjf-partage{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0 0;
    padding-top: 18px;
    border-top: 1px solid var(--cjf-line);
    font-size: 14px;
    color: var(--cjf-ink-3);
}
.cjf .cjf-partage a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid var(--cjf-line);
    border-radius: 9px;
    transition: border-color .15s ease;
}
.cjf .cjf-partage a:hover{
    border-color: var(--cjf-violet);
}
.cjf .cjf-partage img{
    width: 16px;
    height: 16px;
}
.cjf-detail{
    display: grid;
    gap: 34px;
    padding: 34px 0 0;
    border-top: 1px solid var(--cjf-line);
    margin-bottom: 44px;
}
@media (min-width: 1000px){
.cjf-detail:has(.cjf-specs):has(.cjf-description){
        grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
        gap: 48px;
    }
}
.cjf .cjf-detail h2,
.cjf .cjf-voisins h2{
    margin: 0 0 18px;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -.01em;
    color: var(--cjf-ink);
}
.cjf .cjf-specs-liste{
    margin: 0;
    padding: 0;
    border: 1px solid var(--cjf-line);
    border-radius: 12px;
    overflow: hidden;
}
.cjf .cjf-spec{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    padding: 11px 15px;
    border-bottom: 1px solid var(--cjf-line);
    font-size: 14.5px;
}
.cjf .cjf-spec:nth-child(odd){
    background: var(--cjf-wash);
}
.cjf .cjf-spec:last-child{
    border-bottom: 0;
}
.cjf .cjf-spec dt{
    margin: 0;
    font-weight: 500;
    color: var(--cjf-ink-2);
}
.cjf .cjf-spec dd{
    margin: 0;
    text-align: right;
    font-weight: 600;
    color: var(--cjf-ink);
}
.cjf-description-corps{
    font-size: 16px;
    line-height: 1.7;
    color: var(--cjf-ink-2);
    max-width: 72ch;
}
.cjf .cjf-description-corps p{
    margin: 0 0 14px;
}
.cjf .cjf-description-corps h2,
.cjf .cjf-description-corps h3{
    margin: 26px 0 10px;
    font-size: 18px;
    font-weight: 700;
    color: var(--cjf-ink);
}
.cjf .cjf-description-corps ul,
.cjf .cjf-description-corps ol{
    margin: 0 0 14px;
    padding-left: 20px;
}
.cjf .cjf-description-corps li{
    margin: 0 0 6px;
}
.cjf .cjf-description-corps li[class*="list-none"]{
    list-style: none;
    margin-left: -20px;
    padding: 9px 0;
    border-bottom: 1px solid var(--cjf-line);
}
.cjf .cjf-description-corps img{
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
.cjf .cjf-description-corps table{
    width: 100%;
    border-collapse: collapse;
    font-size: 14.5px;
}
.cjf .cjf-description-corps th,
.cjf .cjf-description-corps td{
    padding: 9px 12px;
    border-bottom: 1px solid var(--cjf-line);
    text-align: left;
}
.cjf-voisins{
    padding: 34px 0 8px;
    border-top: 1px solid var(--cjf-line);
}
.cjf-voisins-grille{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
@media (min-width: 700px){
.cjf-voisins-grille{
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 18px;
    }
}
.cjf .cjf-carte{
    display: flex;
    flex-direction: column;
    background: var(--cjf-paper);
    border: 1px solid var(--cjf-line);
    border-radius: 13px;
    overflow: hidden;
    transition: border-color .15s ease, transform .15s ease;
}
.cjf .cjf-carte:hover{
    border-color: var(--cjf-violet);
    transform: translateY(-2px);
}
.cjf .cjf-carte-visuel{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    min-height: 150px;
    background: var(--cjf-wash);
}
.cjf .cjf-carte-visuel img{
    max-width: 100%;
    height: auto;
    max-height: 130px;
    object-fit: contain;
    mix-blend-mode: multiply;
}
.cjf-carte-corps{
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 7px;
    padding: 13px 14px 15px;
}
.cjf .cjf-carte-titre{
    margin: 0;
    font-size: 14.5px;
    font-weight: 600;
    line-height: 1.35;
}
.cjf .cjf-carte-titre a{
    color: var(--cjf-ink);
    text-decoration: none;
}
.cjf .cjf-carte-titre a:hover,
.cjf .cjf-carte-titre a:focus-visible{
    color: var(--cjf-violet-deep);
}
.cjf .cjf-carte-grade{
    align-self: flex-start;
    margin: 0;
    padding: 2px 9px;
    border-radius: 20px;
    background: var(--cjf-wash);
    color: var(--cjf-ink-2);
    font-size: 12px;
    font-weight: 600;
}
.cjf .cjf-grade-a.cjf-carte-grade{
    background: var(--cjf-vert-wash);
    color: var(--cjf-vert);
}
.cjf .cjf-grade-b.cjf-carte-grade{
    background: var(--cjf-ambre-wash);
    color: var(--cjf-ambre);
}
.cjf .cjf-carte-prix{
    margin-top: auto;
    font-size: 16px;
    font-weight: 700;
    color: var(--cjf-ink);
    font-variant-numeric: tabular-nums;
}
.cjf .cjf-carte-prix .woocommerce-Price-amount,
.cjf .cjf-carte-prix bdi{
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
.cjf .cjf-voisins-tout{
    margin: 18px 0 0;
    font-size: 15px;
}
.cjf .cjf-voisins-tout a{
    color: var(--cjf-violet-deep);
    font-weight: 600;
    text-decoration: none;
}
.cjf .cjf-voisins-tout a:hover,
.cjf .cjf-voisins-tout a:focus-visible{
    text-decoration: underline;
}
@media (prefers-reduced-motion: reduce){
.cjf *{
        transition: none !important;
    }
}
@media (min-width: 760px){
.cjf .cjf-specs-liste{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 0;
    }
.cjf .cjf-spec{
        min-width: 0;
    }
.cjf .cjf-spec:nth-child(2n){
        border-left: 1px solid var(--cjf-line);
    }
.cjf .cjf-spec:nth-child(odd){
        background: none;
    }
.cjf .cjf-spec:last-child{
        border-bottom: 1px solid var(--cjf-line);
    }
}
.cjf .cjf-spec dt{
    flex: 0 0 auto;
    max-width: 52%;
    color: var(--cjf-ink-3, #7d7789);
}
.cjf .cjf-spec dd{
    margin: 0;
    min-width: 0;
    text-align: right;
    overflow-wrap: anywhere;
}
.cjf .cjf-spec dd:empty::after{
    content: "—";
    color: var(--cjf-ink-3, #7d7789);
}

/* --- css/boutique.css --- */
.woocommerce,
.woocommerce-page{
    --cjb-violet: #8f15ff;
    --cjb-violet-deep: #7211cc;
    --cjb-violet-wash: #f4eaff;
    --cjb-ink: #0e0e13;
    --cjb-ink-2: #3a3646;
    --cjb-ink-3: #7d7789;
    --cjb-line: #e6e3ee;
    --cjb-paper: #fff;
    --cjb-wash: #f7f6fa;
    --cjb-vert: #0d6b52;
    --cjb-vert-wash: #e6f4ef;
    --cjb-rouge: #a11228;
}
.woocommerce .woocommerce-info.woocommerce-no-products-found{
    margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li span.current{
    background: var(--cjb-violet);
    border-color: var(--cjb-violet);
    color: #fff;
}
.woocommerce ul.cart_list li .quantity{
    grid-column: 2;
    font-size: 13.5px;
    color: var(--cjb-ink-3);
    font-variant-numeric: tabular-nums;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews{
    margin: 0 0 18px;
    padding: 13px 16px 13px 18px;
    border: 1px solid #e6e3ee;
    border-left: 3px solid #8f15ff;
    border-radius: 10px;
    background: #fff;
    color: #3a3646;
    font-size: 14.5px;
    line-height: 1.55;
    list-style: none;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before{
    content: none;
}
.woocommerce-message{
    border-left-color: #0d6b52;
    background: #e6f4ef;
    color: #0d6b52;
}
.woocommerce-error{
    border-left-color: #a11228;
    background: #fdecee;
    color: #a11228;
}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li{
    margin: 0 0 5px;
}
.woocommerce-error li:last-child,
.woocommerce-message li:last-child{
    margin-bottom: 0;
}
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a{
    color: inherit;
    font-weight: 600;
}
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button{
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin-left: 10px;
    padding: 0 14px;
    border: 1px solid currentColor;
    border-radius: 8px;
    background: transparent;
    color: inherit;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
}

/* --- css/commun-v2.css --- */
body.cjx-g{
    --cjx-violet: #8f15ff;
    --cjx-violet-fonce: #6a0fd1;
    --cjx-violet-10: #f4eeff;
    --cjx-violet-20: #e9ddff;
    --cjx-encre: #140d22;
    --cjx-texte: #1c1629;
    --cjx-texte-2: #5b5470;
    --cjx-filet: #e7dff5;
    --cjx-fond: #f7f5fb;
    --cjx-nuit: #0c0716;
    --cjx-colle: 100px;
    --cjx-scene:
        radial-gradient(45% 90% at 100% 0%, rgba(143, 21, 255, .14), transparent 70%),
        radial-gradient(40% 70% at 0% 100%, rgba(143, 21, 255, .08), transparent 70%),
        linear-gradient(180deg, #f6f1ff 0%, #fbf9fe 100%);
    --cjx-pcb: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180' fill='none' stroke='%23b98cff' stroke-width='1.3' stroke-linecap='round'%3E%3Cpath d='M0 40h40l20 20h50l15-15h55M0 120h30l25-25h35M90 95v40l20 20h70M60 0v25l-15 15M140 0v30l20 20v60M20 180v-30l30-30h40M120 180v-20'/%3E%3Cg fill='%23b98cff' stroke='none'%3E%3Ccircle cx='40' cy='40' r='3'/%3E%3Ccircle cx='110' cy='60' r='3'/%3E%3Ccircle cx='90' cy='95' r='3.5'/%3E%3Ccircle cx='160' cy='110' r='3'/%3E%3Ccircle cx='50' cy='120' r='3'/%3E%3Ccircle cx='120' cy='160' r='3'/%3E%3C/g%3E%3Cg stroke-width='1.6'%3E%3Crect x='128' y='70' width='18' height='12' rx='2'/%3E%3Crect x='66' y='140' width='14' height='10' rx='2'/%3E%3C/g%3E%3C/svg%3E");
}
body.cjx-g #main-content > .row{ margin-left: 0; margin-right: 0; }
body.cjx-g #main-content img:hover{ box-shadow: none !important; }
@media (min-width: 1560px){
body.cjx-g #main-content > section > .container,
    body.cjx-g #main-content > div > .container{ max-width: 1440px; }
}
@media (min-width: 1000px){
body.cjx-g .cjs-cote{ top: var(--cjx-colle); }
}
@media (min-width: 940px){
body.cjx-g .cjb-pratique{ top: var(--cjx-colle); }
}
@media (min-width: 900px){
body.cjx-g .cjf-visuels{ top: var(--cjx-colle); }
body.cjx-g .cjm-menu{ top: var(--cjx-colle); }
}
@media (min-width: 980px){
body.cjx-g .cjc-cote{ top: var(--cjx-colle); }
}
body.cjx-g .cjo-agencement .cjo-filtres{
    top: var(--cjx-colle);
    max-height: calc(100vh - var(--cjx-colle) - 16px);
}
body.cjx-g :is(.cjs, .cjp, .cjo, .cjd, .cjf, .cjc, .cjm, .cjr) :is(h2, h3)[id]{
    scroll-margin-top: calc(var(--cjx-colle) + 12px);
}
body.cjx-g #main-content .btn-primary,
body.cjx-g #main-content a.button,
body.cjx-g #main-content button.button,
body.cjx-g #main-content input.button{
    border-radius: 999px !important;
    transition: background .2s, transform .2s, box-shadow .2s;
}
body.cjx-g #main-content .btn-primary:hover,
body.cjx-g #main-content a.button:hover,
body.cjx-g #main-content button.button:hover{
    background: var(--cjx-violet-fonce) !important;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px -16px rgba(143, 21, 255, .9);
}
body.cjx-g #main-content .woocommerce-breadcrumb a{
    color: var(--cjx-violet-fonce);
    font-weight: 600;
    text-decoration: none;
}
body.cjx-g #main-content .woocommerce-breadcrumb a:hover{ text-decoration: underline; text-underline-offset: 3px; }
body.cjx-g .woocommerce-message,
body.cjx-g .woocommerce-info,
body.cjx-g .woocommerce-error{
    border-radius: 18px;
    border-top-width: 0 !important;
    box-shadow: inset 4px 0 0 var(--cjx-violet);
    background: var(--cjx-violet-10);
}
body.cjx-g .woocommerce-error{ box-shadow: inset 4px 0 0 #c0264a; background: #fdecee; }
body.cjx-g #solutions.cjc-contacts{
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 72px 0;
    background: var(--cjx-nuit);
}
body.cjx-g #solutions.cjc-contacts::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: var(--cjx-pcb);
    background-size: 180px 180px;
    opacity: .3;
    -webkit-mask-image: radial-gradient(90% 100% at 20% 0%, #000 15%, transparent 75%);
    mask-image: radial-gradient(90% 100% at 20% 0%, #000 15%, transparent 75%);
}
body.cjx-g #solutions.cjc-contacts::after{
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(45% 70% at 12% 0%, rgba(143, 21, 255, .36), transparent 70%),
        radial-gradient(40% 60% at 95% 100%, rgba(143, 21, 255, .24), transparent 70%);
}
body.cjx-g #solutions .cjc-contacts-grid{ gap: 16px; }
body.cjx-g #solutions .cjc-contact-carte{
    gap: 16px;
    padding: 30px 18px 26px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02));
    box-shadow: none;
    color: #cfc5e4;
    font-size: 15px;
    line-height: 1.55;
    transition: transform .3s, border-color .3s, box-shadow .3s;
}
body.cjx-g #solutions .cjc-contact-carte:hover{
    transform: translateY(-6px);
    border-color: rgba(168, 85, 247, .7);
    box-shadow: 0 30px 60px -30px rgba(143, 21, 255, .8);
}
body.cjx-g #solutions .cjc-contact-ic{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--cjx-violet);
    color: #fff;
    box-shadow: 0 0 0 6px rgba(143, 21, 255, .18), 0 14px 28px -12px rgba(143, 21, 255, .9);
}
body.cjx-g #solutions.cjc-contacts .cjc-contact-carte a{
    display: inline-flex;
    margin-top: 10px;
    padding: 7px 16px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: background .2s, border-color .2s;
}
body.cjx-g #solutions.cjc-contacts .cjc-contact-carte a:hover,
body.cjx-g #solutions.cjc-contacts .cjc-contact-carte a:focus-visible{
    background: var(--cjx-violet);
    border-color: var(--cjx-violet);
}
@media (max-width: 560px){
body.cjx-g #solutions.cjc-contacts{ padding: 48px 0; }
body.cjx-g #solutions .cjc-contacts-grid{ gap: 10px; }
body.cjx-g #solutions .cjc-contact-carte{ padding: 22px 10px 18px; border-radius: 20px; font-size: 13px; gap: 12px; }
body.cjx-g #solutions .cjc-contact-ic{ width: 48px; height: 48px; }
body.cjx-g #solutions.cjc-contacts .cjc-contact-carte a{ padding: 6px 12px; }
}
body.cjx-g #stores{
    padding: 56px 0 48px !important;
    background: #fff !important;
}
body.cjx-g #stores .row{ row-gap: 20px; }
body.cjx-g #stores .col-lg-6 img{
    display: block;
    width: 100%;
    border-radius: 26px;
}
body.cjx-g #stores .col-lg-6 .overlay{
    left: calc(var(--bs-gutter-x, 1.5rem) * .5);
    right: calc(var(--bs-gutter-x, 1.5rem) * .5);
    border-radius: 26px;
    background: linear-gradient(90deg, rgba(12, 7, 22, 0) 22%, rgba(12, 7, 22, .78) 48%, rgba(12, 7, 22, .92) 100%);
}
body.cjx-g #stores .col-lg-6 .h2{ font-size: 22px; font-weight: 700; line-height: 1.2; }
body.cjx-g #stores .col-lg-6 p{ color: #d8cfee; font-size: 14px; line-height: 1.55; }
body.cjx-g #stores .col-lg-6 a{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 999px;
    background: var(--cjx-violet);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: background .2s, transform .2s;
}
body.cjx-g #stores .col-lg-6 a:hover{ background: var(--cjx-violet-fonce); transform: translateY(-2px); }
body.cjx-g #stores .col-lg-6 a i{ top: 0; font-size: 18px; line-height: 1; }
@media (max-width: 1400px){
body.cjx-g #stores .col-lg-6 .h2{ font-size: 18px; }
body.cjx-g #stores .col-lg-6 p{ font-size: 13px; }
}
@media (max-width: 767px){
body.cjx-g #stores .col-lg-6{ margin-bottom: 0; }
body.cjx-g #stores .col-lg-6 img{ min-height: 220px; object-fit: cover; border-radius: 22px; }
body.cjx-g #stores .col-lg-6 .overlay{
        align-items: flex-end;
        border-radius: 22px;
        background: linear-gradient(180deg, rgba(12, 7, 22, 0) 0%, rgba(12, 7, 22, .35) 35%, rgba(12, 7, 22, .9) 80%);
    }
body.cjx-g #stores .col-lg-6 .h2{ font-size: 17px; }
}
body.cjx-g :is(#edito-text, .cjf-description-corps, .cjx-prose){
    max-width: 820px;
    margin-inline: auto;
}
body.cjx-g :is(#edito-text, .cjd-edito, .cjf-description-corps, .cjs-texte, .cjx-prose){
    overflow-wrap: break-word;
}
body.cjx-g :is(#edito-white, #edito-grey).cjp-edito #edito-text{
    padding: 34px 38px;
    border: 1px solid var(--cjx-filet);
    border-radius: 28px;
    background: var(--cjx-fond);
}
body.cjx-g #edito-grey.cjp-edito #edito-text{ background: #fff; }
body.cjx-g :is(#edito-text, .cjd-edito, .cjf-description-corps, .cjs-texte, .cjx-prose) :is(p, li){
    max-width: 68ch;
}
body.cjx-g :is(#edito-text, .cjd-edito, .cjf-description-corps, .cjs-texte, .cjx-prose) :is(h2, h3, h4){
    max-width: 34ch;
    text-wrap: balance;
}
body.cjx-g :is(#edito-text, .cjd-edito, .cjf-description-corps, .cjs-texte, .cjx-prose) table{
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
body.cjx-g :is(#edito-text, .cjd-edito, .cjf-description-corps, .cjs-texte, .cjx-prose) .cjs-tableau table{
    display: table;
}
body.cjx-g :is(#edito-text, .cjd-edito, .cjf-description-corps, .cjs-texte, .cjx-prose) .cjs-tableau{
    max-width: 100%;
    overflow-x: auto;
}
body.cjx-g :is(#edito-text, .cjd-edito, .cjf-description-corps, .cjs-texte, .cjx-prose) :is(img, svg, video, iframe, embed, object){
    max-width: 100% !important;
    height: auto;
}
body.cjx-g :is(#edito-text, .cjd-edito, .cjf-description-corps, .cjs-texte, .cjx-prose) :is(pre, code){
    max-width: 100%;
    overflow-x: auto;
    white-space: pre-wrap;
}
@media (max-width: 767px){
body.cjx-g :is(#edito-white, #edito-grey).cjp-edito #edito-text{
        padding: 22px 18px;
        border-radius: 22px;
    }
body.cjx-g :is(#edito-text, .cjd-edito, .cjf-description-corps, .cjs-texte, .cjx-prose) :is(p, li){
        max-width: none;
    }
}
body.cjx-g #top-banner.cjp-hero .cjp-hero-txt{
    align-items: center;
    text-align: center;
}
body.cjx-g #top-banner.cjp-hero .cjp-hero-txt h1{ text-wrap: balance; }
body.cjx-g #top-banner.cjp-hero .cjp-hero-txt :is(.cjp-cta, .cjp-trust){
    justify-content: center;
}
@media (prefers-reduced-motion: reduce){
body.cjx-g #main-content *{ transition: none !important; }
body.cjx-g #main-content *:hover{ transform: none !important; }
}

/* --- css/produit-v2.css --- */
body.cjx-g footer.cjf{ padding: 0; }
body.cjx-g footer.cjf .cjf-carte{ display: block; }
body.cjx-g #main-content .cjf .cjf-fil-liste a{
    padding: 5px 12px;
    border: 1px solid var(--cjx-filet);
    border-radius: 999px;
    background: #fff;
    color: var(--cjx-violet-fonce);
    font-weight: 600;
    font-size: 13px;
}
body.cjx-g #main-content .cjf .cjf-fil-liste a:hover{ background: var(--cjx-violet); border-color: var(--cjx-violet); color: #fff; text-decoration: none; }
body.cjx-g #main-content .cjf .cjf-scene{
    border-color: var(--cjx-filet);
    border-radius: 30px;
    background:
        radial-gradient(60% 60% at 50% 45%, #fff 0%, rgba(255, 255, 255, 0) 100%),
        radial-gradient(50% 70% at 100% 0%, rgba(143, 21, 255, .12), transparent 70%),
        linear-gradient(180deg, #f6f1ff 0%, #fbf9fe 100%);
}
body.cjx-g #main-content .cjf .cjf-pastille{ border-radius: 999px; padding: 5px 12px; }
body.cjx-g #main-content .cjf .cjf-vignette{
    border-radius: 14px;
    transition: border-color .15s, transform .15s;
}
body.cjx-g #main-content .cjf .cjf-vignette:hover{ transform: translateY(-2px); }
body.cjx-g #main-content .cjf .cjf-infos .cjf-titre{
    font-size: clamp(28px, 1rem + 1.8vw, 44px);
    line-height: 1.08;
    letter-spacing: -.03em;
    color: var(--cjx-encre);
}
body.cjx-g #main-content .cjf .cjf-surtitre{ color: var(--cjx-violet-fonce); }
body.cjx-g #main-content .cjf .cjf-prix{ color: var(--cjx-encre); letter-spacing: -.02em; }
body.cjx-g #main-content .cjf .cjf-grade{ border-radius: 18px; }
body.cjx-g #main-content .cjf .cjf-grade-lettre{ border-radius: 10px; }
body.cjx-g #main-content .cjf .cjf-panier{
    padding: 20px;
    border-color: var(--cjx-filet);
    border-radius: 26px;
    background:
        radial-gradient(60% 100% at 100% 0%, rgba(143, 21, 255, .08), transparent 70%),
        #fff;
    box-shadow: 0 30px 60px -44px rgba(40, 10, 80, .5);
}
body.cjx-g #main-content .cjf .cjf-panier .quantity input{
    height: 52px;
    border-color: var(--cjx-filet);
    border-radius: 999px;
}
body.cjx-g #main-content .cjf .cjf-panier .single_add_to_cart_button{
    min-height: 52px;
    height: 52px !important;
    border-radius: 999px !important;
    font-weight: 700;
    box-shadow: 0 18px 36px -18px rgba(143, 21, 255, .95);
}
body.cjx-g #main-content .cjf .cjf-panier .wishlist-button{
    width: 52px;
    height: 52px;
    border-color: var(--cjx-filet);
    border-radius: 50%;
}
body.cjx-g #main-content .cjf .cjf-panier .btn-third,
body.cjx-g #main-content .cjf .cjf-panier form:last-child button{
    min-height: 52px;
    border-radius: 999px;
    font-weight: 700;
    transition: background .2s, color .2s;
}
body.cjx-g #main-content .cjf .cjf-panier .btn-third:hover,
body.cjx-g #main-content .cjf .cjf-panier form:last-child button:hover{
    background: var(--cjx-violet-10);
}
body.cjx-g #main-content .cjf .cjf-dispo,
body.cjx-g #main-content .cjf .cjf-eco{ border-radius: 999px; }
body.cjx-g #main-content .cjf .cjf-aide{ border-radius: 22px; }
body.cjx-g #main-content .cjf .cjf-bouton,
body.cjx-g #main-content .cjf .cjf-partage a{ border-radius: 999px; }
body.cjx-g #main-content .cjf .cjf-panier table.variations{
    display: block;
    width: 100%;
    max-width: 100%;
}
body.cjx-g #main-content .cjf .cjf-panier table.variations :is(tbody, tr, th, td){
    display: block;
    width: auto;
    max-width: 100%;
}
body.cjx-g #main-content .cjf .cjf-panier table.variations th{ padding-bottom: 6px; }
body.cjx-g #main-content .cjf .cjf-panier table.variations select{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 48px;
    padding: 0 38px 0 16px;
    border: 1px solid var(--cjx-filet);
    border-radius: 999px;
    background-color: #fff;
    font-size: 15px;
    text-overflow: ellipsis;
}
body.cjx-g #main-content .cjf .cjf-panier .woocommerce-variation-add-to-cart{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    max-width: 100%;
}
body.cjx-g #main-content .cjf .cjf-panier .single_add_to_cart_button{
    flex: 0 1 auto;
    width: auto;
    min-width: 210px;
    max-width: 100%;
    padding-inline: 30px;
}
body.cjx-g #main-content .cjf .cjf-panier .quantity{ flex: none; }
@media (max-width: 575px){
body.cjx-g #main-content .cjf .cjf-panier .single_add_to_cart_button{
        flex: 1 1 100%;
        min-width: 0;
    }
}
body.cjx-g #main-content .cjf .cjf-infos{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    align-self: start;
}
body.cjx-g #main-content .cjf .cjf-infos > *{ margin: 0 !important; }
body.cjx-g #main-content .cjf .cjf-infos .cjf-panier{ align-self: stretch; margin-top: 4px !important; }
body.cjx-g #main-content .cjf .cjf-surtitre{ letter-spacing: .1em; text-transform: uppercase; font-size: 12px; }
body.cjx-g #main-content .cjf .cjf-detail{ grid-template-columns: minmax(0, 1fr); }
body.cjx-g #main-content .cjf .cjf-detail > *{ min-width: 0; }
body.cjx-g #main-content .cjf :is(.cjf-specs, .cjf-specs-liste, .cjf-spec, .cjf-description){
    min-width: 0;
    max-width: 100%;
    overflow-wrap: break-word;
}
@media (min-width: 992px){
body.cjx-g #main-content .cjf .cjf-detail{ grid-template-columns: minmax(0, 380px) minmax(0, 1fr); }
body.cjx-g #main-content .cjf .cjf-detail > :only-child{ grid-column: 1 / -1; }
}
body.cjx-g #main-content .cjf .cjf-specs-liste{
    border-color: var(--cjx-filet);
    border-radius: 24px;
}
body.cjx-g #main-content .cjf .cjf-description-corps img{ border-radius: 18px; }
body.cjx-g #main-content .cjf .cjf-carte{
    padding: 8px;
    border-color: var(--cjx-filet);
    border-radius: 22px;
    transition: transform .25s, box-shadow .25s, border-color .25s;
}
body.cjx-g #main-content .cjf .cjf-carte:hover{
    transform: translateY(-5px);
    border-color: var(--cjx-violet-20);
    box-shadow: 0 28px 48px -32px rgba(40, 10, 80, .55);
}
body.cjx-g #main-content .cjf .cjf-carte-visuel{ border-radius: 16px; background: var(--cjx-fond); }
body.cjx-g #main-content .cjf .cjf-carte-corps{ padding: 12px 8px 6px; }
body.cjx-g #main-content .cjf .cjf-carte-prix{ color: var(--cjx-violet-fonce); }
body.cjx-g #main-content .cjf .cjf-carte-grade{ border-radius: 999px; }
body.cjx-g #reviews #comments ol.commentlist li .comment-text,
body.cjx-g #review_form_wrapper{ border-radius: 22px; }

/* Les deux boutons d'achat sur la même ligne. Voir produit-v2.css. */
body.cjh-v2 .cjf-panier{ display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
body.cjh-v2 .cjf-panier > form{ margin: 0 !important; }

/* La bulle du texte de description sur les fiches produit. Voir produit-v2.css. */
body.cjh-v2 .cjf-description-corps{ max-width: 820px; margin-left: auto; margin-right: auto; padding: 34px 38px; border: 1px solid var(--cjx-filet, #e7dff5); border-radius: 28px; background: var(--cjx-fond, #f7f5fb); }
@media (max-width: 720px) {
body.cjh-v2 .cjf-description-corps{ padding: 22px 20px; border-radius: 20px; }
}
