.seo-product img,
.studio-product-card > img,
.growth-row > img,
.selected-image > img {
  background: #f4f5f7;
  color: transparent;
}

.seo-product img:not([src]),
.studio-product-card > img:not([src]),
.growth-row > img:not([src]),
.selected-image > img:not([src]) {
  background: linear-gradient(110deg, #f1f2f4 8%, #fafafa 18%, #f1f2f4 33%);
  background-size: 200% 100%;
  animation: image-loading 1.25s linear infinite;
}

.image-unavailable { background: #f5f6f8 !important; }

.image-placeholder {
  display: grid;
  place-items: center;
  min-width: 72px;
  min-height: 82px;
  border: 1px dashed #d9dce2;
  border-radius: 9px;
  background: #f7f8fa;
  color: #999;
  font-size: 9px;
  font-weight: 700;
}

@keyframes image-loading { to { background-position-x: -200%; } }

.previous-title {
  display: block;
  margin-top: 7px;
  padding: 8px 10px;
  border-radius: 7px;
  background: #f5f6f8;
  color: #777d89;
  font-size: 10px;
  font-weight: 500;
}
