.c-filter-container__grid {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0;
}
.c-filter-container__header-row {
  width: 100%;
  display: flex;
  gap: 30px;
  align-items: center;
}
.c-filter-container__header-row > * {
  width: 50%;
}
@media (max-width: 1199.98px) {
  .c-filter-container__header-row {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
}
.c-filter-container__title {
  color: #002858;
  font-size: 1.75em;
}
@media (max-width: 1649.98px) {
  .c-filter-container__title {
    font-size: 1.375em;
  }
}
@media (max-width: 767.98px) {
  .c-filter-container__title {
    width: 100%;
  }
}
.c-filter-container__panels {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -35px;
}
@media (max-width: 1649.98px) {
  .c-filter-container__panels {
    flex-wrap: nowrap;
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .c-filter-container__panels {
    flex-wrap: wrap;
  }
}
.c-filter-container__panel-heading {
  display: flex;
  align-items: center;
  height: 90px;
  padding: 0 35px;
  gap: 15px;
  justify-content: space-between;
  cursor: pointer;
  transition: background-color 100ms linear;
  position: relative;
}
@media (max-width: 1649.98px) {
  .c-filter-container__panel-heading {
    flex: 0 1 16%;
    padding: 0 10px;
    height: 40px;
    min-width: auto;
    gap: 0px;
  }
}
@media (max-width: 1199.98px) {
  .c-filter-container__panel-heading {
    gap: 20px;
    flex: 0 1 30%;
  }
}
@media (max-width: 767.98px) {
  .c-filter-container__panel-heading {
    padding: 0 5px;
    flex: 0 1 100%;
  }
}
.c-filter-container__panel-heading.active {
  background-color: #223039;
  border: 1px solid #223039;
}
.c-filter-container__panel-heading.active:after {
  bottom: -26px;
  right: 13px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 16px;
  margin-left: -16px;
}
.c-filter-container__label {
  color: #000000;
  font-weight: 500;
  font-size: 1.125em;
  transition: all 100ms linear;
  text-transform: uppercase;
}
@media (max-width: 1649.98px) {
  .c-filter-container__label {
    font-size: 0.875em;
    text-wrap: nowrap;
  }
}
@media (max-width: 1199.98px) {
  .c-filter-container__label {
    font-size: 1em;
  }
}
@media (max-width: 767.98px) {
  .c-filter-container__label {
    font-size: 0.875em;
  }
}
.c-filter-container__panel-heading.active .c-filter-container__label {
  color: white;
}
.c-filter-container__arrow {
  color: #000000;
  transition: all 100ms linear;
}
.c-filter-container__panel-heading.active .c-filter-container__arrow, .c-filter-container__panel-heading:hover .c-filter-container__arrow {
  color: white;
  transform: rotate(180deg);
}
.c-filter-container__panel {
  box-shadow: 0 92px 124px -60px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  z-index: 1000;
  background-color: white;
  width: 100vw;
  display: none;
}
.c-filter-container__panel.active {
  display: block;
}
.c-filter-container__counter {
  padding-top: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .c-filter-container__counter {
    gap: 20px;
  }
}
.c-filter-container__close-panel {
  width: 30px;
  height: 30px;
  background: url("/wp-content/themes/joluvi/img/icons/close-icon-black.svg") no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 14px;
  top: -30px;
  cursor: pointer;
  z-index: 1001;
}
.c-filter-container__panel-content {
  background-color: white;
  padding: 50px 0 100px;
  position: relative;
}
@media (max-width: 1649.98px) {
  .c-filter-container__panel-content {
    padding: 40px 0 80px;
  }
}
.c-filter-container__overlay {
  position: fixed;
  top: 0;
  background: rgb(136, 136, 136);
  width: 100vw;
  height: 100vh;
  display: block;
  opacity: 0.2;
  cursor: pointer;
  pointer-events: none;
}
.c-filter-container__panel-row {
  gap: 80px;
  width: 100%;
}
@media (max-width: 1649.98px) {
  .c-filter-container__panel-row {
    gap: 60px;
  }
}
@media (max-width: 1199.98px) {
  .c-filter-container__panel-row {
    gap: 40px;
  }
}
.c-filter-container__filter-wrapper {
  position: relative;
}
.c-filter-container__panel-separator {
  width: 1px;
  background-color: #e3e3e3;
  height: auto;
  align-self: stretch;
}
.c-filter-container__launcher {
  border-radius: 6px;
  background: white;
  border: 1px solid #666666;
  display: flex;
  height: 50px;
  padding: 0 20px;
  align-items: center;
  gap: 20px;
  width: 100%;
  justify-content: space-between;
  cursor: pointer;
  transition: background-color 100ms linear;
  position: relative;
}
@media (max-width: 991.98px) {
  .c-filter-container__launcher {
    border-radius: 50%;
    background: #000000;
    width: 45px;
    height: 45px;
    padding: 0 10px;
    background-image: url("/wp-content/themes/joluvi/img/icons/filter-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
  }
}
.c-filter-container__launcher-label {
  color: #000000;
  font-weight: 500;
  font-size: 1.125em;
  transition: all 100ms linear;
  padding-left: 30px;
  background: url("/wp-content/themes/joluvi/img/icons/filter.svg") center left no-repeat;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 991.98px) {
  .c-filter-container__launcher-label {
    display: none;
  }
}
.c-filter-container__filters-counter {
  background-color: #000000;
  font-size: 0.875em;
  color: white;
  border-radius: 100%;
  width: 23px;
  height: 23px;
  display: inline-block;
  padding: 0;
  text-align: center;
}
.c-filter-container__modal {
  width: 100vw;
  height: 100%;
  min-height: calc(100vh - 30px);
  padding: 0 0 30px 0;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  z-index: 9999;
  flex-direction: column;
  overflow: auto;
  opacity: 0;
  transition: opacity 150ms linear;
  pointer-events: none;
  display: none;
}
.c-filter-container__modal.active {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 1199.98px) {
  .c-filter-container__modal {
    display: flex;
  }
}
.c-filter-container__modal-header {
  padding: 20px;
  width: 100%;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 100;
}
.c-filter-container__modal-title {
  width: calc(100% - 30px);
  font-size: 1.5em;
  color: #002858;
  font-weight: bold;
  background: url("/wp-content/themes/joluvi/img/icons/filter.svg") center left no-repeat;
}
.c-filter-container__modal-close {
  width: 14px;
  height: 14px;
  background: url("/wp-content/themes/joluvi/img/icons/close-icon-black.svg") no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
.c-filter-container__modal-body {
  width: 100%;
  padding: 10px 20px 120px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.c-filter-container__modal-tabs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.c-filter-container__tab {
  border-radius: 6px;
  border: solid 1px #666666;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.c-filter-container__tab-heading {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  cursor: pointer;
}
.c-filter-container__tab-body {
  padding: 0 16px 16px 16px;
  display: none;
  flex-direction: column;
  gap: 30px;
}
.c-filter-container__tab-body.active {
  display: flex;
}
.c-filter-container__modal-footer {
  height: 100px;
  position: fixed;
  bottom: 0;
  width: 100%;
  box-shadow: 0 14px 38px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  z-index: 1000;
}
.c-filter-container__button {
  background-color: #000000;
  color: white;
  border-radius: 30px;
  height: 50px;
  display: flex;
  width: calc(100% - 40px);
  max-width: 400px;
  align-items: center;
  justify-content: center;
  font-size: 1.125em;
  font-weight: 800;
  gap: 5px;
  text-transform: uppercase;
  cursor: pointer;
}
.c-filter-container__models-group {
  height: -webkit-fill-available;
}