.wc-block-components-totals-wrapper {
  padding: 16px 0;
  position: relative;
}
.wc-block-components-totals-wrapper:after {
  border-style: solid;
  border-width: 1px 0 0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.wc-block-components-totals-wrapper.has-bottom-border:after {
  border-bottom-width: 1px;
}
.wc-block-components-totals-wrapper:empty {
  padding: 0;
}
.wc-block-components-totals-wrapper:empty:after {
  content: none;
}
.wc-block-components-totals-wrapper.slot-wrapper {
  padding: 0;
}
.wc-block-components-totals-wrapper.slot-wrapper > * > * {
  padding: 16px 0;
  position: relative;
}
.wc-block-components-totals-wrapper.slot-wrapper > * > :after {
  border-style: solid;
  border-width: 0 0 1px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.wc-block-components-totals-wrapper.slot-wrapper > * > :last-child:after {
  border-bottom-width: 0;
}
.wc-block-components-discounts-meta
  .wc-block-components-totals-wrapper:first-child {
  position: relative;
}
.wc-block-components-discounts-meta
  .wc-block-components-totals-wrapper:first-child:after {
  border-style: solid;
  border-width: 1px 0 0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.wc-block-components-totals-item {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.wc-block-components-totals-item__label {
  flex-grow: 1;
}
.wc-block-components-totals-item__value {
  font-weight: 700;
  white-space: nowrap;
}
.wc-block-components-totals-item__description {
  font-size: 0.875em;
  width: 100%;
}
.wc-block-components-formatted-money-amount {
  white-space: nowrap;
}
.wc-block-components-panel.has-border {
  position: relative;
}
.wc-block-components-panel.has-border:after {
  border-style: solid;
  border-width: 1px 0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.wc-block-components-panel.has-border
  + .wc-block-components-panel.has-border:after {
  border-top-width: 0;
}
.wc-block-components-panel.has-border.no-top-border {
  position: relative;
}
.wc-block-components-panel.has-border.no-top-border:after {
  border-style: solid;
  border-width: 0 0 1px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.wc-block-components-panel__button {
  border: 0;
  border-radius: 0;
  height: auto;
  line-height: 1;
  margin: 0.375em 0 0;
  padding: 0.375em 32px 0 0;
  position: relative;
  text-align: left;
  vertical-align: baseline;
  width: 100%;
  word-break: break-word;
}
.wc-block-components-panel__button[aria-expanded="true"] {
  margin-bottom: 0.375em;
  padding-bottom: 0.375em;
}
.wc-block-components-panel__button,
.wc-block-components-panel__button:active,
.wc-block-components-panel__button:focus,
.wc-block-components-panel__button:hover {
  background: transparent;
  box-shadow: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
  text-transform: inherit;
}
.wc-block-components-panel__button > .wc-block-components-panel__button-icon {
  fill: currentColor;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}
.wc-block-components-panel__content[hidden] {
  display: none;
}
.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone
  .wc-block-components-panel__button {
  background-color: inherit;
  color: inherit;
}
.theme-twentyseventeen .wc-block-components-panel__button,
.theme-twentytwenty .wc-block-components-panel__button {
  background: none transparent;
  color: inherit;
}
.theme-twentyseventeen
  .wc-block-components-panel__button.wc-block-components-panel__button:focus,
.theme-twentyseventeen
  .wc-block-components-panel__button.wc-block-components-panel__button:hover,
.theme-twentytwenty
  .wc-block-components-panel__button.wc-block-components-panel__button:focus,
.theme-twentytwenty
  .wc-block-components-panel__button.wc-block-components-panel__button:hover {
  background: none transparent;
}
.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;
}
.wc-block-components-notices {
  display: block;
  margin: 1.5em 0;
}
.wc-block-components-notices:first-child {
  margin-top: 0;
}
.wc-block-components-notices:empty {
  margin: 0;
}
.wc-block-components-notices .wc-block-components-notices__notice {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
}
.wc-block-components-notices .wc-block-components-notices__notice a {
  text-decoration: underline;
}
.wc-block-components-notices
  .wc-block-components-notices__notice
  .components-notice__dismiss {
  background: transparent none;
  border: 0;
  color: currentColor;
  margin: 0 0 0 auto;
  outline: 0;
  padding: 0;
}
.wc-block-components-notices
  .wc-block-components-notices__notice
  .components-notice__dismiss
  svg {
  fill: currentColor;
  vertical-align: text-top;
}
.wc-block-components-notices
  .wc-block-components-notices__notice
  .components-notice__content
  > div:not(.components-notice__actions)
  :first-child {
  margin-top: 0;
}
.wc-block-components-notices
  .wc-block-components-notices__notice
  .components-notice__content
  > div:not(.components-notice__actions)
  :last-child {
  margin-bottom: 0;
}
.wc-block-components-notices
  .wc-block-components-notices__notice
  .components-notice__content
  ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wc-block-components-notices
  .wc-block-components-notices__notice
  .components-notice__content
  li
  + li {
  margin: 0.25em 0 0;
}
.wc-block-components-notices
  .wc-block-components-notices__notice
  + .wc-block-components-notices__notice {
  margin-top: 1em;
}
.theme-twentytwenty .wc-block-components-notices__notice,
.theme-twentytwentyone .wc-block-components-notices__notice {
  padding: 1.5rem 3rem;
}
.wc-block-components-notices__snackbar {
  bottom: 20px;
  left: 16px;
  position: fixed;
  width: auto;
}
@media (max-width: 782px) {
  .wc-block-components-notices__snackbar {
    bottom: auto;
    left: 0;
    position: fixed;
    top: 10px;
  }
  .wc-block-components-notices__snackbar
    .components-snackbar-list__notice-container {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.wc-block-components-notice-banner {
  align-content: flex-start;
  align-items: stretch;
  background-color: #fff;
  border: 1px solid;
  border-radius: 4px;
  box-sizing: border-box;
  color: #2f2f2f;
  display: flex;
  font-size: 0.875em;
  font-weight: 400;
  gap: 12px;
  line-height: 1.5;
  margin: 16px 0;
  padding: 16px !important;
}
.wc-block-components-notice-banner
  > .wc-block-components-notice-banner__content {
  -ms-grid-row-align: center;
  align-self: center;
  flex-basis: 100%;
  padding-right: 16px;
  white-space: normal;
}
.wc-block-components-notice-banner
  > .wc-block-components-notice-banner__content:last-child {
  padding-right: 0;
}
.wc-block-components-notice-banner
  > .wc-block-components-notice-banner__content
  .wc-block-components-notice-banner__summary {
  font-weight: 600;
  margin: 0 0 8px;
}
.wc-block-components-notice-banner
  > .wc-block-components-notice-banner__content
  ol,
.wc-block-components-notice-banner
  > .wc-block-components-notice-banner__content
  ul {
  margin: 0 0 0 24px;
  padding: 0;
}
.wc-block-components-notice-banner
  > .wc-block-components-notice-banner__content
  ol
  li:after,
.wc-block-components-notice-banner
  > .wc-block-components-notice-banner__content
  ul
  li:after {
  clear: both;
  content: "";
  display: block;
}
.wc-block-components-notice-banner
  > .wc-block-components-notice-banner__content
  .wc-forward.wp-element-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  color: #2f2f2f !important;
  float: right;
  margin: 0;
  opacity: 0.6;
  padding: 0 !important;
}
.wc-block-components-notice-banner
  > .wc-block-components-notice-banner__content
  .wc-forward.wp-element-button:active,
.wc-block-components-notice-banner
  > .wc-block-components-notice-banner__content
  .wc-forward.wp-element-button:focus,
.wc-block-components-notice-banner
  > .wc-block-components-notice-banner__content
  .wc-forward.wp-element-button:hover {
  opacity: 1;
}
.wc-block-components-notice-banner > svg {
  fill: #fff;
  background-color: #2f2f2f;
  border-radius: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 2px;
}
.wc-block-components-notice-banner > .wc-block-components-button {
  background: transparent none !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #2f2f2f !important;
  flex: 0 0 16px;
  height: 16px !important;
  margin: 6px 0 0 auto !important;
  min-height: auto !important;
  min-width: 0 !important;
  opacity: 0.6;
  outline: none !important;
  padding: 0 !important;
  width: 16px !important;
}
.wc-block-components-notice-banner > .wc-block-components-button > svg {
  margin: 0 !important;
}
.wc-block-components-notice-banner > .wc-block-components-button:active,
.wc-block-components-notice-banner > .wc-block-components-button:focus,
.wc-block-components-notice-banner > .wc-block-components-button:hover {
  opacity: 1;
}
.wc-block-components-notice-banner.is-error {
  background-color: #fff0f0;
  border-color: #cc1818;
}
.wc-block-components-notice-banner.is-error > svg {
  background-color: #cc1818;
  transform: rotate(180deg);
}
.wc-block-components-notice-banner.is-warning {
  background-color: #fffbf4;
  border-color: #f0b849;
}
.wc-block-components-notice-banner.is-warning > svg {
  background-color: #f0b849;
  transform: rotate(180deg);
}
.wc-block-components-notice-banner.is-success {
  background-color: #f4fff7;
  border-color: #4ab866;
}
.wc-block-components-notice-banner.is-success > svg {
  background-color: #4ab866;
}
.wc-block-components-notice-banner.is-info {
  background-color: #f4f8ff;
  border-color: #007cba;
}
.wc-block-components-notice-banner.is-info > svg {
  background-color: #007cba;
}
.wc-block-components-notice-snackbar-list {
  bottom: 24px;
  box-sizing: border-box;
  left: 24px;
  pointer-events: none;
  position: fixed;
  right: 24px;
  z-index: 100000;
}
.wc-block-components-notice-snackbar-list .wc-block-components-notice-banner {
  border: 1px solid transparent;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  margin: 24px 0 0;
  max-width: 600px;
  pointer-events: all;
  position: relative;
  width: auto;
}
.wc-block-components-notice-snackbar-list
  .wc-block-components-notice-banner.is-default {
  border-color: #2f2f2f;
}
@media (max-width: 782px) {
  .wc-block-components-notice-snackbar-list .wc-block-components-notice-banner {
    max-width: none;
    width: 100%;
  }
}
.notice-transition-enter {
  max-height: 0;
}
.notice-transition-enter.notice-transition-enter-active {
  max-height: 99em;
  transition: max-height 0.5s ease-in;
}
.notice-transition-enter-done {
  max-height: auto;
}
.notice-transition-exit {
  opacity: 1;
}
.notice-transition-exit.notice-transition-exit-active {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
.notice-transition-exit-done {
  opacity: 0;
}
.wc-block-components-checkbox {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-top: 1em;
  text-decoration: inherit;
  text-transform: inherit;
}
.wc-block-components-checkbox label {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  font-size: 0.875em;
  position: relative;
}
.wc-block-components-checkbox label input[type="checkbox"] {
  cursor: inherit;
}
.wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 2px solid #50575e;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 1em;
  height: 1.5em;
  margin: 0 1em 0 0;
  min-height: 1.5em;
  min-width: 1.5em;
  overflow: hidden;
  position: static;
  vertical-align: middle;
  width: 1.5em;
}
.wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"]:checked {
  background: #fff;
  border-color: #50575e;
}
.wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"]:focus {
  outline: 2px solid #50575e;
  outline-offset: 2px;
}
.wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"]:after,
.wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"]:before {
  content: "";
}
.wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"]:not(:checked)
  + .wc-block-components-checkbox__mark {
  display: none;
}
.has-dark-controls
  .wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"] {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: hsla(0, 0%, 100%, 0.6);
}
.has-dark-controls
  .wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"]:checked {
  background: rgba(0, 0, 0, 0.1);
  border-color: hsla(0, 0%, 100%, 0.6);
}
.has-dark-controls
  .wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"]:focus {
  outline: 2px solid hsla(0, 0%, 100%, 0.6);
  outline-offset: 2px;
}
.wc-block-components-checkbox.has-error,
.wc-block-components-checkbox.has-error a {
  color: #cc1818;
}
.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input,
.wc-block-components-checkbox.has-error
  .wc-block-components-checkbox__input:active,
.wc-block-components-checkbox.has-error
  .wc-block-components-checkbox__input:focus,
.wc-block-components-checkbox.has-error
  .wc-block-components-checkbox__input:hover {
  border-color: #cc1818;
}
.wc-block-components-checkbox.has-error
  .wc-block-components-checkbox__input:focus {
  outline: 2px solid #cc1818;
  outline-offset: 2px;
}
.wc-block-components-checkbox .wc-block-components-checkbox__mark {
  fill: #000;
  height: 1.125em;
  margin-left: 0.1875em;
  margin-top: 0.0625em;
  pointer-events: none;
  position: absolute;
  width: 1.125em;
}
.has-dark-controls
  .wc-block-components-checkbox
  .wc-block-components-checkbox__mark {
  fill: #fff;
}
.wc-block-components-checkbox .wc-block-components-checkbox__label,
.wc-block-components-checkbox > span {
  line-height: 1.5em;
  vertical-align: middle;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .wc-block-components-checkbox__mark {
    display: none;
  }
}
.theme-twentytwentyone
  .has-dark-controls
  .wc-block-components-checkbox__input[type="checkbox"],
.theme-twentytwentyone .wc-block-components-checkbox__input[type="checkbox"] {
  background-color: #fff;
  border-color: var(--form--border-color);
  position: relative;
}
.theme-twentytwentyone
  .has-dark-controls
  .wc-block-components-checkbox__input[type="checkbox"]:checked,
.theme-twentytwentyone
  .wc-block-components-checkbox__input[type="checkbox"]:checked {
  background-color: #fff;
  border-color: var(--form--border-color);
}
.theme-twentytwentyone .wc-block-components-checkbox__mark {
  display: none;
}
.wc-block-components-form .wc-block-components-text-input,
.wc-block-components-text-input {
  margin-top: 1.5em;
  position: relative;
  white-space: nowrap;
}
.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
  color: inherit;
  color: #757575;
  cursor: text;
  font-family: inherit;
  font-size: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  left: 0;
  letter-spacing: inherit;
  line-height: inherit;
  line-height: 1.375;
  margin: 0 0 0 17px;
  max-width: calc(100% - 32px);
  overflow: hidden;
  position: absolute;
  text-decoration: inherit;
  text-overflow: ellipsis;
  text-transform: inherit;
  top: 0;
  transform: translateY(0.75em);
  transform-origin: top left;
  transition: transform 0.2s ease;
}
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input
  label,
.has-dark-controls .wc-block-components-text-input label {
  color: hsla(0, 0%, 100%, 0.6);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-components-form .wc-block-components-text-input label,
  .wc-block-components-text-input label {
    transition: none;
  }
}
.wc-block-components-form
  .wc-block-components-text-input
  input:-webkit-autofill
  + label,
.wc-block-components-text-input input:-webkit-autofill + label {
  transform: translateY(4px) scale(0.75);
}
.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input.is-active label {
  transform: translateY(4px) scale(0.75);
}
.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"] {
  background-color: #fff;
  border: 1px solid #50575e;
  border-radius: 4px;
  box-sizing: border-box;
  color: #2b2d2f;
  font-family: inherit;
  font-size: 1em;
  height: 3em;
  line-height: 1.375;
  margin: 0;
  min-height: 0;
  padding: 0.75em 0;
  text-indent: 16px;
  width: 100%;
}
.wc-block-components-form
  .wc-block-components-text-input
  input[type="email"]:focus,
.wc-block-components-form
  .wc-block-components-text-input
  input[type="number"]:focus,
.wc-block-components-form
  .wc-block-components-text-input
  input[type="tel"]:focus,
.wc-block-components-form
  .wc-block-components-text-input
  input[type="text"]:focus,
.wc-block-components-form
  .wc-block-components-text-input
  input[type="url"]:focus,
.wc-block-components-text-input input[type="email"]:focus,
.wc-block-components-text-input input[type="number"]:focus,
.wc-block-components-text-input input[type="tel"]:focus,
.wc-block-components-text-input input[type="text"]:focus,
.wc-block-components-text-input input[type="url"]:focus {
  background-color: #fff;
  box-shadow: 0 0 0 1px #50575e;
  color: #2b2d2f;
  outline: 0;
}
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="email"],
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="number"],
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="tel"],
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="text"],
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="url"],
.has-dark-controls .wc-block-components-text-input input[type="email"],
.has-dark-controls .wc-block-components-text-input input[type="number"],
.has-dark-controls .wc-block-components-text-input input[type="tel"],
.has-dark-controls .wc-block-components-text-input input[type="text"],
.has-dark-controls .wc-block-components-text-input input[type="url"] {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: hsla(0, 0%, 100%, 0.4);
  color: #fff;
}
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="email"]:focus,
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="number"]:focus,
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="tel"]:focus,
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="text"]:focus,
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="url"]:focus,
.has-dark-controls .wc-block-components-text-input input[type="email"]:focus,
.has-dark-controls .wc-block-components-text-input input[type="number"]:focus,
.has-dark-controls .wc-block-components-text-input input[type="tel"]:focus,
.has-dark-controls .wc-block-components-text-input input[type="text"]:focus,
.has-dark-controls .wc-block-components-text-input input[type="url"]:focus {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.4);
  color: #fff;
}
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="number"] {
  -moz-appearance: textfield;
}
.wc-block-components-form
  .wc-block-components-text-input
  input[type="number"]::-webkit-inner-spin-button,
.wc-block-components-form
  .wc-block-components-text-input
  input[type="number"]::-webkit-outer-spin-button,
.wc-block-components-text-input input[type="number"]::-webkit-inner-spin-button,
.wc-block-components-text-input
  input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.wc-block-components-form
  .wc-block-components-text-input.is-active
  input[type="email"],
.wc-block-components-form
  .wc-block-components-text-input.is-active
  input[type="number"],
.wc-block-components-form
  .wc-block-components-text-input.is-active
  input[type="tel"],
.wc-block-components-form
  .wc-block-components-text-input.is-active
  input[type="text"],
.wc-block-components-form
  .wc-block-components-text-input.is-active
  input[type="url"],
.wc-block-components-text-input.is-active input[type="email"],
.wc-block-components-text-input.is-active input[type="number"],
.wc-block-components-text-input.is-active input[type="tel"],
.wc-block-components-text-input.is-active input[type="text"],
.wc-block-components-text-input.is-active input[type="url"] {
  padding: 1.5em 0 0.25em;
}
.wc-block-components-form .wc-block-components-text-input.has-error input,
.wc-block-components-form
  .wc-block-components-text-input.has-error
  input:active,
.wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.wc-block-components-form .wc-block-components-text-input.has-error input:hover,
.wc-block-components-text-input.has-error input,
.wc-block-components-text-input.has-error input:active,
.wc-block-components-text-input.has-error input:focus,
.wc-block-components-text-input.has-error input:hover {
  border-color: #cc1818;
}
.wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.wc-block-components-text-input.has-error input:focus {
  box-shadow: 0 0 0 1px #cc1818;
}
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input.has-error
  input,
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input.has-error
  input:active,
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input.has-error
  input:focus,
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input.has-error
  input:hover,
.has-dark-controls .wc-block-components-text-input.has-error input,
.has-dark-controls .wc-block-components-text-input.has-error input:active,
.has-dark-controls .wc-block-components-text-input.has-error input:focus,
.has-dark-controls .wc-block-components-text-input.has-error input:hover {
  border-color: #f18c8c;
}
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input.has-error
  input:focus,
.has-dark-controls .wc-block-components-text-input.has-error input:focus {
  box-shadow: 0 0 0 1px #f18c8c;
}
.wc-block-components-form .wc-block-components-text-input.has-error label,
.wc-block-components-text-input.has-error label {
  color: #cc1818;
}
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input.has-error
  label,
.has-dark-controls .wc-block-components-text-input.has-error label {
  color: #f18c8c;
}
.wc-block-components-form .wc-block-components-text-input:only-child,
.wc-block-components-text-input:only-child {
  margin-top: 1.5em;
}
@-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-validation-error {
  color: #cc1818;
  font-size: 0.75em;
  max-width: 100%;
  white-space: normal;
}
.wc-block-components-validation-error > p {
  margin: 0;
  padding: 4px 0 0;
}
.has-dark-mode-palette .wc-block-components-validation-error {
  color: #f18c8c;
}
.wc-block-components-select + .wc-block-components-validation-error {
  margin-bottom: 24px;
}
