.product-list-spacer::after {
  content:"";
  display:block;
  height: 30px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .product-list-spacer::after {
    display:none;
  }
}