.gmg-animate,
.gmg-animate[data-animate="true"],
.gmg-animate[data-animate="true"]:not(.is-visible) {
  opacity: 1;
  transform: none;
}

.gmg-product-story__grid:has(.gmg-product-story__media .gmg-image-placeholder) {
  grid-template-columns: minmax(0, 46rem);
}

.gmg-product-story__media:has(.gmg-image-placeholder),
.gmg-article-card__media:has(.gmg-image-placeholder),
.gmg-page-story__media:has(.gmg-image-placeholder),
.gmg-founder-story__media:has(.gmg-image-placeholder),
.gmg-packaging-story__media:has(.gmg-image-placeholder),
.gmg-material__media:has(.gmg-image-placeholder) {
  display: none;
}

.gmg-product-main__excerpt {
  display: none;
}

.gmg-page-story__grid:has(.gmg-page-story__media .gmg-image-placeholder),
.gmg-founder-story__grid:has(.gmg-founder-story__media .gmg-image-placeholder),
.gmg-packaging-story__grid:has(.gmg-packaging-story__media .gmg-image-placeholder),
.gmg-material__grid:has(.gmg-material__media .gmg-image-placeholder) {
  grid-template-columns: minmax(0, 46rem);
}
