/* D27 — card wishlist heart (demo: Wishlist Hero's floating icon, top-right of every card) */
.card-wrapper.product-card-wrapper{position:relative}
.rr-wish{position:absolute;top:8px;right:8px;z-index:3;width:32px;height:32px;display:flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:#222;cursor:pointer}
.rr-wish svg{display:block}
.rr-wish[aria-pressed="true"] svg{fill:#217346;stroke:#217346}
.rr-wish:hover svg{stroke:#217346}
