.archive #main-content {
  padding-top: 0;
}
.archive .cat-seo-title {
  position: relative;
  z-index: 20;
  margin: 0 0 -28px;
  padding: 5px 15px;
  background-color: rgba(0, 0, 0, 0.05);
  color: white;
  text-align: center;
  font-size: 14px;
}
.archive .woocommerce-products-header {
  position: relative;
}
.archive .woocommerce-products-header .container {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .archive .woocommerce-products-header .container {
    display: block;
  }
}
.archive .woocommerce-products-header .term-header-summary {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  flex-basis: 33.33%;
  padding: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  border-radius: 4px 0 0 4px;
  color: #323235;
}
@media only screen and (max-width: 1023px) {
  .archive .woocommerce-products-header .term-header-summary {
    background-color: #f5f5f5;
    color: white;
    border-radius: 4px;
    min-height: 264px;
  }
  .archive .woocommerce-products-header .term-header-summary.active {
    border-radius: 4px 4px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .archive .woocommerce-products-header .term-header-summary {
    padding: 24px;
  }
}
.archive .woocommerce-products-header .term-header-summary a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #323235;
  font-size: 14px;
  font-weight: bold;
  z-index: 2;
}
.archive .woocommerce-products-header .term-header-summary a i {
  font-size: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  .archive .woocommerce-products-header .term-header-summary a {
    color: #323235;
  }
}
.archive .woocommerce-products-header .term-header-summary h1 {
  position: relative;
  z-index: 1;
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 1.2em;
  font-size: 2rem;
  font-size: clamp(2rem, 1.75rem + 1.25vw, 3rem);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .archive .woocommerce-products-header .term-header-summary h1 {
    margin-bottom: 5px;
  }
}
.archive .woocommerce-products-header .term-header-summary p {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .archive .woocommerce-products-header .term-header-summary p {
    font-size: 14px;
    line-height: 20px;
  }
}
.archive .woocommerce-products-header .term-header-summary button {
  display: none;
  margin-top: 25px;
}
@media only screen and (max-width: 1023px) {
  .archive .woocommerce-products-header .term-header-summary button {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .archive .woocommerce-products-header .term-header-summary button {
    font-size: 14px;
    margin-top: 15px;
  }
}
.archive .woocommerce-products-header .term-header-summary button:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), inset 0 0 0 100px rgba(0, 0, 0, 0.5);
}
.archive .woocommerce-products-header .term-header-content-wrp {
  position: relative;
  overflow: hidden;
  flex: 1;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 340px;
  border-radius: 0 4px 4px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .archive .woocommerce-products-header .term-header-content-wrp {
    background-color: #323235;
    min-height: 0;
    border-radius: 0 0 4px 4px;
    color: white;
  }
}
.archive .woocommerce-products-header .term-header-content {
  text-align: left;
  box-sizing: border-box;
  padding: 50px 0;
  width: 70%;
}
@media only screen and (max-width: 1023px) {
  .archive .woocommerce-products-header .term-header-content {
    padding: 50px;
    width: auto;
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .archive .woocommerce-products-header .term-header-content {
    padding: 24px;
    font-size: 14px;
    line-height: 20px;
  }
}
.archive .woocommerce-products-header .term-header-content .term-description {
  position: relative;
  z-index: 1;
}
.archive .woocommerce-products-header .term-header-content a {
  z-index: 1;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .archive .woocommerce-products-header .term-header-content a {
    font-size: 14px;
    margin-top: 20px;
  }
}
.archive .woocommerce-products-header.has-background .term-header-summary a {
  color: #323235;
}
@media only screen and (max-width: 1023px) {
  .archive .woocommerce-products-header.has-background .term-header-summary {
    color: white;
  }
  .archive .woocommerce-products-header.has-background .term-header-summary:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(50, 50, 53, 0.49) 0%, rgba(50, 50, 53, 0.68) 100%);
  }
  .archive .woocommerce-products-header.has-background .term-header-summary a {
    color: white;
  }
}
@media only screen and (max-width: 767px) {
  .archive .woocommerce-products-header.has-background .term-header-summary {
    padding-top: 50px;
  }
}
.archive .woocommerce-products-header.has-background .term-header-summary button {
  display: inline-block;
}
.archive .woocommerce-products-header.has-background .term-header-content {
  color: white;
  display: none;
}
.archive .woocommerce-products-header.has-background .term-header-content:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #323235;
  opacity: 0.7;
}
@media only screen and (max-width: 1023px) {
  .archive .woocommerce-products-header.has-background .term-header-content:before {
    display: none;
  }
}

#product-view .products-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1660px;
  margin: 15px auto 0;
}
#product-view .products-list h1 {
  max-width: 1570px !important;
  flex-basis: 100%;
  margin: 20px auto 15px;
  padding: 0 15px;
  text-align: center;
  font-size: 2.25em;
  line-height: 1.2em;
}
@media only screen and (max-width: 1023px) {
  #product-view .products-list h1 {
    margin: 20px auto 15px;
  }
}
#product-view .products-list__loader {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 5000;
  transform: translate(-50%, -50%);
  padding: 25px 30px;
  background-color: white;
  box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  text-align: center;
}
#product-view .products-list__loader i {
  font-size: 2em;
}
#product-view .products-list__loader p {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 15px;
}
#product-view .products-list__header {
  background-color: white;
  position: sticky;
  top: -1px;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  line-height: 20px;
  padding: 15px 45px;
}
@media only screen and (min-width: 1660px) {
  #product-view .products-list__header {
    padding: 15px 0 15px;
    margin: 0 auto 0 auto;
    max-width: 1572px;
  }
}
@media only screen and (max-width: 1366px) {
  #product-view .products-list__header {
    position: relative;
    top: 0;
  }
}
@media only screen and (max-width: 1199px) {
  #product-view .products-list__header {
    padding: 15px 20px 24px;
  }
}
@media only screen and (max-width: 1023px) {
  #product-view .products-list__header {
    padding: 15px 0 24px;
  }
  #product-view .products-list__header:before, #product-view .products-list__header:after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    z-index: 1;
    height: 48px;
  }
  #product-view .products-list__header:before {
    left: 0;
    width: 20px;
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0.5) 10px, rgba(255, 255, 255, 0) 100%);
  }
  #product-view .products-list__header:after {
    right: 0;
    width: 20px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 20px, white 100%);
  }
}
@media only screen and (max-width: 767px) {
  #product-view .products-list__header {
    padding: 15px 0 16px;
  }
}
#product-view .products-list .available-filters {
  position: sticky;
  top: -1px;
  left: 0;
  right: 0;
  z-index: 150;
  overflow-x: auto;
}
@media only screen and (max-width: 1023px) {
  #product-view .products-list .available-filters:before, #product-view .products-list .available-filters:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 151;
    width: 20px;
    min-width: 20px;
    pointer-events: none;
  }
  #product-view .products-list .available-filters:before {
    left: 0;
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0.5) 10px, rgba(255, 255, 255, 0) 100%);
  }
  #product-view .products-list .available-filters:after {
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 20px, white 100%);
  }
}
#product-view .products-list .sidebar-toggle {
  flex: 1;
  display: flex;
  gap: 10px;
  padding: 15px 0 15px 45px;
  background-color: white;
}
@media only screen and (max-width: 1599px) {
  #product-view .products-list .sidebar-toggle {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  #product-view .products-list .sidebar-toggle {
    overflow-y: auto;
    padding: 15px;
  }
}
#product-view .products-list .sidebar-toggle .sidebar-toggle-btn {
  cursor: pointer;
  display: inline-flex;
  padding: 14px 16px;
  margin: 0;
  border-radius: 8px;
  background: #f5f5f5;
  font-weight: 600 !important;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal !important;
  color: #323235;
  white-space: nowrap;
  font-family: "Open Sans", sans-serif !important;
}
#product-view .products-list .sidebar-toggle .sidebar-toggle-btn:before {
  margin-right: 10px;
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  #product-view .products-list .sidebar-toggle .sidebar-toggle-btn:hover {
    background: rgb(236, 236, 236);
  }
}
@media only screen and (max-width: 767px) {
  #product-view .products-list .sidebar-toggle .sidebar-toggle-btn {
    font-size: 14px;
  }
}
#product-view .products-list .products-list__header__controls {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 45px 15px 0;
  background-color: white;
  position: sticky;
  top: -1px;
  right: 0;
  z-index: 100;
}
@media only screen and (max-width: 1599px) {
  #product-view .products-list .products-list__header__controls {
    flex-basis: 100%;
    justify-content: space-between;
    position: relative;
    top: 0;
    z-index: 100;
    padding: 0 45px 15px 45px;
  }
}
@media only screen and (max-width: 1023px) {
  #product-view .products-list .products-list__header__controls {
    padding: 10px 20px 15px 20px;
  }
}
#product-view .products-list .products-list__header__total-results {
  margin-right: 30px;
}
#product-view .products-list .products-list__header__total-results p {
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  #product-view .products-list .products-list__header__total-results p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1023px) {
  #product-view .products-list .products-list__header__total-results {
    margin-right: 0;
  }
}
#product-view .products-list .products-list__header__sort {
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #product-view .products-list .products-list__header__sort {
    font-size: 16px;
  }
}
#product-view .products-list .products-list__header__sort .toggle-sorting {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 16px;
  margin: 0;
  border-radius: 8px;
  background: #f5f5f5;
  font-weight: 600 !important;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal !important;
  color: #323235;
  white-space: nowrap;
  font-family: "Open Sans", sans-serif !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), inset 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
#product-view .products-list .products-list__header__sort .toggle-sorting:after {
  content: "\e0ae";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  color: #323235;
}
@media screen and (min-width: 1025px) {
  #product-view .products-list .products-list__header__sort .toggle-sorting:hover {
    background: rgb(236, 236, 236);
  }
}
@media only screen and (max-width: 767px) {
  #product-view .products-list .products-list__header__sort .toggle-sorting {
    font-size: 14px;
  }
}
#product-view .products-list .products-list__header__sort .sorting-overlay {
  position: fixed;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
}
#product-view .products-list .products-list__header__sort .sorting-overlay.visible {
  display: block;
}
#product-view .products-list .products-list__header__sort .sorting {
  box-sizing: border-box;
  position: absolute;
  z-index: 150;
  top: 100%;
  right: 0;
  width: 280px;
  background-color: white;
  border-radius: 8px;
  padding: 30px;
  margin-top: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: none;
  flex-direction: column;
  gap: 16px;
}
#product-view .products-list .products-list__header__sort .sorting:after {
  content: "";
  position: absolute;
  right: 45px;
  top: -10px;
  border-top: none;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid white;
}
@media only screen and (max-width: 767px) {
  #product-view .products-list .products-list__header__sort .sorting {
    width: calc(100vw - 40px);
  }
}
#product-view .products-list .products-list__header__sort .sorting.visible {
  display: flex;
}
#product-view .products-list .products-list__header__sort .sorting button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: 0;
  background: white;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  font-weight: normal;
  letter-spacing: normal;
  color: #323235 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), inset 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
#product-view .products-list .products-list__header__sort .sorting button span {
  flex-basis: 22px;
  width: 22px;
  height: 22px;
  border: 1px solid #323235;
  border-radius: 100%;
  margin-right: 12px;
  font-size: 16px;
  line-height: 22px;
  color: white;
  background: white;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
#product-view .products-list .products-list__header__sort .sorting button span:before {
  font-size: 10px;
}
#product-view .products-list .products-list__header__sort .sorting button.active span {
  background: #00b67a;
  border: 1px solid #00b67a;
  color: white;
}
#product-view .products-list__grid {
  flex-basis: 100%;
  max-width: 1660px;
  margin: 0 auto;
  padding: 0 45px;
}
@media only screen and (max-width: 1199px) {
  #product-view .products-list__grid {
    padding: 0;
  }
}
#product-view .products-list__grid .no-result {
  flex-basis: 100%;
  margin-bottom: 30px;
  text-align: center;
}
#product-view .products-list__results ol {
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  #product-view .products-list__results ol {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #product-view .products-list__results ol {
    margin: 8px 0 0;
  }
}
#product-view .products-list .related-products {
  padding-top: 20px;
}
#product-view .products-list .related-products header {
  text-align: center;
  padding: 0 1.5rem;
}
#product-view .products-list .related-products header h2 {
  font-size: 1.75em;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #product-view .products-list .related-products header h2 {
    font-size: 1.4em;
  }
}
#product-view .products-list .related-products header p {
  margin-top: 7px;
  margin-bottom: 15px;
  font-size: 1.1em;
  font-style: italic;
}

.category-footer {
  max-width: 1570px !important;
  box-sizing: border-box;
  margin: 40px 45px 30px;
  border-top: 1px solid #d5d5d5;
  padding-top: 16px;
}
@media only screen and (min-width: 1660px) {
  .category-footer {
    margin: 40px auto 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .category-footer {
    margin: 40px 20px 30px;
    padding-top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .category-footer {
    margin: 32px 15px 30px;
    padding-top: 8px;
  }
}
.category-footer h1, .category-footer h2, .category-footer h3, .category-footer p {
  max-width: 915px;
}
.category-footer h1 {
  font-size: 2em;
  line-height: 1.3em;
}
.category-footer h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-top: 40px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .category-footer h2 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 32px;
  }
}
.category-footer h3 {
  font-size: 21px;
  line-height: 27px;
  margin-top: 40px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .category-footer h3 {
    font-size: 16px;
    line-height: 22px;
    margin-top: 32px;
  }
}
.category-footer p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.category-product-maintenance {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.category-product-maintenance__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  box-sizing: border-box;
  flex-basis: 25%;
  width: 25%;
  padding: 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.category-product-maintenance__content:nth-child(4n), .category-product-maintenance__content:last-child {
  border-right: none;
}
@media only screen and (max-width: 1023px) {
  .category-product-maintenance__content {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .category-product-maintenance__content {
    flex-basis: 50%;
    width: 50%;
    gap: 15px;
    padding: 10px;
    border-right: none;
  }
}
.category-product-maintenance__image {
  flex-basis: 60px;
}
.category-product-maintenance__image img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 100%;
}
.category-product-maintenance__text h3 {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.category-product-maintenance__text p {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
}
.category-product-maintenance__text a {
  color: #323235;
}
.category-product-maintenance__text a:hover {
  text-decoration: underline;
}

.active-facets {
  font-size: 13px;
  line-height: 20px;
  display: flex;
  max-width: 100%;
  overflow-x: auto;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 1rem;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 1199px) {
  .active-facets {
    padding: 0 20px;
  }
}
.active-facets .facet {
  position: relative;
  display: flex;
  white-space: nowrap;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 4px 12px;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: white;
  border: 1px solid #d5d5d5;
  color: #4b4b4b;
}
.active-facets .facet:hover {
  background: #f5f5f5;
}
.active-facets .facet--clear {
  padding: 4px 12px;
  background: rgba(248, 110, 66, 0.1);
  border: none;
  color: #f86e42;
}
.active-facets .facet--clear:hover {
  background: rgba(248, 110, 66, 0.2);
}
.active-facets .facet i {
  font-size: 16px;
}

.facets {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.2s ease;
}
.facets .facets__sidebar {
  position: fixed;
  top: 0;
  left: -670px;
  width: 590px;
  height: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.3);
  background-color: white;
  transition: left 0.5s ease;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .facets .facets__sidebar {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    left: -100%;
    width: 100%;
  }
}
.facets .facets__sidebar h2.facets-close {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 !important;
  padding: 45px 50px 30px;
  border-bottom: 1px solid #f2f2f2;
  width: 590px;
  background-color: white;
  font-size: 36px !important;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .facets .facets__sidebar h2.facets-close {
    font-size: 24px !important;
    padding: 20px;
    width: 100%;
  }
}
.facets .facets__sidebar h2.facets-close:after {
  position: relative;
  vertical-align: middle;
  font-family: "Font Awesome 6 Pro";
  content: "\f00d";
  font-weight: 300;
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .facets .facets__sidebar h2.facets-close:after {
    top: 2px;
  }
}
@media screen and (min-width: 1025px) {
  .facets .facets__sidebar h2.facets-close:after {
    transition: all 0.2s ease;
  }
  .facets .facets__sidebar h2.facets-close:hover:after {
    color: #00944d;
    transform: scale(1.2);
  }
}
.facets--visible {
  opacity: 1;
  visibility: visible;
  z-index: 10001;
}
.facets--visible .facets__sidebar {
  left: 0;
}
.facets--visible .facets__sidebar.closed {
  left: -670px;
}
@media only screen and (max-width: 767px) {
  .facets--visible .facets__sidebar.closed {
    left: -100%;
  }
}
.facets__list {
  position: relative;
  padding: 0 50px;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 767px) {
  .facets__list {
    padding: 0 20px;
  }
}
.facets .facet {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 0;
  text-align: center;
}
.facets .facet .facet__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 29px 0;
  position: relative;
  color: #323235;
  font-family: "Open Sans", sans-serif;
  text-align: left;
}
.facets .facet .facet__label i {
  font-size: 18px;
  margin-right: 3px;
}
.facets .facet .facet__label .active-facets-count {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #4b4b4b;
  color: white;
  margin-left: 12px;
  margin-right: auto;
  font-size: 12px;
  font-weight: bold;
}
.facets .facet.facet--collapsed .facet__label i {
  transform: rotate(-180deg);
}
.facets .facet .facet__options {
  overflow: hidden;
  position: relative;
  margin-bottom: 29px;
  text-align: left;
}
.facets .facet .facet__options li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 0;
  cursor: pointer;
  position: relative;
  color: #323235;
  margin-bottom: 16px;
  font-size: 14px;
}
.facets .facet .facet__options li:hover {
  color: #989899;
}
.facets .facet .facet__options li span {
  flex-basis: 22px;
  width: 22px;
  height: 22px;
  border: 1px solid #323235;
  border-radius: 4px;
  margin-right: 12px;
  font-size: 16px;
  line-height: 22px;
  color: white;
  background: white;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.facets .facet .facet__options li span:before {
  font-size: 14px;
}
.facets .facet .facet__options li span.selected {
  background: #00b67a;
  border: 1px solid #00b67a;
  color: white;
}
.facets .facet .facet__options li span.selected:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00c";
}
.facets .facet .facet__options li small {
  margin-left: auto;
  color: #989899;
}
.facets .facet .facet__options.color {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
.facets .facet .facet__options.color li {
  flex-basis: 16.666%;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  margin-bottom: 0;
  padding-top: 4px;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  word-break: break-word;
}
@media only screen and (max-width: 767px) {
  .facets .facet .facet__options.color li {
    flex-basis: 25%;
  }
}
.facets .facet .facet__options.color li span,
.facets .facet .facet__options.color li small {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
}
.facets .facet .facet__options.color li span {
  width: 40px;
  flex-basis: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 100%;
  margin-bottom: 6px;
}
.facets .facet .facet__options.color li span:before {
  font-size: 16px;
}
.facets .facet .facet__options.color li span.selected {
  background: white;
  box-shadow: 0 0 0 2px #00b67a;
}
.facets .facet .facet__options.color li span.selected:before {
  display: none;
}
.facets .facet .facet__options.color li small {
  margin-top: 2px;
  font-size: 11px;
}
.facets .facet.facet--collapsed .facet__options {
  display: none;
}
.facets .facet.facet--collapsed .range-slider {
  display: none;
}
.facets .facet .toggle-facet {
  display: inline-flex;
  align-items: center;
  background-color: #4b4b4b;
  padding-left: 12px;
  padding-right: 12px;
  margin: 0 auto 29px;
  font-size: 14px;
  letter-spacing: normal;
}
.facets .facet .toggle-facet i {
  margin-left: 10px;
}
.facets .facet .toggle-facet.hidden {
  display: none;
}
.facets .facet.facet--collapsed .toggle-facet {
  display: none;
}
.facets .facet.facet--boolean .active-facets-count,
.facets .facet.facet--boolean i {
  display: none;
}
.facets .facet.facet--boolean .facet__options {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 0;
}
.facets .facet.facet--boolean .facet__options label {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
.facets .show-all-results-wrp {
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
  margin-top: auto !important;
  padding: 24px 50px 24px;
  width: 590px;
  border-radius: 4px 4px 0 0;
  background-color: white;
  box-shadow: 0px -3px 30px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 767px) {
  .facets .show-all-results-wrp {
    padding: 16px 20px;
    width: 100%;
  }
}
.facets .show-all-results-wrp button {
  padding: 18px 0;
}
.facets .show-all-results-wrp button.facets__show-results {
  flex: 1;
}
.facets .show-all-results-wrp button.facets__clear-all {
  flex-basis: 160px;
  background-color: #f5f5f5;
  color: #323235;
}
.facets .show-all-results-wrp button.facets__clear-all:hover {
  color: #323235;
}

.styled-checkbox input {
  display: none;
}
.styled-checkbox span {
  flex-basis: 22px;
  width: 22px;
  height: 22px;
  border: 1px solid #323235;
  border-radius: 4px;
  font-size: 16px;
  line-height: 22px;
  color: white;
  background: white;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.styled-checkbox span:before {
  font-size: 14px;
  cursor: pointer;
}
.styled-checkbox input:checked + span {
  background: #00b67a;
  border: 1px solid #00b67a;
  color: white;
}
.styled-checkbox input:checked + span:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00c";
}

.range-slider {
  position: relative;
  margin: 30px auto 55px;
  padding-top: 12px;
}
.range-slider:before {
  display: none;
  content: "\e4ba";
  position: absolute;
  bottom: 100%;
  pointer-events: none;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 30px;
  color: #323235;
}
.range-slider *:focus {
  outline: 0;
}
.range-slider .input-range__slider {
  appearance: none;
  background: #00b67a;
  border: 1px solid #00b67a;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 30px;
  width: 30px;
  outline: none;
  position: absolute;
  top: 50%;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}
.range-slider .input-range__slider:focus {
  box-shadow: 0 0 0 0 rgba(63, 81, 181, 0);
}
.range-slider .input-range__label {
  position: absolute;
  transform: translate(0, -40px) !important;
  padding-top: 4px;
  color: #4b4b4b;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  user-select: none;
  width: 32px;
  text-align: center;
  left: 0 !important;
}
.range-slider .input-range__slider-container:last-child .input-range__label {
  right: 0 !important;
}
.range-slider .facet--collapsed .range-slider {
  display: none;
}
.range-slider .input-range--disabled .input-range__slider {
  background: #cccccc;
  border: 1px solid #cccccc;
  box-shadow: none;
  transform: none;
}
.range-slider .input-range__slider-container {
  transition: left 0.3s ease-out;
  top: -16px;
}
.range-slider .input-range__label--min,
.range-slider .input-range__label--max {
  display: none;
}
.range-slider .input-range__track {
  background: #eeeeee;
  border-radius: 0.3rem;
  cursor: pointer;
  display: block;
  height: 2px;
  position: relative;
  transition: left 0.3s ease-out, width 0.3s ease-out;
}
.range-slider .input-range--disabled .input-range__track {
  background: #eeeeee;
}
.range-slider .input-range__track--background {
  left: 0;
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 50%;
}
.range-slider .input-range__track--active {
  background: #00b67a;
}
.range-slider .input-range {
  height: 10px;
  position: relative;
  width: calc(100% - 32px);
}

.checkbox.style-sale {
  display: inline-block;
  position: relative;
  padding-right: 60px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox.style-sale input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox.style-sale input:checked ~ .checkbox__checkmark {
  background-color: #2c2c2e;
}

.checkbox.style-sale input:checked ~ .checkbox__checkmark:after {
  left: 26px;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.checkbox.style-sale:hover input ~ .checkbox__checkmark {
  background-color: #eee;
}

.checkbox.style-sale:hover input:checked ~ .checkbox__checkmark {
  background-color: #2c2c2e;
}

.checkbox.style-sale .checkbox__checkmark {
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
  height: 24px;
  width: 40px;
  transition: background-color 0.25s ease;
  border-radius: 11px;
  border: 1px solid #2c2c2e;
}

.checkbox.style-sale .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 11px;
  top: 11px;
  width: 16px;
  height: 16px;
  display: block;
  background-color: #2c2c2e;
  border-radius: 50%;
  transition: left 0.25s ease;
}

.checkbox.style-sale .checkbox__body {
  color: #333;
  line-height: 1.4;
  font-size: 16px;
  transition: color 0.25s ease;
}

.pagination {
  position: relative;
  max-width: 1180px;
  margin: 20px auto 0;
  text-align: center;
}
.pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}
.pagination ul li span, .pagination ul li a {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 3px;
  margin-right: 3px;
  border-radius: 100%;
  border: 1px solid #888;
  font-size: 12px;
  line-height: 27px;
  font-weight: 700;
  text-align: center;
  color: #323235;
}
.pagination ul li span i, .pagination ul li a i {
  position: relative;
  color: #323235;
}
.pagination ul li a:hover {
  border: 2px solid #00944d;
  background-color: #00944d;
  color: white;
}
.pagination ul li a:hover i {
  color: white;
}
.pagination ul li.current a {
  border: 2px solid #00944d;
  background-color: #00944d;
  color: white;
}
.pagination ul li.current a i {
  color: white;
}
.pagination ul li.disabled {
  display: none;
}
.pagination ul li.previous i {
  left: -1px;
}
.pagination ul li.next i {
  right: -1px;
}
/*# sourceMappingURL=archive.css.map */
