    .produit_slider_wrapper.mode_individuel .product-slide > .ctnr {
        margin-top: 50px;
    }
    
    .produit_slider_wrapper .swiper {
        width: 100%;
    }

    .produit_slider_wrapper .product-slide a {
        all: unset;
        cursor: pointer;
    }

    .produit_slider_wrapper .product-slide .price,
    .produit_slider_wrapper.mode_individuel .product-slide h3.product-title {
        font-family: "Avenir LT Std Black";
    }

    .produit_slider_wrapper .product-slide .price .label,
    .produit_slider_wrapper.mode_individuel .product-slide a,
    .produit_slider_wrapper h2,
    .produit_slider_wrapper.mode_plusieurs .product-slide h3.product-title,
    .produit_slider_wrapper .product-slide .colors .more-colors {
        font-family: "Avenir LT Std Roman";
    }

    .produit_slider_wrapper h2 {
        font-size: 32px;
        letter-spacing: 1.6px;
        text-transform: uppercase;
        margin-bottom: 20px;
        text-align: center;
    }

    @media (max-width: 767px) {
        .produit_slider_wrapper h2 {
            font-size: 20px;
        }
    }

    .produit_slider_wrapper .produits--slider-card {
        max-width: 100%;
    }

    .produit_slider_wrapper .see-more {
        display: block;
        text-align: center;
        font-family: "Avenir LT Std Roman";
        text-decoration: underline;
        letter-spacing: 1.6px;
    }

    .produits_link {
        display: flex;
        justify-content: center;

    }
    .produits_link a {
        color: #0D053B;
    }

/* PRODUCT */

    .produit_slider_wrapper .swiper-pagination-bullet {
        background: #10013E!important;
    }

    .produit_slider_wrapper .swiper-button-prev {
        transform: rotate(180deg);
    }

    .produit_slider_wrapper {
        position: relative;
        padding: 0 20px;
        margin: auto;
        width: 100%;
        margin-top: 75px;
    }

    .produit_slider_wrapper .swiper-nav,
    .produit_slider_wrapper .swiper-pagination-bullets.swiper-pagination-horizontal {
        display: flex;
        align-items: center;
    }

    .produit_slider_wrapper .swiper-pagination-bullets.swiper-pagination-horizontal {
        width: auto;
        bottom: 0;
        top: 0;
        position: relative;
    }
    .produit_slider_wrapper .swiper-nav {
        justify-content: center;
        column-gap: 100px;
    }
    .produit_slider_wrapper .swiper-button-next, 
    .produit_slider_wrapper .swiper-button-prev {
        position: initial;
        margin: 0;
    }

    @media (max-width: 600px) {
        .produit_slider_wrapper .swiper-button-next, 
        .produit_slider_wrapper .swiper-button-prev {
            display: none;
        }
    }

    @media (max-width: 1200px) {
        .produit_slider_wrapper > .ctnr > .swiper > .swiper-wrapper {
            padding-bottom: 50px;
        }
    }
    @media (min-width: 1201px) {
        .produit_slider_wrapper > .ctnr > .swiper > .swiper-wrapper {
            padding-bottom: 75px;
        }
    }
    .produit_slider_wrapper .swiper-nav:has(.swiper-button-lock) {
        padding: 0;
    }


/*** MODES */

    .produit_slider_wrapper .product-slide h3.product-title {
        text-transform: uppercase;
    }

    .produit_slider_wrapper .product-slide .colors {
        display: flex;
        column-gap: 2px;
    }

    .produit_slider_wrapper .product-slide .colors .more-colors {
        font-size: 10px;
    }

    .produit_slider_wrapper .product-slide .colors > img {
        width: 9px;
        height: 9px;
        border-radius: 100%;
    }


    .produit_slider_wrapper .product-slide .price {
        color: #0D053B;
        font-size: 32px;
        letter-spacing: 3.2px;
    }


    .produit_slider_wrapper .product-slide .price .label {
        display: block;
        font-size: 16px;
        letter-spacing: 1.6px;
    }

    .produit_slider_wrapper h2 {
        margin-bottom: 40px;
    }

/**** PLUSIEURS */

    .produit_slider_wrapper.mode_plusieurs .product-labels {
        margin-top: 10px;
    }

    .produit_slider_wrapper.mode_plusieurs .product-gallery {
        position: relative;
        height: 380px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    @media (max-width: 1300px) {
        .produit_slider_wrapper.mode_plusieurs .product-gallery {
            height: 170px;
        }
    }

    .produit_slider_wrapper.mode_plusieurs .product-gallery > img {
        width: 100%;
        height: auto;
        max-height: 100%;
        object-fit: cover;
        display: block;
    }

    .produit_slider_wrapper.mode_plusieurs .product-labels {
        display: flex;
        column-gap: 10px;
        justify-content: center;
    }

    .produit_slider_wrapper.mode_plusieurs .product-labels > img {
        width: 23px;
        height: 23px;
    }

    .produit_slider_wrapper.mode_plusieurs .product-slide h3.product-title {
        text-align: center;
        font-size: 20px;
        letter-spacing: 1.6px;
        margin: 5px 0 20px;
    }

    .produit_slider_wrapper.mode_plusieurs .product-slide .colors {
        justify-content: center;
        align-items: center;
    }

    .produit_slider_wrapper.mode_plusieurs .product-slide .price {
        text-align: center;
        margin-top: 20px;
        font-size: 28px;
    }

    .produit_slider_wrapper.mode_plusieurs .product-slide .promo {
        border-radius: 52px;
        background: var(--AZUL-NL, #0D053B);
        text-transform: uppercase;
        color: #FFF;
        font-family: "Avenir LT Std Roman";
        padding: 3px 6px;
        font-size: 12px;
        position: absolute;
        top: 18px;
        right: 18px;
        text-align: center;
    }

    .produit_slider_wrapper.mode_plusieurs .product-slide .promo.best {
        display: flex;
    }

    .produit_slider_wrapper.mode_plusieurs .product-slide .best img {
        margin-right: 5px;
    }

    .produit_slider_wrapper.mode_plusieurs .link {
        position: absolute;
        inset: 0;
    }

    .produit_slider_wrapper.mode_plusieurs .prices {
        display: flex;
        gap: 20px;
        justify-content: center;
    }

    .produit_slider_wrapper.mode_plusieurs .price:has(.promotion) .classique {
        color: #B3B3B3;
        text-align: right;
        font-size: 28px;
        letter-spacing: 1.4px;
        text-decoration-line: line-through;
    }

    .produit_slider_wrapper.mode_plusieurs .swiper-nav {
        margin-bottom: 35px;
    }


/**** SOLO */

    .produit_slider_wrapper.mode_individuel .product-slide > .ctnr {
        display: flex;
        column-gap: 30px;
        width: 100%;
    }

    @media (max-width: 1300px) {
        .produit_slider_wrapper.mode_individuel .product-slide > .ctnr {
            flex-direction: column;
        }
    }

    .produit_slider_wrapper.mode_individuel .product-slide > .ctnr > .product-gallery,
    .produit_slider_wrapper.mode_individuel .product-slide > .ctnr > .product-infos {
        flex: 1;
    }

    .produit_slider_wrapper.mode_individuel .product-slide > .ctnr > .product-gallery .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .produit_slider_wrapper.mode_individuel .product-slide > .ctnr > .product-gallery .swiper-pagination {
        position: initial;
        display: flex;
        justify-content: center;
        gap: 5px;
    }

    .produit_slider_wrapper.mode_individuel .product-slide > .ctnr > .product-gallery .swiper-pagination-bullet {
        width: 15px!important;
        height: 15px!important;
        border: 1px solid #0D053B!important;
        border-radius: 100%!important;
    }

    .produit_slider_wrapper.mode_individuel .product-slide > .ctnr > .product-gallery .swiper-pagination-bullet-active {
        background-color: #0D053B;
    }

    .produit_slider_wrapper.mode_individuel .product-slide h3.product-title {
        font-size: 24px;
        letter-spacing: 2.4px;
        margin-bottom: 15px;
    }

    .produit_slider_wrapper.mode_individuel .prices {
        display: flex;
        gap: 20px;
        justify-content: start;
    }

    .produit_slider_wrapper.mode_individuel .price:has(.promotion) .classique {
        color: #B3B3B3;
        text-decoration-line: line-through;
    }

    @media (min-width: 1301px) {
        .produit_slider_wrapper .product-slide .colors {
            column-gap: 4px;
        }
        .produit_slider_wrapper .product-slide .colors > img {
            width: 16px;
            height: 16px;
        }
    }

    @media (max-width: 1300px) {

        .produit_slider_wrapper.mode_individuel .prices {
            justify-content: center;
        }
        .produit_slider_wrapper.mode_individuel .product-slide .colors {
            justify-content: center;
            align-items: center;
            margin: 15px 0;
        }
        .produit_slider_wrapper.mode_individuel .product-slide > * {
            text-align: center;
        }
        .produit_slider_wrapper.mode_individuel .product-slide ul {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
    }

    .produit_slider_wrapper.mode_individuel .product-slide ul, 
    .produit_slider_wrapper.mode_individuel .product-slide .description,
    .produit_slider_wrapper.mode_individuel .product-slide .introduction {
        margin: 0;
        padding-left: 20px;
        font-family: "Avenir LT Std Roman";
        letter-spacing: 1.6px;
    }

    @media (min-width: 1301px) {
        .produit_slider_wrapper.mode_individuel .product-slide .introduction {
            width: 70%;
        }
    }

    .produit_slider_wrapper.mode_individuel .product-slide .description {
        color: #4F4F4F;
    }

    .produit_slider_wrapper.mode_individuel .product-slide ul {
        margin-bottom: 15px;
    }

    .produit_slider_wrapper.mode_individuel .product-slide .colors {
        margin: 15px 0 35px;
    }

    .produit_slider_wrapper.mode_individuel .product-slide {
        display: flex;
        column-gap: 30px;
        flex-direction: row!important;
    }

    .produit_slider_wrapper.mode_individuel .product-card-img {
        width: 70%;
        max-width: 1100px;
    }

    .produit_slider_wrapper.mode_individuel .product-slide .product-card-prices {
        justify-content: start;
    }


    .produit_slider_wrapper.mode_individuel .product-slide a.button-link {
        background-color: #0D053B;
        text-transform: uppercase;
        padding: 15px 50px;
        margin-top: 35px;
        color: #FFF;
        display: inline-block;
    }

    .produit_slider_wrapper.mode_individuel {
        position: relative;
    }

    .produit_slider_wrapper.mode_individuel .swiper-nav > div img {
        width: 57px;
        height: auto;
    }

    @media (min-width: 1400px) {

        .produit_slider_wrapper.mode_individuel .swiper-nav > .swiper-button-prev,
        .produit_slider_wrapper.mode_individuel .swiper-nav > .swiper-button-next {
            z-index: 1;
            position:absolute;
            top: 50%!important;
            transform: translateY(-50%);
        }

        .produit_slider_wrapper.mode_individuel .swiper-nav > .swiper-pagination {
            position: initial;
        }

        .produit_slider_wrapper.mode_individuel .swiper-nav > .swiper-button-next {
            right: 50px!important;
        }

        .produit_slider_wrapper.mode_individuel .swiper-nav > .swiper-button-prev {
            left: 50px!important;
            transform: translateY(-50%) rotate(180deg);
        }
    }
