.product-card{margin-bottom:16px;position:relative}.product-card-tag{position:absolute;top:12px;left:24px;background-color:hsla(0,0%,100%,.8);padding:4px 8px;font-size:12px;letter-spacing:.5px;z-index:5;display:none}.product-card-link{text-decoration:none;color:inherit;display:block}.product-card-image-container{background-color:#f5f5f5;aspect-ratio:1/1.2;overflow:hidden;position:relative}.product-card-image-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(144deg,rgba(0,0,0,.07),rgba(0,0,0,.03) 51%,rgba(0,0,0,.14) 92%);pointer-events:none;z-index:1}.product-card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0;transition:all .3s ease}.main-image{z-index:2}.hover-image{z-index:3;opacity:0}.product-card-image-container.has-hover-image:hover .main-image{opacity:0}.product-card-image-container.has-hover-image:hover .hover-image{opacity:1}.product-card-image-container.has-hover-image:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(144deg,rgba(0,0,0,.07),rgba(0,0,0,.03) 51%,rgba(0,0,0,.14) 92%);pointer-events:none;z-index:4}.product-card-image-container .product-card-image.main-image{transition:transform opacity .8s ease-out}.product-card-image-container .product-card-image.hover-image{transition:transform opacity .8s ease}.product-card-info{padding-bottom:8px;padding-top:12px}@media (min-width:768px){.product-card-info{padding-left:0;padding-right:0}}.product-card-name{font-size:12px;font-weight:600;margin:0 0 6px;letter-spacing:.5px}@media (min-width:1024px){.product-card-name{font-size:14px}}.product-card-price{font-size:14px;margin:0;letter-spacing:.5px}.product-card-wishlist{position:absolute;top:12px;right:12px;z-index:5;cursor:pointer;background-color:#fff;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.product-card-wishlist:hover{background-color:#f0f0f0}.product-card-wishlist svg{width:16px;height:16px}.product-card-wishlist img{width:20px;height:20px}