body#category {
  background: #fbfaf6;
  color: #102018;
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

body#category .breadcrumb__wrapper {
  display: none;
}

body#category .wrapper {
  background: #fbfaf6;
}

.lmf-category-hero {
  grid-column: 1 / -1;
  grid-row: 1;
  min-height: clamp(360px, 36vw, 560px);
  overflow: hidden;
  position: relative;
}

.lmf-category-hero__visual {
  background: #102018;
  inset: 0;
  position: absolute;
}

.lmf-category-hero__visual::after {
  background: linear-gradient(90deg, rgba(8, 18, 13, 0.82), rgba(8, 18, 13, 0.38) 42%, rgba(8, 18, 13, 0.04) 72%);
  content: "";
  inset: 0;
  position: absolute;
}

.lmf-category-hero__visual img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.lmf-category-hero__content {
  color: #fff;
  margin: 0 auto;
  max-width: 1680px;
  padding: clamp(5rem, 8vw, 9rem) 7.5vw clamp(4rem, 7vw, 7rem);
  position: relative;
  z-index: 1;
}

.lmf-category-hero__breadcrumb {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  font-size: 0.88rem;
  margin-bottom: 1.5rem;
}

.lmf-category-hero__breadcrumb a,
.lmf-category-hero__breadcrumb span {
  color: rgba(255, 255, 255, 0.84);
}

.lmf-category-hero h1 {
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5.2vw, 5.2rem);
  font-weight: 700;
  line-height: 0.95;
  margin: 0 0 1.35rem;
  max-width: 640px;
}

.lmf-category-hero__text {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  line-height: 1.75;
  max-width: 520px;
}

.lmf-category-hero__text p {
  margin: 0;
}

body#category .columns-container.container {
  max-width: none;
  padding: 0;
  width: 100%;
}

body#category .columns-container > .row {
  display: grid;
  gap: 0;
  grid-template-columns:
    4vw
    minmax(300px, 340px)
    clamp(2.25rem, 3vw, 3.75rem)
    minmax(0, 1fr)
    4vw;
  margin: 0;
  max-width: none;
}

body#category #left-column,
body#category #center-column {
  flex: none;
  max-width: none;
  padding: 0;
  width: auto;
}

body#category #right-column {
  display: none;
}

body#category #left-column {
  grid-column: 2;
  grid-row: 2;
  padding-top: 3.3rem;
}

body#category #center-column {
  display: contents;
}

body#category #products {
  grid-column: 4;
  grid-row: 2;
  min-width: 0;
  padding-top: 3.3rem;
}

body#category #js-product-list {
  width: 100%;
  min-width: 0;
}

.lmf-products-top {
  align-items: center;
  border-bottom: 1px solid rgba(16, 32, 24, 0.12);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 2rem;
  padding-bottom: 1.05rem;
}

.lmf-filter-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: #102018;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  gap: 0.65rem;
  letter-spacing: 0.06em;
  padding: 0;
  text-transform: uppercase;
}

.lmf-filter-toggle i {
  font-size: 1.15rem;
}

.lmf-products-top__mobile-filter {
  display: none;
}

.lmf-products-top__count {
  color: #253229;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: left;
}

.lmf-products-top__actions {
  align-items: center;
  display: flex;
  gap: 1.45rem;
  justify-content: flex-end;
}

.lmf-products-top__sort {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.lmf-products-top__sort .products__sort-label span {
  color: #4a554e;
  font-size: 0.82rem;
  font-weight: 700;
}

.lmf-products-top__sort .products__sort-dropdown {
  margin-left: 0.7rem;
}

.lmf-products-top__sort .products__sort-dropdown-button {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(16, 32, 24, 0.1);
  border-radius: 0;
  color: #102018;
  font-size: 0.84rem;
  font-weight: 700;
  min-width: 170px;
  padding: 0.45rem 0.15rem 0.55rem;
  text-align: left;
}

.lmf-products-top__view {
  border: 1px solid rgba(16, 32, 24, 0.08);
  display: inline-flex;
  height: 44px;
}

.lmf-products-top__view-button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #102018;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  padding: 0;
  width: 44px;
}

.lmf-products-top__view-button + .lmf-products-top__view-button {
  border-left: 1px solid rgba(16, 32, 24, 0.08);
}

.lmf-products-top__view-button.is-active {
  background: rgba(16, 32, 24, 0.06);
}

.lmf-products-top__view-button i {
  font-size: 1.35rem;
  line-height: 1;
}

body#category .products {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lmf-product-card {
  background: #fff;
  border: 1px solid rgba(16, 32, 24, 0.07);
  box-shadow: 0 16px 36px rgba(25, 34, 28, 0.06);
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.lmf-product-card__image-link {
  aspect-ratio: 372 / 496;
  background: #f1efe8;
  display: block;
  overflow: hidden;
  position: relative;
}

.lmf-product-card__image-link picture {
  display: block;
  height: 100%;
  width: 100%;
}

.lmf-product-card__image {
  display: block;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center !important;
  transition: transform 220ms ease;
  width: 100% !important;
}

.lmf-product-card:hover .lmf-product-card__image {
  transform: scale(1.035);
}

.lmf-product-card .product-flags {
  left: 0.8rem;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0.8rem;
  z-index: 2;
}

.lmf-product-card .product-flags .badge {
  background: #0d2118;
  border-radius: 2px;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 0.42rem 0.55rem;
  text-transform: uppercase;
}

.lmf-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.2rem 1.1rem 1.3rem;
}

.lmf-product-card__title {
  color: #102018;
  font-size: clamp(0.9rem, 0.85vw, 0.98rem);
  font-weight: 700;
  line-height: 1.35;
}

.lmf-product-card__meta {
  color: #6d746f;
  font-size: 0.82rem;
  line-height: 1.4;
  margin: 0.35rem 0 1.1rem;
}

.lmf-product-card__price {
  color: #102018;
  font-size: 1rem;
  font-weight: 800;
  margin-top: auto;
}

.lmf-product-card__price span {
  color: #6d746f;
  font-size: 0.72rem;
  font-weight: 600;
  margin-left: 0.25rem;
  text-transform: uppercase;
}

.lmf-product-card__cta {
  align-items: center;
  align-self: flex-start;
  background: #0d2118;
  border-radius: 3px;
  color: #fff !important;
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.05em;
  margin-top: 1.25rem;
  min-height: 38px;
  padding: 0 1.7rem;
  text-transform: uppercase;
}

body#category .products.lmf-products--list {
  grid-template-columns: minmax(0, 1fr);
  justify-items: stretch;
}

body#category .products.lmf-products--list .lmf-product-card {
  display: grid;
  grid-template-columns: minmax(300px, 380px) minmax(0, 1fr);
  width: 100%;
}

body#category .products.lmf-products--list .lmf-product-card__image-link {
  aspect-ratio: 1 / 0.9;
  height: 100%;
}

body#category .products.lmf-products--list .lmf-product-card__body {
  justify-content: center;
  max-width: 560px;
  padding: clamp(1.45rem, 2.4vw, 2.35rem);
}

body#category .products.lmf-products--list .lmf-product-card__title {
  font-size: clamp(1rem, 1.15vw, 1.18rem);
}

body#category .products.lmf-products--list .lmf-product-card__meta {
  margin-bottom: 1.35rem;
}

body#category .products.lmf-products--list .lmf-product-card__price {
  margin-top: 0;
}

body#category #search-filters {
  color: #102018;
  position: static;
}

body#category #search_filters_wrapper {
  position: sticky;
  top: var(--scroll-padding-top, 13rem);
  width: 100%;
  margin: 0;
  padding: 1.35rem 1.5rem 1.5rem;
  border: 1px solid rgba(16, 32, 24, 0.12);
  border-radius: 3px;
  background: transparent;
}

body#category #search-filters > .h6,
body#category #search-filters > .left-block__title {
  border-bottom: 1px solid rgba(16, 32, 24, 0.12);
  color: #102018;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 0.35rem;
  padding-bottom: 1.2rem;
  text-transform: none;
}

body#category #search-filters .accordion,
body#category #search-filters .accordion-item,
body#category #search-filters .accordion-button,
body#category #search-filters .accordion-body {
  background: transparent;
}

body#category #search-filters .accordion-item {
  border: 0;
  border-bottom: 1px solid rgba(16, 32, 24, 0.12);
}

body#category #search-filters .accordion-button {
  color: #102018;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  padding: 1rem 0;
  text-transform: uppercase;
  box-shadow: none;
}

body#category #search-filters .accordion-button:hover,
body#category #search-filters .accordion-button:focus,
body#category #search-filters .accordion-button:not(.collapsed) {
  background: transparent;
  color: #0f4b35;
  box-shadow: none;
}

body#category #search-filters .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}

body#category #search-filters .accordion-body {
  padding: 0.1rem 0 1rem;
}

body#category #search-filters .search-filters__item {
  padding-block: 0.28rem;
}

body#category #search-filters .search-filters__form-check {
  min-height: 1.4rem;
  margin: 0;
}

body#category #search-filters .search-filters__link,
body#category #search-filters .search-filters__form-label {
  color: #4a554e;
  font-size: 0.84rem;
  line-height: 1.45;
}

body#category #search-filters .search-filters__link:hover,
body#category #search-filters .search-filters__link:focus,
body#category #search-filters .search-filters__item.active .search-filters__link {
  color: #0f4b35;
}

body#category #search-filters .search-filters__clear {
  margin-bottom: 0.75rem;
}

body#category #search-filters .search-filters__clear .btn {
  border-color: rgba(16, 32, 24, 0.18);
  color: #39443d;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

body#category .facet {
  border-bottom: 1px solid rgba(16, 32, 24, 0.12);
  margin: 0 0 1.45rem;
  padding-bottom: 1.35rem;
}

body#category .facet-title {
  color: #102018;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin: 0 0 0.95rem;
  text-transform: uppercase;
}

body#category .facet ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body#category .facet li + li {
  margin-top: 0.7rem;
}

body#category .facet-label {
  align-items: center;
  display: flex;
  gap: 0.55rem;
  margin: 0;
}

body#category .facet-label a {
  color: #4a554e;
  display: flex;
  flex: 1;
  font-size: 0.84rem;
  justify-content: space-between;
}

body#category .custom-checkbox input,
body#category .custom-radio input {
  accent-color: #102018;
}

/* Category navigation inherited from Hummingbird. */
body#category .ps-categorytree {
  border-bottom: 1px solid rgba(16, 32, 24, 0.12);
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
}

body#category .ps-categorytree .left-block__title {
  border-bottom: 1px solid rgba(16, 32, 24, 0.12);
  color: #102018;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 1rem;
  padding-bottom: 1rem;
}

body#category .ps-categorytree .left-block__title-link,
body#category .category-tree__item-link {
  color: #39443d;
}

body#category .category-tree__list {
  gap: 0.25rem;
  margin: 0;
  padding: 0;
}

body#category .category-tree__item-header {
  align-items: center;
  padding-block: 0.35rem;
}

body#category .category-tree__item-link {
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.45;
}

body#category .category-tree__item.active > .category-tree__item-header .category-tree__item-link,
body#category .category-tree__item-link:hover,
body#category .category-tree__item-link:focus,
body#category .ps-categorytree .left-block__title-link:hover,
body#category .ps-categorytree .left-block__title-link:focus {
  color: #0f4b35;
}

body#category .category-tree__item-header .accordion-button {
  color: #102018;
}

/* Empty catalogue state. */
body#category .page-content--not-found {
  color: #39443d;
  max-width: 760px;
}

body#category .page-content--not-found > .h3 {
  color: #102018;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 600;
  line-height: 1.05;
  margin-bottom: 1rem;
}

body#category .page-content--not-found > p:not(.h3) {
  color: #4a554e;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

body#category .page-content--not-found .btn-primary {
  align-items: center;
  background: #17251c;
  border: 1px solid #17251c;
  border-radius: 2px;
  color: #fff;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 800;
  gap: 0.55rem;
  justify-content: center;
  letter-spacing: 0.05em;
  min-height: 50px;
  padding: 0 1.7rem;
  text-transform: uppercase;
}

body#category .page-content--not-found .btn-primary:hover,
body#category .page-content--not-found .btn-primary:focus {
  background: #24392d;
  border-color: #24392d;
  color: #fff;
}

body#category .page-content--not-found .btn-primary .material-icons {
  font-size: 1.15rem;
}

body#category .products__pagination {
  margin-top: 3rem;
}

body#category .products__pagination .page-link {
  border-color: rgba(16, 32, 24, 0.14);
  color: #39443d;
}

body#category .products__pagination .page-link:hover,
body#category .products__pagination .page-link:focus {
  background: #f1efe8;
  border-color: rgba(16, 32, 24, 0.2);
  color: #0f4b35;
  box-shadow: none;
}

body#category .products__pagination .page-item.active .page-link {
  background: #17251c;
  border-color: #17251c;
  color: #fff;
}

body#category .dropdown-menu .dropdown-item.active,
body#category .dropdown-menu .dropdown-item:active {
  background: #17251c;
  color: #fff;
}

.lmf-category-story {
  display: grid;
  gap: clamp(2rem, 4vw, 4.5rem);
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  margin: 3.8rem auto 0;
  max-width: 1680px;
  padding: 0 7.5vw 4rem;
}

.lmf-category-story__image {
  background: url("../img/bain-nordique-cadre-idyllique.webp") center / cover no-repeat;
  border-radius: 3px;
  min-height: 420px;
}

.lmf-category-story__copy {
  align-self: center;
}

.lmf-category-eyebrow {
  color: #102018;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 1.2rem;
  text-transform: uppercase;
}

.lmf-category-story h2 {
  color: #102018;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 3.5vw, 3.6rem);
  font-weight: 500;
  line-height: 1.02;
  margin: 0 0 1.55rem;
}

.lmf-category-story__copy > p:not(.lmf-category-eyebrow) {
  color: #39443d;
  font-size: 0.98rem;
  line-height: 1.75;
  margin: 0 0 2.3rem;
  max-width: 660px;
}

.lmf-category-story__benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lmf-category-story__benefits article {
  border-left: 1px solid rgba(16, 32, 24, 0.12);
  padding: 0 1.3rem;
  text-align: center;
}

.lmf-category-story__benefits article:first-child {
  border-left: 0;
}

.lmf-category-story__benefits i {
  color: #102018;
  font-size: 2.3rem;
}

.lmf-category-story__benefits strong {
  display: block;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin: 0.7rem 0 0.45rem;
  text-transform: uppercase;
}

.lmf-category-story__benefits span {
  color: #5b655e;
  font-size: 0.8rem;
  line-height: 1.5;
}

@media (max-width: 1399.98px) {
  body#category .products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body#category .products.lmf-products--list {
    grid-template-columns: minmax(0, 1fr);
  }

  body#category .products.lmf-products--list .lmf-product-card {
    grid-template-columns: minmax(250px, 320px) minmax(0, 1fr);
  }
}

@media (max-width: 991.98px) {
  body#category .columns-container > .row {
    grid-template-columns: minmax(0, 1fr);
  }

  body#category #left-column,
  body#category #products {
    grid-column: 1;
    grid-row: auto;
    margin-left: 7.5vw;
    margin-right: 7.5vw;
  }

  body#category #left-column {
    padding-top: 2.4rem;
  }

  body#category #products {
    padding-top: 0;
  }

  body#category #search-filters {
    position: static;
  }

  body#category #search_filters_wrapper {
    position: static;
  }

  body#category .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body#category .products.lmf-products--list .lmf-product-card {
    grid-template-columns: minmax(0, 1fr);
  }

  body#category .products.lmf-products--list .lmf-product-card__image-link {
    aspect-ratio: 1 / 1.18;
  }

  .lmf-category-story {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 767.98px) {
  .lmf-products-top__mobile-filter {
    display: block;
  }
}

@media (max-width: 575.98px) {
  .lmf-category-hero__content,
  .lmf-category-story {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  body#category #left-column,
  body#category #products {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lmf-products-top {
    grid-template-columns: minmax(0, 1fr);
  }

  .lmf-products-top__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.9rem;
  }

  .lmf-products-top__count,
  .lmf-products-top__sort,
  .lmf-products-top__actions {
    justify-content: flex-start;
    text-align: left;
  }

  .lmf-products-top__sort {
    width: 100%;
  }

  .lmf-products-top__sort .products__sort-dropdown-button {
    min-width: min(100%, 170px);
  }

  body#category .products,
  .lmf-category-story__benefits {
    grid-template-columns: minmax(0, 1fr);
  }

  .lmf-category-story__benefits article {
    border-left: 0;
    border-top: 1px solid rgba(16, 32, 24, 0.12);
    padding: 1.3rem 0 0;
  }
}
