/* =========================================================
   ORGA EVENTS - CSS GLOBAL STABLE
   Header / FiboSearch / Mon compte / Panier / Menu / Produits
   ========================================================= */

/* =========================
   STRUCTURE GLOBALE
   ========================= */

:root {
    --secondary-color: #960dc4;
    --nav-h-color: #960dc4;
}


html,
body {
    overflow-x: hidden !important;
    max-width: 100% !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#page,
.site,
.site-content,
#masthead,
#navbar,
.container,
.row {
    max-width: 100% !important;
}

html,
body,
#page,
.site,
.site-content,
#masthead,
.header-wrapper,
#navbar {
    overflow: visible !important;
}

/* =========================
   TOP BAR CONTACT
   ========================= */
.header-contact {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    margin: 0;
    padding: 0 20px;
    border-radius: 0;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    z-index: 9999;
}

.header-contact a,
.header-contact span {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.header-contact i {
    margin-right: 8px;
    color: #ff2a2a;
    font-size: 17px;
}

.header-contact a:hover {
    color: #a922d6;
}

/* =========================
   HEADER / LOGO
   ========================= */
#masthead {
    min-height: auto !important;
    height: auto !important;
    margin-top: 42px !important;
    overflow: visible !important;
}

#masthead .container {
    max-width: 100% !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

#masthead .row {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    align-items: center !important;
}

.logo-wrap {
    display: flex;
    align-items: center;
}

.logo-wrap img {
    max-height: 130px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    transform: scale(1.15);
    transform-origin: left center;
}

/* =========================
   BLOC COMPTE
   ========================= */
#masthead .header-icon li ul.joyas-myaccount-endpoint,
#masthead .header-icon li:hover ul.joyas-myaccount-endpoint,
#masthead .header-icon li:focus ul.joyas-myaccount-endpoint,
#masthead .header-icon li.focus ul.joyas-myaccount-endpoint {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

#masthead .header-icon > li {
    display: flex;
    align-items: center;
}

#masthead .header-icon > li > a.gs-tooltip-act {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
    background: none !important;
    border-radius: 0 !important;
    color: #000 !important;
    text-decoration: none !important;
}

#masthead .header-icon > li:hover > a.gs-tooltip-act,
#masthead .header-icon > li.focus > a.gs-tooltip-act,
#masthead .header-icon > li > a.gs-tooltip-act:hover,
#masthead .header-icon > li > a.gs-tooltip-act:focus {
    background: none !important;
    color: #000 !important;
}

#masthead .header-icon > li > a.gs-tooltip-act .icon_txt,
#masthead .header-icon > li > a.gs-tooltip-act .label,
#masthead .header-icon > li > a.gs-tooltip-act .class2 {
    color: #000 !important;
}

#masthead .header-icon > li > a.gs-tooltip-act:hover .icon_txt,
#masthead .header-icon > li > a.gs-tooltip-act:hover .label,
#masthead .header-icon > li > a.gs-tooltip-act:hover .class2 {
    color: #a922d6 !important;
}

#masthead .header-icon > li > a.gs-tooltip-act i {
    font-size: 22px !important;
}

#masthead .header-icon > li > a.gs-tooltip-act .label {
    font-size: 14px !important;
}

#masthead .header-icon > li > a.gs-tooltip-act .class2 {
    font-size: 18px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
}

/* =========================
   ZONE DROITE HEADER
   ========================= */
#masthead .col-xl-9,
#masthead .col-lg-9,
#masthead .col-sm-8 {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 18px !important;
}

/* =========================
   PANIER HEADER
   ========================= */
.top-form-minicart {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    min-width: 170px !important;
}

.top-form-minicart,
.top-form-minicart i,
.top-form-minicart a.cart-contents,
.top-form-minicart .amount,
.top-form-minicart .count {
    color: #2ecc71 !important;
}

.top-form-minicart a.cart-contents {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    white-space: nowrap !important;
}

.top-form-minicart .dropdown-box {
    position: absolute !important;
    top: calc(100% + 12px) !important;
    right: 10px !important;
    left: auto !important;
    transform: translateX(-25px) !important;
    max-width: calc(100vw - 30px) !important;
    background: #fff !important;
    color: #000 !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    z-index: 99999 !important;
}

.top-form-minicart .dropdown-box * {
    color: #333 !important;
}

.top-form-minicart .dropdown-box:before {
    right: 35px !important;
    left: auto !important;
}

.top-form-minicart .woocommerce-mini-cart__total {
    font-weight: 600;
}

.top-form-minicart .button {
    background: transparent !important;
    border: 2px solid #7b3fe4 !important;
    color: #7b3fe4 !important;
}

.top-form-minicart .checkout {
    background: #7b3fe4 !important;
    border: 2px solid #7b3fe4 !important;
    color: #fff !important;
}

.top-form-minicart .button:hover {
    background: #7b3fe4 !important;
    color: #fff !important;
}

/* =========================
   MENU DESKTOP + STICKY
   ========================= */
#navbar {
    position: sticky !important;
    top: 42px !important;
    z-index: 9997 !important;
    background: #111827 !important;
}

body.admin-bar #navbar {
    top: 74px !important;
}

#navbar .navigation-menu,
.the9_store-main-menu {
    display: flex !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: auto !important;
}

#navbar .navigation-menu li,
.the9_store-main-menu li {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
}

/* =========================
   FIBOSEARCH
   ========================= */
.orgaevents-fibo-header-search,
.dgwt-wcas-search-wrapp,
.dgwt-wcas-search-form {
    width: 100% !important;
    max-width: 860px !important;
}

.dgwt-wcas-sf-wrapp {
    width: 100% !important;
    min-height: 58px !important;
    border-radius: 32px !important;
    background: #f4f1f1 !important;
    border: 1px solid #cfc7c7 !important;
    box-shadow: none !important;
}

.dgwt-wcas-search-input {
    height: 58px !important;
    min-height: 58px !important;
    padding-left: 48px !important;
    padding-right: 18px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 17px !important;
}

.dgwt-wcas-search-input::placeholder {
    color: #8a8a8a !important;
    opacity: 1 !important;
}

.dgwt-wcas-search-submit {
    left: 16px !important;
}

.dgwt-wcas-search-submit svg {
    width: 18px !important;
    height: 18px !important;
}

/* =========================
   GRILLE PRODUITS
   ========================= */
.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 20px !important;
}

.woocommerce ul.products li.product {
    width: auto !important;
    margin: 0 !important;
}

.woocommerce ul.products li.product img {
    max-height: 160px !important;
    object-fit: contain !important;
}

.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px !important;
}

.woocommerce ul.products li.product .button {
    white-space: normal !important;
}

/* =========================
   MESSAGE PRIX MASQUÉ
   ========================= */
.login-price-message,
.login-price-link,
.woocommerce ul.products li.product .price-button a.login-price-link,
.woocommerce ul.products li.product .price-button a.login-price-link.button,
.woocommerce ul.products li.product .price-button .login-price-link,
.price-button .login-price-link.button,
.price-button .login-price-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
}

.login-price-message {
    padding: 6px 8px !important;
    text-align: center !important;
    line-height: 1.1 !important;
    white-space: normal !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.login-price-link,
.woocommerce ul.products li.product .price-button a.login-price-link,
.woocommerce ul.products li.product .price-button a.login-price-link.button,
.woocommerce ul.products li.product .price-button .login-price-link,
.price-button .login-price-link.button,
.price-button .login-price-link {
    height: 100% !important;
    background: #000 !important;
    color: #fff !important;
    border: 0 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: all 0.25s ease !important;
}

/* =========================
   BLOG / SLIDER HOME
   ========================= */
.oe-home-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 0 !important;
    padding: 20px 0 40px;
    padding-top: 0 !important;
}

.oe-home-slider-track {
    display: flex;
    transition: transform 0.8s ease;
    will-change: transform;
}

.oe-home-slide {
    display: flex;
    align-items: center;
    gap: 60px;
    min-width: 100%;
    box-sizing: border-box;
    padding: 20px 10px;
    padding-top: 0 !important;
}

.oe-home-slide-image,
.oe-home-slide-content {
    width: 50%;
}

.oe-home-slide-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.oe-home-slide-title {
    margin: 0 0 20px;
    font-size: 48px;
    line-height: 1.1;
}

.oe-home-slide-title a {
    color: #111;
    text-decoration: none;
}

.oe-home-slide-desc {
    margin-bottom: 25px;
    color: #444;
    font-size: 18px;
    line-height: 1.7;
}

.oe-home-slide-meta {
    margin-bottom: 25px;
    color: #777;
    font-size: 14px;
}

.oe-home-slide-actions {
    margin-top: 20px;
}

.oe-home-btn {
    display: inline-block;
    padding: 14px 28px;
    background: #000;
    color: #fff !important;
    text-decoration: none;
    border-radius: 999px;
    font-weight: 600;
}

.oe-home-login-text {
    margin-top: 14px;
    color: #666;
    font-size: 15px;
}

.oe-slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    transition: 0.3s;
}

.oe-slider-arrow:hover {
    background: #000;
}

.oe-prev {
    left: 20px;
}

.oe-next {
    right: 20px;
}

/* =========================
   TITRES / SÉPARATEURS
   ========================= */
h2,
.wp-block-heading {
    margin-bottom: 10px !important;
    font-size: 48px !important;
    font-weight: 700;
}

.wp-block-separator {
    margin-top: 5px !important;
    margin-bottom: 20px !important;
}

.wp-block-group {
    margin-bottom: 10px !important;
    padding-bottom: 0 !important;
}

/* =========================
   TABLETTE / PETIT ÉCRAN
   ========================= */
@media (max-width: 1024px) {
    .header-contact {
        justify-content: center !important;
        gap: 14px !important;
        height: 38px;
        padding: 0 10px;
        overflow-x: auto;
        text-align: center !important;
        font-size: 14px;
    }

    #masthead {
        margin-top: 38px !important;
    }

    .logo-wrap img {
        max-height: 95px !important;
        transform: none !important;
    }

    #navbar {
        top: 38px !important;
    }

    body.admin-bar #navbar {
        top: 84px !important;
    }

    #navbar .navigation-menu,
    .the9_store-main-menu {
        display: none !important;
    }

    .the9-store-responsive-navbar {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 8px 12px !important;
        background: transparent !important;
        border: none !important;
        color: #fff !important;
        font-size: 24px !important;
        cursor: pointer !important;
    }

    .the9-store-responsive-navbar i,
    .the9-store-responsive-navbar svg {
        color: #fff !important;
        fill: #fff !important;
    }

    #aside-nav-wrapper {
        position: fixed !important;
        top: 0 !important;
        left: -100% !important;
        width: 85vw !important;
        max-width: 340px !important;
        height: 100vh !important;
        padding-top: 20px !important;
        background: #111 !important;
        box-shadow: 8px 0 24px rgba(0, 0, 0, 0.25) !important;
        overflow-y: auto !important;
        z-index: 999999 !important;
        transition: left 0.3s ease !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    #aside-nav-wrapper.active,
    #aside-nav-wrapper.open,
    #aside-nav-wrapper.is-open,
    body.menu-open #aside-nav-wrapper,
    body.nav-open #aside-nav-wrapper,
    body.open-sidebar #aside-nav-wrapper {
        left: 0 !important;
    }

    #aside-nav-wrapper .ss-wrapper,
    #aside-nav-wrapper .ss-content,
    #aside-nav-wrapper .nav-wrap {
        width: 100% !important;
        max-width: 100% !important;
        background: #111 !important;
        overflow: visible !important;
    }

    .the9-store-navbar-close {
        position: absolute !important;
        top: 14px !important;
        right: 14px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 44px !important;
        height: 44px !important;
        background: transparent !important;
        border: none !important;
        color: #fff !important;
        font-size: 28px !important;
        line-height: 1 !important;
        cursor: pointer !important;
        z-index: 9999999 !important;
        pointer-events: auto !important;
    }

    .the9-store-navbar-close i,
    .the9-store-navbar-close svg {
        width: 24px !important;
        height: 24px !important;
        color: #fff !important;
        fill: #fff !important;
        pointer-events: none !important;
    }

    #aside-nav-wrapper ul,
    #aside-nav-wrapper .navigation-menu,
    #aside-nav-wrapper .the9_store-main-menu {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        white-space: normal !important;
        overflow: visible !important;
    }

    #aside-nav-wrapper li {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    }

    #aside-nav-wrapper li a {
        display: block !important;
        width: 100% !important;
        padding: 14px 20px !important;
        background: transparent !important;
        color: #fff !important;
        text-decoration: none !important;
        line-height: 1.4 !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    #aside-nav-wrapper li a span,
    #aside-nav-wrapper li a i,
    #aside-nav-wrapper li a svg {
        color: #fff !important;
        fill: #fff !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    #aside-nav-wrapper li a:hover,
    #aside-nav-wrapper li.current-menu-item > a,
    #aside-nav-wrapper li.current_page_item > a {
        background: rgba(255, 255, 255, 0.04) !important;
        color: #a922d6 !important;
    }

    #aside-nav-wrapper ul ul {
        position: static !important;
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 0 0 10px !important;
        background: #1a1a1a !important;
        box-shadow: none !important;
    }

    #aside-nav-wrapper ul ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    }

    #aside-nav-wrapper ul ul li a {
        padding: 12px 20px !important;
        font-size: 15px !important;
    }

    #navbar .ml-auto {
        display: none !important;
    }

    #masthead .row {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    .logo-wrap {
        justify-content: center !important;
        width: 100% !important;
    }

    #masthead .col-xl-9,
    #masthead .col-lg-9,
    #masthead .col-sm-8 {
        justify-content: center !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 18px !important;
        width: 100% !important;
    }

    .dgwt-wcas-search-wrapp {
        width: 100% !important;
        max-width: 650px !important;
        margin: auto !important;
    }

    #masthead .header-icon {
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
    }

    #masthead .header-icon > li,
    #masthead .header-icon > li > a.gs-tooltip-act {
        justify-content: center !important;
    }
}

/* =========================
   MOBILE
   ========================= */
@media (max-width: 768px) {
    #masthead,
    #masthead .container,
    #masthead .row {
        width: 100% !important;
        max-width: 100% !important;
    }

    #masthead .row {
        justify-content: center !important;
        margin: 0 !important;
    }

    #masthead .col-xl-3,
    #masthead .col-lg-3,
    #masthead .col-sm-4,
    #masthead .col-xl-9,
    #masthead .col-lg-9,
    #masthead .col-sm-8,
    #masthead .col-12 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        justify-content: center !important;
        align-items: center !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        text-align: center !important;
    }

    #masthead .logo-wrap,
    #masthead .d-flex.align-items-center.gap-3 {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        text-align: center !important;
    }

    #masthead .logo-wrap img,
    #masthead .custom-logo {
        display: block !important;
        margin: 0 auto !important;
        max-height: 95px !important;
        width: auto !important;
        height: auto !important;
        transform: none !important;
        object-fit: contain !important;
    }

    #masthead .col-xl-9,
    #masthead .col-lg-9,
    #masthead .col-sm-8 {
        gap: 16px !important;
        margin-top: 10px !important;
    }

    .orgaevents-fibo-header-search,
    .dgwt-wcas-search-wrapp,
    .dgwt-wcas-search-form {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
    }

    .dgwt-wcas-sf-wrapp {
        width: 100% !important;
        min-height: 54px !important;
        margin: 0 auto !important;
        border-radius: 30px !important;
    }

    #masthead .header-icon {
        margin: 0 !important;
        padding: 0 !important;
    }

    #masthead .header-icon > li {
        width: auto !important;
        display: flex !important;
        align-items: center !important;
    }

    #masthead .header-icon > li > a.gs-tooltip-act {
        display: inline-flex !important;
        flex-direction: row !important;
        gap: 10px !important;
        width: auto !important;
        margin: 0 auto !important;
        text-align: center !important;
    }

    #masthead .header-icon > li > a.gs-tooltip-act .icon_txt {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }

    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 14px !important;
    }

    .oe-home-slide {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .oe-home-slide-image,
    .oe-home-slide-content {
        width: 100%;
    }

    .oe-home-slide-title {
        font-size: 34px;
    }

    .oe-home-slide-desc {
        font-size: 16px;
    }
}

/* =========================
   TABLETTE
   ========================= */
@media (min-width: 769px) and (max-width: 1024px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 16px !important;
    }
}





/* CONTENEUR GLOBAL */
.woocommerce .quantity {
    display: inline-flex !important;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}

/* INPUT */
.woocommerce .quantity input.qty {
    width: 70px !important;
    height: 40px;
    text-align: center;
    border: none;
    font-weight: 500;
}

/* BOUTONS */
.woocommerce .quantity .minus,
.woocommerce .quantity .plus {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* ORDRE */
.woocommerce .quantity .minus { order: 1; }
.woocommerce .quantity input.qty { order: 2; }
.woocommerce .quantity .plus { order: 3; }

/* SUPPRIME LES FLÈCHES */
input.qty::-webkit-outer-spin-button,
input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.qty {
    -moz-appearance: textfield;
}



/* Masquer le bloc code promo */
.woocommerce-cart-form .coupon {
    display: none !important;
}

/* Masquer le bouton mettre à jour le panier */
button[name="update_cart"]{
	visibility: hidden !important;
	position: absolute !important;
	left: -9999px !important;
}



/* Grille produits */
.woocommerce ul.products,
.woocommerce-page ul.products {
    display: flex;
    flex-wrap: wrap;
}

/* Carte produit */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 100%;
    margin-bottom: 40px;
}

/* Zone image */
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
    display: block;
    margin: 0 auto 12px auto;
}

/* Catégorie */
.woocommerce ul.products li.product .posted_in,
.woocommerce ul.products li.product .product-cat,
.woocommerce-page ul.products li.product .posted_in,
.woocommerce-page ul.products li.product .product-cat {
    min-height: 24px;
    text-align: center;
    margin: 0 0 6px 0;
}

/* Titre */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    min-height: 72px;
    line-height: 1.25;
    text-align: center;
    margin: 0 0 12px 0;
}

/* Bloc prix/bouton en bas sans casser la page */
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
    margin-top: auto;
}


/* BARRE DE RECHERCHE CONTOUR VIOLET */
.dgwt-wcas-sf-wrapp {
    border: 2px solid #960dc4 !important;
}

/* Focus (quand on clique dedans) */
.dgwt-wcas-sf-wrapp:focus-within {
    border: 2px solid #960dc4 !important;
    box-shadow: 0 0 0 2px rgba(150, 13, 196, 0.2) !important;
}

/* NOM CLIENT HEADER - VERSION HARD OVERRIDE */

#masthead .header-icon a.gs-tooltip-act .label,
#masthead .header-icon a.gs-tooltip-act .class2,
#masthead .header-icon a.gs-tooltip-act .icon_txt,
#masthead .header-icon a.gs-tooltip-act span {
    color: #960dc4 !important;
}

/* Au cas où le thème met du noir en hover */
#masthead .header-icon a.gs-tooltip-act:hover .label,
#masthead .header-icon a.gs-tooltip-act:hover .class2,
#masthead .header-icon a.gs-tooltip-act:hover span {
    color: #960dc4 !important;
}

.woocommerce div.product .product_title {
    line-height: 1.2 !important;
    letter-spacing: 0.5px;
}


/* Titres des fiches produits WooCommerce */
.woocommerce div.product h2,
.woocommerce div.product h3 {
    text-decoration: underline;
    text-decoration-color: var(--theme-palette-color-1, #960dc4);
    text-decoration-thickness: 3px;
    text-underline-offset: 10px;
}

.woocommerce div.product .product_title,
.woocommerce div.product h2,
.woocommerce div.product h3 {
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 3px solid var(--theme-palette-color-1, #960dc4);
    text-decoration: none;
}

/* Masquer la catégorie sous l’image sur les grilles produits WooCommerce */
.woocommerce ul.products li.product .posted_in,
.woocommerce ul.products li.product .product-cat,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .wd-entities-title + .wd-product-cats,
.woocommerce ul.products li.product .product-category,
.woocommerce ul.products li.product .product-categories {
    display: none !important;
}




/* ===== FIX RADICAL DECALAGE GLOBAL ===== */
html, body {
  overflow-x: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

body,
.site,
#page,
.site-content,
.content-area,
.entry-content,
.wp-site-blocks,
.container,
.row,
#content,
main {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  transform: none !important;
}

/* Corrige les wrappers bootstrap/thème */
.container,
.container-fluid,
.row,
.col,
[class*="col-"] {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Blocs Gutenberg pleine largeur */
.alignfull,
.alignwide,
.wp-block-group,
.wp-block-cover,
.wp-block-image,
.wp-block-columns {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100% !important;
}

/* Sécurité universelle */
*,
*::before,
*::after {
  box-sizing: border-box !important;
}