section#uitgelicht{
    padding-top: 120px;
    margin-top: -20px;
    padding-bottom: 60px;
    background: #F8F7F4;
    position: relative;
    border-radius: 25px;
    background-image: url(/wp-content/themes/charliens/assets/images/beeldmerk.png);
    background-size: contain;
    background-position: 100% 0;
    background-repeat: no-repeat;
}

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

section#uitgelicht .uitgelichtcontainer .leftside{
    max-width: 900px;
}

section#uitgelicht .uitgelichtcontainer .leftside .titlesection{
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 10px;
    align-items: center;
}

section#uitgelicht .uitgelichtcontainer .swiper-pagination{
    position: static!important;
}

section#uitgelicht .uitgelichtcontainer .leftside h2{
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 0;
}

section#uitgelicht .uitgelichtcontainer .rightside{
    flex: 0 0 100%;
    overflow: hidden;
    margin-top: 80px;
}

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

section#uitgelicht .uitgelichtcontainer .rightside a.swiper-slide{
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section#uitgelicht .uitgelichtcontainer .rightside a.swiper-slide:hover h4{
    color: #FFDA34;
    border-color: #FFDA34;
}

section#uitgelicht .uitgelichtcontainer .rightside a.swiper-slide h3{
    margin:0;
    text-align: center;
    color: white;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: neue-haas-unica, sans-serif;
    margin-top: 20px;
}

section#uitgelicht .uitgelichtcontainer .rightside a.swiper-slide h4{
    margin:0;
    text-align: center;
    color: white;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 3px;
    border-bottom: 2px solid white;
    text-transform: uppercase;
    font-weight: 400;
    font-family: neue-haas-unica, sans-serif;
    display: inline-block;
    margin-top: 10px;
}

section#uitgelicht:after{
    position: absolute;
    width: 100%;
    height: 250px;
    background: #171717;
    bottom: 0px;
    content: '';
}

section#uitgelicht .uitgelichtcontainer .rightside a.swiper-slide img{
    height: 500px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}

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

section#uitgelicht .uitgelichtcontainer .leftside .arrows > div{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #272727;
    cursor: pointer;
    background: #FFDA34;
    border-radius: 100%;
}

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

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

    section#uitgelicht .uitgelichtcontainer .rightside a.swiper-slide img{
        height: 300px;
    }
}

@media only screen and (max-width: 1000px) {

    section#uitgelicht .uitgelichtcontainer{
        margin-left: 10%;
    }



    section#uitgelicht .uitgelichtcontainer .leftside{
        margin-right: 10%;
    }

    section#uitgelicht .uitgelichtcontainer .rightside .productswiper{
        padding-right: 10%;
    }
}

@media only screen and (max-width: 600px) {
    section#uitgelicht .uitgelichtcontainer .rightside a.swiper-slide h3{
        font-size: 28px;
        line-height: 36px;
    }

    section#uitgelicht .uitgelichtcontainer .rightside a.swiper-slide h4{
        font-size: 22px;
        line-height: 24px;
    }
}