/*
 * Classname for loading state of the Add to cart button.
 * Applicaple for the most free themes.
 */

.loading {
  > .loading-overlay__spinner {
    display: flex !important;
  }
}
