/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/* Styles for filters */
.instant-filters {
  padding: 1.5rem;
  margin-bottom: 2rem;
  margin-left: 3rem;
  margin-right: 3rem;
  border-radius: 1.5rem;
  background-color: #FDFDFD;
  transition: opacity 0.2s ease-in-out;
}
@media (max-width: 1024px) {
  .instant-filters {
    margin-left: 0;
    margin-right: 0;
    background-color: #F2F2F2;
    padding: 1rem;
    width: 100%;
    margin-bottom: 1rem;
  }
}
.instant-filters form {
  margin-bottom: 0;
}
.instant-filters .wrapper {
  position: relative;
}
@media (max-width: 1024px) {
  .instant-filters .wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 0fr;
    align-content: flex-start;
    transition: grid-template-rows 0.3s ease !important;
  }
}
@media (max-width: 1024px) {
  .instant-filters .wrapper.is-active {
    grid-template-rows: auto 1fr;
    display: grid;
    grid-template-columns: 1fr;
    align-content: flex-start;
  }
  .instant-filters .wrapper.is-active .filters {
    overflow: visible;
  }
}
.instant-filters .wrapper .toggle-filters {
  display: none;
}
@media (max-width: 1024px) {
  .instant-filters .wrapper .toggle-filters {
    background-color: #232323;
    color: #FDFDFD;
    border-radius: 1.5rem;
    padding: 0.5625rem 1rem 0.4375rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.25rem;
  }
  .instant-filters .wrapper .toggle-filters:before {
    content: " ";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjIwMzY2IDEuOTU4ODNDNC45ODMwNyAxLjY1NzA4IDYuODExMzkgMS41IDguNjc2MDEgMS41QzEwLjU0MDYgMS41IDEyLjM2ODkgMS42NTcwNyAxNC4xNDgzIDEuOTU4ODFDMTQuNzQ5OSAyLjA2MDgzIDE1LjE3NiAyLjU4NDUxIDE1LjE3NiAzLjE4MjY4VjMuODc4NjhDMTUuMTc2IDQuNDA5MTEgMTQuOTY1MyA0LjkxNzgyIDE0LjU5MDIgNS4yOTI4OUwxMC40Njg5IDkuNDE0MjFDMTAuMjgxMyA5LjYwMTc1IDEwLjE3NiA5Ljg1NjEgMTAuMTc2IDEwLjEyMTNWMTIuMDcyOUMxMC4xNzYgMTIuODMwNSA5Ljc0Nzk2IDEzLjUyMyA5LjA3MDM5IDEzLjg2MThMNy44OTk1NyAxNC40NDcyQzcuNzQ0NTggMTQuNTI0NyA3LjU2MDUxIDE0LjUxNjQgNy40MTMxIDE0LjQyNTNDNy4yNjU2OSAxNC4zMzQyIDcuMTc1OTYgMTQuMTczMyA3LjE3NTk2IDE0VjEwLjEyMTNDNy4xNzU5NiA5Ljg1NjEgNy4wNzA2MSA5LjYwMTc1IDYuODgzMDcgOS40MTQyMUwyLjc2MTc1IDUuMjkyODlDMi4zODY2OCA0LjkxNzgyIDIuMTc1OTYgNC40MDkxMSAyLjE3NTk2IDMuODc4NjhWMy4xODI3QzIuMTc1OTYgMi41ODQ1MiAyLjYwMjA4IDIuMDYwODUgMy4yMDM2NiAxLjk1ODgzWiIgZmlsbD0iI0YyRjJGMiIvPgo8L3N2Zz4K);
    margin-right: 0.5rem;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
  }
}
.instant-filters .wrapper .filters {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1024px) {
  .instant-filters .wrapper .filters {
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
    overflow: hidden;
  }
}
.instant-filters .wrapper .filters .dropdown {
  position: relative;
}
.instant-filters .wrapper .filters .dropdown.is-active .dropdown-toggle:after {
  transform: rotate(180deg);
}
.instant-filters .wrapper .filters .dropdown.is-active .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.instant-filters .wrapper .filters .dropdown .dropdown-toggle {
  background-color: #FDFDFD;
  color: #232323;
  border: 1px solid #DFDFDF;
  border-radius: 0.75rem;
  overflow: hidden;
  height: 3.125rem;
  width: 12rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 0.9375rem 1rem 1.0625rem;
  transition: background-color 0.2s ease-in-out;
}
.instant-filters .wrapper .filters .dropdown .dropdown-toggle:hover {
  background-color: #F2F2F2;
}
@media (max-width: 1024px) {
  .instant-filters .wrapper .filters .dropdown .dropdown-toggle {
    width: 100%;
  }
}
.instant-filters .wrapper .filters .dropdown .dropdown-toggle:after {
  content: " ";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuMDEwMjUgNi41TDguMDEwMjUgMTAuNUwxMi4wMTAzIDYuNSIgc3Ryb2tlPSIjMjMyMzIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
  background-repeat: no-repeat;
}
.instant-filters .wrapper .filters .dropdown .dropdown-menu {
  position: absolute;
  top: 3.5625rem;
  background-color: #FDFDFD;
  min-width: 15.25rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 20;
  border-radius: 0.75rem;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
}
.instant-filters .wrapper .filters .dropdown .dropdown-menu label {
  display: block;
  padding: 0.5rem 0;
}
.instant-filters .wrapper .filters .dropdown .dropdown-menu .custom-checkbox {
  position: relative;
  padding: 0.875rem 1rem 0.6875rem 2.5rem;
  line-height: 1.375rem;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-bottom: 1px solid #DFDFDF;
  transition: background-color 0.2s ease-in-out;
}
.instant-filters .wrapper .filters .dropdown .dropdown-menu .custom-checkbox:last-of-type {
  border-bottom: none;
}
.instant-filters .wrapper .filters .dropdown .dropdown-menu .custom-checkbox:hover {
  background-color: #F2F2F2;
}
.instant-filters .wrapper .filters .dropdown .dropdown-menu .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.instant-filters .wrapper .filters .dropdown .dropdown-menu .custom-checkbox .checkmark {
  position: absolute;
  top: 1rem;
  left: 1rem;
  height: 1rem;
  width: 1rem;
  background-color: #FDFDFD;
  border-radius: 0.125rem;
  border: 1px solid #AEAEAE;
}
.instant-filters .wrapper .filters .dropdown .dropdown-menu .custom-checkbox:hover input ~ .checkmark {
  background-color: #FDFDFD;
}
.instant-filters .wrapper .filters .dropdown .dropdown-menu .custom-checkbox input:checked ~ .checkmark {
  background-color: #232323;
}
.instant-filters .wrapper .filters .dropdown .dropdown-menu .custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.instant-filters .wrapper .filters .dropdown .dropdown-menu .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.instant-filters .wrapper .filters .dropdown .dropdown-menu .custom-checkbox .checkmark:after {
  left: 0.35rem;
  top: 0.125rem;
  width: 0.25rem;
  height: 0.5rem;
  border: solid #DFDFDF;
  border-width: 0 0.125rem 0.125rem 0;
  transform: rotate(45deg);
}
@media (max-width: 1024px) {
  .instant-filters .wrapper .filters .filter-items {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .instant-filters .wrapper .filters .button-wrapper {
    width: 100%;
  }
}
.instant-filters .wrapper .filters .button-wrapper button {
  border-radius: 1.5rem;
  padding: 0.625rem 2rem 0.4375rem 2rem;
  display: flex;
  align-items: center;
  transition: background-color 0.2s ease-in-out;
}
@media (max-width: 1024px) {
  .instant-filters .wrapper .filters .button-wrapper button {
    width: 100%;
    justify-content: center;
  }
}
.instant-filters .wrapper .filters .button-wrapper.clear-button .button {
  border: 1px solid #232323;
  margin-left: 2.25rem;
  transition: background-color 0.2s ease-in-out;
}
.instant-filters .wrapper .filters .button-wrapper.clear-button .button:hover {
  background-color: #232323;
  color: #FDFDFD;
}
@media (max-width: 1024px) {
  .instant-filters .wrapper .filters .button-wrapper.clear-button .button {
    margin-left: 0;
    margin-top: 1.25rem;
  }
}
.instant-filters .wrapper .filters .button-wrapper.search-button .button {
  background-color: #232323;
  color: #FDFDFD;
}
.instant-filters .wrapper .filters .button-wrapper.search-button .button:hover {
  background-color: #3fa2eb;
}
.instant-filters .wrapper .filters .button-wrapper.search-button .button:hover:before {
  transform: translateX(0.25rem);
}
.instant-filters .wrapper .filters .button-wrapper.search-button .button:before {
  content: " ";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgNi4yNUMxLjU4NTc5IDYuMjUgMS4yNSA2LjU4NTc5IDEuMjUgN0MxLjI1IDcuNDE0MjEgMS41ODU3OSA3Ljc1IDIgNy43NUwyIDYuMjVaTTE0LjUzMDMgNy41MzAzM0MxNC44MjMyIDcuMjM3NDQgMTQuODIzMiA2Ljc2MjU2IDE0LjUzMDMgNi40Njk2N0w5Ljc1NzM2IDEuNjk2N0M5LjQ2NDQ3IDEuNDAzOCA4Ljk4OTU5IDEuNDAzOCA4LjY5NjcgMS42OTY3QzguNDAzODEgMS45ODk1OSA4LjQwMzgxIDIuNDY0NDcgOC42OTY3IDIuNzU3MzZMMTIuOTM5MyA3TDguNjk2NyAxMS4yNDI2QzguNDAzODEgMTEuNTM1NSA4LjQwMzgxIDEyLjAxMDQgOC42OTY3IDEyLjMwMzNDOC45ODk1OSAxMi41OTYyIDkuNDY0NDcgMTIuNTk2MiA5Ljc1NzM2IDEyLjMwMzNMMTQuNTMwMyA3LjUzMDMzWk0yIDcuNzVMMTQgNy43NUwxNCA2LjI1TDIgNi4yNUwyIDcuNzVaIiBmaWxsPSIjRkRGREZEIi8+Cjwvc3ZnPgo=);
  margin-right: 0.5rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
  background-repeat: no-repeat;
  transition: transform 0.2s ease-in-out;
}
.instant-filters .wrapper .filters-no-results {
  display: none;
  position: absolute;
  max-width: 8.75rem;
  top: 3.75rem;
  left: 3.25rem;
  font-size: 0.625rem;
  color: #232323;
  font-weight: 400;
  line-height: 1;
  padding: 0.3125rem 0.75rem 0.1875rem 0.625rem;
  border-radius: 0.5rem;
  background-color: #FFC7C1;
}
.instant-filters .wrapper .filters-no-results.no-results {
  display: block;
}
@media (max-width: 1024px) {
  .instant-filters .wrapper .filters-no-results {
    top: 7rem;
    left: 0.25rem;
  }
}
.instant-filters .wrapper .filters-no-results p {
  margin-bottom: 0;
  line-height: 0.875rem;
  padding-bottom: 0.0625rem;
}
.instant-filters .wrapper .filters-no-results::before {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: 0.75rem;
  width: 14px;
  height: 16px;
  border-bottom-right-radius: 3px;
  transform: rotate(225deg);
  background: linear-gradient(135deg, transparent 50%, #FFC7C1 50%);
}

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