.product-card-placeholder {
  width: 100%;
  min-height: 280px;
  background: rgb(var(--text-color) / 0.03);
  pointer-events: none;
  contain: strict;
}

@media screen and (min-width: 700px) {
  .product-card-placeholder {
    min-height: 320px;
  }
}

infinite-scroll-virtual {
  display: block;
  width: 100%;
  height: 1px;
}
