.discount-club-box{background:#fbf9f7;border-radius:12px;min-width:120px;max-width:300px;padding:.8rem;font-family:Gooper;text-decoration:none;display:block;position:relative}.discount-club-box--pointer{cursor:pointer}.discount-club-box--not-a-member{background:var(--primary-lightest)}.discount-club-box__title{color:#f3eee8;background:#ea534a;border-radius:12px;padding:.2rem .4rem;font-size:14px;display:inline-block}.discount-club-box__description{color:var(--primary);font-size:14px;display:block}.discount-club-box__card{animation-name:cardScaleIn;animation-duration:.5s;animation-delay:.7s;animation-fill-mode:forwards;position:absolute;top:15px;right:12px;rotate:-20deg;scale:0}.discount-club-box__star-1{animation-name:starScaleIn1;animation-duration:.5s;animation-delay:.7s;animation-fill-mode:forwards;position:absolute;top:10px;left:175px;rotate:10deg;scale:0}.discount-club-box__star-2{animation-name:starScaleIn2;animation-duration:.5s;animation-delay:.7s;animation-fill-mode:forwards;position:absolute;top:15px;left:210px;transform:scaleX(-1)rotate(-30deg)scale(0)}@keyframes cardScaleIn{25%{scale:.1}50%{rotate:-25deg;scale:.5}98%{rotate:8deg;scale:1.4}to{rotate:12deg;scale:1.2}}@keyframes starScaleIn1{98%{scale:1.2}to{scale:1}}@keyframes starScaleIn2{98%{scale:1.8}to{scale:1.6}}
