.has-sticky-purchase-button .sticky-back-to-top-button__container.active{bottom:80px}.sticky-back-to-top-button__container{position:fixed;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-decoration:none;opacity:0;-webkit-transition:all 1s;-o-transition:all 1s;transition:all 1s;bottom:-40px;z-index:99}.sticky-back-to-top-button__container.active{bottom:80px;opacity:1}.sticky-back-to-top-button__container #back-to-top-button{height:32px;width:32px;background:var(--background-light-purple);border-radius:45px;margin:0}.sticky-back-to-top-button__container #back-to-top-button i{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media only screen and (max-width:600px){.sticky-back-to-top-button__container{display:none!important}}