/* GS favorites: the image is the exact user-supplied heart outline, rendered in gold. */
.gs-wholesale .gs-favorites-shortcut,
.gs-wholesale .gs-shop-favorites,
.gs-wholesale .gs-page-actions .gs-heading-favorites {
  min-width: 86px;
  height: 40px;
  min-height: 40px;
  padding: 0 11px;
  gap: 6px;
  border-color: #d7dfdc;
  color: #0b2e40;
  box-shadow: none;
}
.gs-wholesale .gs-favorites-shortcut span,
.gs-wholesale .gs-shop-favorites span,
.gs-wholesale .gs-page-actions .gs-heading-favorites span {
  color: #0b2e40;
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
.gs-wholesale .gs-heart-mark {
  display: block;
  flex: none;
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.gs-wholesale .gs-order-line-actions .gs-favorite-heart {
  min-height: 34px;
  gap: 5px;
}
.gs-wholesale .gs-favorite-heart-icon { width: 22px; height: 22px; }
.gs-wholesale .gs-order-line-actions .gs-favorite-heart span:last-child { font-size: 13px; }

/* Match the order summary card with the top edge of the order document. */
@media (min-width: 761px) {
  .gs-wholesale .gs-cart-columns:has(.gs-order-document) .gs-cart-sidebar { padding-top: 46px; }
}

/* Catalogue and category pages share one title scale and font family. */
.gs-wholesale .gs-shop-intro .gs-catalog-title {
  margin: 0 0 9px;
  color: #0b2e40;
  font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.25;
}
.gs-wholesale #products_grid > h1 {
  margin: 2px 0 14px;
  color: #0b2e40;
  font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.3;
}
.gs-wholesale #category_header h1 {
  font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 760px) {
  .gs-wholesale .gs-shop-intro .gs-catalog-title { font-size: 28px; }
  .gs-wholesale #products_grid > h1 { font-size: 25px; }
  .gs-wholesale #category_header h1 { font-size: 24px; }
  .gs-wholesale .gs-page-actions .gs-heading-favorites {
    min-width: 84px;
    height: 40px;
    min-height: 40px;
    padding: 0 10px;
  }
}
