.product_meta_spec .product_meta_spec_hide p:nth-of-type(n + 5) {
  display: block;
}

.spec_side_list_hide .spec_side_list_item:nth-of-type(n + 11) {
  display: flex;
}

.catalog_item .image {
  padding: 0;
}

.catalog_item .image img {
  height: auto;
  transition: 0.5s;
  max-height: 100%;

  width: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

img {
  height: auto;
}

.article_content ol {
  max-width: 1075px;
  margin: 25px auto;
  list-style-type: disc;
  padding-left: 30px;
}

.article_content ol li {
  color: var(--black, #2e2e2e);
  font-family: SF UI Display;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 127.273% */
  margin-bottom: 15px;
}

.article_content ol li:last-of-type {
  margin-bottom: 0px;
}

.header_wrapper nav ul li.current_page_item a {
  color: #a8a7c4;
}
