/* 찜 하트 버튼 (카드 사진 우상단) */
.ph{position:relative}
.favbtn{position:absolute;top:5px;right:5px;z-index:3;width:17px;height:17px;border-radius:50%;border:0;background:rgba(20,20,26,.34);display:grid;place-items:center;cursor:pointer;padding:0;transition:transform .15s,background .15s;-webkit-tap-highlight-color:transparent}
.favbtn:active{transform:scale(.84)}
.favbtn svg{width:10.5px;height:10.5px;fill:none;stroke:#fff;stroke-width:2.4;transition:fill .15s,stroke .15s}
.favbtn.on{background:rgba(255,255,255,.92)}
.favbtn.on svg{fill:#f3456e;stroke:#f3456e}
/* 상세페이지 헤더 하트(정적 위치) */
.favhdr{width:34px;height:34px;border-radius:50%;border:0;background:#f4f4f6;display:grid;place-items:center;cursor:pointer;padding:0;flex:none}
.favhdr svg{width:21px;height:21px;fill:none;stroke:#46464d;stroke-width:2}
.favhdr.on svg{fill:#f3456e;stroke:#f3456e}
