.floating-cart{position:fixed;right:calc(20px + env(safe-area-inset-right));bottom:calc(20px + env(safe-area-inset-bottom));z-index:47;display:grid;width:60px;height:60px;place-items:center;padding:0;border:0;border-radius:50%;background:var(--blue);color:#fff;box-shadow:0 12px 30px rgb(0 0 0/.38);transition:bottom .2s ease,transform .18s ease,opacity .18s ease}
.floating-cart[hidden]{display:none!important}
.floating-cart:hover{transform:translateY(-2px)}
.floating-cart:focus-visible{outline:2px solid var(--ink);outline-offset:4px}
.floating-cart__icon,.floating-cart__icon svg{display:block;width:26px;height:26px}
.floating-cart__icon svg{fill:none;stroke:currentColor;stroke-width:1.8}
.floating-cart__count{position:absolute;right:-3px;bottom:-3px;display:grid;width:22px;height:22px;place-items:center;border:2px solid var(--blue);border-radius:50%;background:var(--bg);color:var(--ink);font:700 12px/1 var(--mono)}
.template-product.has-sticky-purchase .floating-cart{bottom:calc(var(--sticky-purchase-space,78px) + 16px + env(safe-area-inset-bottom))}
@media(max-width:749px){.floating-cart{right:calc(16px + env(safe-area-inset-right));bottom:calc(16px + env(safe-area-inset-bottom));width:56px;height:56px}.floating-cart__icon,.floating-cart__icon svg{width:24px;height:24px}.template-product.has-sticky-purchase .floating-cart{bottom:calc(var(--sticky-purchase-space,78px) + 12px + env(safe-area-inset-bottom))}}
@media(prefers-reduced-motion:reduce){.floating-cart{transition:none}.floating-cart:hover{transform:none}}
