@media only screen and (max-width: 767px) {

    body {
        position: unset;
    }

    .body-inner {
        height: auto;
    }

    .body-inner > div {
        flex-direction: column;
        height: auto !important;
    }

    .filter-wrapper {
        margin-left: 0;
        margin-top: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        font-size: 1.5rem;
        column-gap: 1rem;
        height: 40vw;
        overflow-y: scroll;
        /* box-shadow: 0 -30px 30px -10px rgba(47, 62, 109, 1) inset; */
        scrollbar-width: none;
        padding-bottom: 0;
    }

    .filter-wrapper::-webkit-scrollbar {
        display: none;
    }

    .showing {
        padding-top: 2rem;
    }

    .sort-title {
        margin-top: 0;
    }

    /* .expired-sets-mobile {
        display: flex;
    }

    .expired-sets-desktop {
        display: none;
    } */

    .sets {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .set {
        padding: 1rem;
        width: auto;
    }

    .set-store {
        height: 2.5rem;
    }

    .set-theme {
        height: 2rem;
    }

    .price-br {
        display: block;
    }

    .price-wrapper-mobile {
        display: flex;
        justify-content: space-between;
    }

    .price-wrapper-desktop {
        display: none;
    }

    .price, .sale {
        font-size: 2rem;
    }

    .retail {
        font-size: 1.5rem;
    }

}