section#uitgelicht{
    padding-bottom: 80px;
}

section#uitgelicht h2{
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0;
    color: black;
    position: relative;
}


section#uitgelicht .container > h3{
    margin: 0;
    font-weight: 300;
}

section#uitgelicht .uitgelichtcontainer{
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

section#uitgelicht .uitgelichtcontainer:before{
    position: absolute;
    width: calc((100% - 1400px) / 2);
    background: white;
    right: 0;
    top: 0;
    height: 100%;
    content: '';
    z-index: 1;
}

section#uitgelicht .uitgelichtcontainer .splide__slide .fakeout{
    color: #f17315;
}

section#uitgelicht .uitgelichtcontainer .splide__slide{
    padding: 20px 20px;
    box-sizing: border-box;
    direction: ltr;
    padding-top: 220px;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 4px;
    overflow: hidden;
}

section#uitgelicht .uitgelichtcontainer .splide__slide h4{
    margin-top: 0px;
    margin-bottom: 0;
    color: black;
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    display: flex;
}

section#uitgelicht .uitgelichtcontainer .splide__slide span{
    display: block;
    color: #eb5c1d;
    font-weight: 600;
}

section#uitgelicht .uitgelichtcontainer .splide__slide span.button{
    color: white;
    background: black;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    line-height: 16px;
    padding: 15px 15px;
    min-width: 170px;
    text-align: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 4px;
}

section#uitgelicht .uitgelichtcontainer .splide__slide span.button:after{
    content: '\f061';
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
}

section#uitgelicht .uitgelichtcontainer .splide__slide span.vanafprijs{
    margin-bottom: 20px;
    margin-top: 10px;
}

section#uitgelicht .container{
    overflow: visible;
}

section#uitgelicht .container .splide__track{
    overflow: visible;
}

section#uitgelicht .productslider .image img{
    height: 200px;
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.uitgelichtcontainer .splide__list a{
    padding: 20px 20px;
    box-sizing: border-box;
    direction: ltr;
    padding-top: 220px;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.uitgelichtcontainer .splide__list a img{
    height: 200px;
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.uitgelichtcontainer .splide__list a h3{
    margin-top: 0px;
    margin-bottom: 0;
    color: black;
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    display: flex;
    margin-bottom: 10px;
}

.uitgelichtcontainer .splide__list a span{
    display: block;
    color: #f17315;
    font-weight: 600;
}

.uitgelichtcontainer .splide__list a span.vanafprijs{
    margin-bottom: 20px;
    margin-top: 10px;
}

.uitgelichtcontainer .splide__list a span.button{
    color: white;
    background: black;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    line-height: 16px;
    padding: 15px 15px;
    min-width: 170px;
    text-align: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 4px;
}

@media only screen and (max-width: 850px) {
    .uitgelichtcontainer .splide__list a img{
        height: 200px;
    }
}

@media only screen and (max-width: 1000px) {
    section#uitgelicht{
        padding-bottom: 40px;
    }

    section#uitgelicht h2{
        line-height: 40px;
        font-size: 35px;
    }

    section#uitgelicht .container > h3{
        font-size: 22px;
        line-height: 26px;
        margin: 0 !important;
    }

    section#uitgelicht .uitgelichtcontainer{
        margin-top: 20px;
    }
}