.heart-animation-container{position:relative;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px}.heart-animation-container .static-heart{position:absolute;width:18px;height:18px;z-index:2;animation:heartbeat 1.2s ease-in-out infinite}.heart-animation-container .floating-heart{position:absolute;bottom:0;width:18px;height:18px;z-index:1;pointer-events:none;animation-name:floatUpAndFade;animation-timing-function:cubic-bezier(.25,.46,.45,.94);animation-fill-mode:forwards;opacity:0}.heart-animation-container .floating-heart svg{width:100%;height:100%}@keyframes floatUpAndFade{0%{transform:translateY(0) scale(.5) rotate(0deg);opacity:0}15%{opacity:1;transform:translateY(-10px) scale(1) rotate(-8deg) translateX(-4px)}35%{transform:translateY(-30px) scale(1.1) rotate(6deg) translateX(5px)}50%{transform:translateY(-50px) scale(1) rotate(-4deg) translateX(-6px)}75%{opacity:.8;transform:translateY(-75px) scale(.9) rotate(8deg) translateX(4px)}to{transform:translateY(-100px) scale(.8) rotate(-5deg) translateX(-2px);opacity:0}}@keyframes heartbeat{0%,to{transform:scale(1)}15%{transform:scale(1.15)}30%{transform:scale(1)}45%{transform:scale(1.15)}60%{transform:scale(1)}}
/*# sourceMappingURL=c0e4987bc1e7b426.css.map*/