 @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: #000000;
        img { width: 100%; }
        h1 { font-size: 30px; } 
        h2 { font-size: 25px; line-height: 40px; }
        p { font-size: 16px; line-height: 24px; }
    }
    
    #Producten .jacsListing { padding: 0 50px; margin: 0; }
    
    /* Vlakverdeling */
   .Productlijst { display: flex; flex-flow: column; justify-content: center; }
    .productCard a { background: white; border: 2px solid #e3e3e3; border-radius: 10px; margin: 10px; display: block; padding: 10px; position: relative; }
    .productCard .productTitle { font-size: 15px; overflow: hidden; color: var(--bs-body-color); height: 40px; margin-top: 10px; }
    .productCard img { width: 80% !important; margin: 0 auto; display: block; }
    .productCard #bulletList { font-size: 12px; }
    .productCard #bulletList ul { padding: 0; }
    .productCard #bulletList li { list-style: none; }
    .productCard #bulletList li:before { content: "> "; font-weight: 900; font-size: 22px; line-height: 25px; color:#54c0ff; position: relative; top: 3px; }
    
    .productCard li { font-size: 10px; }

    .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%; }
    
    #Producten .btn { display: flex; width: fit-content; text-align: center; color: white; background: #bf0a0a; border: 2px solid #ffffffb8; padding: 10px 90px; margin: 20px auto; text-transform: uppercase; font-weight: 800; font-size: 20px; }
    
    /* Content */

    @media screen and (max-width: 667px) { /* Mobile */
        #PortalPagina h1 { font-size: 25px; }
        #PortalPagina p { font-size: 14px; line-height: 23px;}
        #Producten .jacsListing { padding: 10px; }
        .jacsListing div { width: 100%; }
        #Producten .btn { padding: 10px 20px; }
    }

    @media screen and (min-width: 768px) and (max-width: 1032px) { /* Tablet */
        #Producten .jacsListing { padding: 10px; }
        .jacsListing div { width: 45%; }
    }