body.block-scroll {
  overflow: hidden;
}

.v-application {
  background: transparent;
}

.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
  background: #ebe8e2;
  border: none;
}

.product-filter-section #product-filters .darkizer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .product-filter-section #product-filters .darkizer {
    display: none;
  }
}
.product-filter-section #product-filters .darkizer.active {
  opacity: 1;
}
.product-filter-section #product-filters .esc-close-filter {
  position: fixed;
  top: 130px;
  right: -20%;
  z-index: 100;
  border-radius: 40px;
  padding: 7px 10px;
  background: #fff;
  height: 40px;
  width: 40px;
  text-align: center;
  transition: 0.6s all ease-in-out;
}
@media screen and (min-width: 1024px) {
  .product-filter-section #product-filters .esc-close-filter {
    display: none;
  }
}
.product-filter-section #product-filters .esc-close-filter.active {
  right: 1%;
}
.product-filter-section #product-filters .esc-product-search-toolbar {
  position: fixed;
  align-items: center;
  gap: 8px;
  bottom: 10px;
  left: 5%;
  display: flex;
  justify-content: center;
  width: 90vw;
  max-height: 60px;
  height: 100%;
  padding: 15px;
  border-radius: 16px;
  background: #ebe8e2;
  box-shadow: 5px 5px 20px 0px #989898;
  transition: max-height 0.2s ease-out;
  z-index: 999;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .product-filter-section #product-filters .esc-product-search-toolbar {
    display: none;
  }
}
.product-filter-section #product-filters .esc-product-search-toolbar .esc-product-filter-btn {
  display: inherit;
}
.product-filter-section #product-filters .esc-product-search-toolbar .esc-product-filter-btn .filter-icon {
  width: 30px;
  max-width: 100%;
}
.product-filter-section #product-filters .esc-product-search-toolbar .esc-product-filter-btn .filter-icon img {
  object-fit: cover;
  height: auto;
  width: 100%;
  margin-right: 20px;
}
.product-filter-section #product-filters .product-filter-form {
  position: fixed;
  padding: 20px;
  border-radius: 10px;
  background: #ebe8e2;
  width: 90vw;
  height: calc(85vh - 100px);
  top: 80vh;
  z-index: 10;
  left: 5%;
  opacity: 0;
  transition: 0.6s all ease-in-out;
  overflow: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 1024px) {
  .product-filter-section #product-filters .product-filter-form {
    background: transparent;
    position: static;
    opacity: 1;
    width: 100%;
    height: auto;
    margin-bottom: 35px;
    overflow: auto;
  }
}
.product-filter-section #product-filters .product-filter-form.active {
  top: 150px;
  opacity: 1;
  background: #ebe8e2;
}
.product-filter-section #product-filters .product-filter-form .label {
  font-family: "Tiempos" !important;
  font-weight: normal !important;
  font-size: 1.5rem !important;
  line-height: 1.75rem !important;
  text-transform: capitalize;
}
.product-filter-section #product-filters .product-filter-form .product-filter-checkbox {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #141617;
  border-radius: 24px;
  transition: 0.4s;
  cursor: pointer;
}
.product-filter-section #product-filters .product-filter-form .product-filter-checkbox.active {
  background: #141617;
  color: #ebe8e2;
}
@media (hover: hover) and (pointer: fine) {
  .product-filter-section #product-filters .product-filter-form .product-filter-checkbox:hover {
    background: #141617;
    color: #ebe8e2;
  }
}
.product-filter-section #product-filters .product-filter-form .product-filter-checkbox input {
  display: none;
  width: fit-content;
}
.product-filter-section #product-filters .product-filter-form .product-filter-checkbox label {
  text-transform: lowercase;
  cursor: pointer;
}
.product-filter-section #product-filters .product-filter-form .product-filter-checkbox label:first-letter {
  text-transform: uppercase;
}
.product-filter-section #product-filters .product-filter-form .product-filters-closable-section {
  margin-bottom: 50px;
  padding: 0;
  background: transparent;
}
@media screen and (min-width: 1024px) {
  .product-filter-section #product-filters .product-filter-form .product-filters-closable-section {
    max-height: 70px;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #ebe8e2;
    padding: 15px 25px;
    border-radius: 16px;
    cursor: pointer;
  }
}
.product-filter-section #product-filters .product-filter-form .product-filters-closable-section.active {
  max-height: 1500px;
}
.product-filter-section #product-filters .product-filter-form .product-filters-closable-section .product-filters-closable-toolbar {
  display: none;
}
@media screen and (min-width: 1024px) {
  .product-filter-section #product-filters .product-filter-form .product-filters-closable-section .product-filters-closable-toolbar {
    display: block;
    text-align: right;
    padding-bottom: 20px;
  }
  .product-filter-section #product-filters .product-filter-form .product-filters-closable-section .product-filters-closable-toolbar .pf-title span {
    font-family: "Tiempos" !important;
    font-weight: normal !important;
    font-size: 2rem !important;
    line-height: 2.25rem !important;
  }
  .product-filter-section #product-filters .product-filter-form .product-filters-closable-section .product-filters-closable-toolbar .pf-title span i {
    font-size: 1.5rem;
  }
  .product-filter-section #product-filters .product-filter-form .product-filters-closable-section .product-filters-closable-toolbar .pf-title span.pf-close {
    border: 1px solid;
    border-radius: 50px;
    padding: 0px 10px 5px;
  }
}
.product-filter-section #product-filters .product-filter-form .product-filters-closable-section .product-filter-other-container .product-filter-other-item {
  border-bottom: 1px solid;
  display: block;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .product-filter-section #product-filters .product-filter-form .product-filters-closable-section .product-filter-other-container .product-filter-other-item {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 0;
  }
}
.product-filter-section #product-filters .product-filter-form .product-filters-closable-section .product-filter-other-container .product-filter-other-item .label {
  min-width: 150px;
  align-self: self-start;
  padding: 20px 0;
}
.product-filter-section #product-filters .product-filter-form .product-filters-closable-section .product-filter-other-container .product-filter-other-item .label i {
  display: inline-block;
  font-size: 1rem;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  position: absolute;
  right: 0;
  top: 28px;
}
@media screen and (min-width: 1024px) {
  .product-filter-section #product-filters .product-filter-form .product-filters-closable-section .product-filter-other-container .product-filter-other-item .label i {
    display: none;
  }
}
.product-filter-section #product-filters .product-filter-form .product-filters-closable-section .product-filter-other-container .product-filter-other-item.active .label i {
  transform: rotate(180deg);
}
.product-filter-section #product-filters .product-filter-form .product-filters-closable-section .product-filter-other-container .product-filter-other-item.active .product-filter-other-checkbox {
  max-height: 1200px;
  opacity: 1;
}
.product-filter-section #product-filters .product-filter-form .product-filters-closable-section .product-filter-other-container .product-filter-other-item .product-filter-other-checkbox {
  max-height: 0;
  opacity: 0;
  transition: 0.6s all ease;
}
@media screen and (min-width: 1024px) {
  .product-filter-section #product-filters .product-filter-form .product-filters-closable-section .product-filter-other-container .product-filter-other-item .product-filter-other-checkbox {
    max-height: 1200px;
    opacity: 1;
  }
}
.product-filter-section #product-filters .product-filter-form .product-filters-closable-section .product-filter-other-container .product-filter-other-item .product-filter-other-checkbox .product-filter-checkbox {
  margin-left: 10px;
  margin-bottom: 10px;
}
.product-filter-section #product-filters #filtered-products a {
  display: inline-block;
  width: 100%;
}
.product-filter-section #product-filters #filtered-products .single-product-title {
  margin-top: 10px;
  padding: 10px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  color: #141617;
  font-family: Tiempos;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.375rem;
}
.product-filter-section #product-filters #filtered-products .product-slider .v-img {
  margin-right: 1px;
}
.product-filter-section #product-filters #filtered-products .product-slider .v-img.active {
  border: 1px solid;
}

.pf-loader {
  justify-self: center;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #7b7b7b;
  margin: 0 auto;
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}

@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}

/*# sourceMappingURL=pf.min.css.map */
