.wa-product-cat-help {
  margin-top: var(--space-xxl) !important;
}
body .wa-product-cat__left {
  height: 100%;
}
body .wa-product-cat__left > .brxe-div {
  height: 100%;
}
body .wa-product-cat-title {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body .wa-product-cat-title__icon {
  height: 45px;
  width: auto;
  margin-right: var(--space-xs);
  margin-top: -8px;
}
body .wa-product-cat-title__icon img {
  border-radius: 100px;
  height: 45px;
  width: auto;
  margin-top: 4px;
  box-shadow: 0px 8px 10px var(--base-trans-10);
}
body .wa-product-cat-title__text {
  text-transform: uppercase;
  font-size: calc(var(--text-xxl) * 0.9);
  line-height: 1.2;
}
body .wa-product-cat-title__text--alt {
  text-transform: none;
}
body .wa-product-cat-box {
  background: var(--wa-parfen-bg-light) !important;
  padding: var(--space-m);
}
body .wa-product-cat-box .wpgb-facet-title, body .wa-product-cat-box .wa-product-cat-box__heading {
  font-family: "PT Serif";
  text-transform: uppercase;
  margin: 0 0 1.4rem 0 !important;
}
body .wa-product-cat-box .brxe-wpgb-facet .wpgb-facet fieldset {
  margin-bottom: var(--space-m) !important;
}
body .wa-product-cat-box .brxe-wpgb-facet:last-child .wpgb-facet fieldset {
  margin-bottom: 0 !important;
}
body .wa-product-grid-active-filters-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
body .wa-product-grid-active-filters fieldset {
  margin-bottom: 0 !important;
}
body .wa-product-grid-active-filters-remove {
  height: fit-content;
}
body .wa-product-grid-active-filters-remove .wpgb-loading {
  display: none;
}
body .wa-product-grid-active-filters-remove .wpgb-button.wpgb-reset {
  margin: 0 !important;
  border-radius: var(--radius-s);
  background-color: transparent;
  border: 2px solid var(--primary);
  text-transform: uppercase;
  color: var(--primary);
  font-size: var(--text-s);
  padding: calc(var(--space-xs)*.8) var(--space-s);
  font-weight: 700;
  transition: 0.3s all ease-in-out;
}
body .wa-product-grid-active-filters-remove .wpgb-button.wpgb-reset:hover {
  background-color: var(--primary);
  color: var(--white);
}
body .wa-product-grid-active-filters-remove .wpgb-facet button.wpgb-reset[disabled] {
  pointer-events: none;
  display: none;
}
body .wa-product-grid-sorting-filters__left .wpgb-sort.wpgb-select {
  background-color: var(--wa-parfen-bg-light);
  border: 1px solid var(--secondary-trans-20) !important;
  padding-left: var(--space-m) !important;
  color: var(--base--trans-80);
  transition: 0.3s all ease-in-out;
}
body .wa-product-grid-sorting-filters__left .wpgb-select-controls {
  color: var(--base--trans-80);
  transition: 0.3s all ease-in-out;
  right: 2% !important;
}
body .wa-product-grid-sorting-filters__left .wpgb-select-controls .wpgb-select-separator {
  display: none;
}
body .wa-product-grid-sorting-filters__left:hover .wpgb-sort.wpgb-select {
  color: var(--base);
}
body .wa-product-grid-sorting-filters__left:hover .wpgb-select-controls {
  color: var(--base);
}
body .wa-product-grid-sorting-filters__right {
  font-size: calc(var(--text-m) * .8);
}
/* PAGINATION FACETS STYLING */
body .wa-product-grid-pagination__left {
  /* LEFT SIDE = BUTTON */
}
body .wa-product-grid-pagination__left .wpgb-facet button.wpgb-button {
  background-color: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
  text-transform: uppercase;
  padding: var(--space-xs) var(--space-m);
  font-size: 16px;
}
body .wa-product-grid-pagination__left .wpgb-facet button.wpgb-button:hover {
  background-color: var(--primary);
  color: var(--white);
}
body .wa-product-grid-pagination__right {
  /* RIGHT SIDE = PAGE SELECTORS */
}
body .wa-product-grid-pagination__right .wpgb-facet .wpgb-pagination-facet .wpgb-pagination .wpgb-page {
  height: 100%;
  /* LAST AND FIRST NAVIGATION ICON */
}
body .wa-product-grid-pagination__right .wpgb-facet .wpgb-pagination-facet .wpgb-pagination .wpgb-page:last-child a {
  font-weight: 400;
  border-radius: var(--radius-xs);
  background-color: var(--wa-parfen-bg-light);
  font-size: var(--text-xxl);
  border: 2px solid var(--wa-parfen-bg-light);
  padding-bottom: calc(var(--space-xs) + 4px);
}
body .wa-product-grid-pagination__right .wpgb-facet .wpgb-pagination-facet .wpgb-pagination .wpgb-page:last-child a:hover {
  background-color: var(--wa-parfen-bg-hover);
  color: var(--primary-hover);
  border: 2px solid var(--wa-parfen-bg-hover);
}
body .wa-product-grid-pagination__right .wpgb-facet .wpgb-pagination-facet .wpgb-pagination .wpgb-page:first-child a {
  font-weight: 400;
  border-radius: var(--radius-xs);
  background-color: var(--wa-parfen-bg-light);
  font-size: var(--text-xxl);
  border: 2px solid var(--wa-parfen-bg-light);
  padding-bottom: calc(var(--space-xs) + 4px);
}
body .wa-product-grid-pagination__right .wpgb-facet .wpgb-pagination-facet .wpgb-pagination .wpgb-page:first-child a:hover {
  background-color: var(--wa-parfen-bg-hover);
  color: var(--primary-hover);
  border: 2px solid var(--wa-parfen-bg-hover);
}
body .wa-product-grid-pagination__right .wpgb-facet .wpgb-pagination-facet .wpgb-pagination .wpgb-page a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: var(--space-xs) var(--space-s);
  background-color: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
  border-radius: var(--radius-xs);
  transition: 0.3s all ease-in-out;
  font-weight: 700;
  line-height: 20px;
  font-size: 16px;
}
body .wa-product-grid-pagination__right .wpgb-facet .wpgb-pagination-facet .wpgb-pagination .wpgb-page a:hover {
  background-color: var(--primary);
  color: var(--white);
}
body .wa-product-grid-pagination__right .wpgb-facet .wpgb-pagination-facet .wpgb-pagination .wpgb-page a[aria-current] {
  border-radius: var(--radius-xs);
  background-color: var(--primary);
  color: var(--white);
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  border: 2px solid var(--primary);
  padding-bottom: var(--space-xs);
}
body .wa-product-grid-pagination__right .wpgb-facet .wpgb-pagination-facet .wpgb-pagination .wpgb-page a[aria-current]:hover {
  background-color: var(--primary);
  color: var(--white);
  border: 2px solid var(--primary);
}
body .wa-product-grid-pagination__right .wpgb-facet .wpgb-pagination-facet .wpgb-pagination .wpgb-page span {
  color: var(--primary);
}
body .wa-facet--sorting .wpgb-select {
  background: var(--wa-parfen-bg-light);
  padding-inline: var(--space-xs);
  transition: 0.3s all ease-in-out;
  border: 1px solid var(--base-trans-10) !important;
}
body .wa-facet--sorting .wpgb-select .wpgb-select-separator {
  display: none !important;
}
body .wa-facet--sorting .wpgb-select:hover {
  background-color: var(--wa-parfen-bg-light);
  color: var(--base--trans-80);
}
body .wa-product-cat-show-more .x-read-more_link {
  color: var(--base);
  font-weight: 700;
  text-decoration: underline;
}
body .wa-product-cat-show-more .x-read-more_link:hover {
  color: var(--primary);
}
body .sidebar-overlay__wrapper span {
  border: none !important;
}
.wpgb-facet .wpgb-checkbox .wpgb-checkbox-control, .wpgb-facet .wpgb-checkbox .wpgb-checkbox-control::before {
  border-color: var(--primary) !important;
}
.wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox[aria-pressed="true"] .wpgb-checkbox-control {
  background-color: var(--primary) !important;
}
.wpgb-checkbox-label span {
  font-size: calc(var(--text-xs)*1.2);
  color: var(--base-trans-60);
}
.wpgb-facet input::placeholder, .wpgb-facet select::placeholder, .wpgb-facet .wpgb-select button {
  color: var(--base) !important;
  opacity: 1;
}
body .wpgb-facet .wpgb-toggle-hidden {
  padding: calc(var(--space-xs)*.8) var(--space-s);
  background-color: var(--primary);
  border-radius: var(--radius-xs);
  color: var(--white);
  transition: 0.3s all ease-in-out;
}
body .wpgb-facet .wpgb-toggle-hidden:hover {
  background-color: var(--primary-hover);
}
@media (max-width: 991px) {
  .wa-widget-sidebar-trigger {
    transition: 0.3s all ease-in-out;
  }
  .wa-widget-sidebar-trigger:hover {
    background-color: var(--primary-hover);
  }
}
@media (max-width: 767px) {
  body .wa-topsellers {
    padding-top: var(--space-s) !important;
    padding-right: var(--space-s) !important;
    padding-left: var(--space-s) !important;
    padding-bottom: calc(var(--space-s) - var(--space-xs)) !important;
  }
  body .wa-topsellers-card .quantity {
    display: none !important;
  }
  body .wa-topsellers-card__gender > div {
    width: 20px !important;
    height: 20px !important;
    margin-right: var(--space-xs) !important;
  }
  body .wa-topsellers-card__img {
    max-height: 3rem !important;
  }
  body .wa-topsellers-card-inspired {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}
@media (max-width: 991px) {
  body .wa-archive-main-area__sidebar .wa-product-cat-help {
    margin-top: var(--space-l) !important;
    margin-bottom: var(--space-l);
  }
  body .wa-archive-main-area__sidebar .wa-product-cat-help__img {
    position: static;
    transform: none;
    margin-block: var(--space-s);
    transform: none !important;
  }
}
@media (min-width: 480px) {
  body .wa-topsellers-card__price--mobile {
    display: none !important;
  }
}
@media (max-width: 479px) {
  body .wa-product-cat-title__icon {
    height: 3rem;
  }
  body .wa-product-cat-title__icon img {
    height: 3rem;
  }
  body .wa-topsellers-card__price--desktop {
    display: none !important;
  }
  body .wa-topsellers-card-body-top {
    align-items: flex-start !important;
  }
  body .wa-topsellers-card-body-top .wa-topsellers-card-types .wa-product-card-type {
    width: 14px !important;
    height: 14px !important;
  }
  body .wa-topsellers-card-body-top .wa-topsellers-card-types img {
    max-height: 14px !important;
  }
  body .wa-topsellers-card-footer .wa-product-card__actions {
    margin-left: var(--space-s) !important;
  }
  body .wa-topsellers-card .brxe-wa-add-to-cart button {
    aspect-ratio: 1 !important;
  }
  body .wa-topsellers-card .brxe-wa-add-to-cart button svg {
    max-height: 18px;
  }
  body .wa-topsellers-card-body {
    margin-inline: var(--space-xs) !important;
  }
  body .wa-topsellers-card__title {
    font-size: var(--text-s) !important;
  }
  body .wa-topsellers-card-inspired {
    gap: 3px;
  }
  body .wa-topsellers-card-inspired__title {
    font-size: calc(var(--text-s) * 0.9) !important;
  }
  body .wa-topsellers-card-inspired__value {
    font-size: var(--text-s) !important;
  }
}
.wa-product-cat-section {
  padding-top: 0 !important;
}
.wa-product-cat-box {
  border-radius: var(--radius-s);
  background: var(--shade-ultra-light);
  padding: var(--space-m) var(--space-s);
  height: fit-content;
}
.wa-product-cat-box .wpgb-facet-title, .wa-product-cat-box__heading {
  font-size: calc(var(--text-m) * 1.2);
  font-weight: 700;
  line-height: 1.2;
}
.wa-product-cat-sidebar-menu .x-slide-menu_list > li:first-child > a {
  margin: 0 !important;
}
.wa-product-cat-sidebar-menu .menu-item a {
  margin-top: var(--space-xs);
  padding: 0;
}
.wa-product-cat-sidebar-menu .sub-menu {
  margin-left: var(--space-s);
}
.wa-product-cat .x-slide-menu_dropdown-icon {
  font-size: var(--text-l);
  width: fit-content;
}
.wa-subcategories {
  display: grid;
  grid-template-columns: var(--wa-subcategory-grid);
  gap: var(--wa-subcategory-grid-gap);
}
.wa-subcategory-card {
  border-radius: var(--radius-s);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.wa-subcategory-card__heading {
  color: var(--base);
  font-size: calc(var(--text-m) * 0.9);
  line-height: 1.2;
}
.wa-subcategory-card__body {
  background: var(--shade-ultra-light);
  padding: var(--space-s);
  width: 100%;
  transition: 200ms;
}
.wa-subcategory-card__footer {
  display: flex;
  align-items: center;
  padding: var(--space-s) var(--space-xs);
  background: var(--shade-light);
}
.wa-subcategory-card__icon {
  font-size: 2rem;
  color: var(--base);
}
.wa-subcategory-card:hover .wa-subcategory-card__body {
  background: var(--shade-light);
}
.wa-topsellers__heading {
  font-weight: 700;
}
.wa-topsellers .wpgb-card {
  border-radius: var(--radius-s);
  transition: 200ms !important;
  box-shadow: var(--wa-primary-box-shadow) !important;
}
.wa-topsellers .wpgb-card:hover {
  box-shadow: var(--wa-primary-box-shadow--hover) !important;
}
.wa-topsellers .wpgb-card .wpgb-card-inner {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.wa-topsellers .wpgb-card .wpgb-card-media {
  width: 10% !important;
}
.wa-topsellers .wpgb-card .wpgb-card-media-thumbnail div {
  background-size: calc(100% - calc(var(--space-xs) * 2)) !important;
}
.wa-topsellers .wpgb-card .wpgb-card-content {
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center;
  padding: var(--space-xs) var(--space-xs) var(--space-xs) 0;
}
.wa-topsellers .wpgb-card .wpgb-card-footer {
  min-width: fit-content;
}
.wa-topsellers .wpgb-card .wpgb-card-footer .wpgb-block-3 {
  color: var(--base);
}
.wpgb-facet fieldset {
  margin: 0 !important;
}
.wa-product-grid-sorting-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wa-product-grid-sorting-filters__left {
  display: flex;
  justify-content: flex-start;
}
.wa-product-grid-sorting-filters__right {
  display: flex;
  justify-content: flex-end;
}
.wa-product-grid-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wa-facet--sorting {
  min-width: 300px;
}
.wa-facet--sorting .wpgb-select {
  background-color: var(--shade-light);
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
.wa-product-grid-active-filters .wpgb-facet-title {
  font-weight: 700;
  margin-bottom: var(--space-xs) !important;
  margin-top: var(--space-s) !important;
}
.wa-product-grid-active-filters .wpgb-button-label {
  font-weight: 700 !important;
}
.wa-product-grid-active-filters fieldset {
  margin-bottom: var(--space-m) !important;
}
.wpgb-facet .wpgb-button:focus:not(button), .wpgb-facet .wpgb-rating:focus, .wpgb-facet .wpgb-hierarchy:focus, .wpgb-facet .wpgb-toggle-hidden:focus, .wpgb-facet .wpgb-range-clear:focus, .wpgb-facet .wpgb-range-thumb:focus, .wpgb-facet .wpgb-pagination li a:focus, .wpgb-facet .wpgb-radio:focus .wpgb-radio-control, .wpgb-facet .wpgb-checkbox:focus .wpgb-checkbox-control, .wpgb-facet .wpgb-color:focus .wpgb-color-control, .wpgb-facet .wpgb-az-index:focus .wpgb-az-index-label {
  outline-width: 0 !important;
}
body .wpgb-facet .wpgb-button[aria-pressed="true"], body .wpgb-facet .wpgb-range-facet .wpgb-range-slider .wpgb-range-thumb {
  border-color: var(--primary);
}
body .wpgb-facet .wpgb-button[aria-pressed="true"], body .wpgb-facet .wpgb-load-more, body .wpgb-facet .wpgb-apply, body .wpgb-facet body .wpgb-number-submit, body .wpgb-facet .wpgb-range-facet .wpgb-range-slider .wpgb-range-progress {
  background-color: var(--primary);
  border-radius: var(--radius-s);
}
body .wpgb-facet .wpgb-pagination li a[aria-current] {
  color: var(--primary);
}
@media (min-width: 991px) {
  .wa-widget-sidebar-trigger {
    display: none;
  }
}
@media (max-width: 991px) {
  .wa-widget-sidebar-trigger {
    width: 100%;
    background: var(--primary);
    color: #FFF;
    font-weight: 700;
    border-radius: var(--radius-s);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--space-s);
  }
  .wa-widget-sidebar-trigger__icon {
    font-size: 2.4rem;
    margin-right: var(--space-xs);
  }
}
@media (max-width: 480px) {
  .wa-topsellers .wpgb-card .wpgb-card-media {
    width: 100px !important;
  }
  .wa-product-grid-sorting-filters {
    flex-direction: column !important;
  }
  .wa-product-grid-sorting-filters__left {
    width: 100%;
  }
  .wa-product-grid-sorting-filters .wa-facet--sorting {
    width: 100%;
  }
  .wa-product-grid-sorting-filters__right {
    width: 100%;
    margin-top: var(--space-s);
  }
}
/*# sourceMappingURL=400-partials.map */
