.hlf-qty-upsell{margin-top:-14px;padding:18px 12px 10px;background:#ff9e0005;border:1px solid rgba(255,158,0,.12);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:0 0 12px 12px;position:relative;overflow:hidden;border-top:none;animation:hlfUpsellSlideIn .35s cubic-bezier(.16,1,.3,1) both;box-shadow:0 4px 16px #ff9e0005}@keyframes hlfUpsellSlideIn{0%{opacity:0;transform:translateY(-4px);max-height:0}to{opacity:1;transform:translateY(0);max-height:250px}}.hlf-qty-upsell:before{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:hlfUpsellShimmer 3s ease-in-out infinite;pointer-events:none}@keyframes hlfUpsellShimmer{0%{left:-50%}50%,to{left:150%}}.hlf-qty-upsell__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;gap:8px}.hlf-qty-upsell__tagline{display:flex;align-items:center;gap:6px}.hlf-qty-upsell__icon{width:14px;height:14px;flex-shrink:0;animation:hlfUpsellBounce 2.5s ease-in-out infinite}@keyframes hlfUpsellBounce{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-1.5px) rotate(-4deg)}50%{transform:translateY(0) rotate(0)}75%{transform:translateY(-1px) rotate(4deg)}}.hlf-qty-upsell__tagline-text{font-size:11px;font-weight:700;color:#ff5200;line-height:1.2}.hlf-qty-upsell.is-maxed .hlf-qty-upsell__tagline-text{color:#10b981}.hlf-qty-upsell__tagline-text .hlf-highlight{color:#ff5200;font-weight:800}.hlf-qty-upsell__progress-label{font-size:10px;font-weight:600;color:#666;white-space:nowrap}.hlf-qty-upsell__progress{position:relative;height:5px;background:rgba(var(--color-foreground),.05);border-radius:4px;margin-bottom:8px}.hlf-qty-upsell__progress-fill{position:absolute;top:0;left:0;height:100%;border-radius:4px;background:linear-gradient(90deg,#ff9e00,#ff5200);transition:width .4s cubic-bezier(.16,1,.3,1);min-width:0}.hlf-qty-upsell__tier-markers{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.hlf-qty-upsell__tier-dot{position:absolute;top:50%;width:6px;height:6px;border-radius:50%;background:#fff;border:1.5px solid rgba(var(--color-foreground),.15);transform:translate(-50%,-50%);transition:all .3s ease;z-index:3}.hlf-qty-upsell__tier-dot.active{background:#10b981;border-color:#10b981;box-shadow:0 0 6px #10b98166}.hlf-qty-upsell__tiers{display:flex;gap:6px;margin-bottom:8px}.hlf-qty-upsell__tier{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:4px 6px;border-radius:20px;background:#fff9;border:1px solid rgba(0,0,0,.06);text-align:center;position:relative;transition:all .2s ease;cursor:default;min-height:24px}.hlf-qty-upsell__tier.active{background:#10b9810d;border-color:#10b981;box-shadow:0 1px 4px #10b9810d}.hlf-qty-upsell__tier.next{border-color:#ff9e0040;background:#ff9e000a}.hlf-qty-upsell__tier-info{display:flex;align-items:center;gap:4px;font-size:10px;font-weight:700;line-height:1}.hlf-qty-upsell__tier-qty{color:#4b5563}.hlf-qty-upsell__tier.active .hlf-qty-upsell__tier-qty{color:#047857}.hlf-qty-upsell__tier.next .hlf-qty-upsell__tier-qty{color:#92400e}.hlf-qty-upsell__tier-pct{color:#ff5200}.hlf-qty-upsell__tier.active .hlf-qty-upsell__tier-pct{color:#10b981}.hlf-qty-upsell__tier-check{display:none;width:11px;height:11px;border-radius:50%;background:#10b981;align-items:center;justify-content:center;flex-shrink:0;animation:hlfUpsellCheckPop .3s cubic-bezier(.34,1.56,.64,1)}.hlf-qty-upsell__tier.active .hlf-qty-upsell__tier-check{display:flex}@keyframes hlfUpsellCheckPop{0%{transform:scale(0)}to{transform:scale(1)}}.hlf-qty-upsell__tier-check svg{width:7px;height:7px;stroke:#fff;fill:none;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round}.hlf-qty-upsell__footer{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-top:8px;flex-wrap:wrap}.hlf-qty-upsell__cta{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:6px 12px;border:none;border-radius:20px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:11px;font-weight:700;cursor:pointer;position:relative;overflow:hidden;transition:all .2s ease;box-shadow:0 2px 6px #10b98126;flex-grow:1;min-height:26px}.hlf-qty-upsell__cta:hover{transform:translateY(-.5px);box-shadow:0 4px 10px #10b98140;background:linear-gradient(135deg,#12b76a,#10b981)}.hlf-qty-upsell__cta:active{transform:scale(.98)}.hlf-qty-upsell__cta:after{content:"";position:absolute;top:-50%;left:-100%;width:50%;height:200%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);animation:hlfUpsellBtnShine 3s ease-in-out infinite}@keyframes hlfUpsellBtnShine{0%{left:-50%}35%,to{left:150%}}.hlf-qty-upsell__cta-icon{font-size:11px;line-height:1}.hlf-qty-upsell__cta.is-loading{pointer-events:none;opacity:.8}.hlf-qty-upsell.is-maxed{background:#10b98108;border-color:#10b98126}.hlf-qty-upsell.is-maxed:before{display:none}.hlf-qty-upsell.is-maxed .hlf-qty-upsell__cta{display:none}.hlf-qty-upsell__maxed-badge{display:none;align-items:center;justify-content:center;gap:4px;padding:4px 0;font-size:11px;font-weight:700;color:#10b981;width:100%}.hlf-qty-upsell.is-maxed .hlf-qty-upsell__maxed-badge{display:flex;animation:hlfUpsellMaxBadge .4s cubic-bezier(.16,1,.3,1)}@keyframes hlfUpsellMaxBadge{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.hlf-qty-upsell__maxed-badge svg{width:14px;height:14px;flex-shrink:0}.hlf-qty-upsell__savings{display:none;align-items:center;justify-content:center;gap:3px;padding:4px 8px;background:#10b98114;border-radius:6px;font-size:10px;font-weight:700;color:#10b981;animation:hlfUpsellSavingsPop .4s cubic-bezier(.16,1,.3,1)}.hlf-qty-upsell__savings.visible{display:inline-flex}@keyframes hlfUpsellSavingsPop{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.cart-item--has-upsell{margin-bottom:0!important;border-radius:14px 14px 0 0!important}.hlf-qty-upsell__confetti{position:absolute;top:0;left:50%;transform:translate(-50%);pointer-events:none;z-index:10}.hlf-qty-upsell__confetti-particle{position:absolute;width:6px;height:6px;border-radius:50%;animation:hlfConfetti .8s cubic-bezier(.25,.46,.45,.94) forwards}@keyframes hlfConfetti{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(var(--cx),var(--cy)) scale(0)}}.hlf-pdp-upsell{margin:16px 0;padding:16px;background:#ff9e0008;border:1px solid rgba(255,158,0,.15);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:16px;box-shadow:0 8px 32px #ff9e0008;animation:hlfPdpUpsellSlideIn .4s cubic-bezier(.16,1,.3,1) both;font-family:inherit}@keyframes hlfPdpUpsellSlideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hlf-pdp-upsell__header{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:12px}.hlf-pdp-upsell__header-icon{width:14px;height:14px;fill:#ff9e00;color:#ff9e00;animation:hlfUpsellBounce 2s ease-in-out infinite}.hlf-pdp-upsell__header-text{font-size:12px;font-weight:800;color:#ff5200;text-transform:uppercase;letter-spacing:.05em;text-align:center}.hlf-pdp-upsell__tiers{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.hlf-pdp-upsell__tier{position:relative;background:#ffffffb3;border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:10px 14px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);min-height:52px}.hlf-pdp-upsell__tier:hover{border-color:#ff9e0066;background:#fffffff2;box-shadow:0 4px 12px #ff9e000a}.hlf-pdp-upsell__tier.selected{border-color:#ff9e00;background:#ff9e000f;box-shadow:0 0 0 1px #ff9e00,0 6px 16px #ff9e000f}.hlf-pdp-upsell__tier-left{display:flex;align-items:center;gap:12px}.hlf-pdp-upsell__tier-radio{width:18px;height:18px;border-radius:50%;border:2px solid rgba(0,0,0,.15);display:flex;align-items:center;justify-content:center;background:#fff;transition:all .2s ease;flex-shrink:0}.hlf-pdp-upsell__tier.selected .hlf-pdp-upsell__tier-radio{border-color:#ff9e00}.hlf-pdp-upsell__tier.selected .hlf-pdp-upsell__tier-radio:after{content:"";width:8px;height:8px;border-radius:50%;background:#ff9e00;animation:hlfRadioPulse .2s cubic-bezier(.175,.885,.32,1.275) both}@keyframes hlfRadioPulse{0%{transform:scale(0)}to{transform:scale(1)}}.hlf-pdp-upsell__tier-info{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.hlf-pdp-upsell__tier-qty{font-size:13px;font-weight:700;color:#1a1a1a}.hlf-pdp-upsell__tier-pct{font-size:12px;font-weight:600;color:#ff5200;background:#ff520014;padding:1px 6px;border-radius:4px}.hlf-pdp-upsell__tier-badge{font-size:8px;font-weight:800;color:#fff;padding:2px 6px;border-radius:12px;letter-spacing:.03em;text-transform:uppercase;display:inline-flex;align-items:center;box-shadow:0 1px 3px #0000000d}.hlf-pdp-upsell__tier-badge--popular{background:linear-gradient(135deg,#ff9e00,#ff5200)}.hlf-pdp-upsell__tier-badge--best{background:linear-gradient(135deg,#ff5200,#d92d20);animation:hlfPulseScale 2s ease-in-out infinite}.hlf-pdp-upsell__tier-badge--max{background:linear-gradient(135deg,#7f56d9,#53389e)}@keyframes hlfPulseScale{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}.hlf-pdp-upsell__tier-right{display:flex;flex-direction:column;align-items:flex-end;text-align:right;gap:1px}.hlf-pdp-upsell__tier-per{font-size:13px;font-weight:700;color:#1a1a1a}.hlf-pdp-upsell__tier-save{font-size:10px;font-weight:700;color:#10b981}.hlf-pdp-upsell__actions{margin-top:10px}.hlf-pdp-upsell__add-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:11px 20px;border:none;border-radius:30px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:13px;font-weight:700;cursor:pointer;position:relative;overflow:hidden;box-shadow:0 4px 12px #10b98133;transition:all .2s cubic-bezier(.4,0,.2,1)}.hlf-pdp-upsell__add-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #10b9814d;background:linear-gradient(135deg,#12b76a,#10b981)}.hlf-pdp-upsell__add-btn:active{transform:translateY(0)}.hlf-pdp-upsell__add-btn:after{content:"";position:absolute;top:-50%;left:-100%;width:50%;height:200%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);animation:hlfUpsellBtnShine 4s ease-in-out infinite}@keyframes hlfUpsellBtnShine{0%{left:-100%}30%,to{left:150%}}.hlf-pdp-upsell__add-btn.is-loading{pointer-events:none;opacity:.85}.hlf-pdp-upsell__add-icon{font-size:14px;animation:hlfStarPulse 1.5s infinite}@keyframes hlfStarPulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.hlf-pdp-upsell__urgency{display:flex;align-items:center;justify-content:center;gap:5px;margin-top:8px;font-size:11px;font-weight:600;color:#ff5200}.hlf-pdp-upsell__urgency svg{animation:hlfClockSpin 5s linear infinite}@keyframes hlfClockSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media screen and (max-width:480px){.hlf-pdp-upsell{padding:12px;margin:12px 0}.hlf-pdp-upsell__tiers{gap:6px}.hlf-pdp-upsell__tier{padding:8px 12px;min-height:48px}.hlf-pdp-upsell__tier-left{gap:8px}.hlf-pdp-upsell__tier-qty{font-size:12px}.hlf-pdp-upsell__tier-pct{font-size:11px;padding:1px 4px}.hlf-pdp-upsell__tier-per{font-size:12px}.hlf-pdp-upsell__tier-save{font-size:9px}.hlf-pdp-upsell__add-btn{padding:10px 16px;font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/168/assets/hlf-qty-discount-upsell.css.map */
