@media screen and (max-width:720px) {
    nav {
        padding: 20px;
    }

    #logo {
        width: 80px;
    }

    #gato {
        width: 80px;
        padding-right: 20px;
    }

    .bemvindxs {
        font-size: 30px;
    }

    .navBottom {
        flex-wrap: wrap;
    }

    .ofertaLimitada {
        display: none;
    }

    .menuItens {
        margin: 20px;
        font-weight: 700;
        font-size: 20px;
    }

    .slider {
        clip-path: none;
    }

    .sliderImg {
        width: 90%;
    }

    .sliderBg {
        width: 100%;
        height: 100%;
    }

    .tituloSlider {
        display: none;
    }

    .precoSlider {
        top: unset;
        bottom: -50;
        left: 0;
        background-color: lightgrey;
    }

    .sliderItens:nth-child(1) .precoSlider,
    .sliderItens:nth-child(2) .precoSlider,
    .sliderItens:nth-child(3) .precoSlider,
    .sliderItens:nth-child(4) .precoSlider {
        color: black;
    }

    .botaoCompra {
        top: 0;
    }

    .features {
        flex-direction: column;
    }

    .produtos {
        clip-path: none;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .produtoImg {
        width: 70%;
        position: static;
    }

    .produtoDetalhes {
        width: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        position: relative;
        top: 0;
    }

    .produtoTitulo {
        font-size: 50px;
        margin: 0;
    }

    .sm {
        width: 45px;
    }
    
    .campoCupom {
        border: none;
        border-bottom: 1px solid gray;
        width: 70px;
        padding: 5px;
    }

    .galeria {
        display: none;
    }

    .novaVersao {
        flex-direction: column;
    }

    .nvItens:nth-child(2) {
        padding: 50px;
    }

    footer {
        flex-direction: column;
        align-items: center;
    }

    .footerEsquerdo {
        margin-top: 1110px;
        width: 90%;
    }

    .footerEsquerdo .fMenuTitulo {
        color: white;
    }

    .footerEsquerdo .fListItem{
        color: white;
    }

    .fListItem {
        color: black;
    }

    .footerDireita {
        width: 90%;
        align-items: center;
        justify-content: center;
        background-color: whitesmoke;
    }

    .fInput {
        border: 1px solid gray;
        margin-right: 5px;
    }

    .pagamento {
        width: 90%;
        padding: 20px;
    }
}

@media screen and (max-width:660px) {
    .precoSlider{
        font-size: 30px;
    }

    #gato {
        display: none;
    }

    .footerEsquerdo {
        margin-top: 800px;
        width: 90%;
    }
}

@media screen and (max-width:580px) {
    .footerEsquerdo {
        margin-top: 900px;
        width: 90%;
        background-color: whitesmoke;
    }

    .footerDireita {
        width: 90%;
        align-items: center;
        justify-content: center;
        background-color: whitesmoke;
    }

    .footerEsquerdo .fMenuTitulo {
        color: black;
    }

    .footerEsquerdo .fListItem{
        color: black;
    }

    .fListItem {
        color: black;
    }

    .fInput {
        border: 1px solid gray;
        margin-right: 5px;
    }

    .pagamento {
        width: 90%;
        padding: 20px;
    }
}

@media screen and (max-width:420px) {
    .footerEsquerdo {
        margin-top: 200px;
        width: 90%;
        background-color: whitesmoke;
    }
}

@media screen and (max-width:280px) {
    #logo{
        width: 50px;
    }

    .precoSlider{
        font-size: 20px;
    }

    .footerEsquerdo {
        margin-top: 86px;
        width: 90%;
        background-color: whitesmoke;
    }
}