body:has(.wp-filter-active) {
  height: 100vh;
  overflow: hidden !important;
}

.wp-filter-container.wp-filter-theme-2 {
  width: 100%;
  background: var(--wp-color-background-white);
}
.wp-filter-container.wp-filter-theme-2 .wp-filter-control {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  cursor: pointer;
}
.wp-filter-container.wp-filter-theme-2 .wp-filter-control .wp-btn-open-filter {
  display: flex;
  gap: 6px;
  align-items: center;
}
.wp-filter-container.wp-filter-theme-2 .wp-filter-control .wp-btn-open-filter .wp-btn-open-filter-icon svg {
  color: var(--wp-color-fill-primary);
}
.wp-filter-container.wp-filter-theme-2 .wp-filter-control .wp-btn-open-filter .wp-btn-open-filter-text {
  font-style: var(--wp-font-style-body-2);
  font-family: var(--wp-font-family-body-2);
  font-size: var(--wp-font-size-body-2);
  font-weight: 600;
  line-height: var(--wp-line-height-body-2);
  color: var(--wp-text-color-body-2);
}
.wp-filter-container.wp-filter-theme-2 .wp-filter-control .wp-btn-open-filter .wp-btn-open-filter-text .wp-total-selected-count {
  color: var(--wp-text-color-body-2);
  font-family: var(--wp-font-family-body-2);
  font-size: var(--wp-font-size-body-2);
  font-style: var(--wp-font-style-body-2);
  font-weight: 600;
  line-height: var(--wp-line-height-body-2);
}
.wp-filter-container.wp-filter-theme-2 .wp-filter-control .wp-btn-clear-filter {
  cursor: pointer;
  display: none;
}
.wp-filter-container.wp-filter-theme-2 .wp-filter-control .wp-btn-clear-filter.wp-btn-clear-filter-show {
  display: flex;
}
.wp-filter-container.wp-filter-theme-2 .wp-filter-control .wp-btn-clear-filter .wp-btn-clear-filter-text {
  font-style: var(--wp-font-style-body-2);
  font-family: var(--wp-font-family-body-2);
  font-size: var(--wp-font-size-body-2);
  font-weight: var(--wp-font-weight-body-2);
  line-height: var(--wp-line-height-body-2);
  color: var(--wp-text-color-body-2);
  color: var(--wp-color-red-500);
  text-decoration: underline;
}

.wp-filter-container.wp-filter-theme-2.wp-filter-active .wp-collapse-wrapper {
  z-index: 999;
  transform: translateX(0);
}
.wp-filter-container.wp-filter-theme-2.wp-filter-active .wp-overlay-filter {
  opacity: 1;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: auto;
}
.wp-filter-container.wp-filter-theme-2 .wp-overlay-filter {
  position: fixed;
  z-index: 25;
  inset: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
  background: transparent;
}
.wp-filter-container.wp-filter-theme-2 .wp-collapse-wrapper {
  z-index: 30;
  width: 85%;
  max-width: 560px;
  height: 100%;
  padding: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  overflow: hidden;
  background: var(--wp-color-background-white);
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out;
}
.wp-filter-container.wp-filter-theme-2 .wp-collapse-wrap {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: var(--wp-color-background-white);
}
.wp-filter-container.wp-filter-theme-2 .wp-collapse-wrap .wp-collapse {
  height: calc(100% - 63px);
  gap: 0;
}
.wp-filter-container.wp-filter-theme-2 .wp-collapse-wrap .wp-collapse ::-webkit-scrollbar {
  width: 0;
  display: none;
}
.wp-filter-container.wp-filter-theme-2 .wp-collapse-wrap .wp-collapse .wp-collapse-container {
  gap: 0;
  padding: 0 20px;
  overflow-y: auto;
  overflow-x: hidden;
}
.wp-filter-container.wp-filter-theme-2 .wp-collapse-wrap .wp-collapse-header {
  width: 100%;
  padding: 0 20px;
}
.wp-filter-container.wp-filter-theme-2 .wp-collapse-wrap .wp-collapse-header .wp-collapse-header-wrap {
  width: 100%;
  padding: 12.5px 0;
  border-bottom: 1px solid var(--wp-color-border-primary);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wp-filter-container.wp-filter-theme-2 .wp-collapse-wrap .wp-collapse-header .wp-collapse-header-wrap .wp-collapse-header-title {
  font-weight: 600;
  font-style: var(--wp-font-style-body-1);
  font-family: var(--wp-font-family-body-1);
  font-size: var(--wp-font-size-body-1);
  line-height: var(--wp-line-height-body-1);
  color: var(--wp-text-color-body-1);
}
.wp-filter-container.wp-filter-theme-2 .wp-collapse-wrap .wp-collapse-header .wp-collapse-header-wrap .wp-collapse-header-icon {
  padding: 6px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.wp-filter-container.wp-filter-theme-2 .wp-collapse-wrap .wp-collapse-header .wp-collapse-header-wrap .wp-collapse-header-icon svg {
  width: 20px;
  height: 20px;
  color: var(--wp-color-fill-secondary);
}
.wp-filter-container.wp-filter-theme-2 .wp-collapse-wrap .wp-collapse-item {
  border: none !important;
}
.wp-filter-container.wp-filter-theme-2 .wp-collapse-wrap .wp-collapse-item:not(:has(.wp-checkbox-input)) .wp-collapse-item-header-arrow {
  display: none;
}
.wp-filter-container.wp-filter-theme-2 .wp-collapse-wrap .wp-collapse-item .wp-collapse-item-header {
  padding: 12px 0;
}
.wp-filter-container.wp-filter-theme-2 .wp-collapse-wrap .wp-collapse-item .wp-collapse-item-header .wp-collapse-item-header-title .wp-collapse-item-header-title-text {
  font-style: var(--wp-font-style-body-2);
  font-family: var(--wp-font-family-body-2);
  font-size: var(--wp-font-size-body-2);
  font-weight: 600;
  line-height: var(--wp-line-height-body-2);
  color: var(--wp-text-color-body-2);
}
.wp-filter-container.wp-filter-theme-2 .wp-collapse-wrap .wp-collapse-item .wp-collapse-item-content.active:has(.wp-checkbox-input) {
  padding-bottom: 20px;
  height: fit-content !important;
}
.wp-filter-container.wp-filter-theme-2 .wp-collapse-wrap .wp-collapse-item .wp-collapse-item-content .wp-collapse-item-content-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.wp-filter-container.wp-filter-theme-2 .wp-collapse-wrap .wp-collapse-item .wp-collapse-item-content .wp-collapse-item-content-wrap .wp-checkbox-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.wp-filter-container.wp-filter-theme-2 .wp-collapse-wrap .wp-collapse-item .wp-collapse-item-content .wp-collapse-item-content-wrap .wp-checkbox-container .wp-checkbox-wrapper {
  flex-direction: column;
  gap: 12px;
}
.wp-filter-container.wp-filter-theme-2 .wp-collapse-wrap .wp-collapse-item .wp-collapse-item-content .wp-collapse-item-content-wrap .wp-checkbox-container .wp-checkbox-wrapper .wp-checkbox {
  color: var(--wp-color-text-quarternary);
}
.wp-filter-container.wp-filter-theme-2 .wp-collapse-wrap .wp-collapse-item .wp-collapse-item-content .wp-collapse-item-content-wrap .wp-checkbox-container .wp-checkbox-wrapper .wp-more-list .wp-more-list-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.wp-filter-container.wp-filter-theme-2 .wp-collapse-wrap .wp-collapse-item .wp-collapse-item-content .wp-collapse-item-content-wrap .wp-product-detail-variants-group-listitems {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px 8px;
}
.wp-filter-container.wp-filter-theme-2 .wp-collapse-wrap .wp-collapse-item .wp-collapse-item-content .wp-collapse-item-content-wrap .wp-product-detail-variants-group-listitems .wp-checkbox.wp-toggle-btn {
  width: 100%;
}
.wp-filter-container.wp-filter-theme-2 .wp-collapse-wrap .wp-collapse-item .wp-collapse-item-content .wp-collapse-item-content-wrap .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
  height: fit-content;
}
.wp-filter-container.wp-filter-theme-2 .wp-collapse-wrap .wp-collapse-item .wp-collapse-item-content .wp-collapse-item-content-wrap .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked .wp-product-detail-tags-input {
  display: none;
}
.wp-filter-container.wp-filter-theme-2 .wp-collapse-wrap .wp-collapse-item .wp-collapse-item-content .wp-collapse-item-content-wrap .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked .wp-product-detail-tags-content {
  flex: 1 1 auto;
  text-align: center;
  font-style: var(--wp-font-style-caption-1);
  font-family: var(--wp-font-family-caption-1);
  font-size: var(--wp-font-size-caption-1);
  font-weight: var(--wp-font-weight-caption-1);
  line-height: var(--wp-line-height-caption-1);
  color: var(--wp-color-text-quarternary);
}
@media (min-width: 768px) {
  .wp-filter-container.wp-filter-theme-2 .wp-collapse-wrap .wp-collapse-item .wp-collapse-item-content .wp-collapse-item-content-wrap .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked .wp-product-detail-tags-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: wrap;
    overflow: hidden;
  }
}
.wp-filter-container.wp-filter-theme-2 .wp-collapse-wrap .wp-collapse-item .wp-collapse-item-content .wp-collapse-item-content-wrap .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked .wp-product-detail-tags {
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  padding: 0px;
  border: 1px solid var(--wp-color-border-primary);
  background-color: var(--wp-color-background-neutral-minimalist);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.wp-filter-container.wp-filter-theme-2 .wp-collapse-wrap .wp-collapse-item .wp-collapse-item-content .wp-collapse-item-content-wrap .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked .wp-product-detail-tags:hover {
  border-color: var(--wp-color-black);
}
.wp-filter-container.wp-filter-theme-2 .wp-collapse-wrap .wp-collapse-item .wp-collapse-item-content .wp-collapse-item-content-wrap .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked .wp-product-detail-tags .wp-product-detail-tags-item {
  width: 100%;
  height: 100%;
  display: flex;
  border-radius: 50%;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
.wp-filter-container.wp-filter-theme-2 .wp-collapse-wrap .wp-collapse-item .wp-collapse-item-content .wp-collapse-item-content-wrap .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked .wp-product-detail-tags .wp-product-detail-tags-item .wp-product-detail-tag-check-item {
  display: none;
}
.wp-filter-container.wp-filter-theme-2 .wp-collapse-wrap .wp-collapse-item .wp-collapse-item-content .wp-collapse-item-content-wrap .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked .wp-product-detail-tags:has(.wp-product-detail-tags-input:checked) {
  border-color: var(--wp-color-black);
  background-color: var(--wp-color-background-neutral-minimalist);
}
.wp-filter-container.wp-filter-theme-2 .wp-collapse-wrap .wp-collapse-item .wp-collapse-item-content .wp-collapse-item-content-wrap .wp-product-detail-variants-group-listitems .wp-product-detail-tags-checked .wp-product-detail-tags:has(.wp-product-detail-tags-input:checked) .wp-product-detail-tags-item {
  transform: scale(0.8);
}
.wp-filter-container.wp-filter-theme-2 .wp-checkbox-show-more {
  cursor: pointer;
  display: block;
}
.wp-filter-container.wp-filter-theme-2 .wp-checkbox-show-more .wp-toggle-btn {
  display: flex;
  gap: 8px;
}
.wp-filter-container.wp-filter-theme-2 .wp-checkbox-show-more .wp-toggle-btn .wp-toggle-icon {
  color: var(--wp-color-fill-primary);
  display: flex;
  align-items: center;
  transition: transform 0.2s ease-in-out;
}
.wp-filter-container.wp-filter-theme-2 .wp-checkbox-show-more .wp-toggle-btn .wp-toggle-icon.wp-toggle-icon-expanded {
  transform: rotate(180deg);
}
.wp-filter-container.wp-filter-theme-2 .wp-checkbox-show-more .wp-toggle-btn .wp-toggle-icon svg {
  width: 20px;
  height: 20px;
}
.wp-filter-container.wp-filter-theme-2 .wp-checkbox-show-more .wp-toggle-btn .wp-toggle-text {
  font-style: var(--wp-font-style-body-2);
  font-family: var(--wp-font-family-body-2);
  font-size: var(--wp-font-size-body-2);
  font-weight: var(--wp-font-weight-body-2);
  line-height: var(--wp-line-height-body-2);
  color: var(--wp-color-text-primary);
}
.wp-filter-container.wp-filter-theme-2 .wp-collapse-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  overflow-x: hidden;
}
.wp-filter-container.wp-filter-theme-2 .wp-collapse-footer .wp-filter-action-buttons {
  padding: 12px 16px;
  display: flex;
  gap: 16px;
  background-color: var(--wp-color-background-white);
  border-top: 1px solid var(--wp-color-border-primary);
}
.wp-filter-container.wp-filter-theme-2 .wp-collapse-footer .wp-filter-action-buttons .wp-btn {
  height: 38px;
  width: 50%;
}