@media screen and (min-width: 768px) and (max-width: 1500px) {
  .product-item__cta.button {
    white-space: nowrap;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
}