:root {
  --bs-border-radius: 1.4rem;
}

.productsindex {
  position: relative;
}
.productsindex.float-top {
  margin-top: -7.5rem;
}
@media screen and (max-width: 992px) {
  .productsindex.float-top {
    margin-top: -2rem;
  }
}
.productsindex #loading-indicator {
  position: absolute;
  left: calc(50% - 1.25rem);
  top: 110px;
  z-index: 5;
  font-size: 2rem;
  opacity: 0;
  color: #C68484;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.productsindex.is-loading .productsindex-products {
  opacity: 0.5;
}
.productsindex.is-loading #loading-indicator {
  opacity: 1;
}
.productsindex #productsindex-results {
  line-height: 1rem;
}

.product_card-placeholder {
  width: 100%;
  aspect-ratio: 0.7058823529;
  background: linear-gradient(110deg, #e9dfcc 8%, #f1eade 18%, #e9dfcc 33%);
  background-repeat: repeat;
  border-radius: 1.4rem;
  animation: 1.5s shine linear infinite !important;
  background-size: 200% 100%;
}

@keyframes shine {
  to {
    background-position-x: 200%;
  }
}
.product-pagination {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-pagination .page-numbers {
  display: grid;
  place-items: center;
  margin: 0 0.5rem;
  aspect-ratio: 1/1;
  width: 2.5rem;
  border-radius: 1.4rem;
  background: #f9f5ed;
  color: #C68484;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-pagination .page-numbers:hover:not(.current):not(.dots) {
  background: #f1eade;
  transform: scale(1.1);
}
.product-pagination .page-numbers.current {
  background: #C68484;
  color: #ffffff;
}

.price-slider .price-input {
  width: 100%;
  display: flex;
  margin-top: 0.75rem;
  justify-content: space-between;
}
.price-slider .price-input .field {
  display: flex;
  gap: 0.25rem;
}
.price-slider .price-input .field .input-label, .price-slider .price-input .field .input-value {
  font-size: 0.9rem;
}
.price-slider .price-input .field input {
  display: none;
  font-size: 0.9rem;
  border: none !important;
  background: none !important;
  width: 30px;
  padding: 0;
  text-align: right;
}
.price-slider .price-input .field input::-webkit-outer-spin-button, .price-slider .price-input .field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-slider .slider {
  height: 3px;
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  cursor: pointer;
}
.price-slider .slider .progress {
  height: 100%;
  position: absolute;
  border-radius: 5px;
  background: #C68484;
}
.price-slider .range-input {
  position: relative;
}
.price-slider .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.price-slider input[type=range]::-webkit-slider-thumb {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #C68484;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.price-slider input[type=range]::-moz-range-thumb {
  height: 14px;
  width: 14px;
  border: none;
  border-radius: 50%;
  background: #C68484;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/*# sourceMappingURL=style.css.map */
