/* Product-category scope and shared geometry. */
body.storefront-category-parity {
  --storefront-category-font: "Jost", Arial, sans-serif;
  --storefront-category-text: #202020;
  --storefront-category-border: #dadada;
  --storefront-category-soft-border: #ebebeb;
  --storefront-category-sale: #e85342;
  --storefront-category-price: #dd5350;
  --storefront-category-drawer-width: 270px;
  --storefront-category-container-max: 1690px;
  --storefront-category-container-gutter: 30px;
  --storefront-category-card-media-gap: 18px;
  --storefront-category-card-title-gap: 5px;
  container-type: inline-size;
}

body.storefront-category-parity .page-top {
  background: #fff;
  border: 0 !important;
  border-bottom: 1px solid var(--storefront-category-soft-border);
  box-shadow: none;
  height: auto !important;
  left: 0;
  margin: 0 0 33px;
  max-width: 100%;
  min-height: 0;
  padding: 20px 0;
  position: relative;
  right: auto;
  transform: none;
  width: 100%;
}

body.storefront-category-parity .page-top .page-sub-title,
body.storefront-category-parity .page-top .breadcrumbs-wrap,
body.storefront-category-parity .page-top .breadcrumb,
body.storefront-category-parity .page-top .yoast-breadcrumbs,
body.storefront-category-parity .page-top .page-title::after,
body.storefront-category-parity .page-top .page-title:not(.b-none)::after {
  background: transparent;
  border: 0;
  box-shadow: none;
  content: none;
  display: none;
}

body.storefront-category-parity .page-top .page-title-wrap {
  background: transparent;
  border: 0;
  box-shadow: none;
  display: block;
  line-height: normal;
  margin: 0;
  padding: 0;
  width: 100%;
}

body.storefront-category-parity .page-top > .container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--storefront-category-container-max);
  padding-left: var(--storefront-category-container-gutter);
  padding-right: var(--storefront-category-container-gutter);
  width: 100%;
}

body.storefront-category-parity .page-top > .container > .row {
  --bs-gutter-x: 0;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  width: 100%;
}

body.storefront-category-parity .page-top > .container > .row > [class*="col-"] {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

body.storefront-category-parity .storefront-category-title-scope,
body.storefront-category-parity .storefront-category-catalog-scope {
  box-sizing: border-box;
  left: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--storefront-category-container-max);
  min-width: 0;
  position: relative;
  transform: none;
  width: 100%;
}

body.storefront-category-parity.storefront-category-adapter-rendered #main > .container,
body.storefront-category-parity:has(.storefront-category-builder-row) #main > .container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--storefront-category-container-max);
  padding-left: var(--storefront-category-container-gutter);
  padding-right: var(--storefront-category-container-gutter);
  width: 100%;
}

body.storefront-category-parity.storefront-category-adapter-rendered #main > .container > .row.main-content-wrap,
body.storefront-category-parity:has(.storefront-category-builder-row) #main > .container > .row.main-content-wrap {
  --bs-gutter-x: 0;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  width: 100%;
}

body.storefront-category-parity .storefront-category-builder-row.porto-wrap-container.container {
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

body.storefront-category-parity .storefront-category-builder-row.porto-wrap-container.container > .vc_row,
body.storefront-category-parity .storefront-category-builder-row .vc_column_container,
body.storefront-category-parity .storefront-category-builder-row .vc_column-inner {
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

/* Neutralize only the two WPBakery gutters that wrap the confirmed category
   row. The regular Porto product grid keeps its own native negative gutters. */
body.storefront-category-parity .vc_row:has(> .storefront-category-builder-row) {
  box-sizing: border-box;
  margin-left: 15px;
  margin-right: 15px;
  max-width: none;
  width: auto;
}

body.storefront-category-parity .vc_row:has(> .storefront-category-builder-row) > .storefront-category-builder-row {
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

body.storefront-category-parity .storefront-category-builder-row > .row {
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

body.storefront-category-parity .storefront-category-builder-row .m-b-n-lg {
  margin-bottom: 0 !important;
}

body.storefront-category-parity .storefront-category-filter-source-consumed {
  display: none;
}

/* Hide a source sidebar only after the complete server toolbar is present. */
body.storefront-category-parity:has([data-storefront-category-filters-stage]) .porto-woo-category-sidebar {
  display: none;
}

body.storefront-category-parity:has([data-storefront-category-filters-stage]) #main > .container > .row.main-content-wrap > .main-content {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

/* Category title and term description. */
body.storefront-category-parity .page-top .storefront-category-title-scope {
  box-sizing: border-box;
  display: block;
}

body.storefront-category-parity .page-top .storefront-category-title-scope .page-title {
  border: 0;
  box-shadow: none;
  color: var(--storefront-category-text);
  display: block;
  font: 700 50px/62.5px var(--storefront-category-font) !important;
  letter-spacing: 2.5px;
  margin: 0 0 25px;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}

body.storefront-category-parity .page-top .storefront-category-title-scope .storefront-category-description {
  border: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #000;
  display: block;
  font: 400 15px/25px var(--storefront-category-font) !important;
  letter-spacing: 0;
  margin: 0;
  max-width: none;
  padding: 0;
  text-align: left;
  text-transform: none;
  width: 100%;
}

body.storefront-category-parity .page-top .storefront-category-title-scope .storefront-category-description > :first-child {
  margin-top: 0;
}

body.storefront-category-parity .page-top .storefront-category-title-scope .storefront-category-description > :last-child {
  margin-bottom: 0;
}

body.storefront-category-parity .page-top .storefront-category-title-scope .storefront-category-description p,
body.storefront-category-parity .page-top .storefront-category-title-scope .storefront-category-description a,
body.storefront-category-parity .page-top .storefront-category-title-scope .storefront-category-description span,
body.storefront-category-parity .page-top .storefront-category-title-scope .storefront-category-description strong {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}

body.storefront-category-parity .page-top .storefront-category-title-scope .storefront-category-description::after {
  content: none;
  display: none;
}

body.storefront-category-parity .page-top .storefront-category-title-scope .page-sub-title {
  margin-top: 18px;
}

/* Replaceable Porto toolbar region. */
body.storefront-category-parity .storefront-category-catalog-scope .shop-loop-before {
  align-items: center;
  background: transparent;
  border: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: space-between;
  height: auto !important;
  margin: 0 0 30px;
  max-width: none;
  min-height: 0;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 30;
}

body.storefront-category-parity .storefront-category-catalog-scope .shop-loop-before::before,
body.storefront-category-parity .storefront-category-catalog-scope .shop-loop-before::after {
  content: none;
}

/* The native desktop filters and toolbar remain direct flex participants. */
body.storefront-category-parity .storefront-category-toolbar-row {
  display: contents;
}

/* The second active-filter presentation is server-rendered for the existing
   narrow-screen toolbar breakpoint only. */
body.storefront-category-parity .storefront-category-active-filters {
  display: none;
}

/* Configured filter shell. */
body.storefront-category-parity .storefront-category-filters-stage {
  box-sizing: border-box;
  flex: 0 1 auto;
  margin: 0;
  min-width: 0;
  position: relative;
  width: auto;
  z-index: 40;
}

body.storefront-category-parity .storefront-category-filters__mobile-open,
body.storefront-category-parity .storefront-category-filters__drawer-header,
body.storefront-category-parity .storefront-category-filters__backdrop {
  display: none;
}

body.storefront-category-parity .storefront-category-filters {
  align-items: flex-start;
  display: flex;
  font-family: var(--storefront-category-font);
  min-width: 0;
  overflow: visible;
  position: relative;
}

body.storefront-category-parity .storefront-category-filters__heading {
  align-items: center;
  color: #000;
  display: flex;
  flex: 0 0 auto;
  font: 600 15px/26px var(--storefront-category-font);
  gap: 8.5px;
  margin: 14.5px 15px 0 0;
  min-height: 28px;
  white-space: nowrap;
}

body.storefront-category-parity .storefront-category-filters__icon {
  display: block;
  flex: 0 0 20px;
  height: 20px;
  transform: translateY(-2px);
  width: 20px;
}

body.storefront-category-parity .storefront-category-filters__heading > span {
  letter-spacing: normal;
  position: relative;
  top: -1px;
}

body.storefront-category-parity .storefront-category-filters__items,
body.storefront-category-parity .storefront-category-filters__native {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: relative;
  width: auto !important;
}

body.storefront-category-parity .storefront-category-filters__native > * {
  margin-bottom: 0;
}

/* Server-rendered active filters: one row below the filter triggers, matching
   shop interface's Clear + removable-chip sequence. WooCommerce owns every label and
   value; the child theme supplies only layout and AJAX navigation hooks. */
body.storefront-category-parity .storefront-category-filters .wp-block-woocommerce-product-filter-active {
  align-items: flex-start;
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0;
  min-height: 52px;
  order: 100;
  padding: 0;
  width: 100%;
}

body.storefront-category-parity .storefront-category-filters .wp-block-woocommerce-product-filter-active:not(:has(.wc-block-product-filter-removable-chips__item)) {
  display: none;
}

body.storefront-category-parity .storefront-category-filters .wp-block-woocommerce-product-filter-clear-button {
  display: block;
  margin: 0;
  order: 0;
  padding: 0;
  width: auto !important;
}

body.storefront-category-parity .storefront-category-filters .wp-block-woocommerce-product-filter-clear-button .wp-block-buttons,
body.storefront-category-parity .storefront-category-filters .wc-block-product-filter-clear-button,
body.storefront-category-parity .storefront-category-filters .wc-block-product-filter-removable-chips,
body.storefront-category-parity .storefront-category-filters .wc-block-product-filter-removable-chips__items {
  align-items: center;
  display: flex;
  gap: 4px;
  margin: 0;
  padding: 0;
  width: auto !important;
}

body.storefront-category-parity .storefront-category-filters .wc-block-product-filter-removable-chips__items {
  gap: 8px;
}

body.storefront-category-parity .storefront-category-filters .wc-block-product-filter-removable-chips {
  order: 1;
}

body.storefront-category-parity .storefront-category-filters .wc-block-product-filter-removable-chips__item {
  align-items: normal;
  background: transparent;
  border: 1px solid #2d2d2d;
  border-radius: 10px;
  color: #2d2d2d;
  display: flex;
  font: 400 15px/26px var(--storefront-category-font);
  gap: 0;
  height: 32px;
  justify-content: flex-start;
  margin: 0;
  padding: 2px 10px;
}

body.storefront-category-parity .storefront-category-filters .wc-block-product-filter-removable-chips__label {
  color: inherit;
  font: inherit;
  white-space: nowrap;
}

body.storefront-category-parity .storefront-category-filters .wc-block-product-filter-removable-chips__remove {
  appearance: none;
  background: transparent;
  border: 0;
  color: #000;
  cursor: pointer;
  display: block;
  height: 20px;
  margin: 0 0 0 8px;
  padding: 0;
  position: relative;
  top: 4px;
  width: 10px;
}

body.storefront-category-parity .storefront-category-filters .wc-block-product-filter-removable-chips__remove-icon {
  display: block;
  height: 20px;
  overflow: visible;
  width: 10px;
}

body.storefront-category-parity .storefront-category-filters .wc-block-product-filter-removable-chips__remove-icon path {
  transform: scale(1.785);
  transform-box: fill-box;
  transform-origin: center;
}

body.storefront-category-parity .storefront-category-filters .wp-block-woocommerce-product-filter-clear-button .wp-block-button__link {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 1px solid #2d2d2d;
  border-radius: 10px;
  color: #2d2d2d;
  cursor: pointer;
  display: flex;
  font: 400 15px/26px var(--storefront-category-font);
  height: 32px;
  margin: 0;
  padding: 2px 10px !important;
  text-decoration: none;
  white-space: nowrap;
  width: auto !important;
}

/* WooCommerce may place a public filter heading on an outer block and the
   actual interactive list one or two wrappers deeper. The server adapter owns
   the dropdown; these data-only wrappers must not become extra flex items. */
body.storefront-category-parity .storefront-category-filters__native [data-block-name]:has(> .storefront-category-filter),
body.storefront-category-parity .storefront-category-filters__native [data-block-name]:has(> [data-block-name] > .storefront-category-filter) {
  display: contents;
}

body.storefront-category-parity .storefront-category-filter {
  background: transparent;
  pointer-events: auto;
  border: 0;
  box-shadow: none;
  box-sizing: border-box;
  float: none;
  margin: 0;
  max-width: none;
  min-width: 0;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 190px !important;
}


body.storefront-category-parity .storefront-category-filters .wc-block-product-filters,
body.storefront-category-parity .storefront-category-filters .wp-block-woocommerce-product-filters,
body.storefront-category-parity .storefront-category-filters .wc-block-product-filters__overlay,
body.storefront-category-parity .storefront-category-filters .wc-block-product-filters__overlay-wrapper,
body.storefront-category-parity .storefront-category-filters .wc-block-product-filters__overlay-content {
  background: transparent;
  box-shadow: none;
  display: block;
  height: auto;
  inset: auto;
  margin: 0;
  max-height: none;
  max-width: none;
  min-height: 0;
  opacity: 1;
  overflow: visible;
  padding: 0;
  position: static;
  transform: none;
  visibility: visible;
  width: auto;
}

body.storefront-category-parity .storefront-category-filters .wc-block-product-filters__open-overlay,
body.storefront-category-parity .storefront-category-filters .wc-block-product-filters__close-overlay,
body.storefront-category-parity .storefront-category-filters .wc-block-product-filters__overlay-header,
body.storefront-category-parity .storefront-category-filters .wc-block-product-filters__overlay-backdrop {
  display: none;
}

/* Keep the full WooCommerce Interactivity API ancestry in the DOM while
   removing its layout boxes. The root owns the dynamic filter store; it must
   never be discarded merely to obtain a horizontal visual layout. */
body.storefront-category-parity .storefront-category-filters__native > .storefront-category-filters__native-root,
body.storefront-category-parity .storefront-category-filters__native > .storefront-category-filters__native-root > .wc-block-product-filters__overlay,
body.storefront-category-parity .storefront-category-filters__native > .storefront-category-filters__native-root > .wc-block-product-filters__overlay > .wc-block-product-filters__overlay-wrapper,
body.storefront-category-parity .storefront-category-filters__native > .storefront-category-filters__native-root .wc-block-product-filters__overlay-dialog,
body.storefront-category-parity .storefront-category-filters__native > .storefront-category-filters__native-root .wc-block-product-filters__overlay-content {
  display: contents !important;
}

body.storefront-category-parity .storefront-category-filter__panel > .storefront-category-filter__native-group {
  background: transparent;
  border: 0;
  box-shadow: none;
  float: none;
  margin: 0;
  max-width: none;
  min-width: 0;
  padding: 0;
  width: auto !important;
}

body.storefront-category-parity .storefront-category-filter__panel > .widget-title,
body.storefront-category-parity .storefront-category-filter__panel > .wc-block-product-filter__title,
body.storefront-category-parity .storefront-category-filter__panel > legend {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

body.storefront-category-parity .storefront-category-filter__native-title {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px !important;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

body.storefront-category-parity .storefront-category-filter__trigger {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: none;
  color: #2d2d2d;
  cursor: pointer;
  display: flex;
  font: 400 15px/25px var(--storefront-category-font);
  height: 50px;
  justify-content: flex-start;
  letter-spacing: 0.75px;
  margin: 0;
  min-width: 0;
  padding: 12px 14px 11px;
  position: relative;
  text-align: left;
  text-transform: none;
  width: 190px;
}

body.storefront-category-parity .storefront-category-filter__trigger:hover,
body.storefront-category-parity .storefront-category-filter__trigger[aria-expanded="true"],
body.storefront-category-parity .storefront-category-filter[data-storefront-category-filter-active="true"] > .storefront-category-filter__trigger {
  border-color: #ccc;
  color: #2d2d2d;
}

body.storefront-category-parity .storefront-category-filter__trigger:focus-visible,
body.storefront-category-parity .storefront-category-filters__mobile-open:focus-visible,
body.storefront-category-parity .storefront-category-filters__close:focus-visible,
body.storefront-category-parity .storefront-category-select__trigger:focus-visible,
body.storefront-category-parity .storefront-category-select__option:focus-visible,
body.storefront-category-parity .storefront-category-card__image-link:focus-visible,
body.storefront-category-parity .storefront-category-card__title:focus-visible,
body.storefront-category-parity .storefront-category-card__action a:focus-visible {
  outline: 2px solid #202020;
  outline-offset: 2px;
}

body.storefront-category-parity .storefront-category-filter__label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.storefront-category-parity .storefront-category-filter__count {
  align-items: center;
  background: #323232;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font: 400 8px/16px var(--storefront-category-font);
  height: 16px;
  justify-content: center;
  letter-spacing: 0.75px;
  margin-left: 9px;
  min-width: 16px;
  padding: 0;
  transform: translateY(-1px);
  width: 16px;
}

body.storefront-category-parity .storefront-category-control__chevron {
  border-bottom: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  display: block;
  flex: 0 0 7px;
  height: 7px;
  margin-left: auto;
  transform: rotate(45deg) translateY(-2px);
  transform-origin: center;
  transition: transform 0.18s ease;
  width: 7px;
}

body.storefront-category-parity [aria-expanded="true"] > .storefront-category-control__chevron {
  transform: rotate(225deg) translate(-1px, -1px);
}

body.storefront-category-parity .storefront-category-filter__trigger > .storefront-category-control__chevron {
  border-bottom: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  flex: 0 0 0;
  height: 0;
  margin-left: auto;
  position: absolute;
  right: 14px;
  top: 20px;
  transform: none;
  transition: none;
  width: 0;
}

body.storefront-category-parity .storefront-category-filter__trigger[aria-expanded="true"] > .storefront-category-control__chevron {
  transform: none;
}

body.storefront-category-parity .storefront-category-filter__panel {
  background: #fff;
  border: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  color: var(--storefront-category-text);
  font: 400 15px/24px var(--storefront-category-font);
  left: 0;
  margin: 0;
  min-width: 250px;
  overflow: visible;
  padding: 20px 20px 17px;
  position: absolute;
  top: 100%;
  width: max-content;
  z-index: 100;
}

body.storefront-category-parity .storefront-category-filter__panel[hidden] {
  display: none;
}

@media (min-width: 1200px) {
  body.storefront-category-parity .storefront-category-filter.is-open::after {
    content: none;
  }
}

body.storefront-category-parity .storefront-category-filter__panel ul,
body.storefront-category-parity .storefront-category-filter__panel ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.storefront-category-parity .storefront-category-filter__panel li {
  margin: 0 0 8px;
  padding: 0;
}

body.storefront-category-parity .storefront-category-filter__panel li:last-child {
  margin-bottom: 0;
}

body.storefront-category-parity .storefront-category-filter__panel label,
body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-checkbox-list__item,
body.storefront-category-parity .storefront-category-filter__panel .woocommerce-widget-layered-nav-list__item {
  align-items: center;
  color: #202020;
  display: flex;
  font: 400 15px/23px var(--storefront-category-font);
  justify-content: flex-start;
  margin: 0 0 10px;
  min-width: 210px;
}

body.storefront-category-parity .storefront-category-filter__panel label:last-child,
body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-checkbox-list__item:last-child,
body.storefront-category-parity .storefront-category-filter__panel .woocommerce-widget-layered-nav-list__item:last-child {
  margin-bottom: 0;
}

body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-checkbox-list__item {
  height: 23px;
  min-height: 23px;
}

body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-checkbox-list__text-wrapper,
body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-checkbox-list__text {
  color: #202020;
  cursor: pointer;
  font: 400 15px/23px var(--storefront-category-font);
  letter-spacing: normal;
}

body.storefront-category-parity .storefront-category-filter__panel input[type="radio"] {
  accent-color: #202020;
  appearance: none;
  background: #fff;
  border: 1px solid #000;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-grid;
  flex: 0 0 16px;
  height: 16px;
  margin: 0 10px 0 0;
  place-content: center;
  width: 16px;
}

body.storefront-category-parity .storefront-category-filter__panel input[type="radio"] {
  border-radius: 50%;
}

body.storefront-category-parity .storefront-category-filter__panel input[type="radio"]::before {
  background: #202020;
  content: "";
  height: 8px;
  transform: scale(0);
  transition: transform 0.12s ease;
  width: 8px;
}

body.storefront-category-parity .storefront-category-filter__panel input[type="radio"]::before {
  border-radius: 50%;
}

body.storefront-category-parity .storefront-category-filter__panel input[type="radio"]:checked::before {
  transform: scale(1);
}

body.storefront-category-parity .storefront-category-filter__panel input:disabled,
body.storefront-category-parity .storefront-category-filter__panel input:disabled + span,
body.storefront-category-parity .storefront-category-filter__panel .disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

body.storefront-category-parity .storefront-category-filter__panel .count,
body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-checkbox-list__count {
  color: #777;
  font: 400 13px/24px var(--storefront-category-font);
  margin-left: auto;
}

/* Native price-filter styling. */
body.storefront-category-parity .storefront-category-filter__panel .price_slider_wrapper,
body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-price-slider {
  box-sizing: border-box;
  margin: 0;
  min-width: 210px;
  width: 210px;
}

body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-price-slider__content {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  width: 210px;
}

body.storefront-category-parity .storefront-category-filter__panel .price_slider,
body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-price-slider__range {
  background: #e2e2e2;
  border: 0;
  border-radius: 0;
  height: 3px;
  margin: 8px 0 24px;
  position: relative;
  flex: 0 0 210px;
  order: 0;
}

body.storefront-category-parity .storefront-category-filter__panel .ui-slider-range,
body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-price-slider__range-input-progress {
  background: #202020;
  border: 0;
  height: 3px;
}

body.storefront-category-parity .storefront-category-filter__panel .ui-slider-handle {
  background: #fff;
  border: 2px solid #202020;
  border-radius: 50%;
  box-shadow: none;
  cursor: pointer;
  height: 15px;
  margin-left: -7px;
  top: -6px;
  width: 15px;
}

body.storefront-category-parity .storefront-category-filter__panel .price_slider_amount {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
}

body.storefront-category-parity .storefront-category-filter__panel .price_slider_amount input,
body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-price-slider input[type="text"],
body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-price-slider input[type="number"] {
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 0;
  box-shadow: none;
  color: #202020;
  font: 400 12px/24px var(--storefront-category-font);
  height: 30px;
  max-width: 80px;
  padding: 0 8px;
  width: 80px;
}

body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-price-slider__left,
body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-price-slider__right {
  flex: 0 0 80px;
  margin: 0;
  order: 1;
  width: 80px;
}

body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-price-slider__right {
  order: 3;
}

body.storefront-category-parity .storefront-category-filter__panel .storefront-category-price-separator {
  flex: 1 1 auto;
  font: 400 15px/30px var(--storefront-category-font);
  order: 2;
  text-align: center;
}

body.storefront-category-parity .storefront-category-filter__panel .storefront-category-price-apply {
  appearance: none;
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  color: #202020;
  cursor: pointer;
  display: block;
  flex: 0 0 210px;
  font: 400 15px/23px var(--storefront-category-font);
  height: 35px;
  margin: 15px 0 10px;
  order: 4;
  padding: 5px;
  text-align: center;
  text-transform: none;
  width: 210px;
}

body.storefront-category-parity .storefront-category-filter__panel .storefront-category-price-apply:hover,
body.storefront-category-parity .storefront-category-filter__panel .storefront-category-price-apply:focus-visible {
  border-color: #999;
  color: #000;
}

body.storefront-category-parity .storefront-category-filter__panel .price_slider_amount .button,
body.storefront-category-parity .storefront-category-filter__panel button[type="submit"] {
  background: #202020;
  border: 1px solid #202020;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font: 600 12px/36px var(--storefront-category-font);
  height: 38px;
  margin: 0;
  padding: 0 14px;
  text-transform: none;
}

body.storefront-category-parity .storefront-category-filter__panel .price_label {
  flex: 1 1 100%;
  font: 400 13px/22px var(--storefront-category-font);
  order: -1;
}

@media (min-width: 1200px) {
  body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-price-slider__range {
    background: #323232;
    border-radius: 1px;
    height: 5px;
    margin: 8px 0 22px;
  }

  body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-price-slider__range::before,
  body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-price-slider__range-input-progress,
  body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-price-slider__range .range-bar {
    background: #323232;
    border-radius: 1px;
    height: 5px;
  }

  body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-price-slider__range input[type="range"]::-webkit-slider-runnable-track {
    background: transparent;
    border: 0;
    border-radius: 1px;
    height: 5px;
  }

  body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-price-slider__range input[type="range"]::-webkit-slider-thumb,
  body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-price-slider__range input[type="range"]:hover::-webkit-slider-thumb,
  body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-price-slider__range input[type="range"]:focus::-webkit-slider-thumb,
  body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-price-slider__range input[type="range"]:focus-visible::-webkit-slider-thumb {
    appearance: none;
    background: #323232;
    border: 1px solid #323232;
    border-radius: 25px;
    box-shadow: none;
    box-sizing: border-box;
    height: 18px;
    margin-top: -7px;
    width: 18px;
  }

  body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-price-slider input[type="text"],
  body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-price-slider input[type="number"],
  body.storefront-category-parity .storefront-category-filter__panel .storefront-category-price-apply {
    border-color: #ddd;
    border-radius: 3px;
    color: #000;
  }
}

/* Native count and ordering shell. */
body.storefront-category-parity .storefront-category-toolbar {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  width: auto;
  z-index: 35;
}

body.storefront-category-parity .storefront-category-toolbar__spacer {
  flex: 1 1 auto;
}

body.storefront-category-parity .storefront-category-toolbar__controls {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 34.648px;
  justify-content: flex-end;
}

body.storefront-category-parity .storefront-category-toolbar__control {
  align-items: center;
  display: flex;
  gap: 13px;
  min-width: 0;
  position: relative;
}

body.storefront-category-parity .storefront-category-toolbar__control > form.storefront-category-native-control {
  align-items: center;
  display: flex;
  float: none;
  gap: 13px;
  margin: 0;
  padding: 0;
  width: auto !important;
}

body.storefront-category-parity .storefront-category-toolbar__control > form.storefront-category-native-control > label {
  color: var(--storefront-category-text);
  display: block;
  float: none;
  font: 600 15px/23px var(--storefront-category-font) !important;
  margin: 0;
  padding: 0;
  text-transform: none;
  white-space: nowrap;
}

body.storefront-category-parity .storefront-category-toolbar__control > form.storefront-category-native-control > select {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  background-image:
    linear-gradient(45deg, transparent 50%, #606060 50%),
    linear-gradient(135deg, #606060 50%, transparent 50%);
  background-position:
    calc(100% - 19px) 22px,
    calc(100% - 15px) 22px;
  background-repeat: no-repeat;
  background-size: 4px 4px, 4px 4px;
  border: 1px solid var(--storefront-category-border) !important;
  border-radius: 3px;
  box-shadow: none;
  color: var(--storefront-category-text);
  cursor: pointer;
  display: block;
  float: none;
  font: 400 15px/25px var(--storefront-category-font) !important;
  height: 50px;
  line-height: 25px;
  margin: 0;
  min-height: 50px;
  padding: 12px 36px 11px 14px;
  text-transform: none;
}

body.storefront-category-parity .storefront-category-toolbar__control--count select.count {
  width: 89px;
}

body.storefront-category-parity .storefront-category-toolbar__control--orderby select.orderby {
  width: 176.391px;
}

body.storefront-category-parity .storefront-category-toolbar__control > form.storefront-category-native-control > select:hover {
  border-color: #a8a8a8;
}

body.storefront-category-parity .storefront-category-toolbar__control > form.storefront-category-native-control > select:focus-visible {
  outline: 2px solid #202020;
  outline-offset: 2px;
}

body.storefront-category-parity .storefront-category-toolbar__label {
  color: var(--storefront-category-text);
  font: 600 15px/24px var(--storefront-category-font);
  white-space: nowrap;
}

body.storefront-category-parity .storefront-category-toolbar__label:empty {
  display: none;
}

body.storefront-category-parity .storefront-category-select {
  position: relative;
}

body.storefront-category-parity .storefront-category-select__trigger {
  align-items: center;
  appearance: none;
  background: #fff;
  border: 1px solid var(--storefront-category-border);
  border-radius: 0;
  box-shadow: none;
  color: var(--storefront-category-text);
  cursor: pointer;
  display: flex;
  font: 400 15px/24px var(--storefront-category-font);
  height: 50px;
  justify-content: space-between;
  margin: 0;
  min-width: 0;
  padding: 12px 14px 11px;
  text-align: left;
  text-transform: none;
}

body.storefront-category-parity .storefront-category-toolbar__control--count .storefront-category-select__trigger {
  width: 89px;
}

body.storefront-category-parity .storefront-category-toolbar__control--orderby .storefront-category-select__trigger {
  width: 176px;
}

body.storefront-category-parity .storefront-category-select__trigger:hover,
body.storefront-category-parity .storefront-category-select__trigger[aria-expanded="true"] {
  border-color: #a8a8a8;
}

body.storefront-category-parity .storefront-category-select__value {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.storefront-category-parity .storefront-category-select__menu {
  background: #fff;
  border: 1px solid var(--storefront-category-border);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  left: 0;
  list-style: none;
  margin: 4px 0 0;
  max-height: min(360px, 55vh);
  min-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 5px 0;
  position: absolute;
  top: 100%;
  width: max-content;
  z-index: 150;
}

body.storefront-category-parity .storefront-category-select__menu[hidden] {
  display: none;
}

body.storefront-category-parity .storefront-category-select__menu.is-drop-up {
  bottom: 100%;
  margin-bottom: 4px;
  margin-top: 0;
  top: auto;
}

body.storefront-category-parity .storefront-category-toolbar__control--count .storefront-category-select__menu {
  width: 89px;
}

body.storefront-category-parity .storefront-category-toolbar__control--orderby .storefront-category-select__menu {
  width: 176px;
}

body.storefront-category-parity .storefront-category-select__menu > li {
  margin: 0;
  padding: 0;
}

body.storefront-category-parity .storefront-category-select__option {
  appearance: none;
  background: #fff;
  border: 0;
  border-radius: 0;
  color: var(--storefront-category-text);
  cursor: pointer;
  display: block;
  font: 400 14px/22px var(--storefront-category-font);
  margin: 0;
  min-height: 34px;
  padding: 6px 13px;
  text-align: left;
  text-transform: none;
  white-space: normal;
  width: 100%;
}

body.storefront-category-parity .storefront-category-select__option:hover,
body.storefront-category-parity .storefront-category-select__option:focus-visible,
body.storefront-category-parity .storefront-category-select__option[aria-selected="true"] {
  background: #f1f1f1;
  color: #000;
}

body.storefront-category-parity .storefront-category-select__option:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

body.storefront-category-parity .storefront-category-native-control[hidden] {
  display: flex;
}

/* Native product loop and category card. */
body.storefront-category-parity .storefront-category-catalog-scope .archive-products {
  box-sizing: border-box;
  min-width: 0;
  width: 100%;
}

body.storefront-category-parity .storefront-category-catalog-scope ul.products.storefront-category-products {
  align-items: stretch;
  display: flex !important;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -15px !important;
  max-width: none !important;
  padding: 0 !important;
  position: relative;
  row-gap: 0;
  width: auto !important;
}

body.storefront-category-parity .storefront-category-catalog-scope ul.products.storefront-category-products::before,
body.storefront-category-parity .storefront-category-catalog-scope ul.products.storefront-category-products::after {
  content: none !important;
}

body.storefront-category-parity .storefront-category-catalog-scope ul.products.storefront-category-products > li.storefront-category-card {
  box-sizing: border-box !important;
  flex: 0 0 var(--porto-cw, 100%) !important;
  float: none !important;
  margin: 10px 0 15px !important;
  max-width: var(--porto-cw, 100%) !important;
  min-width: 0 !important;
  padding-left: 15px !important;
  padding-bottom: 12px !important;
  padding-right: 15px !important;
  position: relative;
  width: var(--porto-cw, 100%) !important;
}

body.storefront-category-parity .storefront-category-card__inner {
  box-sizing: border-box;
  color: var(--storefront-category-text);
  display: flex;
  flex-direction: column;
  font-family: var(--storefront-category-font);
  height: 100%;
  min-width: 0;
  position: relative;
  text-align: left;
  width: 100%;
}

body.storefront-category-parity .storefront-category-card__media {
  aspect-ratio: 1 / 1;
  margin: 0 0 var(--storefront-category-card-media-gap);
  min-width: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

body.storefront-category-parity .storefront-category-card__image-link {
  align-items: center;
  background: #fff;
  height: 100%;
  color: inherit;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 100%;
}

body.storefront-category-parity .storefront-category-card__image-link .inner,
body.storefront-category-parity .storefront-category-card__image-link picture {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}

body.storefront-category-parity .storefront-category-card__image-link img {
  display: block;
  height: 100% !important;
  inset: auto !important;
  margin: 0 auto !important;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  position: relative !important;
  transform: none;
  width: 100% !important;
}

body.storefront-category-parity .storefront-category-card__image-link img.hover-image {
  inset: 0 !important;
  opacity: 0;
  position: absolute !important;
  transition: opacity 0.22s ease;
}

body.storefront-category-parity .storefront-category-card__inner:hover .storefront-category-card__image-link img.hover-image,
body.storefront-category-parity .storefront-category-card__inner:focus-within .storefront-category-card__image-link img.hover-image {
  opacity: 1;
}

body.storefront-category-parity .storefront-category-card__badges {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 5;
}

body.storefront-category-parity .storefront-category-card__badge {
  align-items: center;
  border-radius: 0;
  box-sizing: border-box;
  display: inline-flex;
  font: 500 13px/24px var(--storefront-category-font);
  height: 24px;
  justify-content: center;
  padding: 0 9px;
  white-space: nowrap;
}

body.storefront-category-parity .storefront-category-card__badge--sale {
  background: var(--storefront-category-sale);
  color: #fff;
  min-width: 43px;
}

body.storefront-category-parity .storefront-category-card__badge--stock {
  background: #c1c1c1;
  color: #fff;
  min-width: 63px;
}

body.storefront-category-parity .storefront-category-card__action {
  background: #fff;
  bottom: 0;
  box-sizing: border-box;
  height: 51px;
  left: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  visibility: hidden;
  width: 100%;
  z-index: 4;
}

body.storefront-category-parity .storefront-category-card__inner:hover .storefront-category-card__action,
body.storefront-category-parity .storefront-category-card__inner:focus-within .storefront-category-card__action {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

body.storefront-category-parity .storefront-category-card__action .add-links-wrap,
body.storefront-category-parity .storefront-category-card__action .add-links {
  align-self: auto !important;
  background: transparent !important;
  display: block !important;
  grid-column: auto !important;
  grid-row: auto !important;
  height: 100% !important;
  margin: 0 !important;
  opacity: 1 !important;
  overflow: visible !important;
  padding: 0 !important;
  position: static !important;
  visibility: visible !important;
  width: 100% !important;
}

body.storefront-category-parity .storefront-category-card .stock.out-of-stock {
  display: none !important;
}

body.storefront-category-parity .storefront-category-card__action > a,
body.storefront-category-parity .storefront-category-card__action .button,
body.storefront-category-parity .storefront-category-card__action .added_to_cart {
  align-items: center !important;
  background: #fff !important;
  border: 1px solid #202020 !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  color: #202020 !important;
  display: flex !important;
  font: 600 15px/49px var(--storefront-category-font) !important;
  height: 51px !important;
  justify-content: center !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 0 14px !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  width: 100% !important;
}

body.storefront-category-parity .storefront-category-card__action > a:hover,
body.storefront-category-parity .storefront-category-card__action > a:focus-visible,
body.storefront-category-parity .storefront-category-card__action .button:hover,
body.storefront-category-parity .storefront-category-card__action .button:focus-visible {
  background: #202020 !important;
  color: #fff !important;
}

body.storefront-category-parity .storefront-category-card__action .button::before,
body.storefront-category-parity .storefront-category-card__action .button::after {
  content: none !important;
}

body.storefront-category-parity .storefront-category-card__action .loading {
  opacity: 0.65;
}

body.storefront-category-parity .storefront-category-card__content {
  box-sizing: border-box;
  min-width: 0;
  padding-top: 0;
  width: 100%;
}

body.storefront-category-parity .storefront-category-card__title {
  color: var(--storefront-category-text) !important;
  display: block;
  font: 500 16px/26px var(--storefront-category-font) !important;
  letter-spacing: 0 !important;
  margin: 0 0 var(--storefront-category-card-title-gap) !important;
  min-height: 26px;
  padding: 0 !important;
  text-align: left !important;
  text-decoration: none !important;
  text-transform: none !important;
}

body.storefront-category-parity .storefront-category-card__title:hover {
  color: #000 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

body.storefront-category-parity .storefront-category-card__price {
  align-items: baseline;
  color: var(--storefront-category-text);
  display: flex;
  flex-wrap: wrap;
  font: 700 15px/25px var(--storefront-category-font) !important;
  gap: 7px;
  margin: 1px 0 0 !important;
  min-height: 25px;
  padding: 0 !important;
  text-align: left !important;
}

body.storefront-category-parity .storefront-category-card__price .amount,
body.storefront-category-parity .storefront-category-card__price bdi {
  font: inherit !important;
}

body.storefront-category-parity .storefront-category-card__price del {
  color: #8c8c8c !important;
  font: 400 15px/25px var(--storefront-category-font) !important;
  opacity: 1 !important;
  text-decoration-thickness: 1px;
}

body.storefront-category-parity .storefront-category-card__price ins {
  background: transparent !important;
  color: var(--storefront-category-price) !important;
  font: 700 15px/25px var(--storefront-category-font) !important;
  text-decoration: none !important;
}

body.storefront-category-parity .storefront-category-card--out-of-stock .storefront-category-card__image-link img {
  opacity: 0.78;
}

body.storefront-category-parity .storefront-category-card--out-of-stock .storefront-category-card__image-link img.hover-image {
  opacity: 0;
}

/* Porto loading and empty states. */
body.storefront-category-parity .storefront-category-catalog-scope ul.products.storefront-category-products.yith-wcan-loading,
body.storefront-category-parity .storefront-category-catalog-scope ul.products.storefront-category-products.skeleton-body {
  min-height: 320px;
  opacity: 0.62;
  pointer-events: none;
}

body.storefront-category-parity .storefront-category-catalog-scope ul.products.storefront-category-products > .porto-loading-icon {
  left: 50%;
  position: absolute;
  top: 80px;
  transform: translateX(-50%);
}

body.storefront-category-parity .storefront-category-catalog-scope .woocommerce-info.products {
  box-sizing: border-box;
  font-family: var(--storefront-category-font);
  margin: 0;
  width: 100%;
}

/* Bottom pagination. */
body.storefront-category-parity .storefront-category-catalog-scope .shop-loop-after {
  box-sizing: border-box;
  margin: 40px 0 0;
  padding: 0;
  width: 100%;
}

body.storefront-category-parity .storefront-category-catalog-scope .shop-loop-after:empty,
body.storefront-category-parity .storefront-category-catalog-scope .shop-loop-after:not(:has(.woocommerce-pagination ul.page-numbers, .woocommerce-pagination a.next, .woocommerce-pagination .next.page-numbers)) {
  display: none;
  margin: 0;
  min-height: 0;
}

body.storefront-category-parity .storefront-category-catalog-scope .woocommerce-pagination:empty {
  display: none;
  min-height: 0;
}

body.storefront-category-parity .storefront-category-catalog-scope .shop-loop-after .woocommerce-viewing {
  display: none;
}

body.storefront-category-parity .storefront-category-catalog-scope .woocommerce-pagination {
  align-items: center;
  display: flex;
  font-family: var(--storefront-category-font);
  justify-content: center;
  margin: 0;
  min-height: 42px;
  width: 100%;
}

body.storefront-category-parity .storefront-category-catalog-scope .woocommerce-pagination ul.page-numbers {
  align-items: center;
  display: flex;
  gap: 6px;
  justify-content: center;
  margin: 0;
  padding: 0;
}

body.storefront-category-parity .storefront-category-catalog-scope .woocommerce-pagination .page-numbers li {
  margin: 0;
}

body.storefront-category-parity .storefront-category-catalog-scope .woocommerce-pagination a.page-numbers,
body.storefront-category-parity .storefront-category-catalog-scope .woocommerce-pagination span.page-numbers {
  align-items: center;
  background: var(--storefront-control-white, #fff);
  border: 1px solid #dadada;
  border-radius: 0;
  color: var(--storefront-control-dark, #202020);
  display: inline-flex;
  font: 500 14px/38px var(--storefront-category-font);
  height: 40px;
  justify-content: center;
  min-width: 40px;
  padding: 0 10px;
  text-decoration: none;
  transition: var(--storefront-control-transition, background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease);
}

body.storefront-category-parity .storefront-category-catalog-scope .woocommerce-pagination span.page-numbers.current {
  background: var(--storefront-control-dark, #202020);
  border-color: var(--storefront-control-dark, #202020);
  color: var(--storefront-control-white, #fff) !important;
  cursor: default;
  pointer-events: none;
}

body.storefront-category-parity .storefront-category-catalog-scope .woocommerce-pagination a.page-numbers:is(:hover, :focus) {
  background: var(--storefront-control-yellow, #ffcc00);
  border-color: var(--storefront-control-yellow, #ffcc00);
  color: var(--storefront-control-black, #000);
  outline: none;
}

body.storefront-category-parity .storefront-category-catalog-scope .woocommerce-pagination a.page-numbers:active {
  background: var(--storefront-control-dark, #202020);
  border-color: var(--storefront-control-dark, #202020);
  color: var(--storefront-control-white, #fff);
}

body.storefront-category-parity .storefront-category-catalog-scope .woocommerce-pagination a.page-numbers:focus-visible {
  outline: var(--storefront-control-focus-outline, 2px solid #000);
  outline-offset: var(--storefront-control-focus-offset, 2px);
}

body.storefront-category-parity .storefront-category-catalog-scope .woocommerce-pagination span.page-numbers.dots {
  background: transparent;
  border-color: transparent;
  color: var(--storefront-control-dark, #202020);
  min-width: 24px;
  padding-left: 2px;
  padding-right: 2px;
}

/* Responsive containers and interface modes. */
@media (max-width: 1199px) {
  body.storefront-category-parity {
    --storefront-category-container-max: 970px;
    --storefront-category-container-gutter: 10px;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  body.storefront-category-parity .vc_row:has(> .storefront-category-builder-row) {
    margin-left: 25px;
    margin-right: 25px;
  }

  body.storefront-category-parity .storefront-category-catalog-scope--archive {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(var(--storefront-category-container-max) - 20px);
    width: 100%;
  }
}

@media (max-width: 991px) {
  body.storefront-category-parity {
    --storefront-category-container-max: 750px;
  }
}

@media (max-width: 767px) {
  body.storefront-category-parity {
    --storefront-category-container-max: 540px;
  }
}

@media (max-width: 575px) {
  body.storefront-category-parity {
    --storefront-category-container-max: none;
  }
}

@media (max-width: 1199px) {
  body.storefront-category-parity .storefront-category-catalog-scope--toolbar {
    display: flex;
    justify-content: center;
  }

  body.storefront-category-parity .storefront-category-catalog-scope .shop-loop-before {
    align-items: center;
    box-sizing: border-box;
    flex-direction: row;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    gap: 0;
    height: 70px !important;
    justify-content: space-between;
    margin-bottom: 30px;
    max-width: 950px;
    min-height: 70px;
    left: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
    transform: none;
    width: min(calc(100vw - 35px), 950px);
  }

  body.storefront-category-parity .storefront-category-catalog-scope .shop-loop-before:has(> .storefront-category-toolbar-row) {
    display: block;
    height: auto !important;
    min-height: 0;
    padding: 0;
  }

  body.storefront-category-parity .storefront-category-toolbar-row {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 70px;
    justify-content: space-between;
    margin: 0;
    padding: 10px 0;
    width: 100%;
  }

  body.storefront-category-parity .storefront-category-active-filters {
    align-items: center;
    background: #f0f0f0;
    box-shadow: 0 0 0 100vmax #f0f0f0;
    clip-path: inset(0 -100vmax);
    display: flex;
    height: 52px;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  body.storefront-category-parity .storefront-category-active-filters > .wp-block-woocommerce-product-filter-active {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    height: 52px;
    margin: 0;
    min-height: 52px;
    padding: 0;
    width: 100%;
  }

  body.storefront-category-parity .storefront-category-active-filters .wp-block-woocommerce-product-filter-clear-button {
    display: block;
    margin: 0;
    order: 0;
    padding: 0;
    width: auto !important;
  }

  body.storefront-category-parity .storefront-category-active-filters .wp-block-woocommerce-product-filter-clear-button .wp-block-buttons,
  body.storefront-category-parity .storefront-category-active-filters .wc-block-product-filter-clear-button,
  body.storefront-category-parity .storefront-category-active-filters .wc-block-product-filter-removable-chips,
  body.storefront-category-parity .storefront-category-active-filters .wc-block-product-filter-removable-chips__items {
    align-items: center;
    display: flex;
    gap: 4px;
    margin: 0;
    padding: 0;
    width: auto !important;
  }

  body.storefront-category-parity .storefront-category-active-filters .wc-block-product-filter-removable-chips {
    order: 1;
  }

  body.storefront-category-parity .storefront-category-active-filters .wc-block-product-filter-removable-chips__items {
    gap: 8.5px;
  }

  body.storefront-category-parity .storefront-category-active-filters .wc-block-product-filter-removable-chips__item {
    align-items: normal;
    background: transparent;
    border: 1px solid #2d2d2d;
    border-radius: 10px;
    color: #2d2d2d;
    display: flex;
    font: 400 15px/26px var(--storefront-category-font);
    gap: 0;
    height: 32px;
    justify-content: flex-start;
    letter-spacing: normal;
    margin: 0;
    padding: 2px 10px;
  }

  body.storefront-category-parity .storefront-category-active-filters .wc-block-product-filter-removable-chips__item:has([data-storefront-category-remove-filter-type="status"]) {
    order: 0;
  }

  body.storefront-category-parity .storefront-category-active-filters .wc-block-product-filter-removable-chips__item:has([data-storefront-category-remove-filter-type="price"]) {
    order: 1;
  }

  body.storefront-category-parity .storefront-category-active-filters .wc-block-product-filter-removable-chips__label {
    color: inherit;
    font: inherit;
    white-space: nowrap;
  }

  body.storefront-category-parity .storefront-category-active-filters .wc-block-product-filter-removable-chips__remove {
    appearance: none;
    background: transparent;
    border: 0;
    color: #000;
    cursor: pointer;
    display: block;
    height: 20px;
    margin: 0 0 0 8px;
    padding: 0;
    position: relative;
    top: 4px;
    width: 10px;
  }

  body.storefront-category-parity .storefront-category-active-filters .wc-block-product-filter-removable-chips__remove-icon {
    display: block;
    height: 20px;
    overflow: visible;
    width: 10px;
  }

  body.storefront-category-parity .storefront-category-active-filters .wc-block-product-filter-removable-chips__remove-icon path {
    transform: scale(1.785);
    transform-box: fill-box;
    transform-origin: center;
  }

  body.storefront-category-parity .storefront-category-active-filters .wp-block-woocommerce-product-filter-clear-button .wp-block-button__link {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 1px solid #2d2d2d;
    border-radius: 10px;
    color: #2d2d2d;
    cursor: pointer;
    display: flex;
    font: 400 15px/26px var(--storefront-category-font);
    height: 32px;
    letter-spacing: normal;
    margin: 0;
    padding: 2px 10px !important;
    text-decoration: none;
    white-space: nowrap;
    width: auto !important;
  }

  body.storefront-category-parity .storefront-category-filters-stage {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    height: 50px;
    width: auto;
  }

  body.storefront-category-parity .storefront-category-filters__mobile-open {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #202020;
    cursor: pointer;
    display: inline-flex;
    font: 600 15px/24px var(--storefront-category-font);
    gap: 0;
    height: 27px;
    margin: 0;
    min-height: 0;
    padding: 0 30px 0 0;
    text-transform: none;
    width: 142.133px;
  }

  body.storefront-category-parity .storefront-category-filters__mobile-open .storefront-category-filters__icon {
    flex: 0 0 27px;
    height: 24px;
    margin-left: -1.5px;
    margin-right: 12.5px;
    overflow: visible;
    transform: translateY(-3px);
    width: 27px;
  }

  body.storefront-category-parity .storefront-category-filters__mobile-open > span {
    color: #000;
    flex: 0 0 74.133px;
    font: 600 15px/25px var(--storefront-category-font);
    letter-spacing: 1.44px;
    overflow: hidden;
    white-space: nowrap;
  }

  body.storefront-category-parity .storefront-category-toolbar {
    flex: 0 0 auto;
    margin: 0;
    width: auto;
  }

  body.storefront-category-parity .storefront-category-toolbar__spacer {
    display: none;
  }

  body.storefront-category-parity .storefront-category-toolbar__controls {
    gap: 0;
  }

  body.storefront-category-parity .storefront-category-toolbar__control--count {
    box-sizing: border-box;
    flex: 0 0 247.25px;
    gap: 15px;
    padding: 0 15px 0 10px;
    width: 247.25px;
  }

  body.storefront-category-parity .storefront-category-toolbar__control--count > form.storefront-category-native-control {
    gap: 15px;
    width: 222.25px;
  }

  body.storefront-category-parity .storefront-category-toolbar__control--count > form.storefront-category-native-control > label {
    flex: 0 0 118.25px;
    width: 118.25px;
  }

  body.storefront-category-parity .storefront-category-toolbar__control--orderby {
    box-sizing: border-box;
    flex: 0 0 260.398px;
    gap: 15px;
    padding-left: 25px;
    width: 260.398px;
  }

  body.storefront-category-parity .storefront-category-toolbar__control--orderby > form.storefront-category-native-control {
    gap: 15px;
    width: 235.398px;
  }

  body.storefront-category-parity .storefront-category-toolbar__control--orderby > form.storefront-category-native-control > label {
    flex: 0 0 61.398px;
    width: 61.398px;
  }

  body.storefront-category-parity .storefront-category-toolbar__control > form.storefront-category-native-control > label {
    color: #000;
    transform: translateY(1px);
  }

  body.storefront-category-parity .storefront-category-toolbar__control--orderby .storefront-category-select__trigger,
  body.storefront-category-parity .storefront-category-toolbar__control--orderby .storefront-category-select__menu {
    width: 159px;
  }

  body.storefront-category-parity .storefront-category-toolbar__control--orderby select.orderby {
    flex: 0 0 159px;
    max-width: 159px;
    min-width: 159px;
    width: 159px;
  }

  body.storefront-category-parity .storefront-category-filters {
    background: #fff;
    bottom: 0;
    box-shadow: none;
    box-sizing: border-box;
    display: block;
    left: 0;
    max-width: none;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 97px 30px 80px;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    transition: transform 0.4s ease, visibility 0s 0.4s;
    visibility: hidden;
    width: var(--storefront-category-drawer-width);
    z-index: 100002;
  }

  body.storefront-category-parity .storefront-category-filters-stage.is-mobile-open .storefront-category-filters {
    pointer-events: auto;
    transform: translateX(0);
    transition: transform 0.4s ease, visibility 0s 0s;
    visibility: visible;
  }

  body.storefront-category-parity .storefront-category-filters-stage:not(.is-mobile-open) .storefront-category-filters {
    pointer-events: none;
  }

  body.storefront-category-parity .storefront-category-catalog-scope .shop-loop-before:has(.storefront-category-filters-stage.is-mobile-open) {
    z-index: 100000;
  }

  body.storefront-category-parity .storefront-category-filters__drawer-header {
    display: contents;
  }

  body.storefront-category-parity .storefront-category-filters__drawer-title {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

  body.storefront-category-parity .storefront-category-filters__close {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 0;
    color: #787878;
    cursor: pointer;
    display: inline-flex;
    font-size: 0;
    height: 30px;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 22px;
    top: 33px;
    transition: color 0.3s ease;
    width: 30px;
  }

  body.storefront-category-parity .storefront-category-filters__close:hover {
    color: #202020;
  }

  body.storefront-category-parity .storefront-category-filters__close > svg {
    display: block;
    height: 24px;
    width: 15px;
  }

  body.storefront-category-parity .storefront-category-filters__heading {
    display: none;
  }

  body.storefront-category-parity .storefront-category-filters__items,
  body.storefront-category-parity .storefront-category-filters__native {
    align-items: stretch;
    display: block;
    width: 100% !important;
  }

  /* shop interface keeps active-filter removal controls in the wide horizontal
     toolbar; its off-canvas drawer starts directly with the filter groups. */
  body.storefront-category-parity .storefront-category-filters .wp-block-woocommerce-product-filter-active {
    display: none;
  }

  body.storefront-category-parity .storefront-category-filters__items {
    padding: 0;
  }

  body.storefront-category-parity .storefront-category-filter {
    border: 0;
    margin: 0 0 41px;
    width: 100% !important;
  }

  body.storefront-category-parity .storefront-category-filter:has(.wc-block-product-filter-price-slider) {
    margin-bottom: 0;
  }

  body.storefront-category-parity .storefront-category-filter__trigger {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #202020;
    font: 700 16px/25px var(--storefront-category-font);
    height: 35px;
    letter-spacing: 0.8px;
    padding: 0 26px 9px 0;
    text-transform: uppercase;
    width: 100%;
  }

  body.storefront-category-parity .storefront-category-filter__trigger .storefront-category-control__chevron {
    height: 8px;
    position: absolute;
    right: 1px;
    top: 8px;
    width: 8px;
  }

  body.storefront-category-parity .storefront-category-filter__panel {
    background: transparent;
    border: 0;
    box-shadow: none;
    left: auto;
    min-width: 0;
    padding: 20px 0 0;
    position: static;
    top: auto;
    width: 100%;
  }

  body.storefront-category-parity .storefront-category-filter__panel label,
  body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-checkbox-list__item,
  body.storefront-category-parity .storefront-category-filter__panel .woocommerce-widget-layered-nav-list__item,
  body.storefront-category-parity .storefront-category-filter__panel .price_slider_wrapper,
  body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-price-slider {
    min-width: 0;
    width: 100%;
  }

  body.storefront-category-parity .storefront-category-filter__panel label,
  body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-checkbox-list__item,
  body.storefront-category-parity .storefront-category-filter__panel .woocommerce-widget-layered-nav-list__item {
    font: 400 15px/23px var(--storefront-category-font);
    letter-spacing: normal;
  }

  body.storefront-category-parity .storefront-category-filter__panel input[type="radio"] {
    flex-basis: 14px;
    height: 14px;
    margin-right: 12px;
    width: 14px;
  }

  body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-price-slider {
    margin: 0;
  }

  body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-price-slider__content {
    column-gap: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 50px minmax(0, 1fr);
    position: relative;
  }

  body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-price-slider__range {
    grid-column: 1 / -1;
    margin: 8px 0 24px;
    width: 100%;
  }

  body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-price-slider__left,
  body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-price-slider__right {
    width: 100%;
  }

  body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-price-slider__left {
    grid-column: 1;
  }

  body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-price-slider__right {
    grid-column: 3;
  }

  body.storefront-category-parity .storefront-category-filter__panel .storefront-category-price-separator {
    align-items: center;
    display: flex;
    font: 400 15px/26px var(--storefront-category-font);
    grid-column: 2;
    justify-content: center;
  }

  body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-price-slider input[type="text"],
  body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-price-slider input[type="number"] {
    border-color: #ddd;
    border-radius: 3px;
    font: 400 12px/24px var(--storefront-category-font);
    height: 30px;
    max-width: none;
    padding: 0 8px;
    width: 100%;
  }

  body.storefront-category-parity .storefront-category-filters .wc-block-product-filters__overlay-footer {
    display: none;
  }

  body.storefront-category-parity .storefront-category-filters .storefront-category-price-apply {
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #000;
    display: block;
    font: 400 15px/23px var(--storefront-category-font);
    height: 35px;
    margin: 15px 0 10px;
    padding: 5px;
    width: 100% !important;
  }

  body.storefront-category-parity .storefront-category-filters .storefront-category-price-apply {
    grid-column: 1 / -1;
  }

  body.storefront-category-parity .storefront-category-filters__backdrop {
    appearance: none;
    background: rgba(35, 35, 35, 0.8);
    border: 0;
    bottom: 0;
    cursor: default;
    display: block;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100001;
  }

  body.storefront-category-parity .storefront-category-filters__backdrop[hidden] {
    display: none;
  }

  body.storefront-category-parity.storefront-category-filters-open,
  body.storefront-category-parity .storefront-category-filters-open {
    overscroll-behavior: none;
  }

  body.storefront-category-parity .storefront-category-card__action {
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
  }

  body.storefront-category-parity .storefront-category-catalog-scope ul.products.storefront-category-products > li.storefront-category-card {
    margin: 0 0 10px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  body.storefront-category-parity .storefront-category-catalog-scope ul.products.storefront-category-products {
    margin-left: -10px !important;
    margin-right: -10px !important;
    row-gap: 0;
  }

  body.storefront-category-parity .storefront-category-catalog-scope ul.products.storefront-category-products > li.storefront-category-card {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 1024px) {
  body.storefront-category-parity .page-top .storefront-category-title-scope .page-title {
    font-size: 40px !important;
    line-height: 50px !important;
  }
}

@container (max-width: 991px) {
  body.storefront-category-parity .storefront-category-catalog-scope .shop-loop-before {
    justify-content: flex-start;
  }

  body.storefront-category-parity .storefront-category-filters__mobile-open {
    height: 50px;
  }

  body.storefront-category-parity .storefront-category-toolbar,
  body.storefront-category-parity .storefront-category-toolbar__controls {
    display: contents;
  }

  body.storefront-category-parity .storefront-category-filters-stage {
    order: 1;
  }

  body.storefront-category-parity .storefront-category-toolbar__control--orderby {
    order: 2;
  }

  body.storefront-category-parity .storefront-category-toolbar__control--count {
    margin-left: auto;
    order: 3;
  }
}

@media (max-width: 991px) {
  body.storefront-category-parity .storefront-category-catalog-scope .shop-loop-before {
    align-items: center;
    flex-direction: row;
    height: 70px !important;
    max-width: 730px;
    min-height: 70px;
    width: min(calc(100vw - 35px), 730px);
  }

  body.storefront-category-parity .storefront-category-filters-stage {
    width: auto;
  }

  body.storefront-category-parity .storefront-category-filters__mobile-open {
    height: 50px;
  }

  body.storefront-category-parity .storefront-category-toolbar__control--count {
    display: none;
  }

  body.storefront-category-parity .storefront-category-toolbar__control--orderby {
    margin-left: auto;
  }

  body.storefront-category-parity .storefront-category-catalog-scope ul.products.storefront-category-products {
    margin-left: -10px !important;
    margin-right: -10px !important;
    row-gap: 0;
  }

  body.storefront-category-parity .storefront-category-catalog-scope ul.products.storefront-category-products > li.storefront-category-card {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 767px) {
  body.storefront-category-parity .storefront-category-filters {
    padding: 72px 20px 70px;
  }

  body.storefront-category-parity .storefront-category-filters__close {
    right: 10px;
    top: 20px;
  }

  body.storefront-category-parity .storefront-category-catalog-scope .shop-loop-before {
    max-width: 520px;
    width: min(calc(100vw - 35px), 520px);
  }

  body.storefront-category-parity .storefront-category-catalog-scope ul.products.storefront-category-products {
    row-gap: 0;
  }

  body.storefront-category-parity .storefront-category-card__action {
    height: 46px;
    margin: 0;
  }

  body.storefront-category-parity .storefront-category-card__action > a,
  body.storefront-category-parity .storefront-category-card__action .button,
  body.storefront-category-parity .storefront-category-card__action .added_to_cart {
    font-size: 12px !important;
    height: 46px !important;
    line-height: 44px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

}

@media (max-width: 575px) {
  body.storefront-category-parity .vc_row:has(> .storefront-category-builder-row) {
    margin-left: -5px;
    margin-right: -5px;
  }

  body.storefront-category-parity .storefront-category-catalog-scope ul.products.storefront-category-products {
    row-gap: 0;
  }

  body.storefront-category-parity .storefront-category-catalog-scope .shop-loop-before {
    max-width: none;
    width: calc(100vw - 35px);
  }

  body.storefront-category-parity .storefront-category-card__badge {
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    min-width: 0;
    padding: 0 7px;
  }
}


@media (max-width: 550px) {
  body.storefront-category-parity .page-top .storefront-category-title-scope .page-title {
    font-size: 30px !important;
    line-height: 37.5px !important;
    margin-bottom: 20px;
  }

  body.storefront-category-parity .storefront-category-catalog-scope .shop-loop-before {
    margin-bottom: 20px;
  }

  body.storefront-category-parity .storefront-category-filters__mobile-open {
    padding: 0;
    width: 38px;
  }

  body.storefront-category-parity .storefront-category-filters__mobile-open > span {
    display: none;
  }

  body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-price-slider,
  body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-price-slider__content {
    min-width: 0;
    width: 100%;
  }

  body.storefront-category-parity .storefront-category-filter__panel .wc-block-product-filter-price-slider__range {
    flex-basis: 100%;
  }

  body.storefront-category-parity .storefront-category-toolbar__control--orderby {
    flex-basis: 159px;
    padding-left: 0;
    width: 159px;
  }

  body.storefront-category-parity .storefront-category-toolbar__control--orderby > form.storefront-category-native-control {
    width: 159px;
  }

  body.storefront-category-parity .storefront-category-toolbar__control--orderby > form.storefront-category-native-control > label {
    display: none;
  }
}

@media (hover: none), (pointer: coarse) {
  body.storefront-category-parity .storefront-category-card__action {
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.storefront-category-parity .storefront-category-control__chevron,
  body.storefront-category-parity .storefront-category-filter__panel input[type="radio"]::before,
  body.storefront-category-parity .storefront-category-filters,
  body.storefront-category-parity .storefront-category-card__action,
  body.storefront-category-parity .storefront-category-card__image-link img.hover-image {
    transition-duration: 0.01ms !important;
  }
}
