.scroll-to-top{position:fixed;bottom:65px;left:30px;width:45px;height:45px;background-color:#000c;color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:999;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s cubic-bezier(.25,1,.5,1);box-shadow:0 4px 12px #0000001a;-webkit-tap-highlight-color:transparent;outline:none;-webkit-user-select:none;user-select:none;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.1)}.scroll-to-top:focus{outline:none}.scroll-to-top.show{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top:hover{background-color:#000;transform:translateY(-3px) scale(1.05);box-shadow:0 8px 20px #00000026}.scroll-to-top.animate-click{animation:shoot-up .35s linear forwards}@keyframes shoot-up{0%{transform:translateY(0);opacity:1}to{transform:translateY(-200px);opacity:0}}.scroll-to-top svg{width:18px;height:18px;fill:currentColor;stroke:currentColor;stroke-width:.5px}@media screen and (max-width: 749px){.scroll-to-top{bottom:60px;left:20px;width:40px;height:40px;border-radius:10px}.scroll-to-top svg{width:16px;height:16px}}
/*# sourceMappingURL=/cdn/shop/t/71/assets/scroll-to-top.css.map */
