.product-detail-scroll-overlay .detail-gallery-placeholder {
  position: relative !important;
  background:
    linear-gradient(135deg, rgba(248, 250, 252, 0.98), rgba(241, 245, 249, 0.94)),
    radial-gradient(circle at 42% 32%, rgba(255, 255, 255, 0.86), transparent 34%) !important;
  color: transparent !important;
}

.product-detail-scroll-overlay .detail-gallery-placeholder .el-icon {
  display: none !important;
}

.product-detail-scroll-overlay .detail-gallery-placeholder::before {
  content: "";
  width: 28px;
  height: 28px;
  border: 3px solid rgba(148, 163, 184, 0.28);
  border-top-color: rgba(37, 99, 235, 0.78);
  border-radius: 999px;
  animation: pluvo-product-detail-placeholder-spin 0.85s linear infinite;
}

.product-detail-scroll-overlay .detail-gallery-placeholder::after {
  content: "图片加载中";
  margin-top: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #64748b;
  font-size: 13px;
  line-height: 1.2;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

@keyframes pluvo-product-detail-placeholder-spin {
  to {
    transform: rotate(360deg);
  }
}
