/* THIS FILE IS GENERATED AUTOMATICALLY, DO NOT MODIFY IT DIRECTLY, ANY DIRECT CHANGES WILL BE LOST */
/* Last update: 2025-12-06T03:23:56+00:00 */

@media (max-width: 1024px) {
  .wa-product-archive__body {
    grid-template-columns: 1fr;
  }
}
.wa-product-archive-sidebar {
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
  height: 100%;
}
.wa-product-archive-sidebar__box {
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
  padding: var(--space-m);
  background-color: var(--secondary);
  border-radius: var(--radius-m);
}
.wa-product-archive-sidebar__heading {
  font-size: var(--text-l) !important;
  font-weight: 700;
}
.wa-product-archive-sidebar__facet .wpgb-facet-title {
  font-weight: 700;
  font-size: var(--text-l) !important;
}
.wa-product-archive-sidebar__facet--price fieldset {
  margin: 0 !important;
}
.wa-product-archive-main {
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
}
.wa-product-archive-main__facets {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.wa-product-archive-main__facets--alt {
  align-items: flex-end;
}
.wa-product-archive__trigger {
  width: 100%;
  background: var(--primary);
  color: var(--white);
  font-weight: 700;
  border-radius: var(--radius-m);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-s);
  transition: 0.2s all ease-in-out;
}
.wa-product-archive__trigger:hover {
  background-color: var(--primary-hover);
}
.wa-product-archive__trigger svg {
  width: 2.4rem;
  margin-right: var(--space-xs);
}
.wa-product-archive__trigger svg path {
  stroke: var(--white);
}
.wa-product-archive__trigger--mobile {
  border-radius: var(--radius-m);
  position: fixed;
  flex-direction: column !important;
  z-index: 100;
  width: unset !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  font-size: var(--text-s) !important;
  bottom: 2.4rem;
  left: 0;
  display: flex;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .wa-product-archive__trigger {
    display: none;
  }
}
.wa-product-archive-topsellers {
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
}
.wa-product-archive-topsellers__heading {
  font-size: var(--text-l);
  color: var(--base);
  font-weight: 700;
}
.wa-product-archive-topsellers__body {
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
}
