/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
#anywaves-cart-quote-flyout {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  position: fixed;
  z-index: 1000;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s ease, background 0.3s ease;
}
#anywaves-cart-quote-flyout.open, #anywaves-cart-quote-flyout.is-closing {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s ease, background 0.3s ease;
}
#anywaves-cart-quote-flyout.open {
  background: rgba(0, 0, 0, 0.5);
}
#anywaves-cart-quote-flyout.open .anywaves-cart-quote-flyout__inner {
  transform: translate(0, 0);
  pointer-events: all;
  opacity: 1;
}
#anywaves-cart-quote-flyout.is-closing {
  background: rgba(0, 0, 0, 0);
}
#anywaves-cart-quote-flyout.is-closing .anywaves-cart-quote-flyout__inner {
  transform: translate(100%, 0);
  pointer-events: none;
  opacity: 0;
}
#anywaves-cart-quote-flyout .c-btn.c-btn--bg-white {
  border-color: var(--wp--preset--color--bg-black);
}

[data-anywaves-cart=quote][data-anywaves-cart-part].is-hidden {
  display: none;
}
[data-anywaves-cart=quote][data-anywaves-cart-part=flyout-close] {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.5rem;
  border-radius: 4px;
  font-size: 1rem;
  background-color: var(--wp--preset--color--bg-gray-medium);
  border: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
[data-anywaves-cart=quote][data-anywaves-cart-part=flyout-close]:hover {
  background-color: var(--wp--preset--color--bg-pale-sky);
}

.anywaves-cart-quote-flyout__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem 2rem;
  position: fixed;
  z-index: 1001;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--wp--preset--color--bg-white);
  max-width: 100vw;
  width: 42.375rem;
  height: 100vh;
  overflow-y: auto;
  padding-top: 4rem;
  transform: translate(100%, 0);
  pointer-events: none;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media (max-width: 768px) {
  .anywaves-cart-quote-flyout__inner {
    width: 100vw;
    padding-inline: 1rem;
  }
}
.anywaves-cart-quote-flyout__loading, .anywaves-cart-quote-flyout__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 4rem;
  text-align: center;
  margin-block: 1rem;
  font-size: 1rem;
  border-radius: 4px;
  background-color: var(--wp--preset--color--bg-gray-medium);
}
.anywaves-cart-quote-flyout__loading p, .anywaves-cart-quote-flyout__empty p {
  margin-bottom: 1rem;
}
.anywaves-cart-quote-flyout__loading {
  font-size: 1.25rem;
}
.anywaves-cart-quote-flyout__title {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 3rem;
}
.anywaves-cart-quote-flyout__title {
  font-size: 36px;
}
@media screen and (min-width: 569px) {
  .anywaves-cart-quote-flyout__title {
    font-size: calc(36px + 20 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .anywaves-cart-quote-flyout__title {
    font-size: 3.5rem;
  }
}
.anywaves-cart-quote-flyout__list, .anywaves-cart-quote-flyout__form {
  margin-block: 1rem;
}
.anywaves-cart-quote-flyout__footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 768px) {
  .anywaves-cart-quote-flyout__footer {
    grid-template-columns: 1fr;
  }
}
.anywaves-cart-quote-flyout__list .c-cart-product {
  display: flex;
  align-items: center;
  justify-content: stretch;
  gap: 1rem;
}
.anywaves-cart-quote-flyout__list .c-cart-product__thumb-wrap {
  width: 60px;
  flex-shrink: 0;
  padding: 0.375rem;
  background-color: var(--wp--preset--color--bg-gray-medium);
  border-radius: 4px;
}
.anywaves-cart-quote-flyout__list .c-cart-product__content-wrap {
  flex: 1 1 auto;
  border-bottom: 1px solid var(--wp--preset--color--bg-gray-medium);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1rem;
}
.anywaves-cart-quote-flyout__list .c-cart-product__info {
  flex: 1 1 auto;
  min-width: 0;
}
.anywaves-cart-quote-flyout__list .c-cart-product__title {
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
}
.anywaves-cart-quote-flyout__list .c-cart-product__no-datasheet {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.3;
}
.anywaves-cart-quote-flyout__list .c-cart-product__no-datasheet a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: underline;
}
.anywaves-cart-quote-flyout__list .c-cart-product__remove {
  padding: 0.375rem;
  border-radius: 4px;
  font-size: 1rem;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  height: 1.5rem;
  aspect-ratio: 1;
  flex-shrink: 0;
}
.anywaves-cart-quote-flyout__list .c-cart-product__remove:hover {
  background-color: var(--wp--preset--color--bg-gray-medium);
}
.anywaves-cart-quote-flyout__list .c-cart-product__qty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
  padding: 0.3125rem;
  background-color: var(--wp--preset--color--bg-gray-medium);
  border-radius: 4px;
  flex-shrink: 0;
}
.anywaves-cart-quote-flyout__list .c-cart-product__qty button[data-anywaves-cart=quote][data-anywaves-cart-part^=qty-] {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: transparent;
  aspect-ratio: 1;
  height: 1.5rem;
  padding: 0.25rem;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.anywaves-cart-quote-flyout__list .c-cart-product__qty button[data-anywaves-cart=quote][data-anywaves-cart-part^=qty-]:hover {
  background-color: rgba(0, 0, 0, 0.125);
}
.anywaves-cart-quote-flyout__list .c-cart-product__qty input[data-anywaves-cart=quote][data-anywaves-cart-part=qty-input] {
  border: 0;
  width: 2.25rem;
  height: 1.5rem;
  font-size: 0.875rem;
  font-weight: 300;
  background: transparent;
  text-align: center;
}
.aw-cart-toast {
  position: fixed;
  z-index: 1002;
  right: 1.5rem;
  bottom: 1.5rem;
  max-width: calc(100vw - 3rem);
  padding: 0.875rem 1.25rem;
  border-radius: 4px;
  background-color: var(--wp--preset--color--bg-white);
  border: 1px solid var(--wp--preset--color--bg-gray-medium);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.12);
  font-family: "Outfit", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  color: var(--wp--preset--color--txt-black);
  transform: translateY(1rem);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.aw-cart-toast::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.625rem;
  border-radius: 50%;
  background-color: var(--wp--preset--color--bg-deep-purple-medium);
  vertical-align: middle;
}
.aw-cart-toast.is-visible {
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 768px) {
  .aw-cart-toast {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    max-width: none;
  }
}

.l-site-footer {
  background-color: var(--wp--preset--color--bg-white);
  color: var(--wp--preset--color--txt-black);
  border-top: 1px solid var(--wp--preset--color--bg-gray-light);
}
@media screen and (max-width: 580px) {
  .l-site-footer {
    padding-bottom: 3.125rem;
  }
}
.l-site-footer .footer-features,
.l-site-footer .footer-newsletter,
.l-site-footer .footer-main {
  border-bottom: 1px solid var(--wp--preset--color--bg-gray-light);
}
.l-site-footer .footer-features {
  padding: 4rem 0;
}
.l-site-footer__features-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}
.l-site-footer__feature-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.l-site-footer__feature-icon {
  width: 3.25rem;
  height: 3.25rem;
}
@media screen and (max-width: 991px) {
  .l-site-footer__feature-icon {
    width: 2rem;
    height: 2rem;
  }
}
.l-site-footer__feature-label {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
.l-site-footer__feature-label {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .l-site-footer__feature-label {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .l-site-footer__feature-label {
    font-size: 0.875rem;
  }
}
.l-site-footer .footer-newsletter {
  padding: 4rem 0;
}
.l-site-footer__newsletter {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .l-site-footer__newsletter {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.l-site-footer__newsletter-title {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  line-height: 1;
  margin: 0;
}
.l-site-footer__newsletter-title {
  font-size: 42px;
}
@media screen and (min-width: 569px) {
  .l-site-footer__newsletter-title {
    font-size: calc(42px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .l-site-footer__newsletter-title {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-site-footer__newsletter-title {
    font-weight: 200;
    margin-bottom: 0.4375rem;
  }
  .l-site-footer__newsletter-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 569px) {
  .l-site-footer__newsletter-title {
    font-size: calc(20px + 4 * (100vw - 569px) / 871);
  }
}
@media screen and (max-width: 1024px) and (min-width: 1440px) {
  .l-site-footer__newsletter-title {
    font-size: 1.5rem;
  }
}
.l-site-footer__newsletter-text {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
  max-width: 12.5rem;
}
.l-site-footer__newsletter-text {
  font-size: 18px;
}
@media screen and (min-width: 569px) {
  .l-site-footer__newsletter-text {
    font-size: calc(18px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .l-site-footer__newsletter-text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-site-footer__newsletter-text {
    font-weight: 300;
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
  .l-site-footer__newsletter-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 569px) {
  .l-site-footer__newsletter-text {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (max-width: 1024px) and (min-width: 1440px) {
  .l-site-footer__newsletter-text {
    font-size: 0.875rem;
  }
}
.l-site-footer__newsletter-form {
  margin: 0;
  min-width: 28.125rem;
}
@media screen and (max-width: 991px) {
  .l-site-footer__form-container {
    position: relative;
  }
}
.l-site-footer .hs-form {
  display: flex;
  gap: 0.625rem;
}
.l-site-footer .hs-form-field {
  padding-left: 0 !important;
}
.l-site-footer .hs-form-field label {
  display: none;
}
.l-site-footer .hs-form-field input {
  border-bottom-color: var(--wp--preset--color--bg-black);
}
.l-site-footer .hubspot-form-container *::placeholder {
  opacity: 0.5;
  visibility: visible;
}
@media screen and (max-width: 991px) {
  .l-site-footer .hs_error_rollup {
    position: absolute;
    bottom: 0;
    transform: translateY(calc(100% + 8px));
  }
}
.l-site-footer .hubspot-form-container input[type=submit] {
  background-color: transparent;
  border: 1px solid var(--wp--preset--color--txt-black);
  color: var(--wp--preset--color--txt-black);
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .l-site-footer .hubspot-form-container input[type=submit]:hover {
    background-color: var(--wp--preset--color--bg-black);
    border-color: var(--wp--preset--color--bg-black);
    color: var(--wp--preset--color--txt-white);
  }
}
.l-site-footer__privacy {
  opacity: 0.5;
}
.l-site-footer__privacy p {
  font-weight: 400;
  line-height: 1.5;
  font-family: "Outfit", sans-serif;
}
.l-site-footer__privacy p {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .l-site-footer__privacy p {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .l-site-footer__privacy p {
    font-size: 0.75rem;
  }
}
.l-site-footer__privacy a {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: currentColor;
}
@media screen and (max-width: 991px) {
  .l-site-footer__privacy {
    margin-top: 0.625rem;
  }
}
.l-site-footer .footer-main {
  padding: 2rem 0;
}
.l-site-footer__main-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (max-width: 991px) {
  .l-site-footer__main-grid {
    row-gap: 1.875rem;
    column-gap: 1.3125rem;
  }
}
.l-site-footer__menu-column {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.l-site-footer__menu-column--stacked {
  gap: 2.5625rem;
}
.l-site-footer__menu-block {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 991px) {
  .l-site-footer__menu-block {
    gap: 0.625rem;
  }
}
.l-site-footer__menu-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.l-site-footer__menu-title {
  margin: 0;
  opacity: 0.4;
  color: var(--wp--preset--color--txt-black);
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.l-site-footer__menu-title {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .l-site-footer__menu-title {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .l-site-footer__menu-title {
    font-size: 0.875rem;
  }
}
.l-site-footer__menu-title--active {
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
.l-site-footer__menu-title[href]:hover {
  opacity: 1;
}
.l-site-footer__menu-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.l-site-footer__menu-child-link {
  color: var(--wp--preset--color--txt-black);
  text-decoration: none;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  overflow: hidden;
}
.l-site-footer__menu-child-link {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .l-site-footer__menu-child-link {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .l-site-footer__menu-child-link {
    font-size: 0.875rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-site-footer__menu-child-link > span {
    transform: translateX(-1rem);
    transition: transform 0.3s ease;
  }
  .l-site-footer__menu-child-link:hover > span {
    transform: translateX(0);
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 991px) {
  .l-site-footer__menu-child-link > span {
    transform: translateX(0);
  }
}
.l-site-footer__menu-child-icon {
  width: 0.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-site-footer__menu-child-icon svg {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 991px) {
  .l-site-footer__menu-child-icon {
    display: none;
  }
}
.l-site-footer .footer-bottom {
  padding: 2rem 0;
}
.l-site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: end;
}
@media screen and (max-width: 991px) {
  .l-site-footer__bottom {
    position: relative;
  }
}
.l-site-footer__bottom-brand {
  display: flex;
  align-items: end;
  gap: 1.875rem;
}
@media screen and (max-width: 991px) {
  .l-site-footer__bottom-brand {
    flex-direction: column;
  }
}
.l-site-footer__brand {
  color: var(--wp--preset--color--txt-black);
  text-decoration: none;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.l-site-footer__brand {
  font-size: 42px;
}
@media screen and (min-width: 569px) {
  .l-site-footer__brand {
    font-size: calc(42px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .l-site-footer__brand {
    font-size: 2.625rem;
  }
}
.l-site-footer__brand svg,
.l-site-footer__brand img {
  width: 27.5rem;
  height: auto;
}
.l-site-footer__brand svg path,
.l-site-footer__brand img path {
  fill: var(--wp--preset--color--txt-black);
}
.l-site-footer__socials {
  display: flex;
  gap: 1rem;
}
.l-site-footer__socials a {
  color: var(--wp--preset--color--txt-black);
  text-decoration: none;
  text-transform: uppercase;
  opacity: 0.6;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}
.l-site-footer__socials a {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .l-site-footer__socials a {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .l-site-footer__socials a {
    font-size: 0.75rem;
  }
}
.l-site-footer__bottom-meta {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .l-site-footer__bottom-meta {
    max-width: 13rem;
    min-height: 3.125rem;
    row-gap: 0.375rem;
  }
}
.l-site-footer__bottom-meta p,
.l-site-footer__bottom-meta a {
  margin: 0;
  opacity: 0.4;
  color: var(--wp--preset--color--txt-black);
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}
.l-site-footer__bottom-meta p,
.l-site-footer__bottom-meta a {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .l-site-footer__bottom-meta p,
  .l-site-footer__bottom-meta a {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .l-site-footer__bottom-meta p,
  .l-site-footer__bottom-meta a {
    font-size: 0.75rem;
  }
}
.l-site-footer__bottom-meta a {
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
.l-site-footer__certifications {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  opacity: 0.6;
}
@media screen and (max-width: 991px) {
  .l-site-footer__certifications {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.l-site-footer__certifications a {
  opacity: 1;
}
.l-site-footer__certifications img {
  width: 4.0625rem;
  height: 4.375rem;
}
@media screen and (max-width: 991px) {
  .l-site-footer__certifications img {
    width: 2.875rem;
    height: 3.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-site-footer__features-list, .l-site-footer__main-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .l-site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}