.sc-heart-btn{position:absolute;top:8px;right:8px;width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,0.85);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;font-size:15px;color:#111010;transition:transform .2s ease;}
.sc-heart-btn:hover{transform:scale(1.12);}
.sc-heart-btn.sc-heart-active{color:#C9A24A;}
.sc-heart-btn.sc-heart-active::before{content:'\2665';}
.sc-heart-btn::before{content:'\2661';}