/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@media (max-width: 767px) {
  .product-miniature .quick-view,
  .product-miniature .add-to-compare,
  .product-miniature .wishlist-button {
    display: none !important;
  }
}