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: #022f57;
    position: relative;
}

section#uitgelicht h2 .zoefjes .zoef{
    position: absolute;
    background: #e89513;
}

section#uitgelicht h2 .zoefjes .zoef:nth-child(1){
    width: 12px;
    height: 3px;
    top: 9px;
    left: -14px;
}

section#uitgelicht h2 .zoefjes .zoef:nth-child(2){
    width: 20px;
    height: 3px;
    top: 14px;
    left: -22px;
}

section#uitgelicht h2 .zoefjes .zoef:nth-child(3){
    width: 10px;
    height: 3px;
    top: 19px;
    left: -12px;
}

section#uitgelicht h3{
    margin-bottom: 0;
    margin-top: 0;
}

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{
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    padding: 20px 40px;
    box-sizing: border-box;
    direction: ltr;
}

section#uitgelicht .uitgelichtcontainer .splide__slide h4{
    margin-top: 10px;
    margin-bottom: 0;
    color: #022f57;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    font-family: 'montserrat', sans-serif;
}

section#uitgelicht .uitgelichtcontainer .splide__slide span{
    display: block;
    color: black;
}

section#uitgelicht .uitgelichtcontainer .splide__slide span.button{
    color: white;
    background: #e89513;
    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;
    border-radius: 4px;
    border-bottom: 4px solid #cd8006;
    box-sizing: border-box;
}

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: 300px;
    width: 100%;
    object-fit: contain;
}

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

@media only screen and (max-width: 1250px) {
    section#uitgelicht .uitgelichtcontainer .splide__slide{
        padding: 20px;
    }
}

@media only screen and (max-width: 850px) {
    section#uitgelicht .productslider .image img {
        height: 200px;
    }
}