.bottom-sheet-content{transform:translateY(max(0px, calc(var(--drawer-snap-point-offset,0px) + var(--drawer-swipe-movement-y,0px))))}.bottom-sheet-content--animated{transition:transform .4s cubic-bezier(.32,.72,0,1)}.bottom-sheet-content[data-swiping]{transition:none}@keyframes bottom-sheet-wave{0%,to{opacity:.5;transform:translateY(0)}50%{opacity:1;transform:translateY(-6px)}}.bottom-sheet-chevron{animation:1.6s ease-in-out infinite bottom-sheet-wave}
