.product-card{position:relative;cursor:pointer}.image-wrapper{position:relative;width:100%;height:20rem;overflow:hidden;border-radius:1rem;z-index:0;@media screen and (min-width:1900px){height:33rem}}.product-img{position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover;border-radius:1rem;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}}.product-page-card-mobile-wishlist{@media screen and (max-width:600px){img{max-height:25rem;width:auto;height:auto;display:block;max-width:100%;object-fit:contain}div:first-of-type:not(:last-of-type){left:1.5rem;top:.9rem}}}.product-page-card-mobile-wishlist img+div.absolute.top-44{@media screen and (max-width:600px){top:17.7rem}}@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}}.feature-product-btn-mbl{background-color:white;color:var(--bs-primary);height:2.5rem;width:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:1.5rem}.feature-product-btn-mbl:hover{background-color:var(--bs-primary);color:white}.wishlist-active-mbl{background-color:var(--primary-main)!important;color:white!important}