.product-card{position:relative}.product-card__wishlist{position:absolute;z-index:5;top:12px;right:12px;width:40px;height:40px;border-radius:999px;border:1px solid rgba(255,255,255,.28);display:grid;place-items:center;background:rgba(10,10,12,.72);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#fff;cursor:pointer;box-shadow:0 7px 20px rgba(0,0,0,.18);transition:transform .18s ease,background .18s ease,border-color .18s ease}.product-card__wishlist:hover{transform:translateY(-1px) scale(1.04);background:#161619}.product-card__wishlist svg{width:19px;height:19px;fill:transparent;stroke:currentColor;stroke-width:1.8;transition:fill .18s ease,color .18s ease,transform .18s ease}.product-card__wishlist.is-active{background:#ff4b1f;border-color:#ff4b1f;color:#fff}.product-card__wishlist.is-active svg{fill:currentColor;transform:scale(1.04)}[dir=rtl] .product-card__wishlist{right:auto;left:12px}@media(max-width:749px){.product-card__wishlist{top:8px;right:8px;width:34px;height:34px}.product-card__wishlist svg{width:16px;height:16px}[dir=rtl] .product-card__wishlist{right:auto;left:8px}}