/* 大金兔图片占位。取得中国版产品图后用 img 替换占位 div 即可。 */
.product-image-placeholder {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 1px solid var(--line, #666);
  color: var(--gold, #d8b779);
}
.product-image-placeholder span {
  font-size: 28px;
}
.product-image-placeholder small {
  font-size: 14px;
}
