@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-hero {
  background-color: var(--wp--preset--color--eb-breadcrumb-muted);
}
.archive-products-hero .l-wrapper {
  padding-top: 8.75rem !important;
  padding-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  .archive-products-hero .l-wrapper {
    padding-top: 4.5rem;
    padding-bottom: 2.5rem;
  }
}
.archive-products-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
@media screen and (max-width: 991px) {
  .archive-products-hero__inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.archive-products-hero__left {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
}
.archive-products-hero__breadcrumb {
  position: absolute;
  top: -2.8125rem;
}
.archive-products-hero__title {
  margin: 0;
  font-family: "Liter", sans-serif;
  font-weight: 400;
  color: var(--wp--preset--color--eb-hero-cta-dark);
  line-height: 1;
  max-width: 29.375rem;
  margin-left: 1.875rem;
}
.archive-products-hero__title {
  font-size: 32px;
}
@media screen and (min-width: 569px) {
  .archive-products-hero__title {
    font-size: calc(32px + 16 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .archive-products-hero__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .archive-products-hero__title {
    font-size: 2.5rem;
    margin-left: 0;
  }
}
.archive-products-hero__right {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 0.5rem;
  max-width: 29.0625rem;
  margin-left: auto;
}
.archive-products-hero__intro {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: var(--wp--preset--color--eb-hero-cta-dark);
  line-height: 1.2;
}
.archive-products-hero__intro {
  font-size: 20px;
}
@media screen and (min-width: 569px) {
  .archive-products-hero__intro {
    font-size: calc(20px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .archive-products-hero__intro {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 991px) {
  .archive-products-hero__intro {
    font-weight: 400;
  }
  .archive-products-hero__intro {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) and (min-width: 569px) {
  .archive-products-hero__intro {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (max-width: 991px) and (min-width: 1440px) {
  .archive-products-hero__intro {
    font-size: 1rem;
  }
}
.archive-products-hero__body {
  font-family: "Open Sans", sans-serif;
}
.archive-products-hero__body p {
  margin: 0;
  font-weight: 400;
  color: var(--wp--preset--color--eb-gray-dark);
  line-height: 1.4;
}
.archive-products-hero__body p {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .archive-products-hero__body p {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .archive-products-hero__body p {
    font-size: 0.875rem;
  }
}
.archive-products-hero__body p + p {
  margin-top: 0.5rem;
}