/* 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;
      }
    }
  }
}
@media (max-width: 768px) {
  .product-comparison .product-comparison-table thead tr th.product-comparison-theader-name {
      display: none;
  }
}
.product-comparison .product-comparison-link {
vertical-align: bottom;
}