@media screen and (max-width: 1240px) {
    .wrap {
        padding: 0 20px;
    }
    
    #qs .wrap {
        display: block;
    }
    #qs-la {
        margin-bottom: 80px;
        padding-right: 0;
        max-width: none;
    }
    #qs-lb {
        width: 100%;
        justify-content: center;
    }
}
@media screen and (max-width: 950px) {
    #menuprinc {
        display: none;
    }
    #menumob-btn {
        display: block;
    }

    .categoria-lista {
        grid-template-columns: 1fr 1fr;
    }

    .produtosLst {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (max-width: 770px) {
    #qs-lb {
        display: block;
    }
    .qs-lb-item {
        margin: auto;
        width: fit-content;
        text-align: center;
    }
    .qs-lb-item:nth-child(2) {
        margin: 40px auto 0; 
    }

    #footer-l1 .wrap {
        display: block;
    }
    .footer-col {
        max-width: 400px;
        margin: auto;
    }
    .footer-col:nth-child(2) {
        margin-top: 50px;
    }
    #footer-rs {
        margin-top: 50px;
    }

    .produtosLst {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 650px) {
    #footer-l2 .wrap {
        padding: 15px 0 40px;
    }

    .categoria-lista {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width:500px){
    .produtosLst {
        grid-template-columns: 1fr;
    }
}