.scroll-to-top-btn{position:fixed;right:var(--offset-x, 2rem);bottom:var(--offset-y, 2rem);z-index:1000;display:none;align-items:center;justify-content:center;width:50px;height:50px;color:var(--palette-primary-button-text, var(--color-background, #fffdf6));background:var(--palette-primary-button-background, var(--color-foreground, #14382e));border:1px solid color-mix(in srgb,currentColor 18%,transparent);border-radius:50%;box-shadow:0 4px 12px #00000026;cursor:pointer;opacity:0;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease,box-shadow .3s ease}.scroll-to-top-btn.visible{display:flex;opacity:1;transform:translateY(0)}.scroll-to-top-btn:hover{box-shadow:0 6px 20px #0003;transform:translateY(-2px)}.scroll-to-top-btn:active{transform:translateY(0)}.scroll-to-top-icon{width:20px;height:20px;color:currentColor}.scroll-to-top-wrapper[data-position=bottom-left] .scroll-to-top-btn{right:auto;left:var(--offset-x, 2rem)}@media screen and (max-width:749px){.scroll-to-top-btn{right:var(--offset-mobile-x, 1.5rem);bottom:var(--offset-mobile-y, 1.5rem);width:45px;height:45px}.scroll-to-top-wrapper[data-position=bottom-left] .scroll-to-top-btn{left:var(--offset-mobile-x, 1.5rem)}.scroll-to-top-icon{width:18px;height:18px}}
/*# sourceMappingURL=/cdn/shop/t/85/assets/scroll-to-top.css.map */
