li.productlist-unit {
  width: 50%;
}

@media (max-width: 480px) {
  /* ~480px */
  li.productlist-unit {
    width: 100%;
  }
}