* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    text-decoration: none;
}

body {
    font-size: 2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Bebas Neue", sans-serif;
}

p {
    font-family: "Gotham", sans-serif;
}

.header {
    background-color: #eee;
    height: 10rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.4);
}

.logo {
    width: 10rem;
}

.logo img {
    justify-content: flex-start;
}


.products {
    display: flex;
    align-items: center;
}

.products a {
    color: #333;
    text-decoration: none;
    font-size: 2rem;
    margin-left: 1rem;
    /* Adjust the margin value as needed */
}


.button {
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 3rem;
    /* Adjust the value to control the roundness of the buttons */
    background-color: #ffffff;
    /* Set the background color */
    color: #fffbfb;
    /* Set the text color */
    font-size: 1.6rem;
    text-decoration: none;
    transition: background-color 0.3s ease;
    border: 0.1rem solid black;


}

.button:nth-of-type(1) {
    margin-left: auto;
}

/* Style the hover effect */
.button:hover {
    background-color: #000000;
    color: #fff;
    background-position: -100% 0;
    /* Set a different background color on hover */
}


.productenOverzicht {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background: white;
}

.productenOverzicht__filters {

    padding: 1rem;
    margin-top: 10rem;
    margin-left: 2rem;
    /* Adjust the value as needed */

}

#productList1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 6rem;
    width: auto;
    padding: 2rem;
    margin: 0 auto;
}

.productenOverzicht__producten {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    grid-gap: 2rem;
    margin-top: 2rem;
    margin-right: 2rem;
    flex-wrap: wrap;
}

.productSchema__product_img {
    transition: .2s;
    gap: 2rem;

}

.productSchema__product_img>img {
    width: 15rem;
    height: 100%;
    object-fit: contain;
    margin: 2rem;
    border-radius: 50%;
    gap: 2rem;



}

.inputMerken {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 3rem;
    font-size: 3rem;
}

.inputMerken>div {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.inputPrice {
    width: 20rem;
    height: 20rem;
}

.filter {
    width: 2rem;
    height: 2rem;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 20%;
    border: 0.2rem solid #cac8c8;
    transition: .2s;
    cursor: pointer;
}

.filter2 {
    width: 10rem;
    height: 2rem;
    appearance: none;
    -webkit-appearance: none;
    border: 0.2rem solid #cac8c8;
    transition: .2s;
    cursor: pointer;
}

.filter:hover {
    border: 0.2rem solid #767171;
}

.filter:checked {
    background: grey;
    border: none;
    border: 0.17rem solid black;
}

.filterinput {
    height: 3rem;
    border: 0.2rem solid #cac8c8;
    border-radius: .5rem;
    padding: 1rem;
    transition: .2s;
    max-width: 100%;
}

.filterinput:hover {
    border: 0.2rem solid #767171;
}

.filterknop {
    height: 3rem;
    width: 5em;
    border-radius: .5rem;
    border: none;
    background: #0090e3;
    box-shadow: 0 2px 0 0 #0c679c;
    cursor: pointer;
    color: white;
    transition: .2s;
}

.filterknop:hover {
    background: #0578ba;
    box-shadow: 0 2.5px 0 0 #0b537c;
}

.label {
    color: black;
    font-size: 60%;
    font-weight: 300;
    cursor: pointer;
}

.games {
    width: 100%;
    list-style: none;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
}

.game {
    list-style: none;
    transition: 0.2s transform (1.1);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.game img {
    width: 15rem;
    height: 15rem;
    object-fit: contain;
    margin-bottom: 1rem;
}

.game:hover {
    transform: scale(1.02) translateY(-0.7rem);
    cursor: pointer;
}

.add_to_cart {
    height: 4rem;
    min-width: 5rem;
    border-radius: .5rem;
    border: none;
    background: black;
    box-shadow: 0 2px 0 0 grey;
    cursor: pointer;
    color: white;
    transition: .2s;
}

.add_to_cart:hover {
    background: rgb(0, 130, 0);
    box-shadow: grey;
}

.footer {
    background-color: #f5f5f5;
    padding: 2rem;
    text-align: center;
}

.footer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    list-style: none;
}

.footer-content li {
    margin-right: 1rem;
}

.footer-content img {
    width: 3rem;
    height: 3rem;
}

.contact-info {
    list-style: none;
}

.contact-info li {
    margin-bottom: 0.5rem;
}

@media screen and (max-width: 37.5rem) {
    .header {
        flex-direction: column;
        padding: 1.5rem;
        height: auto;
    }

    .logo {
        margin-bottom: 1rem;
    }

    .products {
        justify-content: center;
        margin: 1rem 0;
        text-align: center;
        flex-direction: column;
    }

    .products a {
        margin: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 4rem;
        text-decoration: none;
        color: black;
        background-color: #f9f9f9;
        border-radius: 0.5rem;
    }

    .products a:hover {
        background-color: #e0e0e0;
    }

    .button {
        flex: 1;
        height: 100%;
        padding: 0.5rem 1rem;
    }

    .productenOverzicht {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        background: white;
        flex-wrap: wrap;
    }

    .productenOverzicht__producten {
        grid-template-columns: 1fr;
    }

    #productList1 {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
        grid-gap: 2rem;
        width: auto;
        padding: 2rem;
        margin: 0 auto;
    }
}