body.feselle-shop-archive {
  --feselle-shop-panel-width: min(100%, 320px);
  --feselle-shop-product-image-ratio: 4 / 5;
  --feselle-shop-product-card-border-color: rgba(17, 17, 17, 0.12);
  --feselle-shop-product-card-border-width: 1px;
  --feselle-shop-product-card-radius: 4px;
  --feselle-shop-product-card-background: #ffffff;
  --feselle-shop-product-card-content-width: 100%;
  --feselle-shop-product-card-content-max-width: none;
  --feselle-shop-product-card-content-margin-inline: 0;
  --feselle-shop-product-card-title-lines: 1;
  --feselle-shop-product-card-title-line-height: 1.2;
  --feselle-shop-surface: #ffffff;
  --feselle-shop-border: rgba(17, 17, 17, 0.1);
  --feselle-shop-muted: #6b6b6b;
  --feselle-shop-shadow: 0 18px 40px rgba(17, 17, 17, 0.12);
}

body.feselle-shop-archive #primary.content-area {
  position: relative;
}

body.feselle-shop-archive-has-hero .product-archive-hero-section {
  margin-bottom: 2rem;
}

body.feselle-shop-archive-has-hero
  .product-archive-hero-section
  .entry-hero-container-inner {
  position: relative;
  background-color: #111111;
}

body.feselle-shop-archive-has-hero
  .product-archive-hero-section
  .hero-section-overlay {
  background:
    radial-gradient(
      circle at center,
      rgba(17, 17, 17, 0.12) 0%,
      rgba(17, 17, 17, 0.42) 62%,
      rgba(17, 17, 17, 0.72) 100%
    ),
    linear-gradient(
      180deg,
      rgba(17, 17, 17, 0.14) 0%,
      rgba(17, 17, 17, 0.34) 100%
    );
}

body.feselle-shop-archive-has-hero
  .product-archive-hero-section
  .hero-container {
  display: flex;
  align-items: center;
  justify-content: left;
  min-height: 45vh;
}

body.feselle-shop-archive-has-hero .product-archive-hero-section .entry-header {
  width: min(100%, 760px);
  min-height: 0;
  margin: 0;
  padding: clamp(28px, 3.4vw, 40px);
  border-radius: var(--feselle-radius-default);
  background: linear-gradient(
    180deg,
    rgba(17, 17, 17, 0.36) 0%,
    rgba(17, 17, 17, 0.58) 100%
  );
  text-align: center;
}

body.feselle-shop-archive-has-hero .product-archive-hero-section .page-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.2rem, 4.4vw, 4.75rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

body.feselle-shop-archive-has-hero
  .product-archive-hero-section
  .feselle-shop-archive-hero-subtitle {
  width: min(100%, 40rem);
  margin: 0.5rem auto 0 !important;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.65;
  text-wrap: pretty;
}

body.feselle-shop-archive #primary.content-area.feselle-shop-filters-loading {
  opacity: 0.62;
}

body.feselle-shop-archive #primary.content-area.feselle-shop-filters-loading * {
  cursor: progress;
}

body.feselle-shop-archive #secondary.sidebar-slug-feselle-shop-filters {
  width: var(--feselle-shop-panel-width);
}

body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .widget
  + .widget {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .widget-title,
body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .wc-block-product-filters
  > .wp-block-heading,
body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .wc-block-product-filters__overlay-content
  > .wp-block-heading,
body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .feselle-shop-filter-accordion
  > .wp-block-heading,
.feselle-shop-filters__sidebar-title {
  margin: 0 0 14px;
  color: #111111;
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.feselle-shop-filters__sidebar-header,
.feselle-shop-filters__sidebar-title {
  display: none;
}

.feselle-shop-filters__sidebar-close,
.feselle-shop-filters-toggle,
body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .widget_price_filter
  .price_slider_amount
  .button,
body.feselle-shop-archive .woocommerce-ordering select {
  min-height: 42px;
  border-radius: var(--feselle-radius-default);
}

.feselle-shop-filters__sidebar-close,
.feselle-shop-filters-toggle,
body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .widget_price_filter
  .price_slider_amount
  .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border: 1px solid #111111;
  background: #111111;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.feselle-shop-filters__sidebar-close:hover,
.feselle-shop-filters-toggle:hover,
body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .widget_price_filter
  .price_slider_amount
  .button:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

.feselle-shop-filters-toolbar {
  display: none;
  margin: 0 0 20px;
}

body.feselle-shop-archive .kadence-shop-top-row .feselle-shop-filters-toolbar {
  margin: 0;
}

.feselle-shop-filters-toggle {
  gap: 4px;
  width: 100%;
  font-weight: 500;
}

.feselle-shop-filters-toggle::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background: center / 18px 18px no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M10 17.5H14V16H10V17.5ZM6 6V7.5H18V6H6ZM8 12.5H16V11H8V12.5Z' fill='%23ffffff'/%3E%3C/svg%3E");
}

body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .wc-block-product-filters__open-overlay {
  display: none;
}

body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .widget.feselle-shop-filter-accordion
  > .widget-title,
body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .feselle-shop-filter-accordion
  > .wp-block-heading {
  margin: 0 !important;
}

body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .wc-block-product-filters
  .wc-block-product-filters__overlay-content
  > .feselle-shop-filter-accordion {
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}
body.feselle-shop-archive .wc-block-product-filters__overlay-content {
  border: 1px solid var(--feselle-shop-border);
  border-radius: var(--feselle-radius-default);
  padding: 20px;
}

body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .wc-block-product-filters
  .wc-block-product-filters__overlay-content
  > .wp-block-woocommerce-product-filter-active
  + .feselle-shop-filter-accordion,
body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .wc-block-product-filters__overlay-content
  > .wp-block-heading
  + .feselle-shop-filter-accordion {
  margin-top: 4px;
}

body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .wc-block-product-filters
  .wc-block-product-filters__overlay-content
  > .feselle-shop-filter-accordion:last-child {
  padding-bottom: 0;
}

body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .widget.feselle-shop-filter-accordion
  > .widget-title {
  margin: 0;
}

body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .feselle-shop-filter-accordion__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  min-height: 36px;
  padding: 2px 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .feselle-shop-filter-accordion__label {
  min-width: 0;
}

body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .feselle-shop-filter-accordion__button::after {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-right: 1.5px solid #6f7c94;
  border-bottom: 1.5px solid #6f7c94;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.24s ease;
}

body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .feselle-shop-filter-accordion.is-open
  .feselle-shop-filter-accordion__button::after {
  transform: translateY(1px) rotate(-135deg);
}

body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .feselle-shop-filter-accordion__button:focus-visible {
  outline: 2px solid #f5a000;
  outline-offset: 4px;
  border-radius: var(--feselle-radius-default);
}

body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .feselle-shop-filter-accordion__panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  visibility: hidden;
  transition:
    grid-template-rows 0.26s ease,
    opacity 0.18s ease,
    visibility 0s linear 0.26s;
}

body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .feselle-shop-filter-accordion.is-open
  > .feselle-shop-filter-accordion__panel {
  grid-template-rows: 1fr;
  opacity: 1;
  visibility: visible;
  transition:
    grid-template-rows 0.26s ease,
    opacity 0.2s ease;
}

.feselle-shop-filter-accordion.is-open
  .wc-block-product-filter-checkbox-list__items {
  display: grid;
  /* flex-direction: column; */
  gap: 10px;
}

body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .feselle-shop-filter-accordion__panel-inner {
  min-height: 0;
  overflow: hidden;
  padding-top: 0;
  transition: padding-top 0.26s ease;
}

body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .feselle-shop-filter-accordion.is-open
  .feselle-shop-filter-accordion__panel-inner {
  padding-top: 14px;
}

body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .feselle-shop-filter-accordion__panel-inner
  > :first-child {
  margin-top: 0;
}

body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .feselle-shop-filter-accordion__panel-inner
  > :last-child {
  margin-bottom: 0;
}

body.feselle-shop-archive #secondary.sidebar-slug-feselle-shop-filters ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.feselle-shop-archive #secondary.sidebar-slug-feselle-shop-filters li + li {
  margin-top: 10px;
}

body.feselle-shop-archive #secondary.sidebar-slug-feselle-shop-filters a {
  color: #111111;
  text-decoration: none;
}

body.feselle-shop-archive #secondary.sidebar-slug-feselle-shop-filters a:hover {
  text-decoration: none;
}

body.feselle-shop-archive #secondary.sidebar-slug-feselle-shop-filters .count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  padding: 2px 8px;
  border-radius: var(--feselle-radius-pill);
  background: #f4f4f4;
  color: var(--feselle-shop-muted);
  font-size: 0.78rem;
}

body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .product-categories
  a,
body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .woocommerce-widget-layered-nav-list__item
  a,
body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .chosen
  a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: var(--feselle-radius-md);
  background: #f7f7f7;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .product-categories
  a:hover,
body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .woocommerce-widget-layered-nav-list__item
  a:hover,
body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .chosen
  a:hover {
  background: #111111;
  color: #ffffff;
}

body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .widget_layered_nav_filters
  ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .widget_layered_nav_filters
  li {
  margin-top: 0;
}

body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .widget_layered_nav_filters
  a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: var(--feselle-radius-pill);
  background: #111111;
  color: #ffffff;
}

body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .widget_price_filter
  .price_slider_amount {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

body.feselle-shop-archive
  #secondary.sidebar-slug-feselle-shop-filters
  .widget_price_filter
  .price_label {
  color: var(--feselle-shop-muted);
  font-size: 0.86rem;
}

body.feselle-shop-archive .kadence-shop-top-row {
  align-items: center;
  gap: 14px;
}

body.feselle-shop-archive .kadence-shop-top-item {
  margin-bottom: 0;
}

body.feselle-shop-archive .kadence-woo-results-count {
  order: 10;
}

body.feselle-shop-archive .kadence-woo-ordering {
  order: 25;
}

body.feselle-shop-archive .kadence-woo-search {
  order: 20;
  flex: 1 1 280px;
  min-width: min(100%, 280px);
}

body.feselle-shop-archive .kadence-woo-toggle {
  order: 30;
}

body.feselle-shop-archive .woocommerce-ordering,
body.feselle-shop-archive .kadence-woo-search .woocommerce-product-search {
  margin: 0;
}

body.feselle-shop-archive .kadence-woo-search .woocommerce-product-search {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(17, 17, 17, 0.18);
  border-radius: var(--feselle-radius-default);
  background: #ffffff;
  overflow: hidden;
}

body.feselle-shop-archive
  .kadence-woo-search
  .woocommerce-product-search:focus-within {
  border-color: rgba(17, 17, 17, 0.32);
}

body.feselle-shop-archive .kadence-woo-search .search-field,
body.feselle-shop-archive .woocommerce-ordering select {
  min-height: 42px;
  background-color: #ffffff;
  color: #111111;
}

body.feselle-shop-archive .kadence-woo-search .search-field {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  padding: 0 54px 0 16px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.feselle-shop-archive
  .kadence-woo-search
  .search-field::-webkit-search-cancel-button {
  position: relative;
  right: 8px;
  cursor: pointer;
}

body.feselle-shop-archive .kadence-woo-search .search-field:focus {
  outline: 0;
  box-shadow: none;
}

body.feselle-shop-archive
  .kadence-woo-search
  .search-field::-webkit-search-decoration,
body.feselle-shop-archive
  .kadence-woo-search
  .search-field::-webkit-search-results-button,
body.feselle-shop-archive
  .kadence-woo-search
  .search-field::-webkit-search-results-decoration {
  display: none;
}

body.feselle-shop-archive .kadence-woo-search .search-field::placeholder {
  color: rgba(17, 17, 17, 0.55);
}

body.feselle-shop-archive .kadence-woo-search .search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  min-width: 42px;
  margin: 3px 3px 3px 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  background: #111111 !important;
  color: #ffffff;
  height: 36px !important;
  border-radius: 4px;
}

body.feselle-shop-archive .kadence-woo-search .search-submit:hover {
  opacity: 0.92;
}

body.feselle-shop-archive
  .kadence-woo-search
  .search-submit
  .feselle-shop-archive-search-submit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  color: #fff;
  position: relative;
  top: -2px;
}

body.feselle-shop-archive
  .kadence-woo-search
  .search-submit
  .feselle-shop-archive-search-submit-icon
  .kadence-svg-iconset {
  width: 14px;
  height: 14px;
}

body.feselle-shop-archive .woocommerce-ordering select {
  min-width: 190px;
  padding: 0 44px 0 14px;
  border: 1px solid rgba(17, 17, 17, 0.18);
  border-radius: var(--feselle-radius-default);
  background-color: #ffffff;
  appearance: none;
  font-weight: 500;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 12px 8px;
  box-shadow: none;
}

body.feselle-shop-archive .woocommerce-ordering select:focus {
  outline: 0;
  border-color: rgba(17, 17, 17, 0.32);
  box-shadow: none;
}

body.feselle-shop-archive ul.products li.product .woocommerce-loop-image-link,
body.feselle-shop-archive
  .wc-block-grid__product
  a.wc-block-grid__product-link {
  display: block;
  position: relative;
  aspect-ratio: var(--feselle-shop-product-image-ratio);
  overflow: hidden;
  background: #ffffff;
}

body.feselle-shop-archive ul.products li.product,
body.feselle-shop-archive .wc-block-grid__product {
  border: var(--feselle-shop-product-card-border-width) solid
    var(--feselle-shop-product-card-border-color);
  border-radius: var(--feselle-shop-product-card-radius);
  background: var(--feselle-shop-product-card-background);
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: none;
}

body.feselle-shop-archive ul.products li.product .entry-content-wrap,
body.feselle-shop-archive .wc-block-grid__product .entry-content-wrap {
  width: var(--feselle-shop-product-card-content-width);
  max-width: var(--feselle-shop-product-card-content-max-width);
  margin-right: var(--feselle-shop-product-card-content-margin-inline);
  margin-left: var(--feselle-shop-product-card-content-margin-inline);
  box-sizing: border-box;
  min-width: 0;
  padding: 0.5rem;
}

body.feselle-shop-archive
  ul.products
  li.product
  .woocommerce-loop-product__title
  a,
body.feselle-shop-archive
  .wc-block-grid__product
  .wc-block-grid__product-title
  a,
body.feselle-shop-archive
  .wc-block-grid__product
  a.wc-block-grid__product-title-link {
  display: -webkit-box;
  min-width: 0;
  max-width: 100%;
  min-height: calc(
    var(--feselle-shop-product-card-title-lines) * 1em *
      var(--feselle-shop-product-card-title-line-height)
  );
  line-height: var(--feselle-shop-product-card-title-line-height);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--feselle-shop-product-card-title-lines);
  line-clamp: var(--feselle-shop-product-card-title-lines);
}

body.feselle-shop-archive
  ul.products
  li.product
  .woocommerce-loop-image-link
  img,
body.feselle-shop-archive
  .wc-block-grid__product
  a.wc-block-grid__product-link
  img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

body.feselle-shop-archive
  ul.products
  li.product
  .woocommerce-loop-image-link
  .secondary-product-image,
body.feselle-shop-archive
  .wc-block-grid__product
  a.wc-block-grid__product-link
  .secondary-product-image {
  width: 100%;
  height: 100%;
}

@media (min-width: 1025px) {
  body.feselle-shop-archive.feselle-shop-archive-sticky-sidebar
    #secondary.sidebar-slug-feselle-shop-filters
    .sidebar-inner-wrap {
    position: sticky;
    top: 32px;
  }

  .feselle-shop-filters__sidebar-close {
    display: none;
  }
}

@media (max-width: 1024px) {
  body.feselle-shop-archive-has-hero
    .product-archive-hero-section
    .hero-container {
    min-height: clamp(260px, 58vw, 380px);
    padding-top: 44px;
    padding-bottom: 32px;
  }

  body.feselle-shop-archive-has-hero
    .product-archive-hero-section
    .entry-header {
    width: min(100%, 560px);
    padding: 22px;
  }

  body.feselle-shop-archive-has-hero .product-archive-hero-section .page-title {
    font-size: clamp(2rem, 8vw, 3.2rem);
  }

  body.feselle-shop-archive-has-hero
    .product-archive-hero-section
    .feselle-shop-archive-hero-subtitle {
    width: min(100%, 30rem);
    margin-top: 0.85rem;
    font-size: 0.98rem;
  }

  .feselle-shop-filters-toolbar {
    display: block;
  }

  body.feselle-shop-archive .kadence-shop-top-row {
    gap: 12px;
    align-items: stretch;
  }

  body.feselle-shop-archive .kadence-woo-ordering,
  body.feselle-shop-archive .kadence-woo-toggle {
    order: 20;
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
  }

  body.feselle-shop-archive .kadence-woo-toggle {
    order: 25;
  }

  body.feselle-shop-archive .kadence-woo-search {
    order: 30;
    flex-basis: 100%;
    min-width: 100%;
  }

  body.feselle-shop-archive .kadence-woo-ordering .woocommerce-ordering,
  body.feselle-shop-archive .kadence-woo-ordering select,
  body.feselle-shop-archive .kadence-woo-toggle,
  body.feselle-shop-archive .kadence-woo-toggle .feselle-shop-filters-toolbar,
  body.feselle-shop-archive .kadence-woo-toggle .feselle-shop-filters-toggle {
    width: 100%;
  }

  body.feselle-shop-archive .woocommerce-ordering select {
    min-width: 0;
  }

  body.feselle-shop-archive.feselle-shop-filters-open {
    overflow: hidden;
  }

  body.feselle-shop-archive.feselle-shop-filters-open::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(17, 17, 17, 0.36);
    z-index: 999;
  }

  body.feselle-shop-archive #secondary.sidebar-slug-feselle-shop-filters {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(88vw, 360px);
    max-width: 360px;
    margin: 0;
    z-index: 1000;
    transform: translateX(-105%);
    transition: transform 0.22s ease;
  }

  body.feselle-shop-archive.feselle-shop-filters-open
    #secondary.sidebar-slug-feselle-shop-filters {
    transform: translateX(0);
  }

  body.feselle-shop-archive
    #secondary.sidebar-slug-feselle-shop-filters
    .sidebar-inner-wrap {
    min-height: 100dvh;
    padding: 18px;
    border-radius: 0;
    border: 0;
    box-shadow: var(--feselle-shop-shadow);
    overflow-y: auto;
  }

  .feselle-shop-filters__sidebar-header {
    position: sticky;
    top: 0;
    z-index: 2;
    padding-bottom: 12px;
    background: #ffffff;
  }

  body.feselle-shop-archive-has-hero .product-archive-hero-section {
    margin-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.feselle-shop-archive
    #secondary.sidebar-slug-feselle-shop-filters
    .feselle-shop-filter-accordion__button::after,
  body.feselle-shop-archive
    #secondary.sidebar-slug-feselle-shop-filters
    .feselle-shop-filter-accordion__panel,
  body.feselle-shop-archive
    #secondary.sidebar-slug-feselle-shop-filters
    .feselle-shop-filter-accordion__panel-inner {
    transition: none;
  }
}

body.feselle-shop-archive .product-archive.grid-cols {
  gap: 0.8rem;
}

body.feselle-shop-archive .content-container {
  padding-top: 2rem;
}

body.feselle-shop-archive-has-hero .content-container {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

body.feselle-shop-archive .kadence-shop-top-row {
  padding-bottom: 2rem;
}

.has-sidebar .content-container {
  gap: unset;
}

.wc-block-product-filter-price-slider__range {
  margin: 0 2px 15px;
}

/* Product action wrap hover – align left edge with title/price and add top spacing. */
body.feselle-shop-archive
  ul.products.woo-archive-action-on-hover
  li.product
  .product-action-wrap {
  padding: 0.6rem 0.5rem 0;
}

/* ── Mobile product card fixes ────────────────────────────────────────────── */
@media (max-width: 1024px) {
  /* On touch devices make the hover-action visible inline so cards are usable */
  body.feselle-shop-archive
    ul.products.woo-archive-action-on-hover
    li.product
    .product-action-wrap {
    position: static;
    opacity: 1;
    padding: 0;
    bottom: auto;
  }

  body.feselle-shop-archive
    ul.products.woo-archive-action-on-hover
    li.product:hover
    .entry-content-wrap,
  body.feselle-shop-archive
    ul.products.woo-archive-action-on-hover
    li.product:focus-within
    .entry-content-wrap {
    transform: none;
  }

  /* Prevent card content from sliding out of view on touch */
  body.feselle-shop-archive ul.products.woo-archive-action-on-hover li.product {
    overflow: visible;
  }
}

/* ── Very small mobile (≤ 479px) – compact 2-column cards ──────────────────── */
@media (max-width: 479px) {
  body.feselle-shop-archive .product-archive.grid-cols {
    gap: 0.5rem;
  }

  body.feselle-shop-archive ul.products li.product .entry-content-wrap {
    padding: 0.3rem 0.3rem 0.45rem;
  }

  body.feselle-shop-archive
    ul.products
    li.product
    .woocommerce-loop-product__title,
  body.feselle-shop-archive
    ul.products
    li.product
    .woocommerce-loop-product__title
    a {
    font-size: 0.78rem;
    line-height: 1.25;
  }

  body.feselle-shop-archive ul.products li.product .price {
    font-size: 0.76rem;
    margin-bottom: 0.15em;
  }

  /* Truncate long action link text (e.g. "Choose options") on narrow cards */
  body.feselle-shop-archive ul.products li.product .product-action-wrap .button,
  body.feselle-shop-archive ul.products li.product .product-action-wrap a {
    font-size: 0.68rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    display: block;
  }
}

/* ── 476px – 767px: tablet-ish two columns, comfortable spacing ────────────── */
/* @media (min-width: 480px) and (max-width: 767px) {
  body.feselle-shop-archive .product-archive.grid-cols {
    gap: 0.65rem;
  }

  body.feselle-shop-archive ul.products li.product .entry-content-wrap {
    padding: 0.45rem 0.45rem 0.6rem;
  }
} */
