@media (max-width:800px)  {
    .filter-container {
    padding-top:8%;
    padding-bottom:5%;
}
}
@media (max-width:500px)  {
    .cart-container {
    display: none;
    position: fixed;
    top: 93px;
    left:0%;
    width: 100vw;
    height: 100vh;
    background-color: #0D1B2A;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 999;
    transition: all 0.3s ease-in-out;
}
}
