@media screen and (max-width: 699px) {
  body #main .product-card .swym-button {
    width: 50px;
    height: 50px;
  }
  body #main .product-card .swym-button svg {
    width: 24px;
    height: 22px;
  }
  body #main .product-card .swym-button .swym-wishlist-total {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}