.nt-carousel-plats {
    --swiper-navigation-sides-offset: -24px;
}
.nt-carousel-plats .nt-carousel-plats__item {
    padding: 2px;
    background: white;
    border-radius: 18px;
    overflow: hidden;
    transition: .3s;
}
.nt-carousel-plats .nt-carousel-plats__item:before {
    content:"";
    display: block;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: var(--e-global-color-primary);
    z-index: 0;
    transition: .3s;
}
.nt-carousel-plats .nt-carousel-plats__item:hover:before,
.nt-carousel-plats .nt-carousel-plats__item:focus-within:before {
    height: 100%;
}
.nt-carousel-plats .nt-carousel-plats__item-link {
    background: white;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    color: var(--e-global-color-secondary);
    padding: 27px 10px 13px;
    border-radius: 18px;
    position: relative;
}
.nt-carousel-plats__item-img {
    margin-bottom: 20px;
}
.nt-carousel-plats__item {
    display: flex;
    height: auto;
}
.nt-carousel-plats__item-top {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.nt-carousel-plats__item-plats {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 18px;
}
.nt-carousel-plats__item-other-plats {
    font-size: 0.75rem;
    font-weight: 500;
}
.nt-carousel-plats__item-date {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
}
.nt_carousel_plats-swiper-button-prev,
.nt_carousel_plats-swiper-button-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--e-global-color-primary);
    border-radius: 100%;
    fill: white;
}
.nt_carousel_plats-swiper-button-prev svg,
.nt_carousel_plats-swiper-button-next svg {
    width: 24px;
}
.nt_carousel_plats-swiper-button-prev:after,
.nt_carousel_plats-swiper-button-next:after {
    content:""!important;
}