section#product-category {
  height: -moz-fit-content;
  height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
@media (max-width: 780px) {
  section#product-category {
    padding: 0 0 1rem 0;
  }
}
section#product-category .contenedor .filters-section {
  width: 26rem;
  max-width: 100%;
  position: sticky;
  top: 8rem;
  height: 100%;
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 1.5rem;
}
@media (max-width: 1180px) {
  section#product-category .contenedor .filters-section {
    position: fixed;
    bottom: 0;
    left: 50%;
    top: auto;
    transform: translate(-50%, 150vh);
    border-radius: 1rem 1rem 0 0;
    min-height: 50vh;
    max-height: 65vh;
    z-index: 99;
    transition: all 0.3s ease;
  }
  section#product-category .contenedor .filters-section.active {
    transform: translate(-50%, 0);
  }
}
section#product-category .contenedor .filters-section .closed-filters-btn {
  display: none;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  section#product-category .contenedor .filters-section .closed-filters-btn {
    display: flex;
  }
}
section#product-category .contenedor .filters-section h2 {
  font-weight: bold;
  color: #15253f;
  font-size: 1.125rem;
}
@media (max-width: 1180px) {
  section#product-category .contenedor .filters-section .group-filters {
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
  }
}
section#product-category .contenedor .filters-section .group-filters .filter-group {
  position: relative;
  transition: all 0.5s ease;
}
section#product-category .contenedor .filters-section .group-filters .filter-group h3 {
  font-size: 1.125rem;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section#product-category .contenedor .filters-section .group-filters .filter-group h3::after {
  position: relative;
  content: "";
  top: 0;
  left: -0.5rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgOCA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMy42MTQ2MiAyLjM2NTYyQzMuODk2ODYgMi4wNzE3MyA0LjEzMzAzIDEuODIzOTMgNC4zNzQ5NSAxLjU4MTlDNC44MDY5NiAxLjE0OTcxIDUuMjM4OTcgMC43MTc1MTIgNS42NzA5NyAwLjI4NTMxNkM2LjA1MTE0IC0wLjA4OTI1NDIgNi42MjEzOSAtMC4wODkyNTQyIDYuOTg0MjggMC4yODUzMTZDNy4zNDE0IDAuNjQ4MzYxIDcuMzQxNCAxLjIwNzMzIDYuOTY3IDEuNTgxOUM2LjA4NTcgMi40NjkzNSA1LjIwNDQxIDMuMzUxMDMgNC4zMTczNSA0LjIzMjcxQzMuODk2ODYgNC42NTMzOCAzLjM2MTE3IDQuNjUzMzggMi45NDY0NCA0LjIzODQ3QzIuMDU5MzkgMy4zNTY3OSAxLjE3MjMzIDIuNDc1MTEgMC4yOTEwMzcgMS41ODc2N0MtMC4wODkxMjk3IDEuMjA3MzMgLTAuMDk0ODg5OCAwLjY0MjU5NyAwLjI2MjIzNyAwLjI3Mzc5QzAuNjI1MTIzIC0wLjA5NTAxNzUgMS4yMDY4OSAtMC4wOTUwMTc4IDEuNTkyODIgMC4yOTY4NEMyLjI1NTIzIDAuOTcxMDY2IDIuOTExODggMS42NTEwNSAzLjYxNDYyIDIuMzY1NjJaIiBmaWxsPSIjNjY3OEExIi8+Cjwvc3ZnPgo=);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 0.6rem;
  width: 0.6rem;
  transition: all 0.3s ease;
}
section#product-category .contenedor .filters-section .group-filters .filter-group .checkbox-group {
  padding: 0 0 0 1rem;
  max-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.5s ease;
  gap: 0.3rem;
  max-height: 30rem;
}
@media (max-width: 780px) {
  section#product-category .contenedor .filters-section .group-filters .filter-group .checkbox-group {
    max-height: 15rem;
  }
}
section#product-category .contenedor .filters-section .group-filters .filter-group .checkbox-group label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
section#product-category .contenedor .filters-section .group-filters .filter-group .checkbox-group label::before {
  content: "";
  position: relative;
  height: 0.85rem;
  width: 0.85rem;
  border: 1px solid #495879;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
}
section#product-category .contenedor .filters-section .group-filters .filter-group .checkbox-group label input {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
section#product-category .contenedor .filters-section .group-filters .filter-group .checkbox-group label span {
  line-height: 1;
}
section#product-category .contenedor .filters-section .group-filters .filter-group .checkbox-group label:has(input:checked)::before {
  border-color: #1f9ad7;
  background-color: #1f9ad7;
}
section#product-category .contenedor .filters-section .group-filters .filter-group.active h3::after {
  transform: rotate(180deg);
}
section#product-category .contenedor .filters-section .group-filters .filter-group.active .checkbox-group {
  padding: 1rem 0 0.5rem 1rem;
}
section#product-category .contenedor .filters-section .group-filters .filter-group:not(:last-child)::after {
  position: absolute;
  width: 100%;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #495879;
  transform: translateY(0.5rem);
}
@media (max-width: 1310px) {
  section#product-category .contenedor .listProducts .filterList {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}
@media (max-width: 1180px) {
  section#product-category .contenedor .listProducts .filterList {
    grid-template-columns: minmax(0, 1fr) auto;
    width: 40rem;
    max-width: 100%;
    margin: 0 auto;
    gap: 0.5rem;
  }
}
@media (max-width: 1310px) {
  section#product-category .contenedor .listProducts .filterList .filter-actions {
    grid-area: 1/1/2/3;
    margin: 0 auto;
  }
}
@media (max-width: 1180px) {
  section#product-category .contenedor .listProducts .filterList .filter-actions {
    grid-area: 2/2/3/3;
  }
}
@media (max-width: 1180px) {
  section#product-category .contenedor .listProducts .filterList .filter-actions .results-count {
    display: none;
  }
}
section#product-category .contenedor .listProducts .filterList .filter-actions .open-filters-btn {
  display: none;
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  color: #15253f;
  font-size: 1.125rem;
  border-radius: 3rem;
}
@media (max-width: 1180px) {
  section#product-category .contenedor .listProducts .filterList .filter-actions .open-filters-btn {
    display: flex;
  }
}
@media (max-width: 1310px) {
  section#product-category .contenedor .listProducts .filterList .filter-group {
    grid-area: 2/1/3/2;
  }
}
section#product-category .contenedor .listProducts .filterList .filter-group .custom-select {
  position: relative;
  z-index: 5;
  width: 14rem;
  max-width: 100%;
}
@media (max-width: 1310px) {
  section#product-category .contenedor .listProducts .filterList .filter-group .custom-select {
    width: 100%;
  }
}
section#product-category .contenedor .listProducts .filterList .filter-group .custom-select select {
  display: none;
}
section#product-category .contenedor .listProducts .filterList .filter-group .custom-select .select-selected {
  width: 100%;
  outline: none;
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  border: 1px solid #bce1f3;
  background-color: #ffffff;
  color: #15253f;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  transition: all 0.5s ease;
}
section#product-category .contenedor .listProducts .filterList .filter-group .custom-select .select-selected::after {
  content: "";
  position: relative;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOSA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNC40ODcxMSAyLjkzNjYzQzQuODM3NDggMi41NzE4IDUuMTMwNjUgMi4yNjQxOSA1LjQzMDk3IDEuOTYzNzRDNS45NjcyNiAxLjQyNzIyIDYuNTAzNTQgMC44OTA3MDQgNy4wMzk4MyAwLjM1NDE4NUM3LjUxMTc2IC0wLjExMDc5OCA4LjIxOTY2IC0wLjExMDc5OCA4LjY3MDE0IDAuMzU0MTg1QzkuMTEzNDcgMC44MDQ4NjEgOS4xMTM0NyAxLjQ5ODc2IDguNjQ4NjkgMS45NjM3NEM3LjU1NDY2IDMuMDY1NCA2LjQ2MDY0IDQuMTU5OSA1LjM1OTQ3IDUuMjU0MzlDNC44Mzc0OCA1Ljc3NjYxIDQuMTcyNDkgNS43NzY2IDMuNjU3NjYgNS4yNjE1NUMyLjU1NjQ4IDQuMTY3MDUgMS40NTUzMSAzLjA3MjU1IDAuMzYxMjg3IDEuOTcwODlDLTAuMTEwNjQ0IDEuNDk4NzYgLTAuMTE3Nzk0IDAuNzk3NzA3IDAuMzI1NTM1IDAuMzM5ODc3QzAuNzc2MDE1IC0wLjExNzk1MyAxLjQ5ODIxIC0wLjExNzk1MyAxLjk3NzI5IDAuMzY4NDkxQzIuNzk5NiAxLjIwNTQ2IDMuNjE0NzUgMi4wNDk1OCA0LjQ4NzExIDIuOTM2NjNaIiBmaWxsPSIjMTUyNTNGIi8+Cjwvc3ZnPgo=);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 0.5rem;
  width: 0.5rem;
  transition: all 0.3s ease;
}
section#product-category .contenedor .listProducts .filterList .filter-group .custom-select .select-selected.select-arrow-active {
  border-radius: 0.5rem 0.5rem 0 0;
  border-bottom-color: transparent;
}
section#product-category .contenedor .listProducts .filterList .filter-group .custom-select .select-selected.select-arrow-active::after {
  transform: rotate(180deg);
}
section#product-category .contenedor .listProducts .filterList .filter-group .custom-select .select-items {
  width: 100%;
  position: absolute;
  top: 100%;
  max-height: 10rem;
  overflow-y: auto;
  background-color: #ffffff;
  transition: all 0.5s ease;
  border-radius: 0 0 0.5rem 0.5rem;
  opacity: 1;
  border: 1px solid #bce1f3;
  border-top-color: transparent;
  cursor: pointer;
}
section#product-category .contenedor .listProducts .filterList .filter-group .custom-select .select-items div {
  padding: 0.2rem 1rem;
}
section#product-category .contenedor .listProducts .filterList .filter-group .custom-select .select-items div:hover {
  background-color: rgba(0, 0, 0, 0.1215686275);
}
section#product-category .contenedor .listProducts .filterList .filter-group .custom-select .select-items.select-hide {
  max-height: 0;
  opacity: 0;
}
section#product-category .contenedor .listProducts .filterList .filter-group input {
  width: 21rem;
  max-width: 100%;
  padding: 0.5rem 1.9rem 0.5rem 1rem;
  background-color: #dfecf5;
  border: none;
  border-radius: 3rem;
  outline: none;
  color: #495879;
}
@media (max-width: 1310px) {
  section#product-category .contenedor .listProducts .filterList .filter-group input {
    width: 100%;
  }
}
section#product-category .contenedor .listProducts .filterList .filter-group input::-moz-placeholder {
  color: #495879;
}
section#product-category .contenedor .listProducts .filterList .filter-group input::placeholder {
  color: #495879;
}
section#product-category .contenedor .listProducts .filterList .filter-group:has(input) {
  position: relative;
}
@media (max-width: 1310px) {
  section#product-category .contenedor .listProducts .filterList .filter-group:has(input) {
    grid-area: 2/2/3/3;
  }
}
@media (max-width: 1180px) {
  section#product-category .contenedor .listProducts .filterList .filter-group:has(input) {
    grid-area: 1/1/2/3;
  }
}
section#product-category .contenedor .listProducts .filterList .filter-group:has(input)::after {
  position: absolute;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI1LjM3NiAyNC4yNDU0TDIwLjYwNDcgMTkuNDc0MUMyMS45MDUgMTcuODgzOSAyMi41NDQyIDE1Ljg1NDcgMjIuMzkwMyAxMy44MDY0QzIyLjIzNjQgMTEuNzU4MSAyMS4zMDExIDkuODQ3MjIgMTkuNzc3OSA4LjQ2OTE1QzE4LjI1NDYgNy4wOTEwNyAxNi4yNiA2LjM1MTE5IDE0LjIwNjUgNi40MDI1M0MxMi4xNTMgNi40NTM4NyAxMC4xOTc4IDcuMjkyNTIgOC43NDUzNiA4Ljc0NDk5QzcuMjkyODggMTAuMTk3NSA2LjQ1NDI0IDEyLjE1MjcgNi40MDI4OSAxNC4yMDYxQzYuMzUxNTUgMTYuMjU5NiA3LjA5MTQ0IDE4LjI1NDMgOC40Njk1MSAxOS43Nzc1QzkuODQ3NTkgMjEuMzAwOCAxMS43NTg0IDIyLjIzNjEgMTMuODA2OCAyMi4zOUMxNS44NTUxIDIyLjU0MzkgMTcuODg0MiAyMS45MDQ2IDE5LjQ3NDUgMjAuNjA0NEwyNC4yNDU3IDI1LjM3NTZDMjQuMzk2NSAyNS41MjEyIDI0LjU5ODQgMjUuNjAxOCAyNC44MDggMjUuNkMyNS4wMTc2IDI1LjU5ODIgMjUuMjE4MSAyNS41MTQxIDI1LjM2NjMgMjUuMzY1OUMyNS41MTQ1IDI1LjIxNzcgMjUuNTk4NSAyNS4wMTcyIDI1LjYwMDQgMjQuODA3NkMyNS42MDIyIDI0LjU5OCAyNS41MjE2IDI0LjM5NjEgMjUuMzc2IDI0LjI0NTRaTTE0LjQxOTQgMjAuODEzOEMxMy4xNTQ2IDIwLjgxMzggMTEuOTE4MyAyMC40Mzg3IDEwLjg2NjcgMTkuNzM2MUM5LjgxNTA3IDE5LjAzMzQgOC45OTU0NCAxOC4wMzQ3IDguNTExNDMgMTYuODY2MkM4LjAyNzQzIDE1LjY5NzcgNy45MDA3OSAxNC40MTE5IDguMTQ3NTQgMTMuMTcxNUM4LjM5NDI4IDExLjkzMSA5LjAwMzMyIDEwLjc5MTYgOS44OTc2NCA5Ljg5NzI3QzEwLjc5MiA5LjAwMjk1IDExLjkzMTQgOC4zOTM5MSAxMy4xNzE5IDguMTQ3MTdDMTQuNDEyMyA3LjkwMDQzIDE1LjY5ODEgOC4wMjcwNiAxNi44NjY2IDguNTExMDdDMTguMDM1MSA4Ljk5NTA3IDE5LjAzMzggOS44MTQ3IDE5LjczNjQgMTAuODY2M0MyMC40MzkxIDExLjkxNzkgMjAuODE0MiAxMy4xNTQzIDIwLjgxNDIgMTQuNDE5QzIwLjgxMjMgMTYuMTE0NCAyMC4xMzc5IDE3LjczOTkgMTguOTM5MSAxOC45Mzg3QzE3Ljc0MDIgMjAuMTM3NSAxNi4xMTQ4IDIwLjgxMTkgMTQuNDE5NCAyMC44MTM4WiIgZmlsbD0iIzFGOUFENyIvPgo8L3N2Zz4K);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 1.5rem;
  width: 1.5rem;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
}
section#product-category .contenedor .listProducts .filterList .filter-group:has(input) #search-suggestions {
  position: absolute;
  top: 100%;
  max-height: 15rem;
  overflow-y: auto;
  width: 100%;
}
section#product-category .contenedor .listProducts .filterList .filter-group:has(input) #search-suggestions.hide-search {
  max-height: 0;
}
section#product-category .contenedor .listProducts .filterList .filter-group:has(input) #search-suggestions ul li {
  padding: 0.5rem;
}
section#product-category .contenedor .listProducts .filterList .filter-group:has(input) #search-suggestions ul li:hover {
  background-color: rgba(0, 0, 0, 0.1215686275);
}
section#product-category .contenedor .listProducts #products-container {
  transition: opacity 0.3s ease;
  position: relative;
}
section#product-category .contenedor .listProducts #products-container .products-grid .ti_card_product {
  min-width: 15rem;
  width: calc(33.3% - 1rem);
}
@media (max-width: 1180px) {
  section#product-category .contenedor .listProducts #products-container .products-grid .ti_card_product {
    width: calc(25% - 1rem);
  }
}
@media (max-width: 870px) {
  section#product-category .contenedor .listProducts #products-container .products-grid .ti_card_product {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 480px) {
  section#product-category .contenedor .listProducts #products-container .products-grid .ti_card_product {
    width: 100%;
  }
}
section#product-category .contenedor .listProducts #products-container .no-results {
  text-align: center;
  padding: 3rem 1rem;
}
section#product-category .contenedor .listProducts #products-container .no-results p {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 1rem;
}
section#product-category .contenedor .listProducts #products-container .no-results #clear-filters-no-results {
  background-color: #1f9ad7;
  color: white;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 2rem;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.3s ease;
}
section#product-category .contenedor .listProducts #products-container .no-results #clear-filters-no-results:hover {
  background-color: #15253f;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
section#product-category .contenedor .listProducts .results-count .loading {
  color: #1f9ad7;
  font-weight: 500;
}
section#product-category .contenedor .listProducts .pagination-container {
  display: flex;
  justify-content: flex-end;
}
section#product-category .contenedor .listProducts .pagination-container .pagination span {
  color: #1f9ad7;
  font-size: 1.125rem;
}/*# sourceMappingURL=index.css.map */