@-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%);
  }
}
.is-layout-constrained > .wp-block-woocommerce-customer-account.alignright {
  float: none;
  justify-content: flex-end;
}
.is-layout-constrained > .wp-block-woocommerce-customer-account.alignleft {
  float: none;
  justify-content: flex-start;
}
.is-layout-constrained > .wp-block-woocommerce-customer-account.aligncenter {
  float: none;
  justify-content: center;
}
.wp-block-woocommerce-customer-account {
  display: flex;
}
.wp-block-woocommerce-customer-account a {
  align-items: center;
  color: currentColor !important;
  display: flex;
  text-decoration: none !important;
}
.wp-block-woocommerce-customer-account a:hover {
  text-decoration: underline !important;
}
.wp-block-woocommerce-customer-account a .icon {
  height: 1em;
  width: 1em;
}
.wp-block-woocommerce-customer-account
  a
  .wc-block-customer-account__account-icon {
  height: 1.4375em;
  padding: 0.5em;
  width: 1.4375em;
}
