.archive-hero {
  min-height: 550px;
  background-size: cover;
  background-position: center;
  padding-top: 108px;
  padding-bottom: 75px;
  display: flex;
  position: relative;
  background-repeat: no-repeat;
}
.page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 30px;
	gap: 5px;
}
.product-filters-sidebar {
	overflow-y: scroll;
}
.page-numbers.current {
	font-weight: 600;
	text-decoration: underline;
	color: var(--main-purple);
}
.products-cat-slider-products-slider-arrows {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  right: 0;
}
.wpc-filter-chips-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}
.woocommerce-products-header .wpc-custom-selected-terms {
  display: none;
}
.product-category-list {
  position: relative;
}
.product-category-list::before {
  content: "";
  position: absolute;
  right: -30px;
  top: -7px;
  height: calc(100% + 15px);
  z-index: 3;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  width: 140px;
  background: linear-gradient(
    270deg,
    #fff 57.01%,
    rgba(243, 235, 224, 0) 114.02%
  );
}
.archive-hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(65, 0, 153, 0.2);
}
.archive-hero main {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  max-width: 700px;
  height: 100%;
}
.product-category-list li {
  white-space: nowrap;
}
.archive-hero > div,
.archive-hero > div > div {
  min-height: 100%;
}
.woocommerce-products-header__title {
  margin-bottom: 15px;
}
.term-description {
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 400;
}
#filter-trigger {
  padding: 17px 25px;
  display: flex;
  align-items: center;
  background: var(--main-purple);
  font-size: 14px;
  color: white;
  border-radius: 8px;
  width: max-content;
  margin-right: 27px;
  gap: 8px;
  position: relative;
}
#filter-trigger::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background: 1px solid rgba(0, 0, 0, 0.08);
  transform: translateY(-50%);
  height: 100%;
}
.product-list-filters {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 27px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.product-list-filters-wrapper {
  display: flex;
  align-items: center;
}
.product-list-permalinks ul {
  display: flex;
  gap: 24px;
  padding-left: 24px;
  border-left: 1px solid #ebebeb;
  align-items: center;
}
.product-category-list a {
  display: flex;
  padding: 17px 25px;
  font-size: 14px;
  line-height: 17.5px;
  transition: 0.3s;
  color: #111;
  border-radius: 8px;
  border: 1px solid #ebebeb;
  font-weight: 400;
}
.product-category-list .active a,
.product-category-list a:hover {
  background: #efefef;

  transition: 0.3s;
}
.subcategory-title {
  font-weight: 400;
  font-size: 22px;
  line-height: 31px;
  letter-spacing: -1px;
  margin-bottom: 8px;
}
.subcategory-description p,
.subcategory-description {
  font-size: 14px;
  line-height: 17px;
}
#page .subcategory-block ul {
  margin-top: 27px;
  margin-bottom: 45px;
}
#page ul.products.columns-4 li.product {
  width: calc(25% - 12px);
  margin-right: 0;
}
#page .product-list ul.products.columns-4 li.product-card.two-cols {
  width: calc(50% - 12px);
}
#page .product-list ul.products.columns-4 li.product-card.two-cols img {
  /* aspect-ratio: 4/2.76; */
  aspect-ratio: 5/3.3;
}
#page .products.columns-4 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
}
.product-filters-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transform: translateX(-100%);
  height: 100vh;
  width: 33%;
  min-width: 350px;
  background: white;
  z-index: 99999;
  padding: 40px 20px;
}
.product-filters-sidebar.active {
  transform: translateX(0);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.product-list-filters-left {
  display: flex;
}
.product-list-filters-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.widget_wpc_sorting_widget {
  margin: 0;
}
.widget_wpc_sorting_widget select {
  padding: 15px 30px;
  background: white;
  outline: unset;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}
.widget_wpc_sorting_widget select {
  max-width: 200px;
}
.products-cat-slider-products-slider-arrows,
.product-category-list::before {
  display: none;
}
.hass-slider .products-cat-slider-products-slider-arrows,
.hass-slider .product-category-list::before {
  display: flex;
}
.product-list-filters .product-list-permalinks {
  display: flex;
  position: relative;
}
.product-category-list {
  max-width: 900px;
}
@media only screen and (min-width: 1200px) {
  .product-category-list li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1336px) {
  .product-category-list a {
    font-size: 12px;
  }
  #filter-trigger,
  .widget_wpc_sorting_widget select {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  .product-list-permalinks {
    display: none !important;
  }
  .product-list-permalinks.mobile-only {
    display: block !important;
  }
  #page .product-category-list {
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 0;
    border-left: unset;
    margin-bottom: 30px;
  }
  #filter-trigger,
  .widget_wpc_sorting_widget select {
    font-size: 14px;
  }
  #page .product-category-list a {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .archive-hero {
    min-height: 500px;
  }
  #page ul.products.columns-4 li.product {
    width: calc(50% - 8px);
  }
  #page .product-list ul.products.columns-4 li.product-card.two-cols {
    width: 100%;
  }
  #page .product-card {
    margin-bottom: 10px;
  }
  #page .product-card .add-to-cart-button {
    right: 0;
    bottom: -9px;
  }
  .term-description p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  #page ul.products.columns-4 li.product {
    width: 100%;
  }
	.widget_wpc_sorting_widget select {
		padding: 15px;
	}
}
.wpc-filters-checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-height: unset !important;
}
.wpc-filters-checkboxes input {
  display: none;
}
.wpc-filters-checkboxes .wpc-filter-link {
  display: flex;
  padding: 17px 25px !important;
  font-size: 14px;
  line-height: 17.5px;
  transition: 0.3s;
  color: #111;
  border-radius: 8px;
  border: 1px solid #ebebeb;
  font-weight: 400;
}
.wpc-filters-section {
  padding-bottom: 30px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 30px !important;
}
.wpc-filters-checkboxes .wpc-term-selected .wpc-filter-link {
  background: #efefef;
}
