@media (max-width: 370px) {
    .woocommerce .products{
        grid-template-columns: 1fr !important; /* have only one column */
    }
}