body.category .categoriegroep{
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
}

body.category .content-container{
    padding: 80px 0;
}

body.category .content-container a{
    text-decoration: none!important;
}

body.category #s{
    font-family: montserrat, Fontawesome;
    border: 1px solid #1A6338;
    color: #1A6338;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    background: #EEEEEE;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    max-width: 100%;
}

body.category #s::placeholder{
    color: #1A6338;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
}

body.category .categoriegroep{
    margin-top: 60px;
}

body.category .categoriegroep h2{
    flex: 0 0 100%;
    font-size: 40px;
    line-height: 49px;
    font-weight: 800;
}

body.category .categoriegroep a.singleaanbod{
    flex: 0 0 31.333%;
    background: #DEDEDE;
    padding: 20px;
    box-sizing: border-box;
}

body.category .categoriegroep a.singleaanbod:nth-child(n+5){
    margin-top: 20px;
}

body.category .categoriegroep a.singleaanbod img{
    height: 250px;
    width: 100%;
    object-fit: contain;
}

body.category .categoriegroep a.singleaanbod .undersection{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

body.category .categoriegroep a.singleaanbod .undersection h3{
    color: black;
    font-weight: 800;
    font-size: 25px;
    line-height: 30px;
    margin: 0;
}

body.category .categoriegroep a.singleaanbod .undersection i{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #63BD55;
    color: white;
}

body.tax-productgroep .categoriegroep{
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
}

body.tax-productgroep .content-container{
    padding: 80px 0;
}

body.tax-productgroep .content-container a{
    text-decoration: none!important;
}

body.tax-productgroep #s{
    font-family: montserrat, Fontawesome;
    border: 1px solid #1A6338;
    color: #1A6338;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    background: #EEEEEE;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
}

body.tax-productgroep #s::placeholder{
    color: #1A6338;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
}

body.tax-productgroep .categoriegroep{
    margin-top: 60px;
}

body.tax-productgroep .categoriegroep h2{
    flex: 0 0 100%;
    font-size: 40px;
    line-height: 49px;
    font-weight: 800;
}

body.tax-productgroep .categoriegroep a.singleaanbod{
    flex: 0 0 31.333%;
    background: #DEDEDE;
    padding: 20px;
    box-sizing: border-box;
}

body.tax-productgroep .categoriegroep a.singleaanbod:nth-child(n+5){
    margin-top: 20px;
}

body.tax-productgroep .categoriegroep a.singleaanbod img{
    height: 250px;
    width: 100%;
    object-fit: contain;
}

body.tax-productgroep .categoriegroep a.singleaanbod .undersection{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

body.tax-productgroep .categoriegroep a.singleaanbod .undersection h3{
    color: black;
    font-weight: 800;
    font-size: 25px;
    line-height: 30px;
    margin: 0;
}

body.tax-productgroep .categoriegroep a.singleaanbod .undersection i{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #63BD55;
    color: white;
}

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

    body.category .categoriegroep a.singleaanbod{
        flex: 0 0 48.5%;
    }

    body.category .categoriegroep a.singleaanbod:nth-child(n+4){
        margin-top: 20px;
    }

    body.tax-productgroep .categoriegroep a.singleaanbod{
        flex: 0 0 48.5%;
    }

    body.tax-productgroep .categoriegroep a.singleaanbod:nth-child(n+4){
        margin-top: 20px;
    }
}

@media screen and (max-width: 850px) {
    body.category .categoriegroep a.singleaanbod{
        flex: 0 0 100%;
    }

    body.category .categoriegroep a.singleaanbod:nth-child(n+3){
        margin-top: 20px;
    }

    body.tax-productgroep .categoriegroep a.singleaanbod{
        flex: 0 0 100%;
    }

    body.tax-productgroep .categoriegroep a.singleaanbod:nth-child(n+3){
        margin-top: 20px;
    }
}