.custom-animated-button{display:inline-block;padding:15px 30px;text-align:center;text-decoration:none;border:2px solid white;color:#fff;background-color:var(--primary-color);overflow:hidden;position:relative;z-index:1;transition:color .4s ease-in-out}.custom-animated-button:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;transition:transform .4s ease-in-out;z-index:-1;transform:translate(-100%)}.custom-animated-button:hover{color:#333;cursor:pointer}.custom-animated-button:hover:after{transform:translate(0)}
/*# sourceMappingURL=/cdn/shop/t/14/assets/animated-button.css.map */
