/* Keep the mobile cart hit area away from the wishlist and compare controls. */
@media (max-width: 768px) {
  .product-wrap .product .add-to-cart .buy {
    width: 38px;
    min-width: 38px;
    max-width: 38px;
    justify-self: end;
  }
}
