.loyalty-button{direction:rtl;display:inline-flex;gap:.5rem;font:12px Cairo-Bold;background:#003e66;border:none;cursor:pointer;overflow:hidden;position:relative;transition:background-color .35s ease;color:#fff;background-color:#003d66;border-radius:32px;transition:all .5s ease;width:180px;padding:10px 20px;display:flex;justify-content:center;align-items:center;font-weight:500;font-size:12px}@keyframes sweep{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.loyalty-button:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent,#0bbab5 30%,#53a6a3 70%,transparent);animation:sweep 2.5s ease-out .3s 1 forwards}@keyframes wiggle{0%,to{transform:rotate(0deg)}40%{transform:rotate(12deg)}70%{transform:rotate(-8deg)}}.loyalty-icon{width:1.2rem;fill:currentColor;animation:wiggle 1.2s ease-in-out .3s 1 forwards}.loyalty-button>*{position:relative;z-index:1}@media(max-width:600px){.loyalty-button{padding:10px 20px;font-size:13px;gap:.35rem}.loyalty-icon{width:1rem}}@media(min-width:776px)and (max-width:1300px){.loyalty-button{padding:10px 20px;font-size:14px;font-weight:500!important}}@media(max-width:1400px){.loyalty-button{padding:6px 16px;font-size:12px;font-weight:500!important}}