@media screen and (max-width: 1199px) {
    
    .glide-produtos-item {
        height: 220px; 
    }

    .banner.empty{
        height: 150px !important;
    }

    .banner.empty .banner-holder .banner-image{
        height: 150px !important;
    }

    .busca-inputs {
        flex-wrap: wrap;
    }

    .busca-inputs-name {
        margin-bottom: 8px;
    }

    .busca-inputs select[name="categoria"] {
        flex-basis: 235px;
    }

    .busca-inputs .btn-default {
        font-size: 16px;
        line-height: 19.2px;
        padding: 16px;
        flex-basis: 51px;
    }

    .destaques-container {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .destaques-title {
        margin-bottom: 32px;
    }

    .destaques-title-line {
        height: 4px;
    }

    .destaques-list {
        overflow-x: scroll;
        width: 100%;
        padding-bottom: 35px;
    }

    #listagem {
        padding: 24px 0 56px 0;
    }

    .listagem-produtos {
        width: 100%;
    }

    .listagem-produtos-head {
        justify-content: flex-end;
    }

    .listagem-produtos-main, .listagem-produtos-complete .listagem-produtos-main {
        gap: 8px;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 307px;
        justify-items: center;
    }
    
    .listagem-top-head-mb {
        background-color: #F6F6F6;
        padding: 16px;
        font-family: "Lato Regular";
        color: #7C878E;

        justify-content: space-between;
        align-items: center;
        border-radius: 2px;
        margin-bottom: 26px;
    }

    .listagem-top-head-mb > button {
        width: 90px;
        box-sizing: border-box;
        padding: 8px 16px;

        justify-content: space-between;
        align-items: center;
        color: #7C878E;
        border-radius: 1px;
        background-color: var(--white);
    }
}

@media screen and (max-width: 767px) {
    .glide-produtos-item {
        height: 100px; 
    }
}