.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-origin:center center;transition:transform .5s cubic-bezier(.4,0,.2,1),box-shadow .5s ease,opacity .5s ease,border-radius .5s ease}.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}}.cart-floating-bubble__cta{position:absolute;top:-10%;right:calc(100% + 4px);transform:translateY(-50%);width:auto;font-size:13px;line-height:1.35;text-align:center;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}.cart-floating-bubble__cta.is-visible{opacity:1;visibility:visible}.cart-floating-bubble__cta:after{content:"";position:absolute;top:94%;right:-5px;width:0;height:0;transform:translateY(-50%) rotate(50deg);border-style:solid;border-radius:6px 0 6px 6px;border-width:12px 0 12px 18px;border-color:transparent transparent transparent var(--cta-connector-color, #ffffff)}.cart-floating-bubble__cta-inner{border-radius:12px 12px 0;overflow:hidden;box-shadow:0 4px 6px #00000026}.cart-floating-bubble__cta-text{display:none;opacity:0;transition:opacity .4s ease;padding:4px 8px;width:fit-content;white-space:nowrap;border-width:1px;border-style:solid}.cart-floating-bubble__cta-text.is-active{display:flex;align-items:center;justify-content:center;opacity:1}@media screen and (max-width:768px){.cart-floating-bubble{bottom:20px;right:20px;width:40px;height:40px}.cart-floating-bubble__cta{max-width:160px;font-size:12px}.cart-floating-bubble__cta-text{padding:8px 10px}}
/*# sourceMappingURL=/cdn/shop/t/359/assets/cart-floating-bubble.css.map */
