@charset "UTF-8";
/* Text utility */
/* Mobile utility */
/* Hover / transitions — desktop pointer devices only (avoids sticky :hover on touch) */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.archive-products-listing {
  background-color: var(--wp--preset--color--bg-white);
  border-radius: 2rem 2rem 0 0;
  margin-top: -1.875rem;
}
.archive-products-listing .l-wrapper {
  padding-top: 2rem !important;
  padding-bottom: 4rem;
}
@media screen and (max-width: 991px) {
  .archive-products-listing .l-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }
}
.archive-products-listing__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
.archive-products-listing__filters-viewport {
  width: 100%;
}
.archive-products-listing__filters-hint {
  display: none;
}
.archive-products-listing__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  width: 100%;
}
.archive-products-listing__filter-desc {
  margin: 0;
  max-width: 49.625rem;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: var(--wp--preset--color--eb-hero-cta-dark);
}
.archive-products-listing__filter-desc {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .archive-products-listing__filter-desc {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .archive-products-listing__filter-desc {
    font-size: 0.875rem;
  }
}
.archive-products-listing__filter-desc-strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.archive-products-listing__filter {
  display: flex;
  align-items: center;
  height: 2.75rem;
  padding: 0.25rem 1rem;
  background-color: var(--wp--preset--color--bg-secondary-lightest);
  border: none;
  border-radius: 0.5rem;
  font-family: "Liter", sans-serif;
  font-weight: 400;
  color: var(--wp--preset--color--eb-hero-cta-dark);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.archive-products-listing__filter {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .archive-products-listing__filter {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .archive-products-listing__filter {
    font-size: 0.75rem;
  }
}
.archive-products-listing__filter.is-active, .archive-products-listing__filter:hover {
  background-color: var(--wp--preset--color--eb-hero-cta-dark);
  color: var(--wp--preset--color--txt-white);
}
.archive-products-listing__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .archive-products-listing__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .archive-products-listing__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 580px) {
  .archive-products-listing__grid {
    grid-template-columns: 1fr;
  }
}
.archive-products-listing__card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0.5rem;
  overflow: hidden;
  height: 29.875rem;
  background-color: var(--wp--preset--color--eb-hero-cta-dark);
}
@media screen and (max-width: 991px) {
  .archive-products-listing__card {
    height: 22.5rem;
  }
}
.archive-products-listing__card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  transition: transform 0.4s ease;
}
.archive-products-listing__card-img-placeholder {
  position: absolute;
  inset: 0;
  background-color: var(--wp--preset--color--eb-commitments-gray);
}
.archive-products-listing__card-top {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  padding: 1rem;
  align-items: flex-start;
}
.archive-products-listing__tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.archive-products-listing__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  background-color: var(--wp--preset--color--bg-white);
  border-radius: 0.5rem;
  font-family: "Liter", sans-serif;
  font-weight: 400;
  color: var(--wp--preset--color--eb-hero-cta-dark);
  line-height: 1;
  white-space: nowrap;
}
.archive-products-listing__tag {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .archive-products-listing__tag {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .archive-products-listing__tag {
    font-size: 0.75rem;
  }
}
.archive-products-listing__tag--category {
  background-color: var(--wp--preset--color--eb-timeline-cyan);
}
.archive-products-listing__card-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
}
.archive-products-listing__card-copy {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}
.archive-products-listing__card-title {
  margin: 0;
  font-family: "Liter", sans-serif;
  font-weight: 400;
  color: var(--wp--preset--color--eb-hero-cta-dark);
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  will-change: transform;
  transition: transform 0.22s ease;
}
.archive-products-listing__card-title {
  font-size: 20px;
}
@media screen and (min-width: 569px) {
  .archive-products-listing__card-title {
    font-size: calc(20px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .archive-products-listing__card-title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 991px) {
  .archive-products-listing__card-title {
    font-weight: 400;
  }
  .archive-products-listing__card-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) and (min-width: 569px) {
  .archive-products-listing__card-title {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (max-width: 991px) and (min-width: 1440px) {
  .archive-products-listing__card-title {
    font-size: 1rem;
  }
}
.archive-products-listing__card-subtitle {
  margin: 0;
  font-family: "Liter", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: var(--wp--preset--color--eb-gray-dark);
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(0.625rem);
  will-change: transform, opacity;
  transition: opacity 0.22s ease, transform 0.22s ease, max-height 0.22s ease;
}
.archive-products-listing__card-subtitle {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .archive-products-listing__card-subtitle {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .archive-products-listing__card-subtitle {
    font-size: 1rem;
  }
}
.archive-products-listing__card-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--wp--preset--color--eb-hero-cta-dark);
  border-radius: 0.5rem;
  color: var(--wp--preset--color--eb-hero-cta-dark);
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.archive-products-listing__card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.archive-products-listing__empty {
  grid-column: 1/-1;
  text-align: center;
  padding: 3rem 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: var(--wp--preset--color--eb-gray-dark);
}
.archive-products-listing__empty {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .archive-products-listing__empty {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .archive-products-listing__empty {
    font-size: 0.875rem;
  }
}
.archive-products-listing__card:hover .archive-products-listing__card-img {
  transform: scale(1.03);
}
.archive-products-listing__card:hover .archive-products-listing__card-subtitle, .archive-products-listing__card:focus-within .archive-products-listing__card-subtitle {
  opacity: 1;
  max-height: 3rem;
  transform: translateY(0);
}
.archive-products-listing__card:hover .archive-products-listing__card-title, .archive-products-listing__card:focus-within .archive-products-listing__card-title {
  transform: translateY(-0.375rem);
}
.archive-products-listing__card:hover .archive-products-listing__card-arrow, .archive-products-listing__card:focus-within .archive-products-listing__card-arrow {
  background-color: var(--wp--preset--color--eb-timeline-cyan);
  border-color: var(--wp--preset--color--eb-timeline-cyan);
  color: var(--wp--preset--color--eb-hero-cta-dark);
}
.archive-products-listing__card--light .archive-products-listing__card-title {
  color: var(--wp--preset--color--txt-white);
}
.archive-products-listing__card--light .archive-products-listing__card-subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.archive-products-listing__card--light .archive-products-listing__card-arrow {
  border-color: var(--wp--preset--color--txt-white);
  color: var(--wp--preset--color--txt-white);
}
.archive-products-listing__card--light::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 55%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.archive-products-listing__card--light:hover::before {
  opacity: 1;
}
.archive-products-listing__pagination-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.archive-products-listing__pagination {
  display: flex;
  justify-content: center;
}
.archive-products-listing__pagination-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.archive-products-listing__pagination-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--wp--preset--color--eb-hero-cta-dark);
  border-radius: 0.5rem;
  background: none;
  cursor: pointer;
  color: var(--wp--preset--color--eb-hero-cta-dark);
  transition: background-color 0.2s ease, color 0.2s ease;
}
.archive-products-listing__pagination-arrow:hover:not(:disabled) {
  background-color: var(--wp--preset--color--eb-hero-cta-dark);
  color: var(--wp--preset--color--txt-white);
}
.archive-products-listing__pagination-arrow:disabled {
  opacity: 0.3;
  cursor: default;
}
.archive-products-listing__pagination-arrow-icon--prev {
  transform: rotate(180deg);
}
.archive-products-listing__pagination-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  height: 2.75rem;
  padding: 0.25rem 1rem;
  background-color: rgba(220, 224, 227, 0.3);
  border: none;
  border-radius: 0.5rem;
  font-family: "Liter", sans-serif;
  font-weight: 400;
  color: var(--wp--preset--color--eb-hero-cta-dark);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.archive-products-listing__pagination-pill {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .archive-products-listing__pagination-pill {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .archive-products-listing__pagination-pill {
    font-size: 0.75rem;
  }
}
.archive-products-listing__pagination-pill.is-active {
  background-color: var(--wp--preset--color--eb-hero-cta-dark);
  color: var(--wp--preset--color--txt-white);
}
.archive-products-listing__pagination-pill--ellipsis {
  background: none;
  cursor: default;
}
@media screen and (max-width: 991px) {
  .archive-products-listing__inner {
    gap: 1rem;
    align-items: stretch;
  }
  .archive-products-listing__filter-desc {
    order: 2;
    max-width: none;
    text-align: left;
  }
  .archive-products-listing__grid {
    order: 3;
    display: grid;
    grid-template-columns: 1fr;
  }
  .archive-products-listing__pagination-wrap {
    order: 4;
  }
  .archive-products-listing__filters-viewport {
    order: 1;
    position: sticky;
    top: var(--l-site-header-offset, 3.75rem);
    z-index: 10;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    padding: 0.25rem;
    border-radius: 62.4375rem;
    background-color: var(--wp--preset--color--bg-secondary-lightest);
  }
  .archive-products-listing__filters-viewport::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2.25rem;
    border-radius: 0 62.4375rem 62.4375rem 0;
    background: linear-gradient(to right, transparent, var(--wp--preset--color--bg-secondary-lightest) 65%);
    pointer-events: none;
  }
  .archive-products-listing__filters-hint {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    transform: translateY(-50%) rotate(-90deg);
    color: var(--wp--preset--color--eb-hero-cta-dark);
    pointer-events: none;
  }
  .archive-products-listing__filters-hint svg {
    width: 0.625rem;
    height: auto;
  }
  .archive-products-listing__filters-hint path {
    fill: currentColor;
  }
  .archive-products-listing__filters-hint.is-hidden {
    opacity: 0;
  }
  .archive-products-listing__filters {
    position: relative;
    flex: 1 1 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.25rem;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 2rem 0 0.25rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
    scroll-behavior: smooth;
    touch-action: pan-x;
    background-color: transparent;
  }
  .archive-products-listing__filters::-webkit-scrollbar {
    display: none;
  }
  .archive-products-listing__filter {
    flex-shrink: 0;
    scroll-snap-align: start;
    height: 2.25rem;
    min-height: 2.25rem;
    border-radius: 62.4375rem;
    background-color: transparent;
  }
  .archive-products-listing__filter.is-active, .archive-products-listing__filter:hover {
    background-color: var(--wp--preset--color--bg-white);
    color: var(--wp--preset--color--eb-hero-cta-dark);
  }
}
@media screen and (max-width: 580px) {
  .archive-products-listing__card {
    width: 100%;
  }
}