section#uitgelicht{
    margin-top: 80px;
}

section#uitgelicht .uitgelichtcontainer{
    margin-left: 7.5%;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

section#uitgelicht .uitgelichtcontainer .leftside{
    width: 30%;
}

section#uitgelicht .uitgelichtcontainer .leftside h2{
    margin-top: 0;
    margin-bottom: 20px;
}

section#uitgelicht .uitgelichtcontainer .rightside{
    width: 68%;
    overflow: hidden;
}

section#uitgelicht .uitgelichtcontainer .rightside .productswiper{
    padding-right: 160px;
}

section#uitgelicht .uitgelichtcontainer .rightside a.swiper-slide h3{
    margin:0;
    text-align: center;
}

section#uitgelicht .uitgelichtcontainer .rightside a.swiper-slide img{
    margin-bottom: 20px;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

section#uitgelicht .uitgelichtcontainer .leftside .arrows{
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

section#uitgelicht .uitgelichtcontainer .leftside .arrows > div{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
    border-radius: 100%;
    color: black;
    cursor: pointer;
}

@media only screen and (max-width: 1200px) {
    section#uitgelicht .uitgelichtcontainer .rightside{
        width: 100%;
        margin-top: 20px;
    }

    section#uitgelicht .uitgelichtcontainer .leftside{
        width: 100%;
    }
}

@media only screen and (max-width: 700px) {
    section#uitgelicht .uitgelichtcontainer .rightside a.swiper-slide img{
        height: 250px;
    }
}

@media only screen and (max-width: 500px) {
    section#uitgelicht .uitgelichtcontainer .rightside a.swiper-slide img{
        height: 180px;
    }
}
