.product-card{aspect-ratio:1;background:#fff;border-radius:10px;flex-direction:column;justify-content:space-between;gap:20px;min-height:0;padding:20px;transition:transform .25s;display:flex;color:#000!important}.product-card:hover{transform:scale(1.025)}.product-card:hover .product-card__icon-wrapper{transform:rotate(45deg)}.product-card img{object-fit:contain;min-height:0}.product-card__title{align-self:flex-start;font-size:18px;font-weight:500}.product-card__icon-wrapper{justify-content:center;align-items:center;transition:transform .25s;display:flex}
