.gg-product-fallback {
  width: min(1224px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  text-align: center;
}

.block-product-list__content-container .skeleton-loader {
  display: none !important;
}

section#zcommlistqw {
  display: none !important;
}

.gg-static-shop {
  padding: 72px 16px;
  background: #eceff3;
}

.gg-product-card {
  display: grid;
  gap: 14px;
  align-content: start;
  color: #0d131a;
}

.gg-product-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: #eceff3;
}

.gg-product-card h2 {
  margin: 0;
  font: 700 22px/1.2 Roboto, Arial, sans-serif;
}

.gg-product-card p {
  margin: 0;
  font: 400 16px/1.5 Roboto, Arial, sans-serif;
}

.gg-product-card a {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 32px;
  color: #fff;
  background: #176be0;
  text-decoration: none;
}

@media (max-width: 920px) {
  .gg-product-fallback {
    grid-template-columns: 1fr;
  }
}
