body.fynd-site .fynd-scroll-to-top{display:none;position:fixed;bottom:30px;right:30px;width:66px;height:66px;border-radius:50%;background:var(--wizagent-button-bg-color);color:var(--wizagent-button-color);border:1px solid hsl(0 0% 100% / .2);cursor:pointer;align-items:center;justify-content:center;font-size:20px;z-index:9999;opacity:0;transform:translateY(20px);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px rgb(0 0 0 / .1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:unset}body.fynd-site .fynd-scroll-to-top.visible{display:flex;opacity:1;transform:translateY(0)}body.fynd-site .fynd-scroll-to-top:hover{transform:translateY(-3px);box-shadow:0 12px 40px rgb(0 0 0 / .15)}body.fynd-site .fynd-scroll-to-top:hover .fynd-arrow-icon{transform:translateY(-2px)}body.fynd-site .fynd-scroll-to-top:active{transform:translateY(-1px)}body.fynd-site .fynd-scroll-to-top .fynd-progress-ring{position:absolute;width:76px;height:76px;transform:rotate(-90deg)}body.fynd-site .fynd-scroll-to-top .fynd-progress-ring .fynd-progress-ring__circle{fill:none;stroke:var(--wizagent-button-bg-hover-color);stroke-width:3;stroke-linecap:round;stroke-dasharray:201.06;stroke-dashoffset:201.06;transition:stroke-dashoffset .1s ease-out;filter:drop-shadow(0 2px 4px rgb(0 0 0 / .1))}body.fynd-site .fynd-scroll-to-top .fynd-arrow-icon{width:24px;height:24px;transition:transform .3s ease}@media(max-width:768px){body.fynd-site .fynd-scroll-to-top{width:50px;height:50px;bottom:20px;right:20px;font-size:18px}body.fynd-site .fynd-scroll-to-top .fynd-progress-ring{width:56px;height:56px}body.fynd-site .fynd-scroll-to-top .fynd-progress-ring .fynd-progress-ring__circle{cx:28px;cy:28px;r:26.5px}body.fynd-site .fynd-scroll-to-top .fynd-arrow-icon{width:20px;height:20px}}