.block-product-card {
  position: relative;
}

.block-product-card.product-card-style--card {
  background-color: rgb(var(--color-background));
}

.block-product-card.product-card-style--card .block-product-price,
.block-product-card.product-card-style--card .block-product-title {
  padding-inline: 8px;
}

/* 商品信息区统一承载色板、标题和价格，缩小三者之间的纵向间距 */
.block-product-card__info {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  width: 100%;
}

.block-product-card__info > .plugin-color-board.high-layer,
.block-product-card__info > .block-product-card__title,
.block-product-card__info > .block-product-card__price-row {
  margin: 0 !important;
}

/* 平台注入收藏按钮位置兜底：统一固定在商品图右上角 */
.block-product-card .product-list-collect-btn {
  position: absolute !important;
  top: 8px !important;
  right: 8px !important;
  left: auto !important;
  bottom: auto !important;
  z-index: 3 !important;
}
