#custom-woocommerce-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#custom-woocommerce-container #primary {
  padding: 0 3rem;
}
#custom-woocommerce-container #primary:has(.woocommerce-no-products-found) {
  align-items: center;
  display: flex;
  flex-direction: column;
}
#custom-woocommerce-container #primary .custom-no-results-cta {
  width: auto;
  margin-bottom: 50px;
}
#custom-woocommerce-container #primary a {
  text-decoration: none;
}
#custom-woocommerce-container #primary .woo-breadcrumbs {
  align-self: start;
  color: var(--dark-grey-color);
}
#custom-woocommerce-container #primary .woo-breadcrumbs a {
  color: var(--dark-grey-color);
}
#custom-woocommerce-container #primary .woo-breadcrumbs .breadcrumb_last {
  color: var(--brand-primary);
}
#custom-woocommerce-container #primary .woo-breadcrumbs .breadcrumb-trail span span {
  margin-right: 5px;
  margin-left: 5px;
}
#custom-woocommerce-container #primary header.woocommerce-products-header {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: var(--brand-primary);
  width: 100%;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
#custom-woocommerce-container #primary header.woocommerce-products-header:has(+ .categories-carousel) {
  display: none;
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper,
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper {
  width: 100%;
  display: grid;
  justify-items: center;
  align-items: center;
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .woocommerce-ordering,
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper .woocommerce-ordering {
  grid-area: sort;
  text-align: center;
  position: relative;
  width: 100%;
  height: 50px;
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper select,
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper select {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper #filters-toggle,
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper #filters-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  width: 100%;
  height: 100%;
  gap: 16px;
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper #filters-toggle::before,
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper #filters-toggle::before {
  content: "";
  background-image: url(../media/images/filters.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper,
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper {
  /* CONSOLIDATED ARROW STYLES */
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .pagination-arrow,
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper .pagination-arrow {
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  color: var(--brand-primary);
  display: flex;
  gap: 10px;
  width: 100%;
  align-items: center;
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .pagination-arrow .arrow,
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper .pagination-arrow .arrow {
  background-size: contain;
  background-image: url(../media/images/toggle-arrow-black.svg);
  background-repeat: no-repeat;
  height: 10px;
  aspect-ratio: 1/1;
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .pagination-arrow:has(.left),
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper .pagination-arrow:has(.left) {
  grid-area: larrow;
  justify-content: flex-end;
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .pagination-arrow:has(.left) .arrow,
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper .pagination-arrow:has(.left) .arrow {
  transform: rotate(90deg);
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .pagination-arrow:has(.right),
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper .pagination-arrow:has(.right) {
  grid-area: rarrow;
  justify-content: flex-start;
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .pagination-arrow:has(.right) .arrow,
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper .pagination-arrow:has(.right) .arrow {
  transform: rotate(270deg);
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .pagination-arrow.disabled,
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper .pagination-arrow.disabled {
  opacity: 0.5;
  cursor: default;
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .woocommerce-result-count,
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper .woocommerce-result-count {
  grid-area: show;
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .sf-attribute-filters,
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper .sf-attribute-filters {
  grid-area: filt;
  display: none;
  width: 100%;
  height: 100%;
  gap: var(--spacing-5xl);
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .sf-attribute-filters .sf-filter-dropdown,
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper .sf-attribute-filters .sf-filter-dropdown {
  position: relative;
  width: auto;
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .sf-attribute-filters .sf-filter-dropdown .sf-filter-dropdown-header,
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper .sf-attribute-filters .sf-filter-dropdown .sf-filter-dropdown-header {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid var(--grey-3);
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  gap: 10px;
  transition: all 0.2s ease;
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .sf-attribute-filters .sf-filter-dropdown .sf-filter-dropdown-header:hover,
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper .sf-attribute-filters .sf-filter-dropdown .sf-filter-dropdown-header:hover {
  background-color: #eeeeee;
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .sf-attribute-filters .sf-filter-dropdown .sf-filter-dropdown-header .sf-filter-toggle-icon,
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper .sf-attribute-filters .sf-filter-dropdown .sf-filter-dropdown-header .sf-filter-toggle-icon {
  width: 12px;
  height: 12px;
  background-image: url(../media/images/toggle-arrow-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s ease;
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .sf-attribute-filters .sf-filter-dropdown .sf-filter-dropdown-content,
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper .sf-attribute-filters .sf-filter-dropdown .sf-filter-dropdown-content {
  display: none;
  width: fit-content;
  min-width: max(100%, 150px);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 100;
  max-height: 300px;
  overflow-y: auto;
  flex-direction: column;
  padding: 8px 0;
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .sf-attribute-filters .sf-filter-dropdown .sf-filter-dropdown-content .sf-filter-checkbox-label,
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper .sf-attribute-filters .sf-filter-dropdown .sf-filter-dropdown-content .sf-filter-checkbox-label {
  display: grid;
  align-items: center;
  grid-template-columns: 18px 1fr;
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  gap: 8px;
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .sf-attribute-filters .sf-filter-dropdown .sf-filter-dropdown-content .sf-filter-checkbox-label:hover,
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper .sf-attribute-filters .sf-filter-dropdown .sf-filter-dropdown-content .sf-filter-checkbox-label:hover {
  background-color: #f9f9f9;
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .sf-attribute-filters .sf-filter-dropdown .sf-filter-dropdown-content .sf-filter-checkbox-label .sf-filter-checkbox,
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper .sf-attribute-filters .sf-filter-dropdown .sf-filter-dropdown-content .sf-filter-checkbox-label .sf-filter-checkbox {
  cursor: pointer;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 2px solid var(--grey-2);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: all 0.2s ease;
  position: relative;
  flex: 1;
  white-space: nowrap;
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .sf-attribute-filters .sf-filter-dropdown .sf-filter-dropdown-content .sf-filter-checkbox-label .sf-filter-checkbox::after,
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper .sf-attribute-filters .sf-filter-dropdown .sf-filter-dropdown-content .sf-filter-checkbox-label .sf-filter-checkbox::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 3px solid var(--base-white);
  border-bottom: 3px solid var(--base-white);
  transform: rotate(45deg) rotateY(180deg);
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s ease;
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .sf-attribute-filters .sf-filter-dropdown .sf-filter-dropdown-content .sf-filter-checkbox-label .sf-filter-checkbox.checked,
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper .sf-attribute-filters .sf-filter-dropdown .sf-filter-dropdown-content .sf-filter-checkbox-label .sf-filter-checkbox.checked {
  background-color: var(--brand-accent);
  border-color: var(--brand-accent);
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .sf-attribute-filters .sf-filter-dropdown .sf-filter-dropdown-content .sf-filter-checkbox-label .sf-filter-checkbox.checked::after,
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper .sf-attribute-filters .sf-filter-dropdown .sf-filter-dropdown-content .sf-filter-checkbox-label .sf-filter-checkbox.checked::after {
  opacity: 1;
  width: 6px;
  height: 10px;
  margin-bottom: 1px;
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .sf-attribute-filters .sf-filter-dropdown.open .sf-filter-dropdown-header,
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper .sf-attribute-filters .sf-filter-dropdown.open .sf-filter-dropdown-header {
  border-radius: 4px 4px 0 0;
  background-color: #eeeeee;
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .sf-attribute-filters .sf-filter-dropdown.open .sf-filter-dropdown-header .sf-filter-toggle-icon,
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper .sf-attribute-filters .sf-filter-dropdown.open .sf-filter-dropdown-header .sf-filter-toggle-icon {
  transform: rotate(180deg);
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .sf-attribute-filters .sf-filter-dropdown.open .sf-filter-dropdown-content,
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper .sf-attribute-filters .sf-filter-dropdown.open .sf-filter-dropdown-content {
  display: flex;
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .woocommerce-pagination,
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper .woocommerce-pagination {
  grid-area: pages;
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .woocommerce-pagination ul,
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper .woocommerce-pagination ul {
  list-style: none;
  display: flex;
  margin: 0;
  justify-content: center;
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .woocommerce-pagination ul li,
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper .woocommerce-pagination ul li {
  padding: 5px 10px;
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .woocommerce-pagination ul li:has(.current),
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper .woocommerce-pagination ul li:has(.current) {
  background-color: var(--brand-primary);
  border-radius: 3px;
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .woocommerce-pagination ul li:has(.current) .current,
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper .woocommerce-pagination ul li:has(.current) .current {
  color: var(--base-white);
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .woocommerce-pagination ul li a,
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .woocommerce-pagination ul li span,
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper .woocommerce-pagination ul li a,
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper .woocommerce-pagination ul li span {
  color: var(--brand-primary);
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .woocommerce-pagination ul li:has(.next), #custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .woocommerce-pagination ul li:has(.prev),
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper .woocommerce-pagination ul li:has(.next),
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper .woocommerce-pagination ul li:has(.prev) {
  display: none;
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .woocommerce-pagination ul li .dots,
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper .woocommerce-pagination ul li .dots {
  color: var(--brand-primary);
  cursor: default;
  font-weight: normal;
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .woocommerce-result-count,
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper .woocommerce-result-count {
  color: var(--dark-grey-color);
  text-align: center;
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper {
  grid-template-areas: "mofilt sort";
  grid-template-columns: auto 1fr;
  padding: var(--spacing-3xl) 0;
  border-top: 1px solid var(--brand-accent-old);
  border-bottom: 1px solid var(--brand-accent-old);
  gap: 16px;
}
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .arrow,
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .pagination-arrow,
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .woocommerce-pagination,
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .woocommerce-result-count,
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .woocommerce-notices-wrapper,
#custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .products-per-page {
  display: none;
}
#custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper {
  grid-template-areas: "larrow	pages 	rarrow";
  gap: 16px;
  grid-template-columns: 1fr auto 1fr;
  margin-top: 50px;
}
#custom-woocommerce-container #primary .custom-products-filters-info {
  width: 100%;
  display: grid;
  margin: var(--spacing-4xl) 0;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
@media screen and (min-width: 500px) {
  #custom-woocommerce-container #primary .custom-products-filters-info {
    display: flex;
  }
}
#custom-woocommerce-container #primary .custom-products-filters-info .products-count {
  color: var(--base-black);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
}
#custom-woocommerce-container #primary .custom-products-filters-info .selected-filters {
  display: grid;
  gap: 0.75rem;
  align-items: center;
  grid-template-columns: auto auto;
}
#custom-woocommerce-container #primary .custom-products-filters-info .selected-filters .filter-tags {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
}
#custom-woocommerce-container #primary .custom-products-filters-info .selected-filters .filter-tags .filter-tag {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid #ccc;
  height: 50px;
  padding: 0 5px 0 10px;
}
#custom-woocommerce-container #primary .custom-products-filters-info .selected-filters .filter-tags .filter-tag .remove-filter {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
  display: flex;
  justify-content: center;
}
#custom-woocommerce-container #primary .custom-products-filters-info .selected-filters .clear-all-filters {
  color: var(--brand-accent);
  text-decoration: none;
  font-weight: 600;
  font-size: var(--font-size-sm);
  cursor: pointer;
  padding: 0.5rem 0.75rem;
  transition: opacity 0.2s ease;
  width: auto;
  white-space: nowrap;
}
#custom-woocommerce-container #primary .custom-products-filters-info .selected-filters .clear-all-filters:hover {
  opacity: 0.8;
}
#custom-woocommerce-container #primary .products-per-page {
  grid-area: ppp;
  height: 100%;
  width: 100%;
  justify-content: flex-end;
  display: none;
}
#custom-woocommerce-container #primary .products-per-page select {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
  border-radius: 30px;
  font-weight: bold;
  padding: 0.6em 2em 0.6em 1em;
  text-align: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../media/images/toggle-arrow-light.svg);
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 0.8rem auto;
  cursor: pointer;
}
#custom-woocommerce-container #primary ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--spacing-5xl);
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  #custom-woocommerce-container #primary ul.products {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-2xl);
  }
}
@media screen and (max-width: 768px) {
  #custom-woocommerce-container #primary ul.products {
    grid-template-columns: repeat(1, 1fr);
    gap: var(--spacing-2xl);
  }
}
#custom-woocommerce-container #primary ul.products li.product {
  width: 100%;
  margin: 0;
  min-width: 0;
  display: grid;
  grid-template-areas: "img img" "title wishlist" "description wishlist" "prices prices" "finance finance";
  grid-template-columns: 1fr auto;
  grid-auto-rows: min-content;
  column-gap: 10px;
}
#custom-woocommerce-container #primary ul.products li.product div.financing-option {
  display: flex;
  grid-area: finance;
  margin: 10px 0 0 0;
  row-gap: 5px;
}
#custom-woocommerce-container #primary ul.products li.product div.financing-option p {
  text-align: left;
  margin-right: 5px;
  font-size: 12px;
  color: var(--grey-1);
}
#custom-woocommerce-container #primary ul.products li.product div.financing-option p span {
  font-size: 12px;
}
#custom-woocommerce-container #primary ul.products li.product div.financing-option > img {
  margin-right: 5px;
  height: 20px;
}
#custom-woocommerce-container #primary ul.products li.product div.financing-option > a img {
  height: 14px;
}
#custom-woocommerce-container #primary ul.products li.product a {
  display: contents;
}
#custom-woocommerce-container #primary ul.products li.product .my_new_wrapper {
  grid-area: img;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
}
#custom-woocommerce-container #primary ul.products li.product .my_new_wrapper > img {
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: var(--radius-sm);
  max-width: 100%;
  object-fit: cover;
}
#custom-woocommerce-container #primary ul.products li.product .my_new_wrapper .promote-labels-wrapper {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
#custom-woocommerce-container #primary ul.products li.product .my_new_wrapper .promote-labels-wrapper .promote-left-label {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  padding: var(--spacing-xs) var(--spacing-sm);
  border-top-right-radius: var(--radius-sm);
  border-bottom-left-radius: var(--radius-sm);
  color: var(--base-white);
  text-align: center;
  font-weight: 400;
  font-size: var(--font-size-1);
  background-color: var(--brand-primary);
  opacity: 0.85;
  z-index: 10;
  height: fit-content;
}
#custom-woocommerce-container #primary ul.products li.product .my_new_wrapper .promote-labels-wrapper .promote-left-label img {
  height: 1.2em;
  aspect-ratio: 1/1;
}
#custom-woocommerce-container #primary ul.products li.product .my_new_wrapper .promote-labels-wrapper .promote-right-label {
  display: flex;
  align-items: center;
  padding: var(--spacing-xs) var(--spacing-sm);
  border-top-left-radius: var(--radius-sm);
  border-bottom-right-radius: var(--radius-sm);
  color: var(--base-white);
  text-align: center;
  font-weight: 400;
  font-size: var(--font-size-1);
  background-color: var(--brand-primary);
  opacity: 0.85;
  z-index: 10;
  height: fit-content;
}
#custom-woocommerce-container #primary ul.products li.product span.onsale {
  position: absolute;
  top: 0;
  left: 0;
  padding: var(--spacing-sm, 6px) var(--spacing-xl, 16px);
  max-width: 80%;
  border-bottom-right-radius: var(--radius-sm);
  border-bottom-left-radius: 0;
  border-top-left-radius: var(--radius-sm);
  border-top-right-radius: 0;
  color: var(--base-white);
  text-align: center;
  font-weight: 600;
  font-size: var(--font-size-3);
  background-color: var(--brand-accent);
  z-index: 10;
  pointer-events: none;
}
#custom-woocommerce-container #primary ul.products li.product div.product-image-swap {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  width: 100%;
}
#custom-woocommerce-container #primary ul.products li.product div.product-image-swap img {
  width: 100%;
}
#custom-woocommerce-container #primary ul.products li.product div.product-image-swap:hover {
  opacity: 1;
}
#custom-woocommerce-container #primary ul.products li.product h2.woocommerce-loop-product__title {
  grid-area: title;
  font-family: var(--font-body);
  font-size: var(--font-size-md);
  font-weight: 700;
  text-decoration: none;
  color: var(--brand-primary);
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: block;
  min-height: 50px;
  padding-top: 10px;
}
#custom-woocommerce-container #primary ul.products li.product .product-short-description {
  grid-area: description;
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--grey-1);
  min-height: 50px;
}
#custom-woocommerce-container #primary ul.products li.product .product-short-description p {
  margin: 0;
}
#custom-woocommerce-container #primary ul.products li.product p.stock {
  display: none;
}
#custom-woocommerce-container #primary ul.products li.product div.price {
  display: contents;
}
#custom-woocommerce-container #primary ul.products li.product div.price a:not(.qwfw-shortcode) {
  grid-area: prices;
  font-size: var(--spacing-xl);
  display: grid;
  grid-template-areas: "price old-price save";
  grid-template-columns: repeat(3, min-content);
  padding-top: 10px;
  gap: 10px;
  align-items: baseline;
}
#custom-woocommerce-container #primary ul.products li.product div.price .qwfw-add-to-wishlist-wrapper {
  grid-area: wishlist;
  color: black;
}
#custom-woocommerce-container #primary ul.products li.product div.price bdi {
  color: var(--brand-primary);
  font-weight: 600;
}
#custom-woocommerce-container #primary ul.products li.product div.price bdi .woocommerce-Price-currencySymbol {
  margin-right: 0.25rem;
}
#custom-woocommerce-container #primary ul.products li.product div.price del {
  text-decoration-color: var(--dark-grey-color);
  grid-area: old-price;
}
#custom-woocommerce-container #primary ul.products li.product div.price del bdi {
  color: var(--dark-grey-color);
  font-weight: 600;
}
#custom-woocommerce-container #primary ul.products li.product div.price ins {
  background: none;
  grid-area: price;
}
#custom-woocommerce-container #primary ul.products li.product div.price ins bdi {
  color: var(--brand-primary);
  font-weight: 700;
  margin-right: 0.75rem;
}
#custom-woocommerce-container #primary ul.products li.product div.price .product-savings-tag {
  color: white;
  grid-area: save;
  background: var(--brand-tertiary);
  border-radius: var(--radius-md);
  line-height: 20px;
  font-family: var(--font-body);
  display: inline-flex;
  font-size: 12px;
  align-items: center;
  padding: 3px 8px 1px 8px;
  margin-left: 10px;
  white-space: nowrap;
}
#custom-woocommerce-container #primary ul.products:not(:has(li)) {
  grid-template-columns: 1fr;
  font-weight: 700;
  font-size: 30px;
  padding-bottom: 50px;
}
#custom-woocommerce-container #primary .woocommerce-no-products-found div {
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  padding-bottom: 50px;
  background: none;
}
#custom-woocommerce-container #primary .category-information-faqs {
  display: flex;
  flex-direction: column;
  margin-bottom: 38px;
}
#custom-woocommerce-container #primary .category-information-faqs details {
  margin-bottom: 12px;
}
#custom-woocommerce-container #primary .category-information-faqs details > div {
  background-color: var(--base-white);
  border: 1px solid var(--grey-color);
  border-radius: 8px;
  padding: var(--spacing-lg, 12px) var(--spacing-3xl, 24px);
}
#custom-woocommerce-container #primary .category-information-faqs details > div h2 {
  font-family: var(--font-headline);
  font-size: var(--spacing-2xl);
  color: var(--brand-primary);
}
#custom-woocommerce-container #primary .category-information-faqs details > div h3 {
  font-family: var(--font-headline);
  font-size: var(--spacing-xl);
  color: var(--brand-primary);
}
#custom-woocommerce-container #primary .category-information-faqs details[open] summary::after {
  transform: rotate(180deg);
}
#custom-woocommerce-container #primary .category-information-faqs details[open] summary {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#custom-woocommerce-container #primary .category-information-faqs details[open] > div {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  #custom-woocommerce-container #primary .category-information-faqs details[open] > div {
    margin-bottom: 0px;
  }
}
#custom-woocommerce-container #primary .category-information-faqs details:not([open]) > summary {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  #custom-woocommerce-container #primary .category-information-faqs details:not([open]) > summary {
    margin-bottom: 0px;
  }
}
#custom-woocommerce-container #primary .category-information-faqs details > summary {
  cursor: pointer;
  position: relative;
  list-style: none;
  list-style-type: none;
  background-color: var(--base-white);
  border: 1px solid var(--grey-color);
  border-radius: 8px;
  color: var(--brand-primary);
  font-family: var(--font-headline);
  font-size: var(--spacing-2xl, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 12px;
  padding-top: 12px;
  border-bottom: 1px solid var(--grey-color);
  padding: var(--spacing-lg, 12px) var(--spacing-3xl, 24px);
}
#custom-woocommerce-container #primary .category-information-faqs details > summary::after {
  content: url(../media/images/accordion_arrow.svg);
  position: absolute;
  right: 15px;
  width: 20px;
  transform-origin: center;
  transition: transform 0.3s ease;
}
#custom-woocommerce-container .woocommerce-info {
  background-color: transparent;
  color: var(--brand-accent);
}
#custom-woocommerce-container .stock.out-of-stock {
  color: var(--brand-accent);
}

@media screen and (min-width: 1000px) {
  #custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper {
    grid-template-columns: 1fr auto;
    grid-template-areas: "filt sort";
  }
  #custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .woocommerce-pagination,
  #custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .woocommerce-result-count,
  #custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .arrow,
  #custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .pagination-arrow {
    display: block;
  }
  #custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper #filters-toggle {
    display: none;
  }
  #custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .sf-attribute-filters {
    display: flex;
  }
  #custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .products-per-page {
    display: none;
  }
  #custom-woocommerce-container #primary .custom-shop-loop-results-sorting-wrapper .applied-filters-container:has(div) {
    display: flex;
  }
  #custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper {
    margin: 50px 0;
  }
  #custom-woocommerce-container #primary .custom-shop-loop-pagination-wrapper .products-per-page {
    display: flex;
    height: 50px;
  }
}
.applied-filters-container {
  display: none;
  grid-area: filter;
  width: 100%;
  margin-top: 10px;
  gap: 20px;
}
.applied-filters-container div.applied-filter {
  background-color: var(--grey-color);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  gap: 10px;
}

.stock {
  color: var(--grey-1);
}

.woocommerce-products-header__title {
  visibility: hidden;
}

.woocommerce-products-header__title.wpf-title-updated {
  visibility: visible;
}

.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter-header h2 {
  font-size: var(--font-size-lg);
}
.filter-header .filter-close-btn {
  cursor: pointer;
  aspect-ratio: 1/1;
  width: 20px;
  height: 20px;
  background: url(../media/images/Arrow.svg) no-repeat center center;
  background-size: contain;
  transition: all 0.2s ease;
  border: none;
}

/*# sourceMappingURL=archive_product.css.map */
