.section-free-shipping-bar{position:sticky;top:0;z-index:100;will-change:transform}.shopify-section.section-free-shipping-bar{position:sticky;top:0;z-index:100}.free-shipping-bar{display:block;width:100%;background:var(--fsb-bg,#0a0a0a);color:var(--fsb-text,#fff);font-family:inherit;font-size:13px;line-height:1.2;border-bottom:2px solid var(--fsb-accent,#009CBD);position:relative;z-index:5;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.18)}.free-shipping-bar__inner{max-width:1200px;margin:0 auto;padding:8px 16px 10px}.free-shipping-bar__message{text-align:center;font-weight:600;letter-spacing:.2px;padding:2px 4px 6px;transition:color .25s ease;display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap}.free-shipping-bar__message strong{color:var(--fsb-accent,#009CBD);font-weight:800}.free-shipping-bar__message[data-state='success']{color:#fff}.free-shipping-bar__message[data-state='success'] strong{color:#16d27a}.free-shipping-bar__progress{position:relative;height:6px;width:100%;background:rgba(255,255,255,.12);border-radius:999px;overflow:hidden}.free-shipping-bar__progress-fill{position:absolute;top:0;left:0;height:100%;width:0;border-radius:999px;background:linear-gradient(90deg,var(--fsb-progress-empty,#ff3b3b) 0%,var(--fsb-accent,#009CBD) 60%,var(--fsb-progress-full,#16d27a) 100%);background-size:200% 100%;background-position:0% 0%;transition:width .8s cubic-bezier(.22,.9,.32,1.2),background-position .8s ease;box-shadow:0 0 8px rgba(0,156,189,.45)}.free-shipping-bar__progress-fill[data-complete='true']{background:#16d27a;box-shadow:0 0 12px rgba(22,210,122,.55)}.free-shipping-bar.is-pulse .free-shipping-bar__message{animation:fsbPulse .55s ease}@keyframes fsbPulse{0%{transform:scale(1)}40%{transform:scale(1.05)}100%{transform:scale(1)}}@media (max-width:749px){.free-shipping-bar{font-size:12px}.free-shipping-bar__inner{padding:6px 12px 8px}.free-shipping-bar__message{padding:1px 2px 5px}.free-shipping-bar__progress{height:5px}}@media (prefers-reduced-motion:reduce){.free-shipping-bar__progress-fill,.free-shipping-bar__message{transition:none}.free-shipping-bar.is-pulse .free-shipping-bar__message{animation:none}}