body {
    background: white;
}

.dcart2 {
    z-index: 10;
}

.dcart {
    z-index: 9;
}
.dcart-detail {
    overflow-y: auto;
    max-height: 250px;
    margin-bottom: 10px;
}

.swiper-container {
    position: relative;
}

.swiper-main {
    overflow: hidden;
    margin-left: 8px;
    margin-right: 10px;
}
.swiper-slide > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bloc_gray_1200 .block4_2_fx li {
    margin: unset;
}

.dcart_toggle {
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
    z-index: 100;
    font-size: 24px;
    color: #D51246;
}

.dcart {
    transition: width 0.3s ease, height 0.3s ease;
    min-height: unset;
    overflow: hidden;
    height: 600px;
    z-index: 9999;
}

.dcart.small {
    height: 40px;
    width: 45px;
}

.dcart2 {
    position: unset;
    margin-bottom: 20px;
}

.button-2 {
    position: relative;
    margin: 20px 0 0 0;
    right: unset;
    cursor: pointer;
}