


#sort-select{
    height: fit-content;
}

@media only screen and (max-width: 1000px) {
    #filter-toggle-button{
        display: block;
    }

    #filter-menu{
        display: none;
    }
}

@media only screen and (min-width: 1000px) {
    #filter-toggle-button{
        display: none;
    }
}


.primary_img img{
    width: 100%;
    height: 100% !important;
    object-fit: contain;
}

