.item-vente-ensemble + #new_item_sect .carousel_item {
    height: auto;
}

.item-vente-ensemble + #new_item_sect .add_cart_btn {
    background-color: var(--black);
    transition: color 0.3s ease, background-color 0.3s ease;
}

.item-vente-ensemble + #new_item_sect .add_cart_btn:hover {
    background-color: var(--yellow);
    color: var(--black);
    transition: color 0.3s ease, background-color 0.3s ease;
}

.item-vente-ensemble + #new_item_sect .carousel_item_desc {
    overflow-x: hidden;
    overflow-y: auto;
    min-height: min-content;
    margin-bottom: 10px;
}

.item-vente-ensemble + #new_item_sect #new_items_carousel {
    padding: 100px 0 0;
    position: relative;
}

.item-vente-ensemble + #new_item_sect .carousel-prev,
.item-vente-ensemble + #new_item_sect .carousel-next {
    background: var(--yellow);
    transition: opacity 0.3s ease;
    top: calc(50% + 50px);
}

.item-vente-ensemble + #new_item_sect .carousel-prev:hover,
.item-vente-ensemble + #new_item_sect .carousel-next:hover {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.item-vente-ensemble + #new_item_sect .carousel_item {
    border: 1px solid var(--black);
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
}

.item-vente-ensemble + #new_item_sect .carousel_item_img {
    width: 100%;
    object-fit: contain;
    object-position: center;
    height: 100%;
    border-top-left-radius: 50px;
}

.item-vente-ensemble + #new_item_sect .carousel_item > a {
    max-height: 250px;
}

.item-vente-ensemble + #new_item_sect .carousel_item > a + .carousel_item_desc {
    transition: color 0.3s ease;
}

.item-vente-ensemble + #new_item_sect .carousel_item > a:hover + .carousel_item_desc {
    color: var(--yellow);
    transition: color 0.3s ease;
}

.item-vente-ensemble + #new_item_sect .carousel_content {
    padding-left: 2px;
}

.item-vente-ensemble + #new_item_sect .carousel_item_detail {
    justify-content: flex-start;
    gap: 20px;
}

.item-vente-ensemble + #new_item_sect .carousel_item_detail .price {
    margin-bottom: 0;
}