.itemSkeleton {
  background-color: var(--skeleton-color, #d4d4d4);
  color: rgba(0, 0, 0, 0);
}

.itemSkeleton img {
  opacity: 0;
  aspect-ratio: 1/1;
}
