/* Fix: Add to cart button was unclickable */
button.product--add-to-cart-button {
  pointer-events: auto !important;
  cursor: pointer !important;
}