.product_set .systemTable__table--even_row_dark .systemTable__body .systemTable__row:nth-child(2n) {
  background-color: #F0F2F6;
  border-top: 1px solid var(--color-border);
}
.product_set .systemTable__a {
  text-transform: uppercase;
}
.product_set .systemTable__th {
  letter-spacing: -0.28px;
  color: #1B1918;
}
.product_set .systemTable__td--photo img {
  padding: 3px;
}

@media (min-width: 768px) {
  .product_set .systemTable__td--name {
    width: 21.5%;
  }
  .product_set .systemTable__td--symbol {
    width: 44.5%;
  }
}
@media (max-width: 999px) {
  .systemTable__th--quantity {
    white-space: nowrap;
  }
  .product_set .productVariantContainer {
    overflow-x: scroll;
  }
}
/*# sourceMappingURL=product_set--table.css.map */