#loyalty-custom{font-family:Poppins,sans-serif;background-color:#fafafa}#loyalty-custom p{font-family:Poppins,sans-serif}#loyaltylion .lion-claimed-rewards-list.lion-claimed-rewards-list--empty.lion-claimed-rewards-list--no-items{border-radius:16px;border:none;font-size:14px;padding:40px;box-shadow:#00000029 0 1px 4px}#loyaltylion .lion-claimed-reward-item:hover{box-shadow:#00000049 0 1px 6px}#loyaltylion .lion-claimed-reward-item{box-shadow:#00000029 0 1px 4px;font-size:14px}#loyaltylion .lion-claimed-reward-item__title{grid-area:title;font-weight:700;font-size:105%;color:#555;font-weight:600}#loyaltylion .lion-history-table{border-collapse:collapse;overflow:hidden;border-radius:16px;box-shadow:#00000029 0 1px 4px;border:8px solid #ffffff!important}.loyalty-header{background-color:#3b6861;color:#fff;padding:47px 10px 74px;text-align:center;position:relative;z-index:1}h1.loyalty-heading{font-weight:600;font-size:1.8rem}h2{font-size:1.8rem;font-weight:500}span.loyalty-heading--alt{color:#ceab88}.loyalty-wrapper{width:100%;margin-top:-50px;z-index:2;position:relative}.loyalty-dashboard{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:20px}.loyalty-dashboard__header,.loyalty-dashboard__progress,.loyalty-dashboard__benefits{background-color:#fff;padding:24px;border-radius:16px;box-shadow:#00000029 0 1px 4px}.loyalty-dashboard__header{grid-column:1 / -1;display:flex;justify-content:space-between;align-items:center;padding:30px 40px}.loyalty-dashboard__header-icon{flex:0 0 auto;display:flex}.loyalty-dashboard__header-icon img{width:48px;height:48px;border-radius:50%;border:1px solid #3b6861;padding:8px 8px 0}.loyalty-dashboard__header-user-info{flex:1 1 auto;padding:0 20px}.loyalty-dashboard__header-user-name{font-size:1.2rem;font-weight:500}.loyalty-dashboard__header-tier-name{font-size:.9rem;color:#3b6861}.loyalty-dashboard__header-balance{flex:0 0 auto;text-align:center;padding:3px 12px}.loyalty-dashboard__header-points{font-size:1.6rem;font-weight:600;line-height:1}.loyalty-dashboard__header-points span{font-size:1rem;color:#777}.loyalty-dashboard__header-redeem{padding:2px 20px;font-size:12px;cursor:pointer;margin-top:14px}.loyalty-dashboard__progress{grid-column:1 / 2}.loyalty-dashboard__benefits{grid-column:2 / 3;font-size:.9rem}.loyalty-dashboard__progress,.loyalty-dashboard__benefits{display:flex;flex-direction:column;justify-content:space-between}.loyalty-dashboard__progress-heading,.loyalty-dashboard__benefits-heading{font-size:1.2rem;font-weight:500;margin-bottom:10px}.progress-message{// text-align: center;margin-top:10px;font-size:.8rem;font-weight:500}@media(max-width:768px){.loyalty-header{padding:30px 10px 60px}.loyalty-dashboard__header{// flex-direction: column;// align-items: center;// text-align: center;// gap: 16px;padding:25px 20px}.loyalty-dashboard__header-icon img{width:36px;height:36px;padding:8px 8px 0}.loyalty-dashboard__header-user-info{// padding-bottom: 10px;padding:0 16px}.loyalty-dashboard__header-user-name{font-size:1rem}.loyalty-dashboard__header-tier-name{font-size:.8rem}.loyalty-dashboard__header-balance{margin-top:6px}.loyalty-dashboard__header-points{font-size:1.5rem}a.loyalty-dashboard__header-redeem{font-size:11px;display:none}.loyalty-dashboard{grid-template-columns:1fr}.loyalty-dashboard__header,.loyalty-dashboard__progress,.loyalty-dashboard__benefits{grid-column:1 / -1}}.button--outline{border-radius:20px;background-color:#000;color:#fff;border:2px solid #000;transition:background-color .3s,color .3s,border-color .3s;font-weight:500;display:flex}.button--outline:hover{background-color:transparent;color:#000;border-color:#000}.progress-bar{width:100%;background-color:#e9d9c9;border-radius:25px;position:relative;height:12px;margin:60px 0 20px;overflow:visible}.progress-bar__fill{height:100%;width:100%;position:relative;overflow:hidden;border-radius:25px}.progress-bar__fill-inner{height:100%;width:100%;background-color:#ceab87;transform:scaleX(0);transform-origin:left;will-change:transform}.progress-bar__fill-inner.animate{animation:progress-animation 1s ease-out forwards;// animation-delay: .5s}@keyframes progress-animation{0%{transform:scaleX(0)}to{transform:scaleX(var(--progress-width-scale))}}.progress-bar__tier{position:absolute;top:50%;transform:translateY(-50%);width:2px;height:100%;background-color:transparent}.progress-bar__tier:before{content:"";display:block;background-size:contain;background-repeat:no-repeat;position:absolute;bottom:100%;transform:translate(-50%)}.progress-bar__tier--nurture:before{background-image:url(https://assets.codepen.io/1820345/1-LeafAsset+6.svg);width:20px;height:20px;left:20%}.progress-bar__tier--flourish:before{background-image:url(https://assets.codepen.io/1820345/2-LeafAsset+7.svg);width:22px;height:24px;left:50%}.progress-bar__tier--thrive:before{background-image:url(https://assets.codepen.io/1820345/3-LeafAsset+8.svg);width:22px;height:38px;left:80%}.progress-bar__tier--nurture{left:4%}.progress-bar__tier--flourish{left:50%}.progress-bar__tier--thrive{left:97%}.progress-bar__labels{display:flex;justify-content:space-between;position:relative;top:-16px}.progress-bar__label{font-size:12px;white-space:nowrap}html{scroll-behavior:smooth}.sticky-menu{position:-webkit-sticky;position:sticky;top:0;background-color:#fafafa;border-bottom:2px solid #000000;width:100%;z-index:10}.sticky-menu__wrapper{max-width:1000px;margin:0 auto;display:flex;justify-content:space-around;overflow-x:auto;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none}.sticky-menu__wrapper::-webkit-scrollbar{display:none}.sticky-menu__item{flex:1;text-align:center;padding:10px 20px;text-decoration:none;color:#000;font-weight:500;font-size:15px;// transition: background-color .3s,color .3s}.sticky-menu__item:hover{// background-color: #e0e0e0;color:#424242}@media(max-width:768px){.sticky-menu__wrapper{justify-content:flex-start}.sticky-menu__item{flex:none;padding:14px 16px}}.loyalty-comonent{padding:60px 20px 10px;max-width:1000px;margin:0 auto;text-align:center}h2{// margin-top: 60px;font-weight:500}
/*# sourceMappingURL=/cdn/shop/t/151/assets/rewards-dashboard.css.map */
