.chulo-floating-cart{z-index:40;cursor:pointer;background-color:#fff;border:none;border-radius:999px;justify-content:center;align-items:center;width:56px;height:56px;transition:box-shadow .3s,transform .2s;display:inline-flex;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 18px #0000002e}.chulo-floating-cart:hover{transform:translateY(-1px);box-shadow:0 6px 22px #0000003d}.chulo-floating-cart__icon{width:22px;height:22px;color:var(--chulo-text)}.chulo-floating-cart__badge{background-color:var(--chulo-text);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding-inline:4px;font-size:11px;font-weight:600;line-height:1;display:flex;position:absolute;top:-4px;right:-4px}@media (max-width:480px){.chulo-floating-cart{width:50px;height:50px;bottom:16px;right:16px}}
.chulo-cart-drawer{border-top-left-radius:12px;border-bottom-left-radius:0;overflow:hidden;height:auto!important;max-height:100dvh!important;top:auto!important;bottom:0!important}.chulo-cart-drawer__items{overscroll-behavior:contain;scrollbar-width:thin;min-height:0;overflow-y:auto}.chulo-cart-drawer__items[data-scrollable=true]{-webkit-mask-image:linear-gradient(#000 0 calc(100% - 56px),#0000 100%);mask-image:linear-gradient(#000 0 calc(100% - 56px),#0000 100%)}.chulo-cart-drawer__fade{pointer-events:none;height:0;position:relative}.chulo-cart-drawer__fade:before{content:"";background:linear-gradient(to top, var(--background,#fff) 0%, color-mix(in srgb, var(--background,#fff) 70%, transparent) 45%, transparent 100%);opacity:0;height:56px;transition:opacity .2s;position:absolute;bottom:0;left:0;right:0}.chulo-cart-drawer__fade[data-visible=true]:before{opacity:1}@media (max-width:640px){.chulo-cart-drawer{border-top-left-radius:12px;border-top-right-radius:12px;max-height:calc(100dvh - 24px)!important}}
