 @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-color: #0b0326; }
    #PortalPagina img { width: 100%; }
    #PortalPagina h1 { font-size: 40px; color:white; margin:5%;} 
    #PortalPagina h2 { font-size: 25px; line-height: 40px; color: white; }
    #PortalPagina p { font-size: 16px; line-height: 24px; }
    
    .FilterSlider { padding: 0 60px; }
    .filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
    .filter-option { background: white; padding: 10px 20px; border-radius: 5px; cursor: pointer; }
    
    #PortalPagina .producten { 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: 12px; overflow: hidden; color: var(--bs-body-color); height: 30px; margin-top: 10px; }
    .productCard img { width: 60% !important; margin: 0 auto; display: block; }
    .productInfo { display: flex; gap: 10px; align-items: flex-end; justify-content: right; }
    .productPrices { width: 100%; 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; }

    @media screen and (max-width: 667px) { /* Mobile */
        #PortalPagina h1 { font-size: 25px; }
        #PortalPagina p {font-size: 14px;line-height: 23px;}
        .swiper-slide { width: 100% !important; }
        .FilterSlider { padding: 10px; }
    }

    @media screen and (min-width: 768px) and (max-width: 1032px) { /* Tablet */
        .FilterSlider { padding: 10px; }
    }