.wp-block-woocommerce-attribute-filter {
  border-style: none !important;
}
.wp-block-woocommerce-attribute-filter h1,
.wp-block-woocommerce-attribute-filter h2,
.wp-block-woocommerce-attribute-filter h3,
.wp-block-woocommerce-attribute-filter h4,
.wp-block-woocommerce-attribute-filter h5,
.wp-block-woocommerce-attribute-filter h6 {
  text-transform: inherit;
}
.wc-block-attribute-filter {
  border-color: inherit;
  border-radius: inherit;
  margin-bottom: 16px;
}
.wc-block-attribute-filter .is-loading {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: 0.25rem;
  border-radius: 0;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  height: 1em;
  line-height: 1;
  margin-top: 16px;
  max-width: 100% !important;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.wc-block-attribute-filter .is-loading > * {
  visibility: hidden;
}
.wc-block-attribute-filter .is-loading: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) {
  .wc-block-attribute-filter .is-loading {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-attribute-filter.style-dropdown {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  position: relative;
}
.wc-block-attribute-filter.style-dropdown
  .single-selection
  .components-form-token-field__token
  + input[type="text"].components-form-token-field__input {
  opacity: 0;
}
.wc-block-attribute-filter.style-dropdown
  .single-selection
  .components-form-token-field__input-container.is-active
  .components-form-token-field__token
  + input[type="text"].components-form-token-field__input {
  opacity: 1;
}
.wc-block-attribute-filter.style-dropdown
  .wc-block-components-filter-submit-button {
  height: 36px;
  line-height: 1;
}
.wc-block-attribute-filter.style-dropdown > svg {
  pointer-events: none;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.wc-block-attribute-filter .wc-block-attribute-filter-list {
  margin: 0;
  width: 100%;
}
.wc-block-attribute-filter .wc-block-attribute-filter-list li label {
  cursor: pointer;
}
.wc-block-attribute-filter .wc-block-attribute-filter-list li input {
  cursor: pointer;
  display: inline-block;
}
.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper {
  flex-grow: 1;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-width: unset;
  width: 0;
}
.wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper:not(.is-loading) {
  border: 1px solid #757575 !important;
  border-radius: 4px;
}
.wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper.is-loading {
  border-radius: 0.25em;
}
.wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field {
  border-radius: inherit;
}
.wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container {
  border: 0;
  border-radius: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding: 8px;
  text-decoration: inherit;
  text-transform: inherit;
}
.wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__input {
  font-size: 0.875em;
}
.wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__input::-moz-placeholder {
  color: #000;
}
.wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__input:-ms-input-placeholder {
  color: #000;
}
.wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__input::placeholder {
  color: #000;
}
.wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__suggestions-list {
  border: 1px solid #757575;
  border-radius: 4px;
  margin-top: 8px;
  max-height: 21em;
}
.wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__suggestions-list
  .components-form-token-field__suggestion {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #000;
  margin: 12px;
  padding: 12px;
}
.wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__suggestion,
.wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__token {
  font-size: 0.875em;
}
.wc-block-attribute-filter__conditions-toggle,
.wc-block-attribute-filter__display-toggle,
.wc-block-attribute-filter__multiple-toggle {
  width: 100%;
}
.wc-block-attribute-filter__instructions {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 1em;
}
.wc-block-attribute-filter__selection {
  padding-top: 1em;
}
.woocommerce-product-attributes
  .woocommerce-search-list__search
  .components-base-control__label {
  color: #757575;
  font-family: inherit;
  font-size: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
  text-transform: inherit;
}
.wc-block-attribute-filter__actions {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}
.wc-block-attribute-filter__actions .wc-block-components-filter-submit-button {
  margin-left: 0;
}
.wc-block-attribute-filter__actions
  .wc-block-components-filter-submit-button:disabled {
  cursor: auto;
  opacity: 0.6;
}
.wc-block-attribute-filter__actions
  .wc-block-filter-submit-button.wc-block-components-filter-submit-button.wc-block-attribute-filter__button {
  font-size: 0.875em;
  margin-top: 0;
}
.editor-styles-wrapper .wc-block-components-checkbox,
.wc-block-components-checkbox {
  margin-top: 1em;
}
.wc-blocks-components-form-token-field-wrapper:not(.single-selection)
  .components-form-token-field__input-container {
  padding: 4px 30px 4px 8px;
}
.wc-blocks-components-form-token-field-wrapper:not(.single-selection)
  .components-form-token-field__input-container
  .components-form-token-field__token-text {
  background-color: #fff;
  border: 1px solid;
  border-radius: 25px 0 0 25px;
  border-right: 0;
  line-height: 22px;
  padding: 0.25em 0.5em 0.25em 0.75em;
}
.wc-blocks-components-form-token-field-wrapper:not(.single-selection)
  .components-form-token-field__input-container
  > .components-form-token-field__input {
  margin: 0.25em 0;
}
.wc-blocks-components-form-token-field-wrapper:not(.single-selection)
  .components-form-token-field__input-container
  .components-button.components-form-token-field__remove-token {
  background-color: #fff;
  border: 1px solid;
  border-left: 0;
  border-radius: 0 25px 25px 0;
  padding: 1px 0.25em 0 0;
}
.wc-blocks-components-form-token-field-wrapper:not(.single-selection)
  .components-form-token-field__input-container
  .components-button.components-form-token-field__remove-token.has-icon
  svg {
  background-color: #e0e0e0;
  border-radius: 25px;
}
.editor-styles-wrapper
  .wc-block-attribute-filter__button.wc-block-attribute-filter__button,
.wc-block-attribute-filter__button.wc-block-attribute-filter__button {
  font-size: 0.875em;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 0.5em 1em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.wc-filter-element-label-list-count:before {
  content: " (";
}
.wc-filter-element-label-list-count:after {
  content: ")";
}
.wc-block-filter-title-placeholder {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: 0.25rem;
  border-radius: 1.625em;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  margin-bottom: 12px;
  margin-top: 12px;
  max-width: 100% !important;
  max-width: -webkit-max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
  min-width: 80px;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.wc-block-filter-title-placeholder > * {
  visibility: hidden;
}
.wc-block-filter-title-placeholder: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) {
  .wc-block-filter-title-placeholder {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-filter-title-placeholder .wc-block-active-filters__title,
.wc-block-filter-title-placeholder .wc-block-attribute-filter__title,
.wc-block-filter-title-placeholder .wc-block-price-filter__title,
.wc-block-filter-title-placeholder .wc-block-rating-filter__title,
.wc-block-filter-title-placeholder .wc-block-stock-filter__title {
  height: 1em;
  margin: 0;
}
.wc-blocks-components-form-token-field-wrapper .components-popover {
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  z-index: z-index(".components-popover");
}
.wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded,
.wc-blocks-components-form-token-field-wrapper
  .components-popover[data-x-axis][data-y-axis] {
  opacity: 1;
}
.wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: z-index(".components-popover") !important;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow) {
  margin-left: 2px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow):before {
  border: 8px solid #ccc;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow).is-alternate:before {
  border-color: #1e1e1e;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow):after {
  border: 8px solid #fff;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow):after,
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow):before {
  content: "";
  height: 0;
  line-height: 0;
  position: absolute;
  width: 0;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="top"] {
  margin-top: -8px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="top"]:before {
  bottom: -8px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="top"]:after {
  bottom: -6px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="top"]:after,
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="top"]:before {
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-style: solid;
  margin-left: -10px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="bottom"] {
  margin-top: 8px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="bottom"]:before {
  top: -8px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="bottom"]:after {
  top: -6px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="bottom"]:after,
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="bottom"]:before {
  border-bottom-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top: none;
  margin-left: -10px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="left"] {
  margin-left: -8px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="left"]:before {
  right: -8px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="left"]:after {
  right: -6px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="left"]:after,
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="left"]:before {
  border-bottom-color: transparent;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="right"] {
  margin-left: 8px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="right"]:before {
  left: -8px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="right"]:after {
  left: -6px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="right"]:after,
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="right"]:before {
  border-bottom-color: transparent;
  border-left: none;
  border-right-style: solid;
  border-top-color: transparent;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover[data-y-axis="top"] {
  bottom: 100%;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover[data-y-axis="bottom"] {
  top: 100%;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover[data-y-axis="middle"] {
  align-items: center;
  display: flex;
}
.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-top {
  margin-top: 12px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover.is-from-bottom {
  margin-top: -12px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover.is-from-left:not(.is-from-top):not(.is-from-bottom) {
  margin-left: 12px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover.is-from-right:not(.is-from-top):not(.is-from-bottom) {
  margin-right: 12px;
}
.wc-blocks-components-form-token-field-wrapper .components-popover__content {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 0.7px 1px rgba(0, 0, 0, 0.1),
    0 1.2px 1.7px -0.2px rgba(0, 0, 0, 0.1),
    0 2.3px 3.3px -0.5px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.is-alternate
  .wc-blocks-components-form-token-field-wrapper
  .components-popover__content {
  border: 1px solid #1e1e1e;
  box-shadow: none;
}
.components-popover
  .wc-blocks-components-form-token-field-wrapper
  .components-popover__content {
  height: auto;
  overflow-y: auto;
  position: absolute;
}
.components-popover.is-expanded
  .wc-blocks-components-form-token-field-wrapper
  .components-popover__content {
  border: none;
  border-top: 1px solid #1e1e1e;
  height: calc(100% - 48px);
  min-width: auto;
  overflow-y: visible;
  position: static;
}
.components-popover[data-y-axis="top"]
  .wc-blocks-components-form-token-field-wrapper
  .components-popover__content {
  bottom: 100%;
}
.components-popover[data-x-axis="center"]
  .wc-blocks-components-form-token-field-wrapper
  .components-popover__content {
  left: 50%;
  transform: translateX(-50%);
}
.components-popover[data-x-axis="right"]
  .wc-blocks-components-form-token-field-wrapper
  .components-popover__content {
  left: 100%;
  position: absolute;
}
.components-popover:not([data-y-axis="middle"])[data-x-axis="right"]
  .wc-blocks-components-form-token-field-wrapper
  .components-popover__content {
  margin-left: -25px;
}
.components-popover[data-x-axis="left"]
  .wc-blocks-components-form-token-field-wrapper
  .components-popover__content {
  position: absolute;
  right: 100%;
}
.components-popover:not([data-y-axis="middle"])[data-x-axis="left"]
  .wc-blocks-components-form-token-field-wrapper
  .components-popover__content {
  margin-right: -25px;
}
.wc-blocks-components-form-token-field-wrapper .components-popover__header {
  align-items: center;
  background: #fff;
  display: flex;
  height: 48px;
  justify-content: space-between;
  padding: 0 8px 0 16px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover__header-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover__close.components-button {
  z-index: z-index(".components-popover__close");
}
.wc-blocks-components-form-token-field-wrapper
  .components-tooltip.components-popover {
  z-index: z-index(".components-tooltip");
}
.wc-blocks-components-form-token-field-wrapper
  .components-tooltip.components-popover
  .components-popover__content {
  min-width: 0;
}
.wc-blocks-components-form-token-field-wrapper
  .components-tooltip
  .components-popover__content {
  background: #1e1e1e;
  border-radius: 2px;
  border-width: 0;
  box-shadow: none;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}
.wc-blocks-components-form-token-field-wrapper
  .components-tooltip
  .components-popover__content
  > div {
  padding: 4px 8px;
}
.wc-blocks-components-form-token-field-wrapper .components-tooltip__shortcut {
  display: inline-block;
  margin-left: 8px;
}
.wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper {
  position: relative;
}
.wc-blocks-components-form-token-field-wrapper
  .disabled-element-wrapper
  .event-catcher {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: z-index(".components-tooltip .event-catcher");
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container {
  align-items: center;
  border: 1px solid #949494;
  border-radius: 2px;
  box-shadow: 0 0 0 transparent;
  cursor: text;
  display: flex;
  flex-wrap: wrap;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans,
    Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: normal;
  margin: 0 0 8px;
  padding: 2px 4px;
  transition: box-shadow 0.1s linear;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .wc-blocks-components-form-token-field-wrapper
    .components-form-token-field__input-container {
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@media (min-width: 600px) {
  .wc-blocks-components-form-token-field-wrapper
    .components-form-token-field__input-container {
    font-size: 13px;
    line-height: normal;
  }
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container:focus {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
  outline: 2px solid transparent;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container::-webkit-input-placeholder {
  color: rgba(30, 30, 30, 0.62);
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container::-moz-placeholder {
  color: rgba(30, 30, 30, 0.62);
  opacity: 1;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container:-ms-input-placeholder {
  color: rgba(30, 30, 30, 0.62);
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container.is-disabled {
  background: #ddd;
  border-color: #ddd;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container.is-active {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
  outline: 2px solid transparent;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  input[type="text"].components-form-token-field__input {
  background: inherit;
  border: 0;
  box-shadow: none;
  color: #1e1e1e;
  display: inline-block;
  flex: 1;
  font-size: 16px;
  margin-left: 4px;
  max-width: 100%;
  min-height: 24px;
  min-width: 50px;
  padding: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wc-blocks-components-form-token-field-wrapper
    .components-form-token-field__input-container
    input[type="text"].components-form-token-field__input {
    font-size: 13px;
  }
}
.components-form-token-field.is-active
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  input[type="text"].components-form-token-field__input,
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  input[type="text"].components-form-token-field__input:focus {
  box-shadow: none;
  outline: none;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__token
  + input[type="text"].components-form-token-field__input {
  width: auto;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__label {
  display: inline-block;
  margin-bottom: 4px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__help {
  color: #757575;
  font-size: 12px;
  font-style: normal;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__token {
  color: #1e1e1e;
  display: flex;
  font-size: 13px;
  margin: 2px 4px 2px 0;
  max-width: 100%;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__token.is-success
  .components-form-token-field__remove-token,
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__token.is-success
  .components-form-token-field__token-text {
  background: #4ab866;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__token.is-error
  .components-form-token-field__remove-token,
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__token.is-error
  .components-form-token-field__token-text {
  background: #cc1818;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__token.is-validating
  .components-form-token-field__remove-token,
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__token.is-validating
  .components-form-token-field__token-text {
  color: #757575;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__token.is-borderless {
  padding: 0 16px 0 0;
  position: relative;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__token.is-borderless
  .components-form-token-field__token-text {
  background: transparent;
  color: var(--wp-admin-theme-color);
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__token.is-borderless
  .components-form-token-field__remove-token {
  background: transparent;
  color: #757575;
  position: absolute;
  right: 0;
  top: 1px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__token.is-borderless.is-success
  .components-form-token-field__token-text {
  color: #4ab866;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__token.is-borderless.is-error
  .components-form-token-field__token-text {
  border-radius: 4px 0 0 4px;
  color: #cc1818;
  padding: 0 4px 0 6px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__token.is-borderless.is-validating
  .components-form-token-field__token-text {
  color: #1e1e1e;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__token.is-disabled
  .components-form-token-field__remove-token {
  cursor: default;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__remove-token.components-button,
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__token-text {
  background: #ddd;
  display: inline-block;
  height: auto;
  line-height: 24px;
  min-width: unset;
  transition: all 0.2s cubic-bezier(0.4, 1, 0.4, 1);
}
@media (prefers-reduced-motion: reduce) {
  .wc-blocks-components-form-token-field-wrapper
    .components-form-token-field__remove-token.components-button,
  .wc-blocks-components-form-token-field-wrapper
    .components-form-token-field__token-text {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__token-text {
  border-radius: 2px 0 0 2px;
  overflow: hidden;
  padding: 0 0 0 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__remove-token.components-button {
  border-radius: 0 2px 2px 0;
  color: #1e1e1e;
  cursor: pointer;
  line-height: 10px;
  overflow: initial;
  padding: 0 2px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__remove-token.components-button:hover {
  color: #1e1e1e;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__suggestions-list {
  border-top: 1px solid #757575;
  flex: 1 0 100%;
  list-style: none;
  margin: 4px -4px -4px;
  max-height: 9em;
  min-width: 100%;
  overflow-y: auto;
  padding: 0;
  transition: all 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .wc-blocks-components-form-token-field-wrapper
    .components-form-token-field__suggestions-list {
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__suggestion {
  color: #757575;
  cursor: pointer;
  display: block;
  font-size: 13px;
  margin: 0;
  padding: 4px 8px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__suggestion.is-selected {
  background: var(--wp-admin-theme-color);
  color: #fff;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__suggestion-match {
  text-decoration: underline;
}
.wc-blocks-components-form-token-field-wrapper {
  border-color: #949494;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__label,
.wc-blocks-components-form-token-field-wrapper .components-visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  overflow-wrap: normal !important;
  padding: 0;
  position: absolute !important;
  width: 1px;
}
.wc-blocks-components-form-token-field-wrapper .components-form-token-field,
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container {
  border-color: inherit;
  box-sizing: border-box;
  margin-bottom: 0;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container {
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  position: relative;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  input[type="text"].components-form-token-field__input {
  min-height: 30px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__remove-token.components-button,
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__token-text {
  background: #e0e0e0;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__remove-token {
  border: none;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__suggestions-list {
  background-color: #fff;
  border: 1px solid #949494;
  border-top: 0 solid #949494;
  left: -1px;
  margin: 1px 0 0;
  position: absolute;
  right: -1px;
  top: 100%;
  z-index: 50;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__suggestions-list:empty {
  display: none;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__suggestion {
  padding: 8px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__suggestion.is-selected {
  background: #f0f0f0;
  color: #2f2f2f;
}
.wc-blocks-components-form-token-field-wrapper.single-selection
  .components-form-token-field__token {
  margin-right: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.wc-blocks-components-form-token-field-wrapper.single-selection
  .components-form-token-field__remove-token.components-button,
.wc-blocks-components-form-token-field-wrapper.single-selection
  .components-form-token-field__token-text {
  background: transparent;
}
.wc-blocks-components-form-token-field-wrapper.single-selection
  .components-form-token-field__token-text {
  padding-left: 4px;
  width: 100%;
}
.wc-blocks-components-form-token-field-wrapper.single-selection
  .components-form-token-field__token
  + input[type="text"].components-form-token-field__input {
  position: absolute;
}
.wc-blocks-components-form-token-field-wrapper.single-selection
  .is-active
  .components-form-token-field__token
  + input[type="text"].components-form-token-field__input {
  border: 1px solid #949494;
  margin: 0 2px 4px;
  padding: 0 5px;
  position: static;
}
.editor-styles-wrapper .wc-block-components-checkbox-list,
.wc-block-components-checkbox-list {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.editor-styles-wrapper .wc-block-components-checkbox-list li,
.wc-block-components-checkbox-list li {
  list-style: none outside;
  margin: 0 0 4px;
  padding: 0;
}
.editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button,
.editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button,
.wc-block-components-checkbox-list li.show-less button,
.wc-block-components-checkbox-list li.show-more button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
}
.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,
.wc-block-components-checkbox-list.is-loading li {
  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;
}
.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li > *,
.wc-block-components-checkbox-list.is-loading li > * {
  visibility: hidden;
}
.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li:after,
.wc-block-components-checkbox-list.is-loading li: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) {
  .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,
  .wc-block-components-checkbox-list.is-loading li {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-components-filter-reset-button {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-size: 0.875em;
  font-style: inherit;
  font-weight: inherit;
  font-weight: 400;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: inherit;
  text-decoration: underline;
  text-shadow: none;
  text-transform: inherit;
  vertical-align: baseline;
}
.wc-block-components-filter-reset-button:active,
.wc-block-components-filter-reset-button:focus,
.wc-block-components-filter-reset-button:hover {
  background: transparent;
}
.wc-block-components-filter-reset-button:hover {
  color: inherit;
  text-decoration: none;
}
.wc-block-components-filter-reset-button[disabled] {
  cursor: not-allowed;
}
.wc-block-components-filter-submit-button {
  border: none;
  display: block;
  margin-left: auto;
  white-space: nowrap;
}
.wc-block-components-filter-submit-button.is-loading {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: 0.25rem;
  border-radius: 0;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  line-height: normal;
  margin-top: 16px;
  max-width: 100% !important;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
}
.wc-block-components-filter-submit-button.is-loading > * {
  visibility: hidden;
}
.wc-block-components-filter-submit-button.is-loading: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) {
  .wc-block-components-filter-submit-button.is-loading {
    -webkit-animation: none;
    animation: none;
  }
}
@-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-error {
  align-items: center;
  color: #757575;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 40px 0;
  padding: 40px 0;
  text-align: center;
}
.wc-block-components-error__header {
  color: #646970;
  font-size: 2em;
  margin: 0;
}
.wc-block-components-error__image {
  margin: 0 0 24px;
  width: 25%;
}
.wc-block-components-error__text {
  color: #8c8f94;
  font-size: 1.25em;
  margin: 1em 0 0;
  max-width: 60ch;
}
.wc-block-components-error__message {
  color: #8c8f94;
  font-style: italic;
  margin: 1em auto 0;
  max-width: 60ch;
}
.wc-block-error__button {
  margin: 40px 0 0;
}
