@import url(../ProductCards/ProductCards.css?10_04_2025__10_33);
/* CSS Auto Compilé */
@charset "utf-8";
.ax-c-product_cards_by_categories .ax-c-product_cards_by_categories-category {
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 18rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.ax-c-product_cards_by_categories .ax-c-product_cards_by_categories-div_category ~ .ax-c-product_cards_by_categories-div_category .ax-c-product_cards_by_categories-category {
  margin-top: 55px;
}
.ax-c-product_cards_by_categories .ax-c-product_cards_by_categories-category .ax-c-product_cards_by_categories-icon svg * {
  fill: var(--color_body) !important;
  stroke: transparent!important;
}
@media (max-width: 400px) {
  .ax-c-product_cards_by_categories .ax-c-product_cards_by_categories-category {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.ax-c-product_cards_by_categories[data-category_design="2"] .ax-c-product_cards_by_categories-category .ax-c-product_cards_by_categories-icon {
  width: 28px;
  min-width: 28px;
  height: 28px;
  margin-right: 10px;
}
.ax-c-product_cards_by_categories[data-category_design="4"] .ax-c-product_cards_by_categories-category {
  justify-content: center;
  flex-direction: column;
}
.ax-c-product_cards_by_categories[data-category_design="4"] .ax-c-product_cards_by_categories-category .ax-c-product_cards_by_categories-icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin-bottom: 5px;
}
.ax-c-product_cards_by_categories:not([data-category_design="2"]):not([data-category_design="4"]) .ax-c-product_cards_by_categories-category .ax-c-product_cards_by_categories-icon {
  display: none;
}
