section#uitgelicht h2{
    margin-bottom: 20px;
    margin: 0;
    position: relative;
}

section#uitgelicht .titelsectie{
    width: 915px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

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

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

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

section#uitgelicht .uitgelichtcontainer .splide__slide .curtain{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: rgb(255 255 255 / 14%); /* lichte overlay */
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px); /* voor Safari/iOS */
}

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

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

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 .splide__track{
    overflow: visible;
}

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

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

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

.uitgelichtcontainer .splide__list a span{
    display: block;
    color: white;
    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 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;
    }
}