.heart-animation-wrapper{cursor:pointer;justify-content:center;align-items:center;transition:background-color .2s;display:flex;position:relative}.heart-animation-wrapper:active{transform:scale(.9)}.heart-icon-container{z-index:1;justify-content:center;align-items:center;display:flex;position:relative}.heart-icon{z-index:2;justify-content:center;align-items:center;display:flex;position:relative}.heart-pop{animation:.45s cubic-bezier(.175,.885,.32,1.275) forwards heart-pop-animation}@keyframes heart-pop-animation{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.heart-burst-icon{opacity:0;z-index:1;pointer-events:none;color:#d00739;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.is-animating .heart-burst-icon{animation:.6s ease-out forwards heart-burst-animation}@keyframes heart-burst-animation{0%{opacity:.8;transform:translate(-50%,-50%)scale(.5)}to{opacity:0;transform:translate(-50%,-50%)scale(2.5)}}.heart-main-wrapper{justify-content:center;align-items:center;display:flex;position:relative}.heart-particles{pointer-events:none;z-index:0;opacity:0;border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:50%}.heart-animation-wrapper.is-animating .heart-particles{animation:.6s ease-out forwards particles-animation}.p1{background:#d00739;transform:translate(-50%,-50%)rotate(0)translateY(-12px)}.p2{background:#d00739;transform:translate(-50%,-50%)rotate(45deg)translateY(-12px)}.p3{background:#d00739;transform:translate(-50%,-50%)rotate(90deg)translateY(-12px)}.p4{background:#d00739;transform:translate(-50%,-50%)rotate(135deg)translateY(-12px)}.p5{background:#d00739;transform:translate(-50%,-50%)rotate(180deg)translateY(-12px)}.p6{background:#d00739;transform:translate(-50%,-50%)rotate(225deg)translateY(-12px)}.p7{background:#d00739;transform:translate(-50%,-50%)rotate(270deg)translateY(-12px)}.p8{background:#d00739;transform:translate(-50%,-50%)rotate(315deg)translateY(-12px)}@keyframes particles-animation{0%{opacity:0;transform:translate(-50%,-50%)rotate(var(--rot))translateY(0px)scale(1)}20%{opacity:1}to{opacity:0;transform:translate(-50%,-50%)rotate(var(--rot))translateY(18px)scale(0)}}.heart-count-wrapper{flex-direction:column;height:18px;margin-left:0;margin-right:6px;display:flex;position:relative;overflow:hidden}.heart-count-inner{flex-direction:column;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:flex}.heart-count-number{color:#666;-webkit-user-select:none;user-select:none;align-items:center;height:18px;font-size:12px;font-weight:400;display:flex}.heart-count-number.active{color:#d00739}
