@charset "utf-8";
.ax-c-product_cards_categories {
  user-select: none;
  position: relative;
}
.ax-c-product_cards_categories .ax-c-product_cards_categories-category_select_message {
  margin-bottom: 7px;
  font-size: 15rem;
}
.ax-c-product_cards_categories .ax-c-product_cards_categories-category_selected .ax-c-product_cards_categories-icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 15px;
}
.ax-c-product_cards_categories .ax-c-product_cards_categories-category_selected .ax-c-product_cards_categories-icon svg * {
  fill: var(--color_brightness) !important;
  stroke: transparent!important;
}
.ax-c-product_cards_categories .ax-c-product_cards_categories-categories {
  display: flex;
  flex-wrap: wrap;
  user-select: none;
  min-width: 100%;
  --column_gap: 12px;
  column-gap: var(--column_gap);
  row-gap: 12px;
}
.ax-c-product_cards_categories .ax-c-product_cards_categories-categories .ax-c-product_cards_categories-category {
  background-color: var(--bkcolor_brightness_1);
  padding: 8px 11px;
  border: 3px solid var(--bkcolor_brightness_1);
  cursor: pointer;
  border-radius: calc(10px * var(--use_border_radius));
  /*for less*/
  width: calc(100% / var(--column) - var(--column_gap)*(var(--column) - 1)/var(--column));
}
.ax-c-product_cards_categories .ax-c-product_cards_categories-categories .ax-c-product_cards_categories-category[data-active="1"] {
  border-color: var(--bkcolor_main);
  cursor: default;
}
.ax-c-product_cards_categories .ax-c-product_cards_categories-categories .ax-c-product_cards_categories-category:not([data-active="1"]):hover {
  opacity: 0.6;
}
.ax-c-product_cards_categories .ax-c-product_cards_categories-categories .ax-c-product_cards_categories-category .ax-c-product_cards_categories-icon {
  width: 38px;
  min-width: 38px;
  height: 38px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 5px;
}
.ax-c-product_cards_categories .ax-c-product_cards_categories-categories .ax-c-product_cards_categories-category .ax-c-product_cards_categories-icon svg * {
  fill: var(--color_brightness) !important;
  stroke: transparent!important;
}
.ax-c-product_cards_categories .ax-c-product_cards_categories-categories .ax-c-product_cards_categories-category p {
  color: var(--color_brightness);
  font-size: 14px;
  opacity: 0.7;
}
.ax-c-product_cards_categories .ax-c-product_cards_categories-categories .ax-c-product_cards_categories-category[data-active="1"] p {
  opacity: 1;
}
@media (min-width: 850px) {
  .ax-c-product_cards_categories .ax-c-product_cards_categories-category_select_message,
  .ax-c-product_cards_categories .ax-c-product_cards_categories-category_selected {
    display: none;
  }
  .ax-c-product_cards_categories .ax-c-product_cards_categories-categories {
    display: flex!important;
  }
}
@media (max-width: 850px) {
  .ax-c-product_cards_categories .ax-c-product_cards_categories-categories {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2);
    border-radius: calc(10px * var(--use_border_radius));
    background-color: var(--bkcolor_brightness_1);
    max-height: 50vh;
    overflow: auto;
    flex-wrap: nowrap;
    position: absolute;
    z-index: 5000;
    margin-top: 7px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .ax-c-product_cards_categories .ax-c-product_cards_categories-categories[data-open="0"] {
    display: none;
  }
  .ax-c-product_cards_categories .ax-c-product_cards_categories-categories .ax-c-product_cards_categories-category {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0px;
    border: none;
    padding: 5px 12px;
    min-height: 44px;
    border-radius: 0px;
    width: auto!important;
  }
  .ax-c-product_cards_categories .ax-c-product_cards_categories-categories .ax-c-product_cards_categories-category:not([data-active="1"]):hover {
    background-color: rgba(0, 0, 0, 0.02);
  }
  .ax-c-product_cards_categories .ax-c-product_cards_categories-categories .ax-c-product_cards_categories-category[data-active="1"] {
    background-color: rgba(0, 0, 0, 0.04);
  }
  .ax-c-product_cards_categories .ax-c-product_cards_categories-categories .ax-c-product_cards_categories-category .ax-c-product_cards_categories-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 5px;
    width: 24px;
    min-width: 24px;
    height: 24px;
  }
  .ax-c-product_cards_categories .ax-c-product_cards_categories-categories .ax-c-product_cards_categories-category[data-active="1"] .ax-c-product_cards_categories-icon svg * {
    fill: var(--bkcolor_main) !important;
  }
  .ax-c-product_cards_categories .ax-c-product_cards_categories-categories .ax-c-product_cards_categories-category p {
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    opacity: 1;
  }
  .ax-c-product_cards_categories .ax-c-product_cards_categories-categories .ax-c-product_cards_categories-category[data-active="1"] p {
    color: var(--bkcolor_main);
  }
}
@media (min-width: 850px) {
  .ax-c-product_cards_categories[data-design="3"] .ax-c-product_cards_categories-categories .ax-c-product_cards_categories-category {
    --column: 3;
    display: flex;
    align-items: center;
  }
  .ax-c-product_cards_categories[data-design="3"] .ax-c-product_cards_categories-categories .ax-c-product_cards_categories-category .ax-c-product_cards_categories-icon {
    margin: 0px;
    width: 28px;
    min-width: 28px;
    height: 28px;
    margin-right: 15px;
  }
}
@media (min-width: 850px) {
  .ax-c-product_cards_categories[data-design="5"] .ax-c-product_cards_categories-categories .ax-c-product_cards_categories-category {
    display: flex;
    flex-direction: column;
    --column: 6;
  }
  .ax-c-product_cards_categories[data-design="5"] .ax-c-product_cards_categories-categories .ax-c-product_cards_categories-category p {
    /*
		    max-width: 130px;
		    display: -webkit-box;
		    -webkit-box-orient: vertical;
		    overflow: hidden;
		    text-overflow: ellipsis;
		    -webkit-line-clamp: 2;
		    text-align: center;
		    */
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-grow: 1;
  }
}
@media (min-width: 850px) and (max-width: 1250px) {
  .ax-c-product_cards_categories[data-design="5"] .ax-c-product_cards_categories-categories .ax-c-product_cards_categories-category {
    --column: 5;
  }
  .ax-c-product_cards_categories[data-design="5"] .ax-c-product_cards_categories-categories .ax-c-product_cards_categories-category p {
    display: flex;
  }
}
@media (min-width: 850px) {
  .ax-c-product_cards_categories[data-design="1"] .ax-c-product_cards_categories-categories {
    justify-content: center;
  }
}
.ax-c-product_cards_categories[data-design="1"] .ax-c-product_cards_categories-categories .ax-c-product_cards_categories-category .ax-c-product_cards_categories-icon {
  display: none;
}
.ax-c-product_cards_categories[data-design="1"] .ax-c-product_cards_categories-category_selected .ax-c-product_cards_categories-icon {
  display: none;
}
