/* allow static */
:lang(ko-KR) .product-comparison, :lang(en-AP) .product-comparison {display:block;}
@media screen and (min-width: 769px) {
  .product-comparison {
    & .product-comparison-table {
      & tbody tr td:nth-child(n+4), & thead tr th:nth-child(n+4) {
        display: none;
      }
    }
  }
}