.sticky-bar{background-color:#fff;bottom:0;left:0;display:flex;flex-flow:row nowrap;justify-content:center;position:fixed;padding:16px 0;width:100%;z-index:999}.sticky-bar span{cursor:pointer}@media screen and (min-width:768px){.sticky-bar{transform:translateY(100%);transition:transform .2s ease}.sticky-bar:not([data-scroll="0"]){transform:translateY(0%)}}@media screen and (max-width:600px){.sticky-bar{padding:8px 0}}
