.product-cards{display:grid;gap:32px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.product-card{aspect-ratio:1/1;border-radius:4px;overflow:hidden;position:relative;transition:all .15s ease;z-index:0}.product-card:hover{transform:translateY(-4px)}.product-card__img{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.product-card img{height:100%;object-fit:cover;object-position:center;width:100%}.product-card__content{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-end;position:relative;text-align:center;width:100%;z-index:1}.product-card__info{background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.7) 25%,rgba(0,0,0,.4));padding:14px 24px;width:100%}.product-card__title{color:var(--white);font-size:27px;margin-bottom:0}.product-card__desc{color:#fff;margin-bottom:0}