ul.wc-favorites-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  row-gap: 40px;
}
ul.wc-favorites-list li {
  width: calc(25% - 20px);
}
ul.wc-favorites-list li .product-image {
  position: relative;
  width: 100%;
  aspect-ratio: 219/240;
}
ul.wc-favorites-list li .product-image a {
  aspect-ratio: 219/240;
  display: block;
}
ul.wc-favorites-list li .product-image a .img {
  aspect-ratio: 219/240;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
ul.wc-favorites-list li .product-name {
  margin-top: 24px;
  height: 48px;
}
ul.wc-favorites-list li .product-name a {
  color: var(--gray-1, #595757);
  /* headline 3 */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
ul.wc-favorites-list li .product-price {
  margin-top: 8px;
}
ul.wc-favorites-list li .product-price bdi {
  color: var(--secondary, #80746a);
  font-feature-settings: "liga" off, "clig" off;
  /* english 2 */
  font-family: "Noto Sans TC", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
ul.wc-favorites-list li .product-action {
  margin-top: 24px;
}
ul.wc-favorites-list li .product-action a.remove-favorite-button {
  padding: 16px 24px;
  color: var(--secondary, #80746a);
  width: 100%;
  text-align: center;
  /* btn 1 */
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid var(--secondary, #80746a);
  cursor: pointer !important;
}

.favorites-woocommerce-notices-wrapper {
  border-radius: 10px;
  border: 2px solid var(--primary, #ee7836);
  background: var(--white, #fff);
  padding: 24px;
  color: var(--secondary, #80746a);
  /* headline 3 */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  margin-bottom: 24px;
}

h2 {
  color: var(--gray-1, #595757);
  /* headline 3 */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  margin-bottom: 24px;
}/*# sourceMappingURL=woocommerce-favorites.css.map */