.cart-floating-bubble{position:fixed;bottom:60px;right:50px;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px #0000001a;cursor:pointer;z-index:3;transform:translate(calc(100% + 50px));transform-origin:center center;transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .3s ease,opacity .3s ease;opacity:0}.cart-floating-bubble--visible{opacity:1;transform:translate(0)}.cart-floating-bubble--visible:hover{box-shadow:0 6px 8px #00000026;transform:translate(0) scale(1.1)}.cart-floating-bubble--receiving{animation:cart-bubble-receive .38s ease-out}.cart-floating-bubble__image-container{width:100%;height:100%;overflow:hidden;display:flex;justify-content:center;align-items:center}.cart-floating-bubble__plus-rise{position:absolute;top:-10px;left:50%;transform:translate(-50%) translateY(0) scale(.9);opacity:0;pointer-events:none;font-size:14px;font-weight:700;line-height:1;color:#000;text-shadow:0 2px 4px rgba(0,0,0,.25);animation:cart-bubble-plus-rise .7s ease-out forwards}.cart-floating-bubble__count{background-color:#000;color:#fff;top:-2px;left:-2px}@keyframes cart-bubble-plus-rise{0%{opacity:0;transform:translate(-50%) translateY(0) scale(.9)}20%{opacity:1}to{opacity:0;transform:translate(-50%) translateY(-24px) scale(1)}}@keyframes cart-bubble-receive{0%{bottom:60px}35%{bottom:52px}70%{bottom:63px}to{bottom:60px}}@media screen and (max-width:768px){.cart-floating-bubble{bottom:20px;right:20px;width:40px;height:40px}}
/*# sourceMappingURL=/cdn/shop/t/336/assets/cart-floating-bubble.css.map */
