.product-grid ul{display:grid;grid-column-gap:var(--wp--preset--spacing--40);grid-row-gap:calc(var(--wp--preset--spacing--40))}.product-grid ul li:hover h2{color:var(--wp--preset--color--primary)}.product-grid img{width:100%;aspect-ratio:1/1;margin:auto;display:block}.product-grid h2{transition:color .3s ease-in-out;margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)}@media(min-width:320px) and (max-width:1079px){.product-grid ul{grid-template-columns:repeat(2,1fr)}}@media(min-width:1080px){.product-grid ul{grid-template-columns:repeat(3,1fr)}}