.BottomSheet_backdrop__jM_nV{position:fixed;inset:0;z-index:50;background:rgba(33,32,31,.2);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);animation:BottomSheet_fadeIn__aIH8I .2s ease-out}.BottomSheet_sheet__X1VMG{position:fixed;left:0;right:0;bottom:0;z-index:51;display:flex;flex-direction:column;max-height:calc(100vh - 64px - env(safe-area-inset-top));max-height:calc(100dvh - 64px - env(safe-area-inset-top));background:var(--bg);border-radius:var(--radius-lg) var(--radius-lg) 0 0;box-shadow:0 -12px 32px -16px rgba(33,32,31,.28);animation:BottomSheet_slideUp__PiirQ .25s cubic-bezier(.32,.72,0,1);overscroll-behavior:contain;overflow:hidden}.BottomSheet_scroll__FDWgY{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:env(safe-area-inset-bottom)}.BottomSheet_scrollUnderFloatingCart__AE2D_{padding-bottom:calc(96px + env(safe-area-inset-bottom))}.BottomSheet_footer__yiRIh{flex:0 0 auto;padding:12px 20px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--border);background:var(--bg-subtle)}.BottomSheet_grabber__XoX_p{position:sticky;top:0;display:flex;justify-content:center;padding:14px 0 12px;background:var(--bg);z-index:1;flex:0 0 auto;touch-action:none;cursor:grab}.BottomSheet_grabberBar__vxYzi{width:36px;height:4px;border-radius:var(--radius-pill);background:var(--border-strong)}.BottomSheet_close__E7O6T{position:absolute;top:8px;right:12px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--surface-muted);color:var(--text);font-size:18px;line-height:1;z-index:2}.BottomSheet_grabberFloating__WDMAM{position:absolute;top:0;left:0;right:0;background:transparent}.BottomSheet_grabberFloating__WDMAM .BottomSheet_grabberBar__vxYzi{background:rgba(255,255,255,.85);box-shadow:0 1px 3px rgba(0,0,0,.25)}.BottomSheet_closeFloating__iqRW2{background:rgba(33,32,31,.45);color:#fff;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@keyframes BottomSheet_fadeIn__aIH8I{0%{opacity:0}}@keyframes BottomSheet_slideUp__PiirQ{0%{transform:translateY(100%)}}@media (prefers-reduced-motion:reduce){.BottomSheet_backdrop__jM_nV,.BottomSheet_sheet__X1VMG{animation:none}}@media (min-width:640px){.BottomSheet_backdrop__jM_nV{display:flex;align-items:center;justify-content:center}.BottomSheet_sheet__X1VMG{position:relative;width:560px;max-height:88vh;border-radius:var(--radius-lg);box-shadow:0 24px 60px -20px rgba(33,32,31,.35);animation:BottomSheet_popIn__OfR4x .2s ease-out}.BottomSheet_grabber__XoX_p{display:none}.BottomSheet_closeFloating__iqRW2{background:var(--surface-muted);color:var(--text);-webkit-backdrop-filter:none;backdrop-filter:none}@keyframes BottomSheet_popIn__OfR4x{0%{opacity:0;transform:scale(.97)}}}