/* css/style.css */
.wc-favorites-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.wc-favorites-table th, .wc-favorites-table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
}

.wc-favorites-table th {
  background-color: #f9f9f9;
}

.wc-favorites-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.wc-favorite-button {
  margin-top: 10px;
}

.remove-favorite-button {
  color: #ff0000;
  text-decoration: none;
}

.remove-favorite-button:hover {
  text-decoration: underline;
}

.product-tag {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--primary, #ee7836);
  padding: 4px 16px;
  color: var(--white, #fff);
  /* body */
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.swal2-confirm.swal2-styled {
  background: #ee7836;
}
