.filter_navigation {
  position: sticky;
  top: 60px;
  display: flex;
  gap: 50px;
  height: 65px;
  max-width: 100%;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 0;
  margin: 0 auto;
  justify-content: space-between;
  background: #FFF;
  z-index: 100;
}
@media screen and (max-width: 780px) {
  .filter_navigation {
    top: 0;
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media screen and (max-width: 480px) {
  .filter_navigation {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.col_left {
  width: 0;
  min-width: 0;
  transform: translateX(-300px);
  visibility: hidden;
  transition-property: min-width, margin-right, visibility, transform;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.col_left.expanded {
  visibility: visible;
  padding-left: 50px;
  padding-top: 20px;
  padding-right: 32px;
  padding-bottom: 20px;
  min-width: 206px;
  transform: translateX(0);
}
@media screen and (max-width: 780px) {
  .col_left.expanded {
    min-width: 288px;
    padding: 0;
  }
}
@media screen and (max-width: 780px) {
  .col_left {
    width: 100%;
    margin: 0;
  }
}

.items_filter {
  display: block;
  width: 206px;
  position: sticky;
  top: 130px;
}
@media screen and (max-width: 780px) {
  .items_filter {
    position: relative;
    top: 0;
    width: 288px;
  }
}

.items_filter p {
  font-size: 0.875rem;
  font-weight: 400;
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}

.filter_show_button {
  display: flex;
  gap: 4px;
  padding: 24px 0px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
}
.filter_show_button p {
  font-size: 0.625rem;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  color: #666;
}
.filter_show_button picture:first-child {
  margin-right: 3px;
}

.filter_show_button_arrow {
  width: 16px;
  height: 16px;
}
.filter_show_button_arrow svg {
  fill: none;
  vertical-align: middle;
}
@media screen and (max-width: 780px) {
  .filter_show_button_arrow {
    display: none;
  }
}

.filter_mobile_menu_top {
  position: sticky;
  top: 0;
  display: none;
  padding-top: 24px;
  padding-left: 16px;
  padding-right: 40px;
  padding-bottom: 24px;
  margin-top: -16px;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 16px;
  background: #FFF;
  color: #4B4F54;
  border-bottom: 1px solid rgb(175, 175, 175);
  z-index: 1;
}
.filter_mobile_menu_top span {
  font-family: "GT Walsheim LC Md", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: rgb(75, 79, 84);
  margin: 0;
  text-transform: uppercase;
}
.filter_mobile_menu_top .filters_close {
  position: absolute;
  top: 0;
  right: 4px;
  bottom: 0;
  padding: 5px;
  margin: 0;
  color: rgb(75, 79, 84);
  background: none;
  border: none;
}
.filter_mobile_menu_top .filters_close svg {
  height: 24px;
  width: 24px;
}
@media screen and (max-width: 780px) {
  .filter_mobile_menu_top {
    display: block;
    margin: 0;
  }
}

.toggle_filter_menu {
  cursor: pointer;
}

.filter_menu_button {
  font-size: 0.875rem;
  color: #4B4F54;
  display: flex;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
  height: 25px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}
.filter_menu_button input {
  display: none;
}
.filter_menu_button input:checked + svg {
  transform: rotate(-45deg);
}
.filter_menu_button input:checked + svg .line_top_bottom {
  stroke-dasharray: 20 300;
  stroke-dashoffset: -32.42;
}
.filter_menu_button svg {
  height: 20px;
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.filter_menu_button .line {
  fill: none;
  stroke: #666;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.filter_menu_button .line_top_bottom {
  stroke-dasharray: 12 63;
}
@media screen and (max-width: 780px) {
  .filter_menu_button {
    font-size: 0.75rem;
  }
}

.filter_menu li {
  list-style: none;
  font-size: 0.813rem;
  font-weight: 500;
  padding-top: 0;
  padding-left: 2px;
  padding-right: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-left: -40px;
  margin-right: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 780px) {
  .filter_menu li {
    margin-left: 0;
  }
}
@media screen and (max-width: 780px) {
  .filter_menu {
    padding: 16px;
  }
}

.filter_menu_items {
  display: none;
  gap: 12px;
  flex-direction: column;
}

.filter_menu_prices {
  display: flex;
  gap: 10px;
}

.filter_menu_prices input[type=number] {
  -moz-appearance: textfield;
}

.filter_menu_prices input::-webkit-outer-spin-button,
.filter_menu_prices input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.filter_menu_items label {
  display: flex;
  gap: 8px;
  font-size: 0.813rem;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  margin-left: 5px;
  align-items: stretch;
  user-select: none;
  cursor: pointer;
}

.filter_menu_item {
  display: flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}

.filter_menu_checkbox_title {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transition: background 0.3s;
}

.filter_menu_checkbox_title .line {
  width: calc(100% - 8px);
  height: 1px;
  background: #4b4f54;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.7s transform cubic-bezier(0, 1, 0.33, 1.2), background 0.4s;
}

.filter_menu_checkbox_title input ~ .line_indicator {
  transform: translateY(-50%) rotate(90deg);
}

.filter_menu_checkbox_title input:checked ~ .line_indicator {
  transform: translateY(-50%);
}

.filter_menu_checkbox {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  background: #F0F0F0;
  border-radius: 3px;
  transition: background 0.3s;
}

.filter_menu_checkbox input,
.filter_menu_checkbox_title input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  cursor: pointer;
}

.filter_menu_checkbox .line {
  width: calc(100% - 8px);
  height: 2px;
  background: #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.7s transform cubic-bezier(0, 1, 0.33, 1.2), background 0.4s;
}

.filter_menu_checkbox input:checked ~ .line_indicator {
  transform: translateY(-50%) rotate(90deg);
}

.clear_filter {
  font-family: "Nunito Sans", Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #333;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  margin-bottom: 15px;
  user-select: none;
  cursor: pointer;
}
@media screen and (max-width: 780px) {
  .clear_filter {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 0;
    padding-bottom: 15px;
    margin: 0;
  }
}

.sort_list {
  display: flex;
  position: absolute;
  top: 100%;
  right: 0;
  max-height: 90vh;
  min-height: 30px;
  width: 0;
  min-width: 0;
  max-width: 100vw !important;
  padding: 10px 0;
  background: #FFF;
  user-select: none;
  transition: opacity 0.2s ease, width 0.2s ease, visibility 0.2s;
  z-index: 1000;
  overflow: hidden;
  flex-direction: column;
}
.sort_list.expanded {
  transition: opacity 0.4s ease, width 0.4s ease, visibility 0.4s;
  opacity: 1;
  width: 200px;
  visibility: visible;
  flex-direction: column;
}
.sort_list button {
  display: flex;
  gap: 4px;
  width: 200px;
  text-align: left;
  padding: 8px 15px;
  color: #4b4f54;
  background: none;
  border: none;
  align-items: center;
  cursor: pointer;
}
.sort_list button.active span {
  border-bottom: 1px solid rgba(53, 55, 59, 0.7019607843);
}
.sort_list button svg {
  width: 16px;
  height: 16px;
  fill: none;
  vertical-align: middle;
}