@keyframes btn-shimmer{0%{background-position:100% center}to{background-position:0% center}}[data-slot=button]:hover{background-image:linear-gradient(110deg,transparent 45%,rgba(255,255,255,.15) 47%,rgba(255,255,255,.25) 50%,rgba(255,255,255,.15) 53%,transparent 55%);background-size:400% 100%;animation:btn-shimmer 1.5s ease both}
