.back-to-top-button{position:relative;width:100%;z-index:calc(var(--z-index-footer) + 20);overflow:unset}.back-to-top-button__button{--bg-colour: var(--theme-tertiary-text-colour);display:flex;justify-content:center;align-items:center;position:fixed;cursor:pointer;height:calc(50/var(--desktop-design-reference)*var(--screen-width-static));width:calc(50/var(--desktop-design-reference)*var(--screen-width-static));border:none;border-radius:50px;padding:calc(18/var(--desktop-design-reference)*var(--screen-width-static));background-color:var(--theme-tertiary-text-colour);right:calc(10/var(--design-reference)*var(--screen-width));border-radius:var(--button-border-radius);opacity:0;pointer-events:none;transition:opacity .5s ease-in-out}.back-to-top-button__button.visible{opacity:1;pointer-events:auto}@media screen and (min-width: 768px){.back-to-top-button__button{right:calc(5/var(--design-reference)*var(--screen-width))}}@media screen and (min-width: 1024px){.back-to-top-button__button{right:calc(10/var(--design-reference)*var(--screen-width))}}.back-to-top-button__button--fixed{position:fixed;bottom:calc(60/var(--desktop-design-reference)*var(--screen-width-static))}.back-to-top-button__button--absolute{position:absolute;translate:0 -50%}.wp-admin .back-to-top-button__button{position:absolute;translate:0 0;bottom:0}.back-to-top-button__image{width:calc(var(--image-size)/var(--desktop-design-reference)*var(--screen-width-static))}

/*# sourceMappingURL=back-to-top-button.css.map*/