.filter-wap {
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .filter-wap {
    padding-bottom: 32px;
  }
}
.filter-wap .filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 16px;
}
.filter-wap .filter .category {
  position: relative;
}
@media (max-width: 600px) {
  .filter-wap .filter .category {
    width: 100%;
  }
}
.filter-wap .filter .sort-by {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-left: auto;
}
@media (max-width: 600px) {
  .filter-wap .filter .sort-by {
    width: 100%;
  }
}
.filter-wap .filter .sort-by h3 {
  font-weight: 400;
  color: #505050;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .filter-wap .filter .sort-by h3 {
    display: none;
  }
}
.filter-wap .filter .selected-category {
  width: 100%;
}
.filter-wap .filter .selected-category ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
  row-gap: 8px;
}
.filter-wap .filter .selected-category ul li {
  padding: 0 4px;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.filter-wap .filter .selected-category ul li .selected {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 11px 24px;
  color: #242424;
  border: 1px solid #da8d28;
}
@media (max-width: 767px) {
  .filter-wap .filter .selected-category ul li .selected {
    padding: 8px 15px;
  }
}
.filter-wap .filter .selected-category ul li .selected button {
  border: 0;
  color: #242424;
  background: transparent;
}
.filter-wap .filter .selected-category ul li .clear-all button {
  border: 0;
  background: transparent;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #242424;
  text-decoration: underline;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.filter-wap .filter .selected-category ul li .clear-all button:hover {
  text-decoration: none;
}
.filter-wap .filter .dropdown-wrap {
  position: relative;
}
@media (max-width: 600px) {
  .filter-wap .filter .dropdown-wrap {
    width: 100%;
  }
}
.filter-wap .filter .dropdown-wrap .woocommerce-ordering {
  margin: 0;
  width: 100%;
}
@media (max-width: 600px) {
  .filter-wap .filter .dropdown-wrap .woocommerce-ordering .select2.select2-container {
    width: 100% !important;
  }
}
.filter-wap .filter .dropdown-wrap .dropdown-btn {
  letter-spacing: 0.05em;
  color: #242424;
  background: #ffffff;
  position: relative;
  padding: 12px 64px 12px 32px;
  border: 0;
}
@media (max-width: 600px) {
  .filter-wap .filter .dropdown-wrap .dropdown-btn {
    width: 100%;
    text-align: left;
    padding: 10px 64px 10px 20px;
  }
}
.filter-wap .filter .dropdown-wrap .dropdown-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 24px;
  height: 24px;
  margin: auto 0;
  background: #ffffff url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9L12 15L6 9' stroke='%23242424' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media (max-width: 600px) {
  .filter-wap .filter .dropdown-wrap .dropdown-btn::after {
    right: 20px;
  }
}
.filter-wap .filter .dropdown-wrap .dropdown-btn.active::after {
  transform: rotate(180deg);
}
.filter-wap .filter .dropdown-wrap .dropdown {
  height: 300px;
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 1;
  min-width: 252px;
  background: #ffffff;
  padding: 23px 12px 90px;
  border: 1px solid #dbdbdb;
  transform: translateY(15px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.filter-wap .filter .dropdown-wrap .dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.filter-wap .filter .dropdown-wrap .dropdown ul {
  height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding: 0 20px;
}
.filter-wap .filter .dropdown-wrap .dropdown ul li {
  display: inline-flex;
}
.filter-wap .filter .dropdown-wrap .dropdown ul li input:is([type=checkbox], [type=radio]) {
  display: none;
}
.filter-wap .filter .dropdown-wrap .dropdown ul li label {
  cursor: pointer;
  color: #242424;
  position: relative;
  padding: 4px 0 4px 28px;
  letter-spacing: 0.05em;
}
.filter-wap .filter .dropdown-wrap .dropdown ul li label::after, .filter-wap .filter .dropdown-wrap .dropdown ul li label::before {
  content: "";
  left: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.filter-wap .filter .dropdown-wrap .dropdown ul li label::after {
  top: 8px;
  width: 20px;
  height: 20px;
  background: #d9d9d9;
}
.filter-wap .filter .dropdown-wrap .dropdown ul li label::before {
  top: 11px;
  left: 3px;
  height: 8px;
  width: 14px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  z-index: 1;
  transform: rotate(-45deg);
  opacity: 0;
}
.filter-wap .filter .dropdown-wrap .dropdown ul li input:is([type=checkbox], [type=radio]):checked + label::after {
  background: #242424;
}
.filter-wap .filter .dropdown-wrap .dropdown ul li input:is([type=checkbox], [type=radio]):checked + label::before {
  opacity: 1;
}
.filter-wap .filter .dropdown-wrap .dropdown .btn-wrap {
  padding-top: 31px;
  margin: 0px -7px;
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 16px;
}
.filter-wap .filter .dropdown-wrap .dropdown .btn-wrap .btn {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.05em;
  border-width: 2px;
}
.filter-wap .filter .dropdown-wrap .dropdown--sort ul li label {
  padding-left: 0;
}
.filter-wap .filter .dropdown-wrap .dropdown--sort ul li label::after, .filter-wap .filter .dropdown-wrap .dropdown--sort ul li label::before {
  display: none;
}
.filter-wap .filter .dropdown-wrap .dropdown--sort ul li input[type=radio]:checked + label {
  color: #da8d28;
}

@media (max-width: 767px) {
  .category-wrap .category-list {
    padding-bottom: 15px;
  }
}
.category-wrap .category-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  row-gap: 32px;
}
.category-wrap .category-list ul li {
  width: 33.333%;
  padding: 0 12px;
}
@media (max-width: 991px) {
  .category-wrap .category-list ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .category-wrap .category-list ul li {
    width: 100%;
  }
}

.product-wrap {
  position: relative;
}
.product-wrap .product-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  row-gap: 52px;
}
@media (max-width: 767px) {
  .product-wrap .product-list ul {
    row-gap: 32px;
  }
}
.product-wrap .product-list ul li {
  width: 33.333%;
  padding: 0 12px;
}
@media (max-width: 991px) {
  .product-wrap .product-list ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .product-wrap .product-list ul li {
    width: 100%;
  }
}

.select2 {
  width: 250px !important;
}
.select2 .selection .select2-selection {
  border: 0;
  height: 52px;
  border-radius: 0;
}
.select2 .selection .select2-selection .select2-selection__rendered {
  line-height: 52px;
  padding: 0px 32px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #242424;
}
.select2 .selection .select2-selection .select2-selection__arrow {
  height: 52px;
}
.select2 .selection .select2-selection .select2-selection__arrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  width: 24px;
  height: 24px;
  margin: auto 0;
  background: #ffffff url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9L12 15L6 9' stroke='%23242424' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media (max-width: 600px) {
  .select2 .selection .select2-selection .select2-selection__arrow::after {
    right: 20px;
  }
}
.select2 .selection .select2-selection .select2-selection__arrow b {
  display: none;
}
.select2.select2-container--open .selection .select2-selection .select2-selection__arrow::after {
  transform: rotate(180deg);
}

.select2-container {
  margin-top: 12px;
}
.select2-container .select2-dropdown {
  border-radius: 0;
  border: 1px solid #dbdbdb;
  padding: 23px 32px 16px;
}
.select2-container .select2-dropdown .select2-results__options {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.select2-container .select2-dropdown .select2-results__options li {
  display: inline-flex;
  cursor: pointer;
  color: #242424;
  position: relative;
  padding: 4px 0;
  letter-spacing: 0.05em;
  background: transparent;
}

.admin-bar .select2-container:has(.select2-dropdown) {
  margin-top: 44px;
}
@media (max-width: 782px) {
  .admin-bar .select2-container:has(.select2-dropdown) {
    margin-top: 58px;
  }
}