.tkm-product-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tkm-product-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}

.tkm-product-table th,
.tkm-product-table td {
  padding: 0.75rem 1rem;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #e5e5e5;
}

.tkm-product-table thead th {
  font-weight: 600;
  white-space: nowrap;
}

.tkm-product-table__image img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

.tkm-product-table__title a {
  font-weight: 600;
  text-decoration: none;
}

.tkm-pt-stock .stock {
  margin: 0.35rem 0 0;
  font-size: 0.875em;
  font-weight: 600;
}

.tkm-pt-stock .stock.in-stock {
  color: #0f834d;
}

.tkm-pt-stock .stock.out-of-stock {
  color: #e2401c;
}

.tkm-pt-stock .stock.available-on-backorder {
  color: #94660c;
}

.tkm-product-table thead th:last-child,
.tkm-product-table__cart {
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  box-sizing: border-box;
}

.tkm-product-table__cart .button,
.tkm-product-table__cart .add_to_cart_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.tkm-pt-cart-actions,
.tkm-pt-variable {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.tkm-pt-variation {
  flex: 1 1 100%;
  min-width: 0;
  max-width: 100%;
  padding: 0.4rem 0.6rem;
}

.tkm-product-table .quantity {
  margin: 0;
}

.tkm-product-table .quantity .qty {
  width: 4.5em;
  max-width: 100%;
  padding: 0.4rem 0.35rem;
  text-align: center;
}

.tkm-pt-variable-add.disabled {
  opacity: 0.55;
  pointer-events: none;
}

.tkm-product-table .added_to_cart {
  margin-left: 0.5rem;
}

@media (max-width: 768px) {
  .tkm-product-table-wrap {
    overflow: visible;
  }

  .tkm-product-table,
  .tkm-product-table tbody {
    display: block;
    width: 100%;
  }

  .tkm-product-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  .tkm-product-table tr {
    display: block;
    margin: 0 0 1rem;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
  }

  .tkm-product-table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
  }

  .tkm-product-table td:last-child {
    border-bottom: 0;
  }

  .tkm-product-table td::before {
    content: attr(data-label);
    font-weight: 600;
    flex: 0 0 auto;
  }

  .tkm-product-table__image {
    justify-content: flex-start;
  }

  .tkm-product-table thead th:last-child,
  .tkm-product-table__cart {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .tkm-product-table__cart,
  .tkm-pt-cart-actions,
  .tkm-pt-variable {
    flex-direction: column;
    align-items: stretch;
  }

  .tkm-pt-variation,
  .tkm-product-table .quantity,
  .tkm-product-table .quantity .qty,
  .tkm-product-table__cart .button {
    width: 100%;
  }
}
