body.fynd-site .fynd-scroll-btn{position:fixed;bottom:30px;right:30px;width:64px;height:64px;-webkit-border-radius:50%;border-radius:50%;background-color:var(--wizagent-button-bg-color);color:var(--wizagent-button-color);border:1px solid hsla(0,0%,100%,.1);cursor:pointer;display:none;align-items:center;justify-content:center;padding:0;box-shadow:0 8px 32px rgba(0,0,0,.1);opacity:0;visibility:hidden;transform:translateY(15px);transition:opacity .3s ease,transform .3s ease,visibility .3s ease,background-color .25s ease,box-shadow .25s ease,border-radius .25s ease;z-index:9999;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}body.fynd-site .fynd-scroll-btn.is-visible{display:flex;opacity:1;visibility:visible;transform:translateY(0)}body.fynd-site .fynd-scroll-btn:hover,body.fynd-site .fynd-scroll-btn:focus{transform:translateY(-3px);box-shadow:0 12px 40px rgba(0,0,0,.15);background-color:var(--wizagent-button-bg-hover-color);border-radius:50%;border:1px solid hsla(0,0%,100%,.1);outline:none}body.fynd-site .fynd-scroll-btn:hover .fynd-scroll-icon,body.fynd-site .fynd-scroll-btn:focus .fynd-scroll-icon{color:#fff}body.fynd-site .fynd-scroll-btn:active{transform:translateY(-1px);border-radius:50%;border:1px solid hsla(0,0%,100%,.1);outline:none}body.fynd-site .fynd-progress-ring{position:absolute;width:80px;height:80px;top:50%;left:50%;margin:0;transform:translate(-50%, -50%) rotate(-90deg);pointer-events:none}body.fynd-site .fynd-progress-track{fill:none;stroke:hsla(0,0%,100%,.15);stroke-width:4}body.fynd-site .fynd-progress-indicator{fill:none;stroke:var(--wizagent-button-bg-hover-color);stroke-width:4;stroke-linecap:round;stroke-dasharray:226.195;stroke-dashoffset:226.195;transition:stroke-dashoffset .2s ease-out,stroke .25s ease}body.fynd-site .fynd-scroll-icon{position:relative;z-index:2;width:24px;height:24px;color:var(--wizagent-button-color);display:flex;align-items:center;justify-content:center;transition:color .25s ease}body.fynd-site .fynd-scroll-icon svg{width:100%;height:100%}@media(max-width: 768px){body.fynd-site .fynd-scroll-btn{width:52px;height:52px;bottom:20px;right:20px}body.fynd-site .fynd-progress-ring{width:68px;height:68px}body.fynd-site .fynd-scroll-icon{width:20px;height:20px}}