[x-cloak] {
  display: none !important;
}
.product-table td {
  width: 200px;
  min-width: -moz-max-content;
  min-width: max-content;
  vertical-align: baseline;
  font-size: 0.875rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .product-table td {
    height: 60px;
    width: 280px;
  }
}
.product-table thead th,
.product-table thead td {
  height: 60px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: right;
  vertical-align: middle;
}
.product-table thead th {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 10;
  width: 120px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 768px) {
  .product-table thead th {
    width: 220px;
  }
}
@media (min-width: 1024px) {
  .product-table thead th {
    width: 280px;
  }
}
.product-table tbody th,
.product-table tbody td {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
  padding: 1rem;
  vertical-align: baseline;
}
.product-table tbody tr {
  position: relative;
}
.product-table tbody tr th {
  border-right-width: 1px;
}
.product-table tbody tr td {
  border-left-width: 1px;
}
.product-table tbody tr td:first-of-type {
  border-left-width: 0px;
}
.product-table tbody tr:first-child th,
.product-table tbody tr:first-child td {
  border-top-width: 0px;
}
.product-table tbody tr:first-child th {
  border-top-left-radius: 1rem;
}
.product-table tbody tr:not(:first-child) th {
  border-top-width: 1px;
}
.product-table tbody tr:not(:first-child) td {
  border-top-width: 1px;
}
.product-table tbody tr:last-child th,
.product-table tbody tr:last-child td {
  border-bottom-width: 0px;
}
.product-table tbody tr:last-child th {
  border-bottom-left-radius: 1rem;
}
.product-table tbody th {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 10;
  width: 120px;
  border-left-width: 0px;
  border-right-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(230 235 233 / var(--tw-bg-opacity));
}
@media not all and (min-width: 768px) {
  .product-table tbody th {
    font-size: 0.875rem;
    line-height: 1.25;
  }
}
@media (min-width: 768px) {
  .product-table tbody th {
    width: 220px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .product-table tbody th {
    width: 280px;
    padding-left: 2rem;
  }
}
.product-table tbody th[rowspan='2'] {
  padding: 0;
}
.product-table tbody th table {
  width: 100%;
  border-collapse: separate;
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.product-table tbody th table td {
  width: 50%;
  border-width: 0px !important;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1rem;
  line-height: 1.25;
}
@media not all and (min-width: 768px) {
  .product-table tbody th table td {
    font-size: 0.875rem;
    line-height: 1.25;
  }
}
@media (min-width: 768px) {
  .product-table tbody th table td {
    padding-left: 1rem;
  }
}
@media (min-width: 1024px) {
  .product-table tbody th table td {
    padding-left: 2rem;
  }
}
.product-table tbody th table tr th,
.product-table tbody th table tr td {
  vertical-align: baseline;
}
.product-table tbody th table tr:first-child td:first-of-type {
  border-right-width: 1px !important;
}
@media (min-width: 768px) {
  .product-table tbody th table tr:first-child td:last-of-type {
    height: 59px;
  }
}
.product-table tbody th table tr:last-child td:last-of-type {
  border-top-width: 1px !important;
}
@-moz-document url-prefix() {
  .product-table-border {
    height: calc(100% - 90px);
  }
}
