.floating-cart{position:fixed;right:22px;bottom:22px;z-index:900;width:54px;height:54px;border-radius:50%;border:0;background:#211a18;color:#fff;box-shadow:0 12px 35px #0004;font-size:17px}.floating-cart span{position:absolute;right:-2px;top:-3px;min-width:20px;height:20px;padding:0 5px;border-radius:12px;background:#8f2238;color:#fff;display:grid;place-items:center;font-size:9px}.floating-cart.has-items{animation:cartPulse .35s ease}@keyframes cartPulse{50%{transform:scale(1.12)}}
