.wc-block-components-product-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.wc-block-components-product-add-to-cart
  .wc-block-components-product-add-to-cart-button {
  margin: 0 0 0.75em;
}
.wc-block-components-product-add-to-cart
  .wc-block-components-product-add-to-cart-button
  .wc-block-components-button__text {
  display: block;
}
.wc-block-components-product-add-to-cart
  .wc-block-components-product-add-to-cart-button
  .wc-block-components-button__text
  > svg {
  fill: currentColor;
  height: 1.5em;
  margin: -0.25em 0 -0.25em 0.5em;
  vertical-align: top;
  width: 1.5em;
}
.wc-block-components-product-add-to-cart
  .wc-block-components-product-add-to-cart-quantity {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
  color: #43454b;
  flex-basis: 5em;
  margin: 0 1em 0.75em 0;
  padding: 0.618em;
  text-align: center;
}
.is-loading
  .wc-block-components-product-add-to-cart
  .wc-block-components-product-add-to-cart-button,
.is-loading
  .wc-block-components-product-add-to-cart
  .wc-block-components-product-add-to-cart-quantity,
.wc-block-components-product-add-to-cart--placeholder
  .wc-block-components-product-add-to-cart-button,
.wc-block-components-product-add-to-cart--placeholder
  .wc-block-components-product-add-to-cart-quantity {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.is-loading
  .wc-block-components-product-add-to-cart
  .wc-block-components-product-add-to-cart-button
  > *,
.is-loading
  .wc-block-components-product-add-to-cart
  .wc-block-components-product-add-to-cart-quantity
  > *,
.wc-block-components-product-add-to-cart--placeholder
  .wc-block-components-product-add-to-cart-button
  > *,
.wc-block-components-product-add-to-cart--placeholder
  .wc-block-components-product-add-to-cart-quantity
  > * {
  visibility: hidden;
}
.is-loading
  .wc-block-components-product-add-to-cart
  .wc-block-components-product-add-to-cart-button:after,
.is-loading
  .wc-block-components-product-add-to-cart
  .wc-block-components-product-add-to-cart-quantity:after,
.wc-block-components-product-add-to-cart--placeholder
  .wc-block-components-product-add-to-cart-button:after,
.wc-block-components-product-add-to-cart--placeholder
  .wc-block-components-product-add-to-cart-quantity:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(
    90deg,
    currentColor,
    hsla(0, 0%, 96%, 0.302),
    currentColor
  );
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .is-loading
    .wc-block-components-product-add-to-cart
    .wc-block-components-product-add-to-cart-button,
  .is-loading
    .wc-block-components-product-add-to-cart
    .wc-block-components-product-add-to-cart-quantity,
  .wc-block-components-product-add-to-cart--placeholder
    .wc-block-components-product-add-to-cart-button,
  .wc-block-components-product-add-to-cart--placeholder
    .wc-block-components-product-add-to-cart-quantity {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-grid .wc-block-components-product-add-to-cart {
  justify-content: center;
}
.wc-block-components-product-add-to-cart-notice {
  margin: 0;
}
.wc-block-components-button:not(.is-link) {
  align-items: center;
  display: inline-flex;
  height: auto;
  justify-content: center;
  position: relative;
  text-align: center;
  transition: box-shadow 0.1s linear;
}
.wc-block-components-button:not(.is-link):focus {
  box-shadow: 0 0 0 2px #0675c4;
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #0675c4;
  outline: 3px solid transparent;
}
.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
  display: block;
}
.wc-block-components-button:not(.is-link)
  .wc-block-components-button__text
  > svg {
  fill: currentColor;
}
.wc-block-components-button:not(.is-link)
  .wc-block-components-spinner
  + .wc-block-components-button__text {
  visibility: hidden;
}
.wc-block-components-button:not(.is-link).text {
  color: #1e1e1e;
}
.wc-block-components-button:not(.is-link).text:hover {
  opacity: 0.9;
}
.wc-block-components-button:not(.is-link).outlined {
  background: transparent;
  color: currentColor;
}
.wc-block-components-button:not(.is-link).outlined:not(:focus) {
  box-shadow: inset 0 0 0 1px currentColor;
}
.wc-block-components-button:not(.is-link).outlined:active,
.wc-block-components-button:not(.is-link).outlined:disabled,
.wc-block-components-button:not(.is-link).outlined:focus,
.wc-block-components-button:not(.is-link).outlined:hover {
  background-color: #1e1e1e;
  color: #fff;
}
.wc-block-components-button:not(.is-link).outlined:hover {
  background-color: #1e1e1e;
  color: #fff;
  opacity: 1;
}
body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link) {
  min-height: 3em;
}
body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link):focus {
  box-shadow: 0 0 0 2px #0675c4;
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #0675c4;
  outline: 3px solid transparent;
}
body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link).text {
  color: #1e1e1e;
}
body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link).text:hover {
  opacity: 0.9;
}
.wc-block-components-spinner {
  box-sizing: content-box;
  color: inherit;
  font-size: 1.25em;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
}
.wc-block-components-spinner:after {
  -webkit-animation: spinner__animation 1s linear infinite;
  animation: spinner__animation 1s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 0.2em solid;
  border-left: 0.2em solid transparent;
  border-radius: 50%;
  box-sizing: border-box;
  content: " ";
  height: 1em;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  position: absolute;
  top: 50%;
  transform: translateZ(0) scale(0.5);
  transform-origin: 50% 50%;
  width: 1em;
}
@-webkit-keyframes spinner__animation {
  0% {
    -webkit-animation-timing-function: cubic-bezier(
      0.5856,
      0.0703,
      0.4143,
      0.9297
    );
    animation-timing-function: cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes spinner__animation {
  0% {
    -webkit-animation-timing-function: cubic-bezier(
      0.5856,
      0.0703,
      0.4143,
      0.9297
    );
    animation-timing-function: cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes loading__animation {
  to {
    transform: translateX(100%);
  }
}
@keyframes loading__animation {
  to {
    transform: translateX(100%);
  }
}
.wc-block-components-product-add-to-cart-attribute-picker {
  flex-basis: 100%;
  margin: 0;
}
.wc-block-components-product-add-to-cart-attribute-picker label {
  display: block;
  font-size: 1em;
}
.wc-block-components-product-add-to-cart-attribute-picker
  .wc-block-components-product-add-to-cart-attribute-picker__container {
  position: relative;
}
.wc-block-components-product-add-to-cart-attribute-picker
  .wc-block-components-product-add-to-cart-attribute-picker__select {
  margin: 0 0 0.75em;
}
.wc-block-components-product-add-to-cart-attribute-picker
  .wc-block-components-product-add-to-cart-attribute-picker__select
  select {
  min-height: 1.75em;
  min-width: 60%;
}
.wc-block-components-product-add-to-cart-attribute-picker
  .wc-block-components-product-add-to-cart-attribute-picker__select.has-error {
  margin-bottom: 24px;
}
.wc-block-components-product-add-to-cart-attribute-picker
  .wc-block-components-product-add-to-cart-attribute-picker__select.has-error
  select {
  border-color: #cc1818;
}
.wc-block-components-product-add-to-cart-attribute-picker
  .wc-block-components-product-add-to-cart-attribute-picker__select.has-error
  select:focus {
  outline-color: #cc1818;
}
