.product-card{position:relative;cursor:pointer}.image-wrapper{position:relative;height:20rem;overflow:hidden;z-index:0}.image-wrapper,.product-img{width:100%;border-radius:1rem}.product-img{position:absolute;top:0;left:0;height:100%;object-fit:cover;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:-1}.product-img.main{z-index:1;opacity:1}.product-img.hover{z-index:2;opacity:0;pointer-events:none;transform:scale(1)}.icon-wrapper{position:absolute;top:16rem;left:50%;transform:translateX(-50%) translateY(100%);opacity:0;display:flex;gap:.5rem;transition:opacity .4s ease,transform .4s ease;pointer-events:none;z-index:3}.product-page-card-mobile{@media screen and (max-width:600px){height:14rem;width:16rem}}@media (max-width:1023px){.icon-wrapper,.product-img.hover{display:none}}@media (min-width:1024px){.group:hover .product-img.main{opacity:0}.group:hover .product-img.hover{opacity:1;transform:scale(1.1)}.group:hover .icon-wrapper{opacity:1;transform:translateX(-50%) translateY(0);pointer-events:auto}}