 @font-face {font-family: Poppins; src: url(https://www.alternate.nl/download/b2c_nl/pic/fonts/Poppins-Regular.ttf); }
    .skyscraper { display: none; }
    
    #PortalPagina { width: 100%; position: relative; z-index: 0; font-family: Poppins; border: 1px solid #d3d3d3;
        img { width: 100%; }
        h1 { font-size: 30px; } 
        h2 { font-size: 35px; line-height: 40px; color: #005881; font-weight: 100; }
        p { font-size: 16px; line-height: 24px; color: #005881; }
    }
    
    .OmslagFoto { position: relative; z-index: 2; }
    #PortalPagina .btn { background: #7b0aed; display: block; position: fixed; top: 150px; color: white; font-size: 30px; }
    
    #Producten { background: #ebebeb; margin: 0; padding-top: 20px; position: relative; z-index: 2; }
    
    .jacsListing div { width: 25%; padding: 0; }
    .jacsListing div div { width: 100%; }
    
    .Productlijst { display: flex; justify-content: center; }
    .productCard a { background: white; border: 2px solid #e3e3e3; border-radius: 10px; margin: 10px; display: block; padding: 10px; position: relative; }
    .productCard .productTitle { text-align: center; font-size: 12px; overflow: hidden; color: var(--bs-body-color); height: 30px; margin-top: 10px; }
    .productCard img { width: 80% !important; margin: 0 auto; display: block; }
    .productCard ul { height: 60px; font-size: 10px; padding: 0 15px; overflow: hidden; }
    .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 .ratingsfalse { display: none; }
    .productCard .ratingstrue { display: flex; width: 40%; margin: 0; transform: scale(0.8); }
    .productCard .productInfo { display: flex; gap: 10px; align-items: flex-end; justify-content: right; }
    .productCard .productPrices { width: 60%; text-align: right; }
    .productCard .productPrice { font-size: 22px !important; font-weight: 900; color: #9f0707 !important; margin: 0; }
    .productCard .historyPrice { height: 24px; margin: 0; text-decoration-line: line-through; color: black !important; }

    @media screen and (max-width: 667px) { /* Mobile */
        #PortalPagina h1 { font-size: 25px; }
        #PortalPagina p { font-size: 14px; line-height: 23px;}
        .jacsListing div { width: 100%; }
        .productCard .productTitle { height: auto; }
    }

    @media screen and (min-width: 768px) and (max-width: 1032px) { /* Tablet */
        .jacsListing div { width: 33.33%; }
        .productCard .productTitle { font-size: 11px; height: auto; }
        .productCard ul { padding-left: 12px; }
        .productCard .ratingstrue { width: 8%; margin: 0 50px 0px -10px; transform: scale(0.9); }
    }