bundle-progress{--fsp-tier: #000000;--fsp-milestone: #000000;--fsp-lime: #00c853;--fsp-text: #000000;--fsp-mark: #000000;--fsp-on-fill: #ffffff;--fsp-active-bg: transparent;--fsp-inactive-bg: transparent;--fsp-card-bg: rgb(var(--color-background));--fsp-card-border: var(--fsp-tier);--fsp-line: #e5e7eb;--fsp-line-fill: var(--fsp-lime);--fsp-pill-bg: transparent;--fsp-pill-border: #e5e7eb;--fsp-cart-pill-bg: var(--fsp-pill-bg);--fsp-cart-dot: var(--fsp-tier);--fsp-cart-dot-fill: var(--fsp-lime);--fsp-cart-pill-glow: var(--fsp-lime);--fsp-cart-pill-icon: var(--fsp-lime);--fsp-cart-pill-icon-default: var(--fsp-mark);--fsp-cart-pill-border-earned: var(--bundle-fill);--fsp-cart-pill-text-earned: var(--fsp-text);--fsp-cart-pill-arrow: var(--fsp-lime);--fsp-cart-pill-border-unlocked: var(--fsp-cart-pill-border-earned);--fsp-cart-pill-text-unlocked: var(--fsp-cart-pill-text-earned);--fsp-cart-pill-check-unlocked: var(--fsp-cart-pill-icon);--fsp-gift-unlocked-border: var(--bundle-gift);--fsp-gift-unlocked-icon: var(--bundle-gift);--bundle-accent: var(--fsp-lime);--bundle-gift: var(--fsp-mark);--bundle-fill: var(--fsp-lime);--bundle-active: var(--fsp-tier);--bundle-completed: var(--fsp-lime);--bundle-inactive: var(--fsp-tier);--bundle-accent-soft: var(--fsp-pill-bg);--bundle-accent-ring: var(--fsp-tier);--bundle-completed-soft: var(--fsp-lime);--bundle-inactive-fill: var(--fsp-inactive-bg);--bundle-inactive-ring: var(--fsp-tier);--bundle-line: var(--fsp-line);--bundle-card-border: var(--fsp-card-border);--bundle-gift-soft: var(--fsp-lime);--bundle-node-size: 2.125rem;display:flex;flex-direction:column;align-items:center;gap:15px;width:100%;color:rgb(var(--color-foreground))}.product__block.product__block--buy_buttons{margin-top:15px}.bundle-progress--card{padding:20px 16px 16px;border:1px solid var(--bundle-card-border);border-radius:14px;background-color:var(--fsp-card-bg);transition:border-color .4s ease,background-color .4s ease}.bundle-progress__pill{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:2rem;background-color:var(--bundle-accent-soft);border:1px solid var(--fsp-pill-border);color:var(--fsp-text);font-size:13px;font-weight:400;line-height:1.2;white-space:nowrap;animation:bundle-pill-in .5s var(--animation-default, cubic-bezier(.39, .575, .28, .995)) both}.drawer__inner .bundle-progress__pill,.cart-template .bundle-progress__pill{border:1px solid var(--fsp-pill-border)!important}.cart-template bundle-progress.bundle-progress.bundle-progress--cart{margin-top:15px}.bundle-progress__pill-icon{flex:0 0 auto;color:var(--fsp-mark)}.bundle-progress--cart .bundle-progress__pill-icon{color:var(--fsp-cart-pill-icon-default)}.bundle-progress--cart.bundle-progress--qualified .bundle-progress__pill-icon{color:var(--fsp-cart-pill-icon)}.bundle-progress--cart.bundle-progress--unlocked .bundle-progress__pill-check{color:var(--fsp-cart-pill-check-unlocked)}.bundle-progress__pill-check{display:none;color:var(--fsp-mark)}.bundle-progress--unlocked .bundle-progress__pill-gift{display:none}.bundle-progress--unlocked .bundle-progress__pill-check{display:block}.bundle-progress--qualified .bundle-progress__pill{background-color:var(--bundle-accent-soft);border-color:var(--fsp-pill-border);color:var(--fsp-text)}.bundle-progress__pill-arrow{flex:0 0 auto;display:none;color:var(--fsp-cart-pill-arrow)}.bundle-progress--cart.bundle-progress--qualified:not(.bundle-progress--unlocked) .bundle-progress__pill-arrow{display:block}.bundle-progress--cart.bundle-progress--qualified .bundle-progress__pill{border:1px solid var(--fsp-cart-pill-border-earned)!important;box-shadow:var(--fsp-cart-pill-shadow, 0 3px 10px color-mix(in srgb, var(--fsp-cart-pill-glow) 22%, transparent));animation:bundle-pill-in .5s var(--animation-default, ease) both,bundle-pill-pulse 1.4s ease-in-out .5s infinite}.bundle-progress--cart.bundle-progress--qualified .bundle-progress__pill-text{color:var(--fsp-cart-pill-text-earned)}.bundle-progress--cart.bundle-progress--unlocked .bundle-progress__pill{animation:none;box-shadow:none;border-color:var(--fsp-cart-pill-border-unlocked)!important}.bundle-progress--cart.bundle-progress--unlocked .bundle-progress__pill-text{color:var(--fsp-cart-pill-text-unlocked)}.bundle-progress__track{position:relative;width:100%;padding-block:.25rem}.bundle-progress__line{position:absolute;top:50%;left:calc(var(--bundle-node-size) / 2);right:calc(var(--bundle-node-size) / 2);height:1px;transform:translateY(-50%);background-color:var(--bundle-line);border-radius:3rem;overflow:hidden}.bundle-progress__line-fill{display:block;height:100%;width:var(--bundle-percent, 0%);background-color:var(--fsp-line-fill);border-radius:inherit;transition:width .65s cubic-bezier(.65,0,.35,1)}.bundle-progress__steps{position:relative;display:flex;justify-content:space-between;align-items:center;margin:0;padding:0;list-style:none}.bundle-progress__node{position:relative;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background-color:var(--bundle-inactive-fill);border:2px solid var(--bundle-inactive-ring);color:var(--bundle-inactive-ring);font-size:12px;font-weight:var(--font-body-weight-bolder, 700);line-height:1;transition:background-color .35s ease,border-color .35s ease,color .35s ease,transform .35s ease,box-shadow .35s ease}.bundle-progress__node-num,.bundle-progress__node-check,.bundle-progress__gift-icon{grid-area:1 / 1}.bundle-progress__node-num{color:var(--fsp-milestone);transition:opacity .25s ease,color .35s ease}.bundle-progress__node-check{opacity:0;color:var(--fsp-mark);transform:scale(.4);transition:opacity .25s ease,transform .25s ease}.bundle-progress__step.is-complete .bundle-progress__node{background-color:var(--bundle-completed-soft);border-color:var(--bundle-completed);color:var(--bundle-completed)}.bundle-progress__step.is-complete .bundle-progress__node-num{opacity:0}.bundle-progress__step.is-complete .bundle-progress__node-check{opacity:1;transform:scale(1);animation:bundle-check-pop .4s var(--animation-default, cubic-bezier(.34, 1.56, .64, 1)) both}.bundle-progress__step.is-current .bundle-progress__node{background-color:var(--fsp-active-bg);border-color:var(--fsp-tier);color:var(--fsp-milestone);transform:scale(1.06);box-shadow:none}.bundle-progress__step.is-current .bundle-progress__node-num{color:var(--fsp-milestone)}.bundle-progress__node--gift{border-style:dashed;border-color:var(--bundle-gift);color:var(--bundle-gift);background-color:var(--fsp-card-bg)}.bundle-progress__gift-icon{display:inline-flex;transition:opacity .25s ease}.bundle-progress__node--gift .bundle-progress__gift-icon svg{width:1.125rem;height:1.125rem}.bundle-progress--qualified .bundle-progress__node--gift{border:2px dashed var(--bundle-gift);background-color:transparent;color:var(--bundle-gift);animation:bundle-gift-zoom 1.3s ease-in-out infinite}.bundle-progress--unlocked .bundle-progress__node--gift{border:2px solid var(--fsp-gift-unlocked-border);background-color:var(--bundle-gift-soft);color:var(--fsp-gift-unlocked-icon);animation:bundle-gift-pop .55s var(--animation-default, cubic-bezier(.34, 1.56, .64, 1)) both}.bundle-progress--unlocked .bundle-progress__step--gift .bundle-progress__gift-icon{opacity:0}.bundle-progress--unlocked .bundle-progress__step--gift .bundle-progress__node-check{opacity:1;transform:scale(1);animation:bundle-check-pop .4s var(--animation-default, cubic-bezier(.34, 1.56, .64, 1)) both}.bundle-progress--unlocked .bundle-progress__step.is-complete .bundle-progress__node{background-color:var(--bundle-gift-soft);border-color:var(--bundle-gift);color:var(--bundle-gift)}.bundle-progress--unlocked .bundle-progress__node{transition-delay:calc(var(--step-i, 0) * .09s)}.bundle-progress--qualified .bundle-progress__line-fill{background-color:transparent}.bundle-progress__status{margin:0;text-align:center;font-size:16px;font-weight:500;line-height:1.35;color:var(--fsp-text);transition:color .35s ease}.bundle-progress--qualified .bundle-progress__status{color:var(--fsp-text)}.bundle-progress--qualified.bundle-progress--card{border:1px solid var(--bundle-card-border)}.bundle-progress--cart{gap:12px;padding:.25rem 0;--bundle-accent-soft: var(--fsp-cart-pill-bg)}.bundle-progress__dots{display:flex;align-items:center;justify-content:center;gap:.4375rem;margin:0;padding:0;list-style:none}.bundle-progress__dot{width:8px;height:8px;border-radius:50%;background-color:transparent;border:1.5px solid var(--bundle-inactive-ring);box-sizing:border-box;transition:background-color .35s ease,border-color .35s ease,transform .35s ease}.bundle-progress__dot.is-complete{background-color:var(--bundle-completed);border-color:var(--bundle-completed)}.bundle-progress__dot--gift{background-color:transparent}.bundle-progress--qualified .bundle-progress__dot.is-complete,.bundle-progress--unlocked .bundle-progress__dot--gift{background-color:var(--bundle-fill);border-color:var(--bundle-fill)}.bundle-progress--cart .bundle-progress__dot{border-color:var(--fsp-cart-dot)}.bundle-progress--cart .bundle-progress__dot.is-complete,.bundle-progress--cart.bundle-progress--qualified .bundle-progress__dot.is-complete,.bundle-progress--cart.bundle-progress--unlocked .bundle-progress__dot--gift{background-color:var(--fsp-cart-dot-fill);border-color:var(--fsp-cart-dot-fill)}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes bundle-pill-in{0%{opacity:0;transform:scale(.85) translateY(3px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes bundle-pill-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}@keyframes bundle-node-pop{0%{transform:scale(.7)}60%{transform:scale(1.18)}to{transform:scale(1)}}@keyframes bundle-check-pop{0%{opacity:0;transform:scale(.3)}60%{transform:scale(1.25)}to{opacity:1;transform:scale(1)}}@keyframes bundle-gift-pop{0%{transform:scale(.55)}55%{transform:scale(1.28)}to{transform:scale(1)}}@keyframes bundle-gift-zoom{0%,to{transform:scale(1)}50%{transform:scale(1.14)}}.bundle-atc--free{--color-button: 0 0 0 !important;--color-button-text: 0 200 83 !important;--color-secondary-button: 0 0 0 !important;--color-secondary-button-text: 0 200 83 !important;--color-secondary-button-border: 0 0 0 !important;--color-button-hover-background: 0 0 0 !important;--color-button-hover-text: 255 255 255 !important;--color-button-before: rgb(0 0 0) !important}@media(max-width:480px){.bundle-progress--card{padding:1.125rem 1rem 1rem}bundle-progress{--bundle-node-size: 1.875rem;gap:10px}.bundle-progress__node{font-size:11px}.bundle-progress__status{font-size:14px}.bundle-progress__node{width:25px;height:25px}}@media(prefers-reduced-motion:reduce){.bundle-progress__line-fill,.bundle-progress__node,.bundle-progress__dot,.bundle-progress__node-check{transition:none}.bundle-progress__pill,.bundle-progress--cart.bundle-progress--qualified .bundle-progress__pill,.bundle-progress--cart.bundle-progress--unlocked .bundle-progress__pill,.bundle-progress__step.is-current .bundle-progress__node,.bundle-progress__step.is-complete .bundle-progress__node-check,.bundle-progress--qualified .bundle-progress__node--gift,.bundle-progress--unlocked .bundle-progress__node--gift,.bundle-progress--unlocked .bundle-progress__step--gift .bundle-progress__node-check{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/71/assets/bundle-progress.css.map */
