.series-comparison-table {
  table-layout: fixed;
  min-width: calc(870rem / 16);

  th, td {
    width: 25%;
    text-align: center;
    min-height: calc(60rem / 16);
    padding: .5rem 1rem;

    &:first-child {
      font-weight: 600;
      text-align: left;
      padding-left: 0;

      @media (max-width: 768px) {
        width: 20%;
      }
    }

    &.comparison-table-shop-now {
      text-align: left;
    }
  }

  td:first-child {
    position: sticky;
    left: 0;
    background: rgb(var(--color-background));
    background: linear-gradient(90deg,rgba(247, 247, 247, 1) 69%, rgba(247, 247, 247, 0) 100%);
    z-index: 1;
  }

  tr {
    border-bottom: 1px solid var(--color-border);

    &:last-child:not(:has(th)) {
      border-bottom: none;
    }
  }
}
