nays-bottom-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000}nays-bottom-sheet[hidden]{display:none}nays-bottom-sheet .sheet__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(8.5px);backdrop-filter:blur(8.5px);opacity:0;transition:opacity .25s ease}nays-bottom-sheet[open] .sheet__backdrop{opacity:1}nays-bottom-sheet .sheet__panel{position:absolute;inset:auto 0 0 0;display:flex;flex-direction:column;max-height:calc(100dvh - 96px);background:#fff;border-radius:8px 8px 0 0;transform:translateY(100%);transition:transform .25s cubic-bezier(.32,.72,0,1);touch-action:none}nays-bottom-sheet[open] .sheet__panel{transform:translateY(0)}nays-bottom-sheet .sheet__grabber{flex:0 0 auto;display:block;width:100%;padding:16px 0;border:0;background:#eee;cursor:grab;touch-action:none}nays-bottom-sheet .sheet__grabber:before{content:"";display:block;width:120px;height:6px;margin:0 auto;border-radius:9999px;background:#0003}nays-bottom-sheet .sheet__body{overflow-y:auto;-webkit-overflow-scrolling:touch;padding:16px}html.sheet-lock{overflow:hidden}@media screen and (min-width:1025px){[data-sheet-open]{display:none}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/component-bottom-sheet.css.map */
