/* SmartChoice Hub V5 data-output repair: honest non-image fallback state. */
.sch-product-image-fallback {
  width: 100%;
  height: 100%;
  min-height: 9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  padding: 1.5rem;
  background: linear-gradient(145deg, #f7f4ee, #ebe5dc);
  color: #2f3a3a;
  text-align: center;
  border: 1px solid rgba(47, 58, 58, .12);
}
.sch-product-image-fallback-mark {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  font: 700 .72rem/1 system-ui, sans-serif;
  letter-spacing: .08em;
}
.sch-product-image-fallback-label {
  max-width: 15rem;
  font: 600 .72rem/1.4 system-ui, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}
