:root{--bf25sc-dark-base: #0a0a0a;--bf25sc-dark-elevated: #191919;--bf25sc-accent-green: #60c655;--bf25sc-tier-color: #6b7280;--bf25sc-tier-glow-color: #a1a1aa;--bf25sc-tier-glow: rgba(107, 114, 128, .3);--bf25sc-tier-color-rgb: 107, 114, 128;--bf25sc-font-body: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--bf25sc-text-xs: .6875rem;--bf25sc-text-sm: .75rem;--bf25sc-text-base: .875rem;--bf25sc-text-lg: 1rem;--bf25sc-space-xs: 4px;--bf25sc-space-sm: 6px;--bf25sc-space-md: 8px;--bf25sc-space-lg: 12px;--bf25sc-space-xl: 16px;--bf25sc-pb-height: 20px;--bf25sc-pb-radius: 10px;--bf25sc-pb-segment-gap: 3px;--bf25sc-z-sticky: 999}.bf25sc-sticky-cart,.bf25sc-sticky-cart *,.bf25sc-sticky-cart *:before,.bf25sc-sticky-cart *:after{box-sizing:border-box}.bf25sc-sticky-cart{contain:layout style paint}.bf25sc-sticky-cart{position:fixed;bottom:0;left:0;right:0;z-index:var(--bf25sc-z-sticky);background:linear-gradient(135deg,#0a0a0afa,#191919fa);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-top:2px solid rgba(var(--bf25sc-tier-color-rgb),.4);box-shadow:0 -10px 40px #000000b3,inset 0 10px 20px -10px var(--bf25sc-tier-glow);display:flex;flex-direction:column;align-items:center;padding:6px var(--bf25sc-space-lg);gap:var(--bf25sc-space-xs);transition:border-color .4s cubic-bezier(.25,.8,.25,1),box-shadow .4s cubic-bezier(.25,.8,.25,1);contain:layout paint style}.bf25sc-sticky-cart__progress-wrapper{position:relative;width:100%;max-width:700px;height:58px;display:flex;flex-direction:column;gap:3px}.bf25sc-sticky-cart__tier-labels{order:1;position:relative;width:100%;height:20px;pointer-events:none}.bf25sc-tier-label{position:absolute;top:0;transform:translate(-50%);transition:transform .25s ease}.bf25sc-tier-label[data-checkpoint=start]{left:0%;transform:translate(0)}.bf25sc-tier-label[data-checkpoint="4"]{left:25%}.bf25sc-tier-label[data-checkpoint="8"]{left:50%}.bf25sc-tier-label[data-checkpoint="12"]{left:75%}.bf25sc-tier-label[data-checkpoint="16"]{left:100%;transform:translate(-100%)}.bf25sc-tier-label__text{display:inline-block;font-family:var(--bf25sc-font-body);font-size:var(--bf25sc-text-xs);font-weight:700;line-height:1;color:#a1a1aa;background:var(--bf25sc-dark-base);padding:2px 6px;border-radius:6px;border:1px solid rgba(255,255,255,.1);white-space:nowrap;transition:all .4s cubic-bezier(.25,.8,.25,1)}.bf25sc-tier-label.is-reached .bf25sc-tier-label__text{color:#000;background:var(--bf25sc-tier-color);border-color:var(--bf25sc-tier-color);box-shadow:0 0 8px var(--bf25sc-tier-glow);font-size:calc(var(--bf25sc-text-xs) + 1px)}.bf25sc-sticky-cart__item-labels{order:3;position:relative;width:100%;height:12px;pointer-events:none}.bf25sc-item-label{position:absolute;bottom:0;transform:translate(-50%)}.bf25sc-item-label[data-value="1"]{left:0%;transform:translate(0)}.bf25sc-item-label[data-value="4"]{left:25%}.bf25sc-item-label[data-value="8"]{left:50%}.bf25sc-item-label[data-value="12"]{left:75%}.bf25sc-item-label[data-value="16"]{left:100%;transform:translate(-100%)}.bf25sc-item-label__text{display:inline-block;font-family:var(--bf25sc-font-body);font-size:var(--bf25sc-text-xs);font-weight:500;line-height:1;color:#ffffff80;white-space:nowrap;-webkit-user-select:none;user-select:none}:root{--bf25-gift-size: 44px;--bf25-color-locked: #555555;--bf25-color-unlocked: var(--bf25-accent, #60c655)}.bf25sc-gift-slot{position:absolute;top:50%;transform:translate(-50%,-50%);width:var(--bf25-gift-size);height:var(--bf25-gift-size);z-index:10;transition:all .3s cubic-bezier(.4,0,.2,1)}.bf25sc-gift-icon-wrapper{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--bf25-bg-card, rgba(20, 20, 20, .95));border:2px solid transparent;color:inherit;transition:all .3s ease}.bf25sc-gift-svg{width:60%;height:60%;transition:transform .3s ease}.bf25sc-gift-bolt{transition:filter .3s ease}.bf25sc-gift-slot[data-state=locked]{color:var(--bf25-color-locked);transform:translate(-50%,-50%) scale(.9);opacity:.7}.bf25sc-gift-slot[data-state=locked] .bf25sc-gift-icon-wrapper{border-color:var(--bf25-color-locked)}.bf25sc-gift-slot[data-state=locked] .bf25sc-gift-bolt{opacity:.5}.bf25sc-lock-svg{position:absolute;bottom:-4px;right:-4px;width:14px;height:14px;padding:2px;background:var(--bf25-bg-card, rgba(20, 20, 20, .95));border-radius:50%;color:var(--bf25-color-locked);opacity:0;transform:scale(0);transition:opacity .2s ease,transform .2s ease}.bf25sc-gift-slot[data-state=locked] .bf25sc-lock-svg{opacity:1;transform:scale(1)}.bf25sc-gift-slot[data-state=claimed]{color:var(--bf25sc-tier-color, var(--bf25-color-unlocked));transform:translate(-50%,-50%) scale(1);opacity:1}.bf25sc-gift-slot[data-state=claimed] .bf25sc-gift-icon-wrapper{border-color:currentColor;transition:box-shadow .3s ease;box-shadow:0 0 12px #60c65599}.bf25sc-gift-slot[data-state=claimed] .bf25sc-gift-bolt{filter:drop-shadow(0 0 4px currentColor)}.bf25sc-gift-slot[data-state=claimed] .bf25sc-lock-svg{opacity:0;transform:scale(0)}.bf25sc-gift-slot.is-celebrating .bf25sc-gift-icon-wrapper{animation:bf25GiftUnlockBurst .6s cubic-bezier(.34,1.56,.64,1) forwards;will-change:transform,box-shadow}@keyframes bf25GiftUnlockBurst{0%{transform:scale(1) rotate(0);border-color:var(--bf25-color-locked)}15%{transform:scale(1.15) rotate(-12deg)}30%{transform:scale(1.15) rotate(12deg)}45%{transform:scale(1.3) rotate(-8deg);border-color:var(--bf25sc-tier-color, var(--bf25-color-unlocked));box-shadow:0 0 60px currentColor,0 0 80px #60c65599}60%{transform:scale(1.2) rotate(4deg)}75%{transform:scale(1.1) rotate(-2deg)}to{transform:scale(1) rotate(0);border-color:var(--bf25sc-tier-color, var(--bf25-color-unlocked));box-shadow:0 0 20px currentColor}}.bf25sc-gift-slot.is-celebrating .bf25sc-lock-svg{opacity:0!important;transform:scale(0)!important}.bf25sc-product-bubble{position:absolute;bottom:calc(var(--bf25-gift-size) + 12px);left:50%;width:200px;background:#1e1e1ee6;backdrop-filter:blur(16px) saturate(150%);-webkit-backdrop-filter:blur(16px) saturate(150%);border-radius:14px;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #00000080,0 0 20px var(--bf25sc-tier-glow, rgba(96, 198, 85, .2));padding:12px;z-index:100;display:none;opacity:0;transform:translate(-50%,10px) scale(.9);pointer-events:none}.bf25sc-gift-slot.is-celebrating .bf25sc-product-bubble{display:block;animation:bf25BubbleSequence 3.5s ease forwards}@keyframes bf25BubbleSequence{0%,14%{opacity:0;transform:translate(-50%,15px) scale(.85)}20%{opacity:1;transform:translate(-50%) scale(1)}80%{opacity:1;transform:translate(-50%) scale(1)}to{opacity:0;transform:translate(-50%,10px) scale(.95)}}.bf25sc-bubble-content{display:flex;align-items:center;gap:10px}.bf25sc-bubble-image{width:50px;height:50px;object-fit:contain;border-radius:8px;background:#ffffff0d;flex-shrink:0}.bf25sc-bubble-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.bf25sc-bubble-badge{font-size:11px;font-weight:700;color:var(--bf25sc-tier-color, var(--bf25-color-unlocked));text-transform:uppercase;letter-spacing:.5px}.bf25sc-bubble-title{font-size:13px;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bf25sc-bubble-arrow{position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:12px;height:6px;background:#1e1e1ee6;clip-path:polygon(0 0,100% 0,50% 100%)}.bf25sc-particle-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:5;overflow:visible}.bf25sc-spark{position:absolute;top:50%;left:50%;width:2px;height:6px;background:var(--spark-color, var(--bf25-color-unlocked));border-radius:1px;opacity:0;transform:translate(-50%,-50%);box-shadow:0 0 6px var(--spark-color, var(--bf25-color-unlocked));will-change:transform,opacity;animation:bf25SparkBurst .7s cubic-bezier(.16,1,.3,1) forwards}@keyframes bf25SparkBurst{0%{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(0);filter:brightness(1.5)}30%{filter:brightness(2)}to{opacity:0;transform:translate(var(--tx),var(--ty)) scale(.3) rotate(var(--rotation));filter:brightness(1)}}@media (prefers-reduced-motion: reduce){.bf25sc-spark{display:none!important}}.bf25sc-gift-icon,.bf25sc-gift-checkmark{display:none!important}@media (prefers-reduced-motion: reduce){.bf25sc-gift-slot[data-state=claimed] .bf25sc-gift-icon-wrapper{animation:none!important;box-shadow:0 0 8px currentColor}.bf25sc-gift-slot.is-celebrating .bf25sc-gift-icon-wrapper{animation:bf25GiftUnlockSimple .3s ease forwards!important}@keyframes bf25GiftUnlockSimple{0%{transform:scale(1);border-color:var(--bf25-color-locked)}to{transform:scale(1.1);border-color:var(--bf25sc-tier-color, var(--bf25-color-unlocked))}}.bf25sc-gift-slot.is-celebrating .bf25sc-product-bubble{animation:bf25BubbleSimple 3s ease forwards!important}@keyframes bf25BubbleSimple{0%,10%{opacity:0;transform:translate(-50%)}20%,80%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%)}}}@media (max-width: 480px){.bf25sc-gift-slot{--bf25-gift-size: 38px}.bf25sc-product-bubble{width:180px;padding:10px;bottom:calc(var(--bf25-gift-size) + 10px)}.bf25sc-bubble-image{width:40px;height:40px}.bf25sc-bubble-title{font-size:12px}}.bf25sc-gift-slot.is-loading .bf25sc-gift-icon--locked{animation:bf25scLoadingPulse 1.2s ease-in-out infinite}@keyframes bf25scLoadingPulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.1);filter:brightness(1.3)}}.bf25sc-gift-slot.is-loading:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:32px;height:32px;border-radius:50%;background:radial-gradient(circle,var(--bf25sc-tier-glow) 0%,transparent 70%);animation:bf25scLoadingGlow 1.2s ease-in-out infinite;pointer-events:none;z-index:5}@keyframes bf25scLoadingGlow{0%,to{opacity:.3;transform:translate(-50%,-50%) scale(.8)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.2)}}@media (prefers-reduced-motion: reduce){.bf25sc-gift-slot.is-loading .bf25sc-gift-icon--locked{animation:bf25scLoadingPulseReduced 1.5s ease-in-out infinite}@keyframes bf25scLoadingPulseReduced{0%,to{opacity:.5}50%{opacity:1}}.bf25sc-gift-slot.is-loading:after{display:none}}.bf25sc-value-flash{position:absolute;top:-8px;left:50%;transform:translate(-50%);font-family:var(--bf25sc-font-body);font-size:var(--bf25sc-text-xs);font-weight:700;line-height:1;white-space:nowrap;color:var(--bf25sc-tier-color);text-shadow:0 0 8px var(--bf25sc-tier-glow),0 1px 2px rgba(0,0,0,.5);opacity:0;pointer-events:none;z-index:20}.bf25sc-gift-slot.is-flashing .bf25sc-value-flash{animation:bf25scValueFlash .9s ease-out forwards}@keyframes bf25scValueFlash{0%{opacity:0;transform:translate(-50%) translateY(0) scale(.8)}20%{opacity:1;transform:translate(-50%) translateY(-5px) scale(1)}80%{opacity:1;transform:translate(-50%) translateY(-15px) scale(1)}to{opacity:0;transform:translate(-50%) translateY(-20px) scale(.95)}}@media (prefers-reduced-motion: reduce){.bf25sc-gift-slot.is-flashing .bf25sc-value-flash{animation:bf25scValueFlashReduced .5s ease-out forwards}@keyframes bf25scValueFlashReduced{0%{opacity:0}50%{opacity:1}to{opacity:0}}}.bf25sc-progress-bar{order:2;position:relative;width:100%;height:var(--bf25sc-pb-height);border-radius:var(--bf25sc-pb-radius);overflow:visible;background:#0006;border:1px solid rgba(255,255,255,.15);box-shadow:inset 0 1px 3px #0009,0 1px #ffffff0d;contain:layout paint}.bf25sc-progress-bar__segments{display:flex!important;gap:var(--bf25sc-pb-segment-gap);width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;pointer-events:none}.bf25sc-progress-bar__segment{display:block!important;visibility:visible!important;opacity:1!important;flex:1;min-width:2px;height:100%;border-radius:2px;background:#ffffff1a;transition:background .3s ease,box-shadow .3s ease;position:relative}.bf25sc-progress-bar__segment.is-filled{background:linear-gradient(90deg,var(--bf25sc-tier-color) 0%,var(--bf25sc-tier-glow-color) 50%,var(--bf25sc-tier-color) 100%);transition:background .3s ease,box-shadow .3s ease;box-shadow:0 0 12px var(--bf25sc-tier-glow),inset 0 0 8px var(--bf25sc-tier-glow)}.bf25sc-gift-slot{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;z-index:10;pointer-events:none}.bf25sc-gift-icon{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:1;transition:opacity .25s ease,filter .25s ease,transform .25s ease}.bf25sc-gift-icon--locked{filter:grayscale(1);opacity:.5}.bf25sc-gift-slot[data-state=claimed] .bf25sc-gift-icon--locked{filter:grayscale(0);opacity:1}.bf25sc-sticky-cart[data-active-tier="3"]{--bf25sc-tier-color: #FFD700;--bf25sc-tier-glow-color: #FFF700;--bf25sc-tier-glow: rgba(255, 215, 0, .7);--bf25sc-tier-color-rgb: 255, 215, 0}.bf25sc-sticky-cart[data-active-tier="3"] .bf25sc-tier-label.is-reached .bf25sc-tier-label__text{background:gold!important;border-color:gold!important;box-shadow:0 0 15px #ffd700b3!important}.bf25sc-sticky-cart[data-active-tier="4"]{--bf25sc-tier-color: #E0F7FF;--bf25sc-tier-glow-color: #FFFFFF;--bf25sc-tier-glow: rgba(224, 247, 255, .8);--bf25sc-tier-color-rgb: 224, 247, 255}.bf25sc-sticky-cart[data-active-tier="4"] .bf25sc-tier-label.is-reached .bf25sc-tier-label__text{color:#000!important;background:#e0f7ff!important;border-color:#e0f7ff!important;box-shadow:0 0 20px #e0f7ffcc!important}@media (prefers-reduced-motion: reduce){.bf25sc-progress-bar__segment.is-filled{animation:none}*{transition-duration:.01ms!important}}@media (min-width: 768px){.bf25sc-sticky-cart{padding:var(--bf25sc-space-md) var(--bf25sc-space-xl)}.bf25sc-gift-slot{width:24px;height:24px}.bf25sc-gift-icon{font-size:20px}}@media (min-width: 1280px){.bf25sc-sticky-cart__progress-wrapper{max-width:800px}}.bf25sc-sticky-cart__action-section{display:flex;align-items:center;gap:0;width:100%;max-width:700px;height:37px;margin-top:var(--bf25sc-space-xs)}.bf25sc-action-incentive{flex:1;min-width:125px;overflow:hidden}.bf25sc-action-incentive__text{font-size:clamp(.8125rem,.75rem + .5vw,.9375rem);font-family:var(--bf25sc-font-body);font-weight:500;color:#fff;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.bf25sc-highlight{color:var(--bf25sc-tier-color);font-weight:700;text-shadow:0 0 8px var(--bf25sc-tier-glow)}@media (min-width: 768px){.bf25sc-action-incentive__text{-webkit-line-clamp:1;font-size:15px}}.bf25sc-action-savings{flex-shrink:0;min-width:100px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.bf25sc-action-savings__label{font-family:var(--bf25sc-font-body);font-size:10px;font-weight:500;color:#fff9;text-transform:uppercase;letter-spacing:.5px}.bf25sc-action-savings__amount{font-family:var(--bf25sc-font-body);font-size:22px;font-weight:800;color:var(--bf25sc-tier-color);text-shadow:0 0 12px var(--bf25sc-tier-glow);transition:color .4s ease,text-shadow .4s ease,transform .3s ease;white-space:nowrap;line-height:1}.bf25sc-action-savings__amount.is-updating{animation:bf25SavingsPop .4s ease-out}@keyframes bf25SavingsPop{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}@media (max-width: 380px){.bf25sc-action-savings{min-width:70px;flex-direction:column;gap:0}.bf25sc-action-savings__label{font-size:8px;letter-spacing:.5px}.bf25sc-action-savings__amount{font-size:16px;line-height:1}}.bf25sc-action-ctas{display:flex;gap:10px;flex-shrink:0}.bf25sc-action-btn{margin:0;border:none;background:none;cursor:pointer;font-family:var(--bf25sc-font-body);font-size:13px;font-weight:600;line-height:1;display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:6px 8px;border-radius:6px;transition:all .2s cubic-bezier(.25,.8,.25,1);position:relative}.bf25sc-action-btn--view{flex:1;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff}.bf25sc-action-btn--view:hover{background:#ffffff26;border-color:#ffffff4d}.bf25sc-action-btn--view:active{transform:scale(.98)}.bf25sc-action-btn--buy{flex:1;background:var(--bf25sc-tier-color);color:#000;font-weight:700;box-shadow:0 2px 8px var(--bf25sc-tier-glow);position:relative;overflow:visible;transition:transform .2s ease,box-shadow .2s ease,background .3s ease}.bf25sc-action-btn--buy:hover{transform:translateY(-1px);box-shadow:0 4px 12px var(--bf25sc-tier-glow)}.bf25sc-action-btn--buy:active{transform:translateY(0)}.bf25sc-sticky-cart[data-active-tier="0"] .bf25sc-action-btn--buy{opacity:.6;cursor:not-allowed;box-shadow:none}.bf25sc-sticky-cart[data-active-tier="0"] .bf25sc-action-btn--buy:hover{transform:none;box-shadow:none}.bf25sc-sticky-cart[data-active-tier="1"] .bf25sc-action-btn--buy,.bf25sc-sticky-cart[data-active-tier="2"] .bf25sc-action-btn--buy,.bf25sc-sticky-cart[data-active-tier="3"] .bf25sc-action-btn--buy,.bf25sc-sticky-cart[data-active-tier="4"] .bf25sc-action-btn--buy{box-shadow:0 2px 8px var(--bf25sc-tier-glow);transition:box-shadow .3s ease,transform .2s ease}.bf25sc-sticky-cart[data-active-tier="1"] .bf25sc-action-btn--buy:hover,.bf25sc-sticky-cart[data-active-tier="2"] .bf25sc-action-btn--buy:hover,.bf25sc-sticky-cart[data-active-tier="3"] .bf25sc-action-btn--buy:hover,.bf25sc-sticky-cart[data-active-tier="4"] .bf25sc-action-btn--buy:hover{box-shadow:0 4px 16px var(--bf25sc-tier-glow);transform:translateY(-1px)}.bf25sc-sticky-cart:not([data-active-tier="0"]) .bf25sc-action-btn--buy:hover{animation-play-state:paused;box-shadow:0 6px 20px var(--bf25sc-tier-glow),0 0 0 4px rgba(var(--bf25sc-tier-color-rgb),.3);transform:translateY(-2px) scale(1.02)}@media (prefers-reduced-motion: reduce){.bf25sc-action-btn--buy{animation:none!important}.bf25sc-sticky-cart:not([data-active-tier="0"]) .bf25sc-action-btn--buy{box-shadow:0 2px 8px var(--bf25sc-tier-glow),0 0 0 3px rgba(var(--bf25sc-tier-color-rgb),.2)}}@media (max-width: 480px){.bf25sc-sticky-cart[data-active-tier="1"] .bf25sc-action-btn--buy,.bf25sc-sticky-cart[data-active-tier="2"] .bf25sc-action-btn--buy,.bf25sc-sticky-cart[data-active-tier="3"] .bf25sc-action-btn--buy{--pulse-spread: 6px}.bf25sc-sticky-cart[data-active-tier="4"] .bf25sc-action-btn--buy{--pulse-spread: 10px;animation-name:bf25BuyPulse}}@media (max-width: 767px){.bf25sc-action-btn:before{content:"";position:absolute;top:-6px;bottom:-6px;left:-6px;right:-6px}}.bf25sc-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.bf25sc-action-btn:focus-visible{outline:2px solid var(--bf25sc-tier-color);outline-offset:2px}@media (max-width: 767px){.bf25sc-sticky-cart__action-section{display:grid;grid-template-rows:auto auto;grid-template-columns:1fr auto;gap:8px;height:auto;min-height:37px}.bf25sc-action-incentive{grid-row:1;grid-column:1;flex:1}.bf25sc-action-savings{grid-row:1;grid-column:2;flex-shrink:0}.bf25sc-action-ctas{grid-row:2;grid-column:1 / -1;justify-content:flex-end;width:100%}}@media (min-width: 768px){.bf25sc-sticky-cart__action-section{max-width:800px;gap:var(--bf25sc-space-lg)}.bf25sc-action-savings{width:100px}.bf25sc-action-btn{font-size:14px;min-height:36px}.bf25sc-action-btn--view,.bf25sc-action-btn--buy{flex:1}}@media (min-width: 1280px){.bf25sc-action-incentive{min-width:200px}}@media (min-width: 768px) and (max-width: 1279px){.bf25sc-sticky-cart{padding:8px 20px}.bf25sc-sticky-cart__action-section{gap:12px}.bf25sc-action-incentive__text{font-size:14px}.bf25sc-action-btn--view,.bf25sc-action-btn--buy{flex:1}}@media (min-width: 1280px){.bf25sc-sticky-cart{padding:12px 32px}.bf25sc-sticky-cart__progress-wrapper,.bf25sc-sticky-cart__action-section{max-width:900px}.bf25sc-sticky-cart__action-section{gap:16px}.bf25sc-action-savings{width:120px}.bf25sc-action-btn{font-size:15px;min-height:40px}.bf25sc-action-btn--view,.bf25sc-action-btn--buy{flex:1}.bf25sc-action-btn--buy:hover{transform:translateY(-2px);box-shadow:0 6px 16px var(--bf25sc-tier-glow)}}@media (max-width: 767px) and (orientation: landscape){.bf25sc-sticky-cart{padding:4px 12px}.bf25sc-sticky-cart__progress-wrapper{height:22px}.bf25sc-progress-bar{height:16px}.bf25sc-sticky-cart__action-section{height:30px}.bf25sc-tier-label__text{font-size:9px;padding:1px 3px}.bf25sc-action-incentive__text{font-size:11px}.bf25sc-action-btn{min-height:26px;font-size:11px}}.bf25sc-sticky-cart[data-active-tier="3"]{border-top-color:#ffd70099;box-shadow:0 -10px 40px #000000b3,inset 0 10px 20px -10px #ffd7004d,0 0 30px #ffd70033}.bf25sc-sticky-cart[data-active-tier="3"] .bf25sc-highlight{background:linear-gradient(90deg,#d1b002,gold,#f8e47a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 0 8px rgba(255,215,0,.4))}.bf25sc-sticky-cart[data-active-tier="4"]{border-top-color:#e0f7ffb3;box-shadow:0 -10px 40px #000000b3,inset 0 10px 20px -10px #e0f7ff66,0 0 40px #e0f7ff4d}.bf25sc-sticky-cart[data-active-tier="4"] .bf25sc-highlight{background:linear-gradient(90deg,#d6f6ff,#cae8f3,#fafdff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 0 10px rgba(224,247,255,.6))}.bf25sc-sticky-cart[data-active-tier="4"] .bf25sc-action-btn--buy{color:#000;font-weight:800}.bf25sc-action-btn:focus-visible{outline:3px solid var(--bf25sc-tier-color);outline-offset:3px;box-shadow:0 0 0 6px rgba(var(--bf25sc-tier-color-rgb),.2)}@media (prefers-contrast: high){.bf25sc-action-btn:focus-visible{outline:4px solid currentColor;outline-offset:4px}}@media (prefers-reduced-motion: reduce){.bf25sc-sticky-cart,.bf25sc-sticky-cart *,.bf25sc-sticky-cart *:before,.bf25sc-sticky-cart *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.bf25sc-progress-bar__segment.is-filled{animation:none;background:var(--bf25sc-tier-color)}}@media (prefers-reduced-data: reduce){.bf25sc-sticky-cart{backdrop-filter:none;-webkit-backdrop-filter:none}}@media print{.bf25sc-sticky-cart{display:none!important}}.bf25sc-sticky-cart[data-state=syncing]{pointer-events:none}.bf25sc-sticky-cart[data-state=syncing]:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:var(--bf25sc-tier-color);border-radius:50%;animation:bf25scSpin .6s linear infinite;z-index:1001}@keyframes bf25scSpin{to{transform:translate(-50%,-50%) rotate(360deg)}}.bf25sc-sticky-cart[data-state=loading]{pointer-events:none;opacity:.7}.bf25sc-sticky-cart[data-state=loading]:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0000004d;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000}.bf25sc-sticky-cart[data-state=error]{border-top-color:#ef444499;animation:bf25scErrorPulse 2s ease-in-out}@keyframes bf25scErrorPulse{0%,to{opacity:1}50%{opacity:.7}}.bf25sc-sticky-cart[data-state=error] .bf25sc-action-incentive__text{color:#fca5a5}.bf25sc-gift-slot.is-animating{will-change:transform,opacity,filter}@keyframes bf25scGiftWiggle{0%,to{transform:translate(-50%,-50%) rotate(0) scale(1.1)}25%{transform:translate(-50%,-50%) rotate(-10deg) scale(1.1)}75%{transform:translate(-50%,-50%) rotate(10deg) scale(1.1)}}.bf25sc-gift-slot.is-unlocking .bf25sc-gift-icon--locked{animation:bf25scGiftWiggle .4s ease-in-out;filter:grayscale(0);transition:filter .4s ease-in-out}.bf25sc-gift-slot.is-revealing .bf25sc-gift-icon--locked{opacity:0;transform:translate(-50%,-50%) scale(.5);transition:opacity .4s cubic-bezier(.2,.8,.3,1),transform .4s cubic-bezier(.2,.8,.3,1)}.bf25sc-gift-slot.is-revealing .bf25sc-gift-icon--unlocked{opacity:1;transform:translate(-50%,-50%) scale(1.3);transition:opacity .4s cubic-bezier(.2,.8,.3,1),transform .4s cubic-bezier(.2,.8,.3,1)}@keyframes bf25scShineSweep{0%{-webkit-mask-position:-150% 0;mask-position:-150% 0}to{-webkit-mask-position:250% 0;mask-position:250% 0}}.bf25sc-gift-slot.is-celebrating .bf25sc-gift-icon--unlocked{-webkit-mask-image:linear-gradient(135deg,rgba(255,255,255,0) 40%,rgba(255,255,255,.5) 50%,rgba(255,255,255,0) 60%);mask-image:linear-gradient(135deg,#fff0 40%,#ffffff80,#fff0 60%);-webkit-mask-size:300% 100%;mask-size:300% 100%;animation:bf25scShineSweep 1.2s ease-out}.bf25sc-gift-slot.is-settling .bf25sc-gift-icon--unlocked{transform:translate(-50%,-50%) scale(1);transition:transform .3s ease-out}.bf25sc-gift-slot[data-state=claimed] .bf25sc-gift-icon--locked{display:none}.bf25sc-gift-slot[data-state=claimed] .bf25sc-gift-icon--unlocked{opacity:1;filter:grayscale(0);transform:translate(-50%,-50%) scale(1)}.bf25sc-gift-slot[data-state=claimed] .bf25sc-gift-checkmark{display:block;opacity:1}.bf25sc-gift-checkmark{display:none;position:absolute;bottom:-4px;right:-4px;font-size:10px;opacity:0;transition:opacity .3s ease}.bf25sc-gift-icon--unlocked{opacity:0;filter:grayscale(0);display:flex!important}@media (prefers-reduced-motion: reduce){.bf25sc-gift-slot.is-unlocking .bf25sc-gift-icon--locked,.bf25sc-gift-slot.is-celebrating .bf25sc-gift-icon--unlocked{animation:none}.bf25sc-gift-slot.is-revealing .bf25sc-gift-icon--locked,.bf25sc-gift-slot.is-revealing .bf25sc-gift-icon--unlocked{transition-duration:.1s}}.bf25sc-confetti-container{position:fixed;bottom:0;left:0;right:0;height:100px;pointer-events:none;z-index:1000;overflow:hidden}.bf25sc-confetti-particle{position:absolute;width:8px;height:8px;pointer-events:none;opacity:0}.bf25sc-confetti-particle--square{background:currentColor;border-radius:1px}.bf25sc-confetti-particle--circle{background:currentColor;border-radius:50%}.bf25sc-confetti-particle--triangle{width:0;height:0;background:transparent;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:8px solid currentColor}.bf25sc-confetti-particle--tier-1,.bf25sc-confetti-particle--tier-2{color:#60c655}.bf25sc-confetti-particle--tier-3{color:gold}.bf25sc-confetti-particle--tier-4{color:#e0f7ff}.bf25sc-confetti-particle[data-variant="1"]{filter:brightness(1.1)}.bf25sc-confetti-particle[data-variant="2"]{filter:brightness(.9)}.bf25sc-confetti-container{contain:layout paint style}@media (prefers-reduced-motion: reduce){.bf25sc-confetti-container{display:none!important}}@media (prefers-reduced-data: reduce){.bf25sc-confetti-container{display:none!important}}.bf25sc-sticky-cart__expanded{width:100%;max-width:700px;margin:0 auto;padding-top:var(--bf25sc-space-sm);overflow:hidden;opacity:0;max-height:0;transition:opacity .3s ease-out,max-height .3s ease-out}.bf25sc-sticky-cart.is-expanded .bf25sc-sticky-cart__expanded{opacity:1;max-height:90px}.bf25sc-expanded-products{width:100%;position:relative}.bf25sc-expanded-products__scroll{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;padding:4px 0 8px;scrollbar-width:none;-ms-overflow-style:none}.bf25sc-expanded-products__scroll::-webkit-scrollbar{display:none}.bf25sc-product-card{position:relative;flex-shrink:0;width:64px;height:64px;border-radius:8px;overflow:visible;cursor:pointer;transition:transform .2s ease}.bf25sc-product-card:active{transform:scale(.95)}.bf25sc-product-card__thumbnail{width:100%;height:100%;border-radius:8px;object-fit:cover;background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.bf25sc-product-card__quantity{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 6px;background:var(--bf25sc-tier-color);color:#000;font-size:11px;font-weight:700;border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000004d;pointer-events:none}.bf25sc-product-card__remove{position:absolute;bottom:-4px;right:-4px;width:20px;height:20px;background:#ef4444e6;color:#fff;font-size:12px;font-weight:700;border:none;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 4px #0000004d;transition:all .2s ease;z-index:10}.bf25sc-product-card__remove:hover{background:#dc2626;transform:scale(1.1)}.bf25sc-product-card__remove:active{transform:scale(.9)}.bf25sc-product-card--gift{box-shadow:0 0 20px #ffd70066}.bf25sc-product-card--gift .bf25sc-product-card__thumbnail{border:2px solid #FFD700}.bf25sc-product-card__gift-badge{position:absolute;bottom:-4px;left:50%;transform:translate(-50%);padding:2px 8px;background:linear-gradient(135deg,#60c655,#7fff00);color:#000;font-size:9px;font-weight:800;border-radius:8px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 4px #0000004d;pointer-events:none;white-space:nowrap}.bf25sc-sticky-cart[data-active-tier="3"] .bf25sc-product-card--gift .bf25sc-product-card__gift-badge{background:linear-gradient(135deg,gold,#fff700)}.bf25sc-sticky-cart[data-active-tier="4"] .bf25sc-product-card--gift .bf25sc-product-card__gift-badge{background:linear-gradient(135deg,#e0f7ff,#fff)}.bf25sc-expanded-empty{width:100%;height:90px;display:flex;align-items:center;justify-content:center}.bf25sc-expanded-empty__text{color:#ffffff80;font-size:14px;font-weight:500;margin:0}.bf25sc-sticky-cart{transition:height .3s cubic-bezier(.25,.8,.25,1)}@media (min-width: 768px){.bf25sc-sticky-cart__expanded{max-width:800px}.bf25sc-expanded-products__scroll{gap:12px}.bf25sc-product-card{width:72px;height:72px}.bf25sc-product-card__quantity{min-width:24px;height:24px;font-size:12px}.bf25sc-product-card__remove{width:24px;height:24px;font-size:14px}}@media (min-width: 1280px){.bf25sc-sticky-cart__expanded{max-width:900px}.bf25sc-product-card{width:80px;height:80px}}@media (prefers-reduced-motion: reduce){.bf25sc-product-card--gift{animation:none}.bf25sc-sticky-cart__expanded{transition-duration:.1s}}.bf25sc-sticky-cart:not(.is-initialized){opacity:0!important;pointer-events:none!important;transform:translateY(100%)}.bf25sc-sticky-cart.is-initialized{opacity:1;pointer-events:auto;transform:translateY(0);transition:opacity .3s ease,transform .3s ease}.bf25sc-sticky-cart.is-initialized:not(.is-scrolled){opacity:0;pointer-events:none;transform:translateY(20px)}.bf25sc-sticky-cart.is-initialized.is-scrolled{opacity:1;pointer-events:auto;transform:translateY(0)}.bf25sc-sticky-cart.is-empty .bf25sc-sticky-cart__progress-wrapper{opacity:0;max-height:0;overflow:hidden;transition:opacity .3s ease,max-height .3s ease}.bf25sc-sticky-cart.is-empty .bf25sc-sticky-cart__tier-labels,.bf25sc-sticky-cart.is-empty .bf25sc-sticky-cart__item-labels,.bf25sc-sticky-cart.is-empty .bf25sc-savings-display{display:none}.bf25sc-sticky-cart.is-empty .bf25sc-action-btn{pointer-events:none;opacity:.5}.bf25sc-sticky-cart.is-empty .bf25sc-action-incentive__text{text-align:center;color:#fffc}.bf25sc-sticky-cart.is-empty .bf25sc-highlight{color:var(--bf25sc-tier-color)}.bf25sc-sticky-cart.is-initialized:not(.is-empty) .bf25sc-sticky-cart__progress-wrapper{opacity:1;max-height:100px}.bf25sc-toast-container{position:fixed!important;bottom:100px!important;left:50%;transform:translate(-50%);z-index:999999!important;display:flex;flex-direction:column-reverse;gap:12px;max-width:90%;width:400px;pointer-events:none}.bf25sc-sticky-cart{overflow:visible!important}.bf25sc-toast{background:#141414f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(96,198,85,.2);border-radius:12px;padding:16px;display:flex;align-items:flex-start;gap:12px;box-shadow:0 8px 32px #0006,0 2px 8px #60c6551a;pointer-events:auto;opacity:0;transform:translateY(100px);transition:all .3s cubic-bezier(.4,0,.2,1)}.bf25sc-toast.is-visible{opacity:1;transform:translateY(0)}.bf25sc-toast.is-dismissed{opacity:0;transform:translateY(20px) scale(.95);transition:all .2s ease-out}.bf25sc-toast__icon{font-size:24px;line-height:1;flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center}.bf25sc-toast__content{flex:1;min-width:0}.bf25sc-toast__message{font-family:var(--bf25sc-font-body);font-size:var(--bf25sc-text-base);font-weight:600;color:#fff;line-height:1.4;margin:0 0 4px}.bf25sc-toast__secondary{font-family:var(--bf25sc-font-body);font-size:var(--bf25sc-text-sm);font-weight:400;color:#ffffffb3;line-height:1.5;margin:0}.bf25sc-toast__secondary strong{font-weight:700;color:var(--bf25sc-tier-color)}.bf25sc-toast__dismiss{background:transparent;border:none;color:#ffffff80;cursor:pointer;font-size:24px;line-height:1;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:color .2s ease}.bf25sc-toast__dismiss:hover{color:#ffffffe6}.bf25sc-toast__dismiss:focus{outline:2px solid var(--bf25sc-tier-color);outline-offset:2px}.bf25sc-toast[data-tier="1"]{border-color:#60c6554d}.bf25sc-toast[data-tier="2"]{border-color:#fb923c4d}.bf25sc-toast[data-tier="3"]{border-color:#fbbf244d}.bf25sc-toast[data-tier="4"]{border-color:#f43f5e4d}.bf25sc-toast--success{border-color:#60c65566;background:#141414fa}.bf25sc-toast--warning{border-color:#fbbf2466;background:#141414fa}@media (max-width: 768px){.bf25sc-toast-container{width:calc(100% - 32px);max-width:100%;bottom:80px}.bf25sc-toast{padding:14px;gap:10px}.bf25sc-toast__icon{font-size:20px;width:24px;height:24px}.bf25sc-toast__message{font-size:var(--bf25sc-text-sm)}.bf25sc-toast__secondary{font-size:var(--bf25sc-text-xs)}}@media (prefers-reduced-motion: reduce){.bf25sc-toast{transition:opacity .2s ease;transform:none}.bf25sc-toast.is-visible{opacity:1;transform:none}.bf25sc-toast.is-dismissed{opacity:0;transform:none}}.bf25sc-product-card.is-removing{opacity:.5;transform:translate(-10px);pointer-events:none;transition:opacity .2s ease,transform .2s ease}.bf25sc-product-qty-badge{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;padding:0 6px;background:var(--bf25-accent, #60c655);color:#000;font-size:11px;font-weight:700;border-radius:10px;display:flex;align-items:center;justify-content:center}.bf25sc-product-prices{display:flex;align-items:center;gap:8px;margin-top:4px}.bf25sc-price-discounted{color:var(--bf25-accent, #60c655);font-weight:700;font-size:14px}.bf25sc-price-original{color:#888;font-size:12px;text-decoration:line-through}.bf25sc-product-image-container{position:relative;flex-shrink:0}.bf25sc-product-placeholder{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border-radius:8px;font-size:24px}.bf25sc-product-remove{position:absolute;top:8px;right:8px;width:28px;height:28px;padding:0;background:#ff00001a;border:none;border-radius:50%;color:#ff6b6b;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease,background .2s ease}.bf25sc-product-card:hover .bf25sc-product-remove,.bf25sc-product-card:focus-within .bf25sc-product-remove{opacity:1}.bf25sc-product-remove:hover{background:#f003}@media (max-width: 768px){.bf25sc-product-remove{opacity:1}}.bf25-isolation-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.bf25-isolation-modal.is-visible{opacity:1;visibility:visible}.bf25-isolation-modal.is-hiding{opacity:0}.bf25-isolation-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.bf25-isolation-content{position:relative;width:100%;max-width:420px;background:#1e1e1ef2;backdrop-filter:blur(20px) saturate(150%);-webkit-backdrop-filter:blur(20px) saturate(150%);border:1px solid rgba(255,255,255,.1);border-radius:20px;box-shadow:0 25px 50px #00000080,0 0 0 1px #ffffff0d inset,0 0 80px #60c6551a;transform:translateY(20px) scale(.95);transition:transform .3s cubic-bezier(.34,1.56,.64,1);overflow:hidden}.bf25-isolation-modal.is-visible .bf25-isolation-content{transform:translateY(0) scale(1)}.bf25-isolation-modal.is-hiding .bf25-isolation-content{transform:translateY(20px) scale(.95)}.bf25-isolation-header{text-align:center;padding:28px 24px 20px;border-bottom:1px solid rgba(255,255,255,.08)}.bf25-isolation-icon{font-size:48px;margin-bottom:12px;display:block}.bf25-isolation-header h2{margin:0 0 8px;font-size:20px;font-weight:700;color:#fff}.bf25-isolation-subtitle{margin:0;font-size:14px;color:var(--bf25-accent, #60c655);font-weight:600}.bf25-isolation-body{padding:20px 24px}.bf25-isolation-body>p{margin:0 0 16px;font-size:14px;color:#ffffffb3;line-height:1.5}.bf25-isolation-items-preview{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:12px}.bf25-isolation-item{display:flex;align-items:center;gap:12px;padding:8px 0}.bf25-isolation-item+.bf25-isolation-item{border-top:1px solid rgba(255,255,255,.06)}.bf25-isolation-item-image{width:44px;height:44px;object-fit:cover;border-radius:8px;background:#ffffff0d}.bf25-isolation-item-placeholder{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border-radius:8px;font-size:20px}.bf25-isolation-item-info{flex:1;min-width:0}.bf25-isolation-item-title{display:block;font-size:13px;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bf25-isolation-item-qty{display:block;font-size:12px;color:#ffffff80;margin-top:2px}.bf25-isolation-more{margin:8px 0 0;font-size:12px;color:#ffffff80;text-align:center}.bf25-isolation-actions{display:flex;flex-direction:column;gap:12px;padding:0 24px 24px}.bf25-isolation-btn{display:flex;align-items:center;gap:14px;width:100%;padding:16px 18px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff08;color:#fff;cursor:pointer;transition:all .2s ease;text-align:left}.bf25-isolation-btn:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}.bf25-isolation-btn:focus{outline:none;box-shadow:0 0 0 2px var(--bf25-accent, #60c655)}.bf25-isolation-btn-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:16px;flex-shrink:0}.bf25-isolation-btn--keep .bf25-isolation-btn-icon{background:#60c65533;color:var(--bf25-accent, #60c655)}.bf25-isolation-btn--clear .bf25-isolation-btn-icon{background:#ff6b6b33;color:#ff6b6b}.bf25-isolation-btn-text{display:flex;flex-direction:column;gap:2px}.bf25-isolation-btn-text strong{font-size:15px;font-weight:600}.bf25-isolation-btn-text small{font-size:12px;color:#ffffff80}.bf25-isolation-btn--keep:hover{border-color:var(--bf25-accent, #60c655);box-shadow:0 0 20px #60c65533}.bf25-isolation-btn--clear:hover{border-color:#ff6b6b;box-shadow:0 0 20px #ff6b6b33}.bf25-isolation-note{margin:0;padding:16px 24px;font-size:12px;color:#ffffff80;text-align:center;background:#ffffff05;border-top:1px solid rgba(255,255,255,.06)}@media (max-width: 480px){.bf25-isolation-modal{padding:16px;align-items:flex-end}.bf25-isolation-content{max-width:100%;border-radius:20px 20px 0 0;max-height:90vh;overflow-y:auto}.bf25-isolation-header{padding:24px 20px 16px}.bf25-isolation-icon{font-size:40px}.bf25-isolation-header h2{font-size:18px}.bf25-isolation-body{padding:16px 20px}.bf25-isolation-actions{padding:0 20px 20px}.bf25-isolation-btn{padding:14px 16px}}@media (prefers-reduced-motion: reduce){.bf25-isolation-modal,.bf25-isolation-content{transition:opacity .2s ease}.bf25-isolation-content{transform:none!important}.bf25-isolation-btn:hover{transform:none}}.bf25sc-toast-message{font-size:18px;line-height:1.4}.bf25-toast-discount{color:#60c655;font-weight:700}.bf25-toast-gift{color:#fff;font-weight:600}.bf25sc-product-image{width:80px!important;height:80px!important;object-fit:cover}.bf25sc-product-qty-badge{top:-6px!important;right:-6px!important}.bf25sc-product-title{display:none!important}.bf25sc-gift-card{border:1px solid rgba(96,198,85,.4);box-shadow:0 0 12px #60c65533}.bf25sc-gift-card:hover{border-color:#60c65599;box-shadow:0 0 20px #60c6554d}.bf25sc-free-badge{background:#60c655!important;color:#000!important;font-weight:700!important;font-size:11px!important;padding:3px 6px!important;border-radius:12px!important;text-transform:uppercase!important;letter-spacing:.5px!important}.bf25sc-price-free{font-size:16px;font-weight:700;color:#60c655}.bf25sc-price-original{font-size:13px;color:#fff6;text-decoration:line-through}@media (max-width: 640px){.bf25sc-gift-card{box-shadow:0 0 8px #60c65533}}.bf25sc-celebration-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);z-index:9999;transition:all .4s ease-out;cursor:pointer}.bf25sc-celebration-backdrop.is-visible{background:#000000bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.bf25sc-gift-celebration{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);opacity:0;z-index:10000;pointer-events:none;transition:all .5s cubic-bezier(.34,1.56,.64,1)}.bf25sc-gift-celebration.is-visible{animation:bf25CelebrationJolt .5s cubic-bezier(.34,1.56,.64,1) forwards}.bf25sc-celebration-content{position:relative;display:flex;flex-direction:column;align-items:center;background:linear-gradient(135deg,#1e1e1ef2,#141414fa);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(96,198,85,.4);border-radius:24px;padding:32px 48px 28px;text-align:center;box-shadow:0 0 80px #60c6554d,0 0 120px #60c65526,0 25px 80px #0009,inset 0 1px #ffffff1a;overflow:hidden;min-width:320px;max-width:90vw}.bf25sc-celebration-glow{position:absolute;top:50%;left:50%;width:200px;height:200px;background:radial-gradient(circle,rgba(96,198,85,.4) 0%,transparent 70%);transform:translate(-50%,-50%);animation:bf25CelebrationGlow 2s ease-in-out infinite;pointer-events:none}@keyframes bf25CelebrationGlow{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.5}50%{transform:translate(-50%,-50%) scale(1.3);opacity:.8}}.bf25sc-celebration-discount{font-size:48px;font-weight:900;color:#60c655;text-shadow:0 0 30px rgba(96,198,85,.6);margin-bottom:8px;animation:bf25DiscountPop .5s cubic-bezier(.34,1.56,.64,1) .1s both;letter-spacing:-1px}.bf25sc-celebration-badge{position:relative;background:linear-gradient(135deg,#60c655,#7fff00);color:#000;font-weight:700;font-size:14px;padding:8px 20px;border-radius:30px;display:inline-block;margin-bottom:20px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 20px #60c65580;animation:bf25BadgeJolt .35s cubic-bezier(.34,1.56,.64,1) .3s both}@keyframes bf25BadgePulse{0%{transform:scale(0)}50%{transform:scale(1.1)}70%{transform:scale(.95)}to{transform:scale(1)}}.bf25sc-celebration-product{width:160px;height:160px;margin:0 auto 20px;position:relative}.bf25sc-celebration-image{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 0 30px rgba(96,198,85,.6));animation:bf25ProductJolt .4s cubic-bezier(.34,1.56,.64,1) .45s both}@keyframes bf25ProductReveal{0%{transform:scale(.3) rotate(-10deg);opacity:0}to{transform:scale(1) rotate(0);opacity:1}}@keyframes bf25CelebrationJolt{0%{transform:translate(-50%,-50%) scale(.5) rotate(-8deg);opacity:0}40%{transform:translate(-50%,-50%) scale(1.05) rotate(4deg);opacity:1}60%{transform:translate(-50%,-50%) scale(.98) rotate(-2deg)}80%{transform:translate(-50%,-50%) scale(1.02) rotate(1deg)}to{transform:translate(-50%,-50%) scale(1) rotate(0);opacity:1}}@keyframes bf25ProductJolt{0%{transform:scale(.3) rotate(-15deg);opacity:0}50%{transform:scale(1.1) rotate(5deg)}75%{transform:scale(.95) rotate(-2deg)}to{transform:scale(1) rotate(0);opacity:1}}@keyframes bf25BadgeJolt{0%{transform:scale(0) rotate(-10deg)}60%{transform:scale(1.15) rotate(3deg)}to{transform:scale(1) rotate(0)}}@keyframes bf25DiscountPop{0%{transform:scale(0) rotate(-10deg);opacity:0}60%{transform:scale(1.15) rotate(3deg)}80%{transform:scale(.95) rotate(-1deg)}to{transform:scale(1) rotate(0);opacity:1}}@keyframes bf25FadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.bf25sc-celebration-title{color:#fff;font-weight:700;font-size:20px;margin-bottom:8px;animation:bf25FadeInUp .3s ease-out .55s both}.bf25sc-celebration-value{color:#ffffffb3;font-size:14px;animation:bf25FadeInUp .3s ease-out .65s both}.bf25sc-flying-product{border-radius:12px;box-shadow:0 4px 20px #60c65566;will-change:transform,opacity}@media (max-width: 640px){.bf25sc-celebration-content{padding:24px 32px 20px;min-width:280px}.bf25sc-celebration-discount{font-size:36px}.bf25sc-celebration-badge{font-size:12px;padding:6px 16px}.bf25sc-celebration-product{width:120px;height:120px}.bf25sc-celebration-title{font-size:18px}.bf25sc-celebration-value{font-size:13px}}@media (max-width: 480px){.bf25sc-celebration-discount{font-size:32px}.bf25sc-celebration-badge{font-size:11px;padding:5px 12px}}@media (prefers-reduced-motion: reduce){.bf25sc-celebration-backdrop,.bf25sc-gift-celebration,.bf25sc-celebration-glow,.bf25sc-celebration-badge,.bf25sc-celebration-image{animation:none!important;transition-duration:.1s!important}}#bf25sc-product-scroll{display:flex;gap:12px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:8px 4px;margin:0 -4px;scrollbar-width:none;-ms-overflow-style:none;font-size:0;color:transparent}#bf25sc-product-scroll>*{font-size:14px;color:#fff}#bf25sc-product-scroll::-webkit-scrollbar{display:none}.bf25sc-product-card,.bf25sc-gift-card{flex:0 0 auto;width:80px;scroll-snap-align:start}.bf25sc-products-wrapper{position:relative}.bf25sc-products-wrapper:before,.bf25sc-products-wrapper:after{content:"";position:absolute;top:0;bottom:0;width:20px;pointer-events:none;z-index:2;transition:opacity .2s}.bf25sc-products-wrapper:before{left:0;background:linear-gradient(to right,rgba(20,20,20,1),transparent);opacity:0}.bf25sc-products-wrapper:after{right:0;background:linear-gradient(to left,rgba(20,20,20,1),transparent)}.bf25sc-products-wrapper.has-scroll-left:before{opacity:1}.bf25sc-products-wrapper.at-scroll-end:after{opacity:0}@media (prefers-reduced-motion: reduce){#bf25sc-product-scroll{scroll-behavior:auto}}
/*# sourceMappingURL=/cdn/shop/t/254/assets/bf25-tier-cart.css.map */
