 @font-face {font-family: Poppins; src: url(https://www.alternate.nl/download/b2c_nl/pic/fonts/Poppins-Regular.ttf); }

    #PortalPagina { width: 100%; position: relative; z-index: 0; font-family: Poppins; background: #25083d; color: white; }
    #PortalPagina img { width: 100%; }
    #PortalPagina h1 { font-size: 30px; } 
    #PortalPagina h2 { font-size: 25px; line-height: 40px; }
    #PortalPagina p { font-size: 16px; line-height: 24px; }
    
    #Inleiding { padding: 50px 80px; text-align: center; }
    
    .FilterSlider { padding: 50px 30px 0; }
    .Productlijst { display: flex; flex-flow: column; justify-content: center; }
    .productCard a { background: white; border: 2px solid #e3e3e3; border-radius: 10px; display: block; padding: 10px; position: relative; }
    .productCard .productTitle { font-size: 15px; overflow: hidden; color: var(--bs-body-color); height: 37px; margin-top: 10px; }
    .productCard img { width: 80% !important; margin: 0 auto; display: block; }
    .productCard ul { padding: 0 20px; min-height: 90px; }

    .ratingsfalse { display: none; }
    .ratingstrue { display: flex; width: 50%; margin: 0 -7px -3px; }
    .productInfo { display: flex; gap: 10px; align-items: flex-end; justify-content: right; }
    .productPrices { width: 60%; text-align: right; }
    .productPrice { font-size: 25px !important; font-weight: 900; color: #9f0707; margin: 0; }
    .historyPrice { height: 30px; margin: 0; text-decoration-line: line-through; font-size: 20px; }

    .jacsListing div { width: 25%; padding: 0; }
    .jacsListing div div { width: 100%; }
    
    .filters { display: flex; flex-flow: wrap; margin: 0 auto; width: fit-content; }
    .filters .filter-option { padding: 10px 20px; margin: 20px 3px !important; background: #8b00ff; border-radius: 10px; color: white; }
    .filters .filter-option:hover { filter: saturate(0.5); }
    .filter-option.active { filter: hue-rotate(45deg); }

    @media screen and (max-width: 667px) { /* Mobile */
        #PortalPagina h1 { font-size: 25px; }
        #PortalPagina p { font-size: 14px; line-height: 23px;}
        .productTitle { height: auto; }
        .jacsListing div { width: 100%; }
        .FilterSlider { padding: 0; }
        .filters .filter-option { margin: 3px !important; }
    }

    @media screen and (min-width: 768px) and (max-width: 1032px) { /* Tablet */
        .jacsListing div { width: 50%; }
        .productTitle { font-size: 11px; height: auto; }
        .ratingstrue { display: none; }
        .filters .filter-option { margin: 3px !important; }
    }