/* 2 column mobile layout */

@media (max-width: 768px) {
  ul.products li.product {
    width: 48%;
    float: left;
    clear: both;
  }

  ul.products li.product:nth-child(2n) {
    clear: none;
    float: right;
  }
}

/* END 2 column mobile layout */


.woocommerce-products-header {
  display: none;
}