.perspective{perspective:1000px}.product-card{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .4s ease-in-out;border-radius:.75rem;backface-visibility:hidden}.group:hover .product-card{transform:rotateY(180deg)}.product-card-front,.product-card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem}.product-card-front{z-index:2;transform:rotateY(0)}.product-card-back{background-color:#04c;transform:rotateY(180deg);z-index:1}.products-grid{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.card-wrapper{flex:1 1 300px;max-width:350px;height:450px;cursor:pointer;transition:transform .3s ease;will-change:transform}.card-wrapper:hover{transform:scale(1.05)}@media (max-width: 1024px){.card-wrapper{flex:1 1 45%}}@media (max-width: 640px){.card-wrapper{flex:1 1 100%}}
