.bold {
    font-weight: 600;
}

.ds_home_bloc_04 {
    background-color: #FEF5E4;
    width: 100%;
    max-width: 1300px;
    height: fit-content;
    padding: 50px 0;
    margin: 0 auto;
}

.ds_bloc_04_titre h2 {
    text-align: center;
}

.ds_bloc_04_titre span {
    color: #ff7100;
}

.ds_home_bloc_04_cartes {
    display: flex;
    align-items: start;
    justify-content: center;
    padding: 20px 0;
    margin-left: 0;
    margin-right: 0;
}

.ds_home_bloc_04_cartes::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
}

.ds_home_bloc_04_cartes::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.ds_home_bloc_04_cartes::-webkit-scrollbar-track {
    max-height: 50%;
    height: 50%;
}

.ds_home_bloc_04_box_item {
    width: 33.3%;
    height: fit-content;
    flex-shrink: 0;
    margin: 0;
    padding: 0 25px;
    position: relative;
    scroll-snap-align: start;
    flex: 0 0 auto;
    transition: all 0.3s ease;
    border-radius: 25px;
}

.ds_home_bloc_04_cartes.dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}

.ds_home_bloc_04_cartes img,
.ds_home_bloc_04_cartes p,
.ds_home_bloc_04_cartes span {
    pointer-events: none;
}

.ds_home_bloc_04_box_item img {
    max-width: 372px;
    width: 100%;
    max-height: 283px;
    object-fit: cover;
    display: block;
}

.ds_bloc_04_chiffre {
    position: absolute;
    left: 0;
    top: 140px;
}

.ds_bloc_04_chiffre p {
    font-family: 'BaseNeue-WideBoldOblique', sans-serif;
    font-size: 150px;
    line-height: 150px;
    font-weight: 700;
    text-transform: uppercase;
    color: #F4E2C7;
}


.ds_bloc_04_contenu {
    position: relative;
    display: block;
    width: 100%;
}

.ds_bloc_04_contenu img {
    border-radius: 800px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.ds_bloc_04_contenu_marge {
    margin: 20px auto;
    width: 100%;
}

.ds_bloc_04_contenu h3 {
    font-family: 'BaseNeue-WideBoldOblique', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    margin: 10px 0;
}

.ds_bloc_04_contenu p {
    font-family: 'roc-grotesk', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
}

.ds_bloc_04_actions {
    text-align: center;
    margin: 0 auto;
}

.ds_bloc_04_btn {
    font-size: 16px;
    line-height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 26px;
    border-radius: 999px;
    background: #FF8800;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.ds_bloc_04_btn:hover {
    transform: translatex(5px);
    opacity: 0.95;
}

.woocommerce .product .ds_home_bloc_04 {
    padding: 50px;
    width: 100%;
    margin: 0 auto;
    max-width: 1300px;
}

.woocommerce .product .ds_bloc_04_contenu {
    max-width: 360px;
}

.woocommerce .product .ds_home_bloc_04_box_item .ds_home_bloc_04_centrer {
    display: flex;
    justify-content: center;
}

.single-product .ds_bloc_04_actions {
    display: none;
}

@media (max-width: 580px) {

    .ds_home_bloc_04 {
        padding: 20px 0;
    }

    .woocommerce div.product .ds_home_bloc_04_box_item {
        width: 295px;
    }

    .woocommerce .product .ds_home_bloc_04 {
        padding: 20px 0;
    }

    .ds_home_bloc_04_cartes {
        justify-content: start;
        gap: 15px;
        padding: 0;
        margin-left: 10px;
        scrollbar-width: thin;
        scrollbar-color: #E6CEAD transparent;
        scrollbar-gutter: auto;
        overflow-x: auto;
        overflow-y: auto;
        cursor: grab;
        user-select: none;
        scroll-behavior: smooth;
    }

    .ds_bloc_04_contenu_marge {
        width: 100%;
    }

    .ds_home_bloc_04_box_item {
        width: 360px;
        max-width: 100%;
    }

    .ds_bloc_04_contenu img {
        height: 209px;
        width: 275px;
        max-width: 100%;
        border-radius: 100px;
    }

    .ds_bloc_04_chiffre {
        left: 0px;
        top: 98px;
    }

    .ds_bloc_04_chiffre p {
        font-size: 110px;
        line-height: 110px;
    }

    .ds_bloc_04_contenu p {
        font-size: 18px;
        line-height: 22px;
    }

    .ds_bloc_04_actions {
        margin: 20px auto 0 auto;
    }


}