.bundle-rewards{--bbr-ink: #2E2A26;--bbr-success: var(--bbr-accent, #5CB866);display:block;background:var(--bbr-bg, #FFF6E0);color:var(--bbr-text, #2E2A26);padding:clamp(20px,4vw,40px) 0}.bundle-rewards__inner{width:100%}.bbr-head{text-align:center;margin-bottom:16px}.bbr-eyebrow{margin:0 0 4px;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--bbr-success)}.bbr-title{margin:0;font-size:clamp(20px,3.2vw,30px);line-height:1.1}.bbr-subtitle{margin:8px 0 0;font-size:14px;font-weight:600;min-height:1.2em;color:color-mix(in srgb,var(--bbr-text,#2E2A26) 75%,transparent);transition:color .2s ease}.bbr-subtitle--solo{text-align:center;margin:0 0 14px}.bbr-rail{position:relative;height:6px;border-radius:999px;margin:16px auto 20px;max-width:680px;background:color-mix(in srgb,var(--bbr-locked,#C9C2B6) 55%,transparent);overflow:hidden}.bbr-rail__fill{position:absolute;inset:0 auto 0 0;width:0;background:linear-gradient(90deg,var(--bbr-success),color-mix(in srgb,var(--bbr-success) 60%,#fff));border-radius:999px;transition:width .45s cubic-bezier(.2,.8,.2,1)}.bbr-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:clamp(10px,1.6vw,18px);max-width:880px;margin:0 auto}.bbr-tile{position:relative;overflow:hidden;background:#fff;border:2.5px solid color-mix(in srgb,var(--bbr-ink, #2E2A26) 18%,transparent);border-radius:16px;padding:16px 12px 14px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:4px;transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s ease,border-color .25s ease,background .25s ease}.bbr-tile .bbr-tile__icon,.bbr-tile .bbr-tile__img{transition:filter .3s ease,opacity .3s ease,transform .3s ease;filter:saturate(.5) opacity(.85)}.bbr-tile.is-next{border-color:var(--bbr-success);animation:bbr-breathe 1.9s ease-in-out infinite}.bbr-tile.is-next .bbr-tile__icon,.bbr-tile.is-next .bbr-tile__img{filter:none;transform:scale(1.04)}.bbr-tile.is-next:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(105deg,transparent 35%,color-mix(in srgb,var(--bbr-success) 16%,transparent) 50%,transparent 65%);transform:translate(-120%);animation:bbr-shine 2.4s ease-in-out infinite}@keyframes bbr-breathe{0%,to{box-shadow:0 0 color-mix(in srgb,var(--bbr-success) 40%,transparent)}50%{box-shadow:0 0 0 6px color-mix(in srgb,var(--bbr-success) 0%,transparent)}}@keyframes bbr-shine{0%{transform:translate(-120%)}55%,to{transform:translate(120%)}}.bbr-tile.is-unlocked{border-color:var(--bbr-success);background:linear-gradient(180deg,color-mix(in srgb,var(--bbr-success) 12%,#fff),#fff);box-shadow:0 12px 26px -14px color-mix(in srgb,var(--bbr-success) 85%,transparent);animation:none}.bbr-tile.is-unlocked:after{display:none}.bbr-tile.is-unlocked .bbr-tile__icon,.bbr-tile.is-unlocked .bbr-tile__img{filter:none;opacity:1}.bbr-tile.is-unlocked .bbr-tile__icon,.bbr-tile.is-unlocked .bbr-tile__img{animation:bbr-wiggle .6s ease}@keyframes bbr-wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-9deg) scale(1.12)}60%{transform:rotate(7deg) scale(1.08)}}.bbr-tile__flag{position:absolute;top:8px;right:8px;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;line-height:1;background:color-mix(in srgb,var(--bbr-locked, #C9C2B6) 60%,#fff);color:#fff;box-shadow:0 1px 3px #0000002e;transition:background .25s ease,transform .25s ease}.bbr-tile__flag:before{content:"\1f512";filter:grayscale(.2)}.bbr-tile.is-unlocked .bbr-tile__flag{background:var(--bbr-success);transform:scale(1.05)}.bbr-tile.is-unlocked .bbr-tile__flag:before{content:"\2713";filter:none;font-weight:900;font-size:13px}.bbr-tile__media{position:relative;width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.bbr-tile__icon{font-size:40px;line-height:1}.bbr-tile__img{width:64px;height:64px;object-fit:contain}.bbr-tile__lock{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:var(--bbr-locked, #C9C2B6);background:#ffffff8c;border-radius:12px;transition:opacity .2s ease}.bbr-tile.is-unlocked .bbr-tile__lock{opacity:0;pointer-events:none}.bbr-tile__value{margin:0;font-weight:800;font-size:15px;display:flex;gap:5px;align-items:baseline;justify-content:center}.bbr-tile__free{color:var(--bbr-success)}.bbr-tile.is-unlocked .bbr-tile__free{animation:bbr-flash .5s ease}.bbr-tile__strike{font-size:12px;font-weight:600;color:color-mix(in srgb,var(--bbr-text,#2E2A26) 50%,transparent);text-decoration:line-through}.bbr-tile__name{margin:0;font-weight:800;font-size:14px;text-transform:uppercase;line-height:1.1}.bbr-tile__req{margin:auto 0 0;font-size:11px;font-weight:800;letter-spacing:.02em;padding:3px 10px;border-radius:999px;line-height:1;background:color-mix(in srgb,var(--bbr-locked,#C9C2B6) 40%,transparent);color:var(--bbr-ink,#2E2A26);transition:background .2s ease,color .2s ease}.bbr-tile.is-unlocked .bbr-tile__req{background:var(--bbr-success);color:#fff}@keyframes bbr-flash{0%,to{transform:none}35%{transform:scale(1.18)}}.bbr-pop{animation:bbr-pop .4s cubic-bezier(.2,.9,.3,1.5)}@keyframes bbr-pop{0%{transform:scale(.9)}55%{transform:scale(1.05) translateY(-3px)}to{transform:scale(1)}}.bbr-inline{--bbr-ink: #2E2A26;--bbr-success: #5CB866;--bbr-locked: #C9C2B6;--bbr-text: #2E2A26;margin:2px 0 18px}.bbr-inline__head{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:12px}.bbr-inline__eyebrow{font-size:16px;font-weight:800;letter-spacing:.01em}.bbr-inline__status{display:none}.bbr-rail--inline{position:relative;margin:0 0 14px;height:8px;max-width:none;border-radius:999px;background:color-mix(in srgb,var(--bbr-locked) 45%,transparent);overflow:visible}.bbr-rail--inline .bbr-rail__fill{border-radius:999px;box-shadow:0 0 10px -1px color-mix(in srgb,var(--bbr-success) 70%,transparent)}.bbr-inline__tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(96px,1fr));gap:10px}.bbr-tile--inline{border-width:2px;border-color:color-mix(in srgb,var(--bbr-ink,#2E2A26) 12%,transparent);border-radius:16px;padding:14px 8px 13px;gap:2px}.bbr-tile--inline .bbr-tile__media{width:56px;height:56px;display:flex;align-items:center;justify-content:center;margin-bottom:5px}.bbr-tile--inline .bbr-tile__icon{font-size:40px;line-height:1;margin-bottom:0}.bbr-tile--inline .bbr-tile__img{width:56px;height:56px;object-fit:contain;display:block}.bbr-tile--inline .bbr-tile__name{font-size:13.5px;font-weight:800;text-transform:uppercase;margin:0;letter-spacing:.01em;line-height:1.12}.bbr-tile--inline .bbr-tile__flag{width:23px;height:23px;top:8px;right:8px;font-size:12px}.bbr-tile--inline .bbr-tile__value{display:flex;justify-content:center;align-items:baseline;gap:5px;font-size:14px;font-weight:800;margin:2px 0 0}.bbr-tile--inline .bbr-tile__free{color:color-mix(in srgb,var(--bbr-text) 45%,transparent);transition:color .25s ease}.bbr-tile--inline.is-unlocked .bbr-tile__free{color:var(--bbr-success)}.bbr-tile--inline .bbr-tile__strike{font-size:12px;font-weight:600;color:color-mix(in srgb,var(--bbr-text) 40%,transparent);text-decoration:line-through}.bbr-tile--inline .bbr-tile__req{margin-top:auto;font-size:11px;font-weight:800;letter-spacing:.02em;line-height:1;padding:5px 11px;border-radius:999px;background:color-mix(in srgb,var(--bbr-locked) 38%,transparent);color:var(--bbr-ink);transition:background .25s ease,color .25s ease}.bbr-tile--inline.is-next .bbr-tile__req{background:color-mix(in srgb,var(--bbr-success) 20%,transparent);color:color-mix(in srgb,var(--bbr-success) 85%,var(--bbr-ink))}.bbr-tile--inline.is-unlocked .bbr-tile__req{background:var(--bbr-success);color:#fff}@media(prefers-reduced-motion:reduce){.bundle-rewards *,.bundle-rewards *:after,.bbr-inline *,.bbr-inline *:after{animation:none!important;transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/bundle-rewards-ladder.css.map */
