.product-details {
  position: relative;
  overflow-x: auto;
}
.product-details__wrap {
  display: flex;
  min-height: 100vh;
}
.product-details__wrap::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.product-details__wrap::-webkit-scrollbar-thumb {
  background: transparent;
}
.product-details__wrap::-webkit-scrollbar-track {
  background: transparent;
}
.product-details__btn {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  width: -webkit-max-content;
  width: max-content;
  margin-right: 30px;
  padding-bottom: 20px;
  font-size: 1.125rem;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .product-details__btn {
    margin-right: 80px;
  }
}
.can-hover .product-details__btn:hover {
  color: #00A388;
}
@media (min-width: 1280px) {
  .product-details__btn {
    font-size: 1.5rem;
  }
}
.product-details__btn.is-active {
  border-bottom: 3px solid #00A388;
  color: #00A388;
}
.product-details__content {
  position: absolute;
  left: 0;
  display: none;
  width: 100%;
  padding-top: 20px;
}
@media (min-width: 1280px) {
  .product-details__content {
    padding-top: 40px;
  }
}
@media (min-width: 1280px) {
  .product-details__content .richtext > *:not(.richtext-table-container) {
    width: calc(1170px / 12 * 8);
  }
}
.product-details__content.is-active {
  display: block;
}

/*# sourceMappingURL=product-details.4a499797b587f052d454.css.map*/