.wc-block-price-filter {
  margin-bottom: 0;
}
.wc-block-price-filter.is-loading .wc-block-components-price-slider__button, .wc-block-price-filter.is-loading .wc-block-components-price-slider, .wc-block-price-filter.is-loading .wc-block-components-price-slider__amount, .wc-block-price-filter.is-loading .wc-block-price-filter__range-input-wrapper, .wc-block-price-filter.is-loading .wc-block-components-price-slider__actions, .wc-block-price-filter.is-disabled .wc-block-components-price-slider__button, .wc-block-price-filter.is-disabled .wc-block-components-price-slider, .wc-block-price-filter.is-disabled .wc-block-components-price-slider__amount, .wc-block-price-filter.is-disabled .wc-block-price-filter__range-input-wrapper, .wc-block-price-filter.is-disabled .wc-block-components-price-slider__actions {
  outline: 0 !important;
  border: 0 !important;
  background-color: #ebebeb !important;
  color: transparent !important;
  border-radius: 0.25rem;
  display: block;
  line-height: 1;
  position: relative !important;
  overflow: hidden !important;
  max-width: 100% !important;
  pointer-events: none;
  z-index: 1;
  box-shadow: none;
}
.wc-block-price-filter.is-loading .wc-block-components-price-slider__button:after, .wc-block-price-filter.is-loading .wc-block-components-price-slider:after, .wc-block-price-filter.is-loading .wc-block-components-price-slider__amount:after, .wc-block-price-filter.is-loading .wc-block-price-filter__range-input-wrapper:after, .wc-block-price-filter.is-loading .wc-block-components-price-slider__actions:after, .wc-block-price-filter.is-disabled .wc-block-components-price-slider__button:after, .wc-block-price-filter.is-disabled .wc-block-components-price-slider:after, .wc-block-price-filter.is-disabled .wc-block-components-price-slider__amount:after, .wc-block-price-filter.is-disabled .wc-block-price-filter__range-input-wrapper:after, .wc-block-price-filter.is-disabled .wc-block-components-price-slider__actions:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);
  transform: translateX(-100%);
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
}
.wc-block-price-filter.is-loading .wc-block-price-filter__range-input-wrapper .wc-block-components-price-slider__range-input-progress, .wc-block-price-filter.is-loading .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input-wrapper, .wc-block-price-filter.is-loading .wc-block-price-filter__range-input-wrapper input[type="range"], .wc-block-price-filter.is-disabled .wc-block-price-filter__range-input-wrapper .wc-block-components-price-slider__range-input-progress, .wc-block-price-filter.is-disabled .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input-wrapper, .wc-block-price-filter.is-disabled .wc-block-price-filter__range-input-wrapper input[type="range"] {
  opacity: 0;
}
.wc-block-price-filter .wc-block-price-filter__range-text {
  font-weight: 700;
  margin-right: auto;
}
.wc-block-price-filter .wc-block-price-filter__range-text span {
  font-weight: 400;
}
.wc-block-price-filter .wc-block-components-price-slider__controls {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.wc-block-price-filter .wc-block-components-price-slider__amount {
  border: 1px solid darkgray;
  padding: 5px 10px;
  min-width: 0;
}
.wc-block-price-filter .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max {
  margin-left: 0;
}
.wc-block-price-filter .wc-block-price-filter__range-input-wrapper {
  position: relative;
  height: 5px;
  background: rgba(217, 217, 217, 1);
  margin: 20px 0;
  border-radius: 4px;
}
.wc-block-price-filter .wc-block-price-filter__range-input-wrapper input[type="range"] {
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  max-width: 100%;
  margin: 0;
}
.wc-block-price-filter .wc-block-price-filter__range-input-wrapper input[type="range"]::-moz-range-thumb {
  background-color: rgba(0, 156, 222, 1);
}
.wc-block-price-filter .wc-block-price-filter__range-input-wrapper input[type="range"]::-webkit-slider-thumb {
  background-color: rgba(0, 156, 222, 1);
}
.wc-block-price-filter .wc-block-components-price-slider__range-input-progress {
  height: 5px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  --range-color: rgba(0, 156, 222, 1);
  background: linear-gradient(90deg, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100%/100% 100%;
}
.wc-block-price-filter .wc-block-components-price-slider__actions {
  padding-top: 10px;
}
.wc-block-price-filter button {
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 10px 24px;
  border-radius: 0;
  border: 0;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  background-size: 35px;
  background-position: 50%;
  background-color: rgba(98, 181, 229, 1);
  color: white;
  font-family: "filson-soft";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 36px;
  letter-spacing: 0.1em;
  outline: none;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
  font-size: 0.75rem;
  padding: 0 15px;
  line-height: 37px;
  width: 100%;
}
.wc-block-price-filter button, .wc-block-price-filter button:before, .wc-block-price-filter button:after {
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  background-color: rgba(255, 158, 27, 1);
}
.wc-block-price-filter button:before, .wc-block-price-filter button:after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
}
.wc-block-price-filter button:before {
  -webkit-clip-path: polygon(50% -1px, 100% -1px, 97% 100%);
  clip-path: polygon(50% -1px, 100% -1px, 97% 100%);
  left: -19px;
  color: rgba(98, 181, 229, 1);
}
.wc-block-price-filter button:after {
  -webkit-clip-path: polygon(0 -1px, 35% -1px, 7% 100%);
  clip-path: polygon(0 -1px, 35% -1px, 7% 100%);
  right: -19px;
}
.wc-block-price-filter button:hover {
  background-color: rgba(255, 158, 27, 1);
  color: white;
}
.wc-block-price-filter button:hover, .wc-block-price-filter button:hover:before, .wc-block-price-filter button:hover:after {
  background-color: rgba(255, 158, 27, 1);
}
.wc-block-price-filter button.has-background:hover, .wc-block-price-filter button.has-text-color:hover {
  background-color: rgba(255, 158, 27, 1) !important;
  color: white !important;
}
.wc-block-price-filter button:disabled, .wc-block-price-filter button[disabled], .wc-block-price-filter button.disabled {
  background-color: rgba(241, 241, 241, 1);
  background-color: rgba(166, 166, 166, 1);
  cursor: not-allowed;
}
.wc-block-price-filter button:disabled:before, .wc-block-price-filter button:disabled:after, .wc-block-price-filter button:disabled:hover, .wc-block-price-filter button:disabled:hover:before, .wc-block-price-filter button:disabled:hover:after, .wc-block-price-filter button[disabled]:before, .wc-block-price-filter button[disabled]:after, .wc-block-price-filter button[disabled]:hover, .wc-block-price-filter button[disabled]:hover:before, .wc-block-price-filter button[disabled]:hover:after, .wc-block-price-filter button.disabled:before, .wc-block-price-filter button.disabled:after, .wc-block-price-filter button.disabled:hover, .wc-block-price-filter button.disabled:hover:before, .wc-block-price-filter button.disabled:hover:after {
  background-color: rgba(166, 166, 166, 1);
  cursor: not-allowed;
}
.wc-block-price-filter button--no-radius {
  border-radius: 0;
}
.wc-block-price-filter button--with-shadow {
  box-shadow: 1px 16px 0px -8px rgba(0, 0, 0, 0.2);
}
.wc-block-price-filter button--with-shadow:active {
  box-shadow: 4px -2px 0px 2px rgba(0, 0, 0, 0.4);
}
.wc-block-price-filter button--with-shadow:hover {
  box-shadow: 0px 12px 0px -4px rgba(0, 0, 0, 0.2);
}
.wc-block-price-filter button--with-svg svg {
  border-radius: 50%;
  background: white;
  padding: 10px;
}
.wc-block-price-filter button.single_add_to_cart_button {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.wc-block-price-filter button.button-adding, .wc-block-price-filter button.loading {
  position: relative;
  background-color: rgba(255, 158, 27, 1);
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.0' width='25px' height='25px' viewBox='0 0 128 128' xml:space='preserve'%3E%3Cg%3E%3Ccircle cx='16' cy='64' r='16' fill='%23ffffff' fill-opacity='1'/%3E%3Ccircle cx='16' cy='64' r='14.344' fill='%23ffffff' fill-opacity='1' transform='rotate(45 64 64)'/%3E%3Ccircle cx='16' cy='64' r='12.531' fill='%23ffffff' fill-opacity='1' transform='rotate(90 64 64)'/%3E%3Ccircle cx='16' cy='64' r='10.75' fill='%23ffffff' fill-opacity='1' transform='rotate(135 64 64)'/%3E%3Ccircle cx='16' cy='64' r='10.063' fill='%23ffffff' fill-opacity='1' transform='rotate(180 64 64)'/%3E%3Ccircle cx='16' cy='64' r='8.063' fill='%23ffffff' fill-opacity='1' transform='rotate(225 64 64)'/%3E%3Ccircle cx='16' cy='64' r='6.438' fill='%23ffffff' fill-opacity='1' transform='rotate(270 64 64)'/%3E%3Ccircle cx='16' cy='64' r='5.375' fill='%23ffffff' fill-opacity='1' transform='rotate(315 64 64)'/%3E%3CanimateTransform attributeName='transform' type='rotate' values='0 64 64;315 64 64;270 64 64;225 64 64;180 64 64;135 64 64;90 64 64;45 64 64' calcMode='discrete' dur='720ms' repeatCount='indefinite'%3E%3C/animateTransform%3E%3C/g%3E%3C/svg%3E") !important;
  color: transparent;
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: 50%;
  text-indent: -9999px;
}
.wc-block-price-filter button.button-adding:before, .wc-block-price-filter button.button-adding:after, .wc-block-price-filter button.loading:before, .wc-block-price-filter button.loading:after {
  content: "";
  padding: 0;
  background-image: none !important;
  animation: none;
  background-color: rgba(255, 158, 27, 1);
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transform: none;
}
.wc-block-price-filter button.button-added {
  animation: showHide 2s ease-in-out;
  animation-iteration-count: 1;
  pointer-events: all;
}
.wc-block-price-filter button.button-added:before, .wc-block-price-filter button.button-added:after {
  content: "";
  animation: showHide 2s ease-in-out;
  opacity: 1;
}
.wc-block-price-filter button.button-failed {
  animation: showHideFail 2s ease-in-out;
  animation-iteration-count: 1;
  pointer-events: all;
}
.wc-block-price-filter button.button-failed:before, .wc-block-price-filter button.button-failed:after {
  content: "";
  animation: showHideFail 2s ease-in-out;
  opacity: 1;
}
@keyframes spinMeRightRound {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes move-up {
  0% {
    transform: translate(-50%, 50px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@keyframes showHide {
  0%, 90% {
    background-color: rgba(22, 179, 110, 1);
    pointer-events: none;
    cursor: not-allowed;
  }
}
@keyframes showHideFail {
  0%, 90% {
    background-color: rgba(228, 85, 85, 1);
    pointer-events: none;
    cursor: not-allowed;
  }
}
@keyframes showHideBefore {
  10%, 80% {
    opacity: 1;
  }
  0%, 100% {
    opacity: 0;
  }
}
