/** Shopify CDN: Minification failed

Line 586:2 Unexpected "{"
Line 586:3 Expected identifier but found "%"
Line 586:16 Unexpected "24"
Line 586:71 Expected identifier but found "%"

**/
.shopify-section--header{
  --content-color:#2a2927;
}

/* Header section */
.shopify-section--header {
  position: sticky;
  top: 0;
  --header-height: 3rem;

  background-color: var(--background-color, initial);
  color: var(--content-color, #2a2927);

  overflow-x: initial;
  z-index: 40;
}
@media (min-width: 40rem) {
  .shopify-section--header {
    --header-height: 3.75rem;
  }
}
@media (min-width: 75rem) {
  .shopify-section--header {
    --header-height: 4.5rem;
  }
}
.shopify-section--header[data-sticky] {
  box-shadow:
    0 0.5rem 2rem #00000010,
    0 0.25rem 1rem #00000010;
}

.mx-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*gap: clamp(1rem, 100 * (100vw - 39.99rem) + 1rem, 2rem);*/
  gap : 1rem;
  width: calc(100% - 2 * var(--mobile-gutter, 1rem));
  max-width: var(--max-width, 125rem);
  height: var(--header-height, 3rem);
  margin: 0.4rem auto 0;
  transition: 0.2s ease-out;
}
@media (min-width: 40rem) {
  .mx-header {
    width: calc(100% - 2 * var(--desktop-gutter, 2.25rem));
  }
}
.mx-header > * {
  z-index: 2;
}

/* Header logo*/
.mx-header .header-logo-container {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  padding-block: 0.70rem;
  order: 2;
}
/*@media (min-width: 22.5rem) {
  .mx-header .header-logo-container {
    padding-block: 0.5rem;
  }
}
@media (min-width: 25rem) {
  .mx-header .header-logo-container {
    transform: translateX(1.5rem);
  }
}
@media (min-width: 40rem) {
  .mx-header .header-logo-container {
    transform: translateX(3rem);
  }
}*/
@media (min-width: 75rem) {
  .mx-header .header-logo-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-block: 0.75rem;
  }
}
.mx-header .header-logo-image {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Mobile menu */
.mx-header .mobile-menu-drawer-wrapper {
  display: flex;
  position: absolute;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: calc(
    100vh - var(--header-height, 3rem) - var(--header-overhead, 0rem) +
      0.0625rem
  );
  height: calc(
    100dvh - var(--header-height, 3rem) - var(--header-overhead, 0rem) +
      0.0625rem
  );
  padding-block: 1rem;
  top: calc(var(--header-height, 3rem) - 0.0625rem);
  left: 0;
  background-color: var(--background-color, initial);
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
  opacity: 0;
  overflow-y: auto;
  transition: 0.1s ease-out;
}
.shopify-section--header[data-mobile-menu] .mobile-menu-drawer-wrapper {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: 0.2s ease-out;
  opacity: 1;
}
@media (min-width: 75rem) {
  .mx-header .mobile-menu-drawer-wrapper {
    display: none;
  }
}
.mx-header .mobile-link-list-container {
  width: calc(100% - 2 * var(--mobile-gutter, 1rem));
  margin: 0 auto;
}
.mx-header .mobile-link-list {
  display: flex;
  position: relative;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.mx-header .mobile-link-container {
  display: flex;
  position: relative;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 4rem;
  padding: 0;
  background-color: var(--background-color, initial);
  border-top: 0.0625rem solid
    rgb(from var(--content-color, #1f1f1f) r g b / 75%);
}
.mx-header .mobile-link-container:last-child {
  border-bottom: 0.0625rem solid
    rgb(from var(--content-color, #1f1f1f) r g b / 75%);
}
.mx-header .mobile-link-container[style] {
  border-radius:5px;
}
.mx-header .mobile-link-container:first-child,
.mx-header .mobile-link-container[data-product-grid] + .mobile-link-container,
.mx-header .mobile-link-container[style],
.mx-header .mobile-link-container[style] + .mobile-link-container {
  border-top: none;
}
.mx-header .mobile-link {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  min-height: 4rem;
  padding-inline: 1rem;
  font-size: 1rem;
  font-weight: 500;
  color:#000000;
}
@media (pointer: fine) {
  .mx-header .mobile-link:hover {
    color: rgb(var(--text-color));
    opacity: 0.75;
  }
}
.mx-header div.mobile-link {
  width: calc(100% - 3rem);
}
.mx-header .mobile-link-container[style] .mobile-link {
  width: 100%;
}
.mx-header .mobile-link-chevron-container {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 3rem;
  min-height: 4rem;
  margin-left: auto;
}
.mx-header .mobile-link-chevron {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: var(--content-color, #1f1f1f);
  stroke-width: 0.2rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: 0.2s ease-out;
}
.mx-header .mobile-link-chevron-container:hover .mobile-link-chevron {
  stroke: var(--accent-color);
  opacity: 0.75;
}
.mx-header .mobile-link-container[data-active] .mobile-link-chevron {
  stroke: var(--accent-color);
  opacity: 0.75;
  rotate: 90deg;
}
.mx-header .mobile-child-link-list-wrapper {
  display: grid;
  position: relative;
  grid-template-rows: 0fr;
  width: 100%;
  transition: 0.2s ease-out;
}
.mx-header .mobile-link-container[data-active] .mobile-child-link-list-wrapper {
  grid-template-rows: 1fr;
}
.mx-header .mobile-child-link-list-container {
  overflow: hidden;
}
.mx-header .mobile-child-link-list {
  display: flex;
  position: relative;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mx-header .mobile-child-link-container {
  padding: 0;
}
.mx-header .mobile-child-link-container:last-child {
  margin-bottom: 1rem;
}
.mx-header .mobile-child-link {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  padding-inline: 1rem;
  min-height: 2rem;
  line-height: 1;
  letter-spacing: 0.04rem;
}
.mx-header .mobile-child-link:hover {
  color: var(--accent-color);
  opacity: 0.75;
}

/* Mobile menu product grid */
.mx-header .mobile-menu-product-grid-container {
  display: flex;
  position: relative;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.mx-header .menu-product-grid-title-container {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.mx-header .menu-product-grid-title {
  font-weight: 700;
}
.mx-header .menu-product-grid-link {
  position: relative;
  font-size: 80%;
  text-decoration: underline;
  transition: 0.2s ease-out;
}
.mx-header .menu-product-grid-link:hover {
  color: var(--accent-color);
  opacity: 0.75;
}
.mx-header .menu-product-grid-product-list-container {
  width: 100%;
  margin-top: 0.5rem;
}
.mx-header .menu-product-grid-product-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mx-header .menu-product-grid-product-container {
  display: flex;
  position: relative;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: stretch;
  width: 100%;
  padding: 0;
}
.mx-header .menu-product-grid-product-link {
  display: flex;
  position: relative;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  height: 100%;
}
.mx-header .menu-product-grid-product-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0.5rem;
}
.mx-header .menu-product-grid-product-title {
  /*padding-inline: 0.25rem;*/
  font-size: 70%;
  line-height: 1.2;
  text-align: center;
  text-wrap: balance;
  font-family: var(--heading-font-family);
}

@media (max-width: 767px) {
  .mx-header .menu-product-grid-product-title {
    font-family: var(--text-font-family);
    min-height:2rem; /*pour alignement vertical*/
  }
}

.mx-header .menu-product-grid-product-link:hover .menu-product-grid-product-title {
  color: var(--accent-color);
  opacity: 0.75;
}

/* Mobile bottom menu */
.mx-header .mobile-bottom-link-list-container {
  display: flex;
  position: relative;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mx-header .mobile-bottom-link-list {
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mx-header .mobile-bottom-link-container {
  padding: 0;
}
.mx-header .mobile-bottom-link {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding-inline: 1rem;
  min-height: 2rem;
  font-size: 110%;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04rem;
  transition: 0.2s ease-out;
  color:#000000;
}
.mx-header .mobile-bottom-link-container:nth-child(2n) .mobile-bottom-link {
  justify-content: flex-end;
}
.mx-header .mobile-bottom-link:hover {
  color: var(--accent-color);
  opacity: 0.75;
}

/* Desktop menu */
.mx-header .desktop-link-list-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 74.99rem) {
  .mx-header .desktop-link-list-container {
    display: none;
  }
}
.mx-header .left-link-list {
  margin-right: auto;
}
.mx-header .right-link-list {
  margin-left: auto;
}
.mx-header .desktop-link-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mx-header .desktop-link-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
}
.mx-header .desktop-link-container[data-link-list] {
  position: relative;
}
.mx-header .desktop-link {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-align: center;
}
.mx-header .desktop-link:hover {
  color: rgb(var(--text-color));
  /*opacity: 0.75;*/
}
.mx-header .desktop-link::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0.125rem;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgb(from var(--content-color, #1f1f1f) r g b / 75%);
  transition: 0.15s ease-out;
}
.mx-header .desktop-link-container[data-current] .desktop-link::after,
.mx-header .desktop-link-container[data-mega-menu]:hover .desktop-link::after,
.mx-header .desktop-link:hover::after {
  width: 80%;
}
.mx-header .desktop-link-container[data-link-list]:hover .desktop-link::after {
  width: 0%;
}
.mx-header .desktop-link:hover::after {
  background-color: rgb(var(--text-color));
 /* background-color: rgb(from var(--accent-color) r g b / 75%);*/
}

/* Desktop mega menu */
.mx-header .desktop-mega-menu-wrapper {
  display: flex;
  position: absolute;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  padding-block: 1rem;
  top: calc(var(--header-height, 3rem));
  left: 0;
  background-color: var(--background-color, initial);
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
  opacity: 0;
  border-top: 0.0625rem solid
    rgb(from var(--content-color, #1f1f1f) r g b / 75%);
  box-shadow:
    0 0.5rem 2rem #00000010,
    0 0.25rem 1rem #00000010;
  transition: 0.1s ease-out;
}
@media (max-width: 74.99rem) {
  .mx-header .desktop-mega-menu-wrapper {
    display: none;
  }
}
.mx-header
  .desktop-link-container[data-mega-menu]:hover
  .desktop-mega-menu-wrapper {
  clip-path: polygon(0 0, 100% 0, calc(100% + 2rem) 100%, 0 calc(100% + 2rem));
  transition: 0.2s ease-out;
  opacity: 1;
}
.mx-header .desktop-mega-menu-container {
  display: flex;
  position: relative;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mx-header .desktop-mega-menu-link-list {
  display: grid;
  position: relative;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 4rem;
  width: calc(100% - 2 * var(--desktop-gutter, 1.5rem));
  max-width: calc(var(--max-width, 125rem));
  margin: 0 auto;
  padding: 1rem 0;
  list-style: none;
}
.mx-header .desktop-mega-menu-link-container {
  padding: 0;
}
.mx-header .desktop-mega-menu-link {
  font-size: 110%;
  font-weight: 500;
  letter-spacing: 0.025rem;
  transition: 0.2s ease-out;
}
.mx-header .desktop-mega-menu-link:hover {
  color: var(--accent-color);
  opacity: 0.75;
}
.mx-header .desktop-mega-menu-child-link-list {
  display: flex;
  position: relative;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin: 0.5rem 0 0;
  padding: 0;
  list-style: none;
}
.mx-header .desktop-mega-menu-child-link-container {
  padding: 0;
}
.mx-header .desktop-mega-menu-child-link {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  /*min-height: 2rem;
  line-height: 1.5;*/
  {% comment %} 24/09/2024 demande client réduire hauteur du megamen {% endcomment %}
  min-height: 1.6rem;
  line-height: 1.2;
  transition: 0.2s ease-out;
}
.mx-header .desktop-mega-menu-child-link:hover {
  color: var(--accent-color);
  opacity: 0.75;
}
.mx-header .desktop-mega-menu-group-link-list {
  display: flex;
  position: relative;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mx-header .desktop-mega-menu-group-link-container {
  margin-block-start: 0.75rem !important;
  padding: 0;
}
.mx-header .desktop-mega-menu-group-link {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  min-height: 2rem;
  font-size: 110%;
  line-height: 1.5;
  font-weight: 500;
  transition: 0.2s ease-out;
}
.mx-header .desktop-mega-menu-group-link-container:first-child {
  margin-top: 0 !important;
}
.mx-header .desktop-mega-menu-group-link:hover {
  color: var(--accent-color);
  opacity: 0.75;
}
.mx-header .desktop-mega-menu-group-child-link-list {
  display: flex;
  position: relative;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin: 0.5rem 0 0;
  padding: 0;
  list-style: none;
}
.mx-header .desktop-mega-menu-group-child-link-container {
  padding: 0;
}
.mx-header .desktop-mega-menu-group-child-link {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  min-height: 2rem;
  line-height: 1.5;
  transition: 0.2s ease-out;
}
.mx-header .desktop-child-link-list {
  display: flex;
  position: relative;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mx-header .desktop-child-link-container {
  padding: 0;
}
.mx-header .desktop-child-link {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  min-height: 2rem;
  padding-inline: 1rem;
  white-space: nowrap;
  line-height: 1.5;
  transition: 0.2s ease-out;
}
.mx-header .desktop-child-link:hover {
  color: var(--accent-color);
  opacity: 0.75;
}

/* Desktop child link list wrapper */
.mx-header .desktop-link-list-wrapper {
  display: flex;
  position: absolute;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: auto;
  padding-block: 1rem;
  top: calc(var(--header-height, 3rem) - 1rem);
  left: 0;
  background-color: var(--background-color, initial);
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
  opacity: 0;
  border-top: 0.125rem solid transparent;
  border-radius: 0 0 0.25rem 0.25rem;
  box-shadow:
    0 0.5rem 2rem #00000010,
    0 0.25rem 1rem #00000010;
  transition: 0.1s ease-out;
}
@media (max-width: 74.99rem) {
  .mx-header .desktop-link-list-wrapper {
    display: none;
  }
}
.mx-header
  .desktop-link-container[data-link-list]:hover
  .desktop-link-list-wrapper {
  clip-path: polygon(
    -2rem 0,
    calc(100% + 2rem) 0,
    calc(100% + 2rem) calc(100% + 2rem),
    -2rem calc(100% + 2rem)
  );
  transition: 0.2s ease-out;
  opacity: 1;
}
.mx-header .desktop-link-list-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 0.125rem;
  top: 0;
  left: 0;
  background-color: rgb(from var(--content-color, #1f1f1f) r g b / 75%);
  transition: 0.2s ease-out;
}
.mx-header
  .desktop-link-container[data-link-list]:hover
  .desktop-link-list-wrapper::before {
  width: 100%;
  background-color: rgb(var(--text-color));
  /* background-color: rgb(from var(--accent-color) r g b / 75%);*/
}

/* Desktop menu product grid */
.mx-header .desktop-menu-product-grid-container {
  width: 100%;
  border-bottom: 0.0625rem solid
    rgb(from var(--content-color, #1f1f1f) r g b / 50%);
}
.mx-header .desktop-menu-product-grid-container .menu-product-grid-list {
  display: grid;
  position: relative;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 1.75rem;
  width: calc(100% - 2 * var(--desktop-gutter, 1.5rem));
  max-width: calc(var(--max-width, 125rem) - 6rem);
  margin: 0 auto;
  padding: 0 0 1rem;
  list-style: none;
}
.mx-header .desktop-menu-product-grid-container .menu-product-grid-container {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
}
.mx-header .desktop-menu-product-grid-container .menu-product-grid-title {
  font-size: 2.1rem;
  line-height: 1.2;
  letter-spacing: 0.04rem;
}
.mx-header
  .desktop-menu-product-grid-container
  .menu-product-grid-product-link {
  display: flex;
  position: relative;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  width: 100%;
  height: 100%;
  padding: 0;
}
.mx-header
  .desktop-menu-product-grid-container
  .menu-product-grid-product-image {
  width: 100px;
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
.mx-header
  .desktop-menu-product-grid-container
  .menu-product-grid-product-details-container {
  display: flex;
  position: relative;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0;
}
.mx-header
  .desktop-menu-product-grid-container
  .menu-product-grid-product-title {
  max-width: 150px;
  padding: 0;
  font-size: 100%;
  letter-spacing: 0.04rem;
  text-align: left;
  text-wrap: balance;
}
.mx-header
  .desktop-menu-product-grid-container
  .menu-product-grid-product-call-to-action-button {
  padding: 0.1rem 2.25rem;
}


/* Header icon list */
.mx-header .header-icon-list-container {
  height: 100%;
  order: 3;
}
.mx-header .header-icon-list {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mx-header .header-icon-container {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 100%;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 1200px){
  .mx-header .menu-icon-container {
    justify-content: start;
    width: 144px;
  }
}
@media (max-width: 639px){
  .mx-header .menu-icon-container {
    justify-content: start;
    width: 96px;
  }
}
@media (max-width: 383px){
  .mx-header .menu-icon-container {
    justify-content: start;
    width: 80px;
  }
}
.mx-header .menu-icon-container {
  order: 1;
}
@media (max-width: 23.99rem) {
  .mx-header .header-icon-list .header-icon-container {
    width: 2.5rem;
  }
}
.mx-header .header-icon-link {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.mx-header .header-icon-container svg {
  width: 1.8rem;
  height: 1.6rem;
  fill: none;
  stroke: var(--content-color, #000000);
  stroke-width: 0.06rem;
  transition: 0.2s ease-out;
}
.mx-header .header-icon-container:hover svg {
  stroke: var(--accent-color);
  opacity: 0.75;
}
.mx-header .header-icon-container.menu-icon-container svg {
  width: 1.5rem;
  height: 1.5rem;
}

@media (max-width: 39.99rem) {
  .mx-header .header-icon-container.account-icon-container {
    display: none;
  }
}
@media (min-width: 75rem) {
  .mx-header .header-icon-container.menu-icon-container {
    display: none;
  }
}
.shopify-section--header[data-mobile-menu] .open-menu-icon-container,
.mx-header .close-menu-icon-container {
  display: none;
}
.shopify-section--header[data-mobile-menu] .close-menu-icon-container {
  display: flex;
}
.mx-header .menu-icon-container .close-menu-icon-container svg {
  width: 1.25rem;
  height: 1.25rem;
}

.mx-header .cart-item-count {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 0.8rem;
  height: 0.8rem;
  top: calc(0.5 * (var(--header-height, 3rem) - 3rem) + 1rem);
  right: 0.55rem;
  background-color: var(--accent-color);
  color: var(--background-color, initial);
  border: 2px solid var(--background-color, initial);
  border-radius: 50%;
  transform: translate(50%, -50%);
  transition: 0.2s ease-out;
  pointer-events: none;
}
.mx-header .cart-item-count[data-cart-item-count="0"] {
  display: none;
}
/* .mx-header .cart-item-count::before {
  content: attr(data-cart-item-count);
  font-size: 0.5rem;
} */
@media (min-width: 1200px) {
  .mx-header .cart-item-count {
    right: 0.75rem;
  }
}

/* Header button */
.mx-header .header-button-container {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: calc(100% - 2 * var(--mobile-gutter, 1rem));
  min-height: 3rem;
  margin-block: 1.5rem 1rem;
  align-self: center;
}
.mx-header .header-button {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2rem;
  height: 85%;
  margin: 0 auto;
  padding-inline: 1rem;
  font-family: var(--text-font-family);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  background-color: #424f91;
  color: white;
  border-radius: 5px;
  letter-spacing: 0.04rem;
  transition: 0.2s ease-out;
}
.mx-header .header-button-container:hover .header-button {
  background-color: var(--accent-color);
}
@media (min-width: 75rem) {
  .mx-header .header-button-container {
    max-width: 15rem;
    margin-block: 0;
  }
}

/* Search drawer */
.mx-header .search-drawer-wrapper {
  display: flex;
  position: absolute;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding-block: 1rem;
  top: calc(var(--header-height, 3rem));
  left: 0;
  background-color: var(--background-color, initial);
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
  opacity: 0;
  box-shadow:
    0 0.5rem 2rem #00000010,
    0 0.25rem 1rem #00000010;
  transition: 0.1s ease-out;
  z-index: 1;
}
.shopify-section--header[data-search-drawer] .search-drawer-wrapper {
  clip-path: polygon(0 0, 100% 0, calc(100% + 2rem) 100%, 0 calc(100% + 2rem));
  transition: 0.2s ease-out;
  opacity: 1;
}
@media (min-width: 40rem) {
  .mx-header .search-drawer-wrapper {
    border-top: rgb(var(--text-color) r g b / 75%) solid 0.0625rem;;
    /* border-top: rgb(from var(--accent-color) r g b / 75%) solid 0.0625rem;*/
  }
}
.mx-header .header-search {
  display: block !important;
  position: relative;
}
.mx-header .header-search::part(content) {
  transform: none !important;
  opacity: 1 !important;
}
.mx-header .header-search::part(overlay) {
  display: none;
}
.mx-header .header-search .container {
  width: calc(100% - 2 * var(--mobile-gutter, 1.5rem));
  max-width: var(--max-width, 125rem);
  margin: 0 auto !important;
}

/* Overlay */
.shopify-section--header .header-overlay {
  visibility: hidden;
}
.page-container:has(.shopify-section--header [data-mega-menu]:hover)
  .header-overlay {
  visibility: visible;
  opacity: 0.075;
}
