.product-grid-stack{display:grid;grid-template-columns:1fr}.product-grid-stack>.product-grid{grid-area:1/1}#product-grid.product-grid{opacity:0;animation:pg-grid-reveal 0s linear .8s forwards}.product-grid-skeleton{animation:pg-skeleton-hide 0s linear .8s forwards}@keyframes pg-grid-reveal{to{opacity:1}}@keyframes pg-skeleton-hide{to{opacity:0;visibility:hidden}}.skeleton{background-color:rgba(var(--color-foreground),.08);animation:skeleton-pulse 1.2s ease-in-out infinite}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.45}}.skeleton--line{display:block;border-radius:4px}.skeleton--category{width:35%;height:.7rem}.skeleton--title{width:70%;height:1rem}.skeleton--price{width:30%;height:.75rem}