.ffehbo-shop-archive ul.products li.product .add_to_cart_button.ffehbo-add-to-cart--loading {
  width: auto;
  min-width: 132px;
  padding: 0 14px;
  gap: 8px;
  font-size: 12px;
  white-space: nowrap;
}

body.single-product .ff-variation-wrapper .single_add_to_cart_button.ffehbo-add-to-cart--loading {
  gap: 10px;
}

.ffehbo-shop-archive ul.products li.product .add_to_cart_button.ffehbo-add-to-cart--loading::before,
.ffehbo-shop-archive ul.products li.product .add_to_cart_button.ffehbo-add-to-cart--loading:before,
body.single-product .ff-variation-wrapper .single_add_to_cart_button.ffehbo-add-to-cart--loading::before,
body.single-product .ff-variation-wrapper .single_add_to_cart_button.ffehbo-add-to-cart--loading:before {
  content: "" !important;
  display: inline-block !important;
  width: 20px !important;
  height: 20px !important;
  border: 3px solid rgba(5, 11, 63, 0.28) !important;
  border-top-color: var(--ffehbo-navy, #050b3f) !important;
  border-radius: 50% !important;
  background: transparent !important;
  background-image: none !important;
  color: transparent !important;
  font-family: inherit !important;
  font-size: 0 !important;
  line-height: 1 !important;
  opacity: 1 !important;
  animation: ffehbo-add-to-cart-spinner 0.75s linear infinite !important;
  rotate: 0deg;
}

.ffehbo-shop-archive ul.products li.product .add_to_cart_button.ffehbo-add-to-cart--loading::after,
.ffehbo-shop-archive ul.products li.product .add_to_cart_button.ffehbo-add-to-cart--loading:after,
body.single-product .ff-variation-wrapper .single_add_to_cart_button.ffehbo-add-to-cart--loading::after,
body.single-product .ff-variation-wrapper .single_add_to_cart_button.ffehbo-add-to-cart--loading:after {
  content: none !important;
  display: none !important;
  background: transparent !important;
  background-image: none !important;
  opacity: 0 !important;
}

@keyframes ffehbo-add-to-cart-spinner {
  to {
    rotate: 360deg;
  }
}
