body.product__category--empty #api_product__category {
  display: none;
}

#api_product__category {
  text-align: center;
  max-width: 100%;
  background: var(--color_ui_light);
  padding: 1em 1em 2em;
  border-top: 1px solid #dfdfdf;
}
#api_product__category header h2 {
  font-size: var(--size_h_l);
  font-weight: bold;
}
#api_product__category .product__category--inner {
  max-width: var(--width_max_pc_m);
  margin: 2rem auto 0;
}
#api_product__category .product__category--inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0;
  gap: 1rem 2rem;
}
#api_product__category .product__category--inner ul:not(:has(li)) {
  display: none;
}
#api_product__category .product__category--inner ul li {
  list-style: none;
  font-size: 1.6rem;
}