select:not([size]) {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.19336 1L7.19336 7L13.1934 1' stroke='%23ED1C24' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 15px;
}

.numeric-slider .noUi-target {
  background: #efefef !important;
  border-radius: 4px !important;
  border: 0 !important;
  box-shadow: none !important;
}
.numeric-slider .noUi-horizontal {
  height: 2px !important;
  margin: 15px 17px 0px 3px;
}
.numeric-slider .noUi-touch-area {
  border-radius: 50%;
}
.numeric-slider .noUi-handle:after,
.numeric-slider .noUi-handle:before {
  display: none !important;
}
.numeric-slider .noUi-connects {
  background: #d9d9d9;
}
.numeric-slider .noUi-connects .noUi-connect {
  background: linear-gradient(to right, #ff5d02, #ff00e5);
}
.numeric-slider .noUi-tooltip {
  display: none;
}
.numeric-slider .noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  top: -9px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(to top right, #ff00e5, #ff5d02) !important;
  cursor: default;
  box-shadow: none;
}

.filters--wrapper {
  position: relative;
}
.filters--wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  display: none;
  z-index: 2;
}
.filters--wrapper:after {
  animation: rotating 0.7s infinite linear;
  border: 2px solid #000;
  border-radius: 50%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: none;
  visibility: hidden;
  opacity: 0;
  height: 70px;
  width: 70px;
  position: absolute;
  top: 40%;
  left: 40%;
  z-index: 2;
  transform-origin: 50% 50%;
}
.filters--wrapper.is-loading:before {
  display: block;
  visibility: visible;
  opacity: 0.85;
}
.filters--wrapper.is-loading:after {
  opacity: 1;
  visibility: visible;
  display: block;
}

.product--type {
  display: none !important;
}

#navigation::-webkit-scrollbar {
  /* Customize the scrollbar width */
  width: 7px;
}
#navigation::-webkit-scrollbar-track {
  /* Customize the scrollbar track */
  background-color: #fff;
}
#navigation::-webkit-scrollbar-thumb {
  /* Customize the scrollbar thumb */
  background: linear-gradient(to top, #ff5d02, #ff00e5) !important;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
}

.close--drawer:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='23' viewBox='0 0 22 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.5' y1='-1.5' x2='26.7998' y2='-1.5' transform='matrix(0.706718 0.707495 -0.706718 0.707495 0 2.02197)' stroke='url(%23paint0_linear_296_7234)' stroke-width='3' stroke-linecap='round'/%3E%3Cline x1='1.5' y1='-1.5' x2='26.7998' y2='-1.5' transform='matrix(-0.706718 0.707495 0.706718 0.707495 21.4961 2.02197)' stroke='url(%23paint1_linear_296_7234)' stroke-width='3' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_296_7234' x1='0.147395' y1='1' x2='3.73673' y2='9.93281' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23ED1C24'/%3E%3Cstop offset='0.502677' stop-color='%23FF008A'/%3E%3Cstop offset='1' stop-color='%23ED1C24'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_296_7234' x1='0.147395' y1='1' x2='3.73673' y2='9.93281' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23ED1C24'/%3E%3Cstop offset='0.502677' stop-color='%23FF008A'/%3E%3Cstop offset='1' stop-color='%23ED1C24'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}

body .controls--actions button > div {
  transition: all 150ms ease-in-out;
}
body.overflow-hidden .controls--actions button > div {
  transform: translate(0, 0);
}
