/* ==================================================
   ARTTHREADS™ — VITRINE MOBILE 2 COLUNAS
   ================================================== */

@media screen and (max-width: 767px) {

    .listagem .listagem-linha > ul {
        display: flex !important;
        flex-wrap: wrap !important;
        width: 100% !important;
    }

    .listagem .listagem-linha > ul > li {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
        box-sizing: border-box !important;
        padding: 6px !important;
        margin: 0 !important;
    }

    .listagem .listagem-item {
        width: 100% !important;
        margin: 0 !important;
    }

}
/* ===== ARTTHREADS™ — CARDS MOBILE PREMIUM ===== */

@media screen and (max-width: 767px) {

    /* Remove o botão que fica em cima da estampa */
    .listagem-item .acoes-produto,
    .listagem-item .botao-comprar,
    .listagem-item .produto-sobrepor + .acoes-produto {
        display: none !important;
    }

    /* Selo de desconto menor */
    .listagem-item .bandeiras-produto {
        transform: scale(.78);
        transform-origin: top right;
    }

}