.pa-free-shipping-bar{display:flex;flex-direction:column;gap:var(--pa-space-md,1rem);width:100%}.pa-free-shipping-bar.pa-fs-layout-horizontal{flex-direction:row;justify-content:space-between;align-items:center}.pa-free-shipping-bar.pa-fs-layout-vertical{flex-direction:column}.pa-free-shipping-bar.pa-fs-layout-compact{gap:var(--pa-space-sm,.5rem)}.pa-free-shipping-bar.pa-fs-align-left{justify-content:flex-start}.pa-free-shipping-bar.pa-fs-align-center{justify-content:center}.pa-free-shipping-bar.pa-fs-align-right{justify-content:flex-end}.pa-fs-progress-section{display:flex;flex-direction:column;gap:var(--pa-space-sm,.5rem);flex:1;min-width:0}.pa-fs-progress-header{display:flex;align-items:center;justify-content:center;gap:var(--pa-space-sm,.5rem);flex-wrap:wrap;background:var(--pa-cart-summary-bg);border-radius:var(--pa-cart-border-radius);box-shadow:var(--pa-shadow-sm);padding:1rem;border:1px solid var(--pa-gray-400)}.pa-fs-status-text{font-size:1rem;line-height:1.5;color:#333;color:var(--pa-text-primary,#333333);text-align:center}.pa-fs-status-text.pa-fs-qualified{color:#27972c;color:var(--pa-success,#27972C);font-weight:600;font-size:1.125rem}.pa-fs-status-text .pa-fs-amount{color:#dc3545;color:var(--pa-danger,#DC3545);font-weight:600}.pa-fs-status-text .pa-fs-link{color:#002d72;color:var(--pa-primary,#002d72);text-decoration:none;font-weight:600;transition:all .2s ease;transition:var(--pa-transition,all .2s ease)}.pa-fs-status-text .pa-fs-link:hover{text-decoration:underline}.pa-fs-badge{width:24px;height:24px;background-color:#27972c;background-color:var(--pa-success,#27972C);border-radius:50%;display:inline-flex;justify-content:center;align-items:center;flex-shrink:0}.pa-fs-badge-icon{color:#fff;color:var(--pa-white,#ffffff);font-weight:700;font-size:.875rem}.pa-fs-progress-container{position:relative;height:30px;display:flex;align-items:center;border:2px solid #002d72;border:2px solid var(--pa-primary,#002d72);border-radius:20px;width:100%;min-width:250px;max-width:100%;background:#fff;background:var(--pa-white,#ffffff);overflow:hidden}.pa-fs-progress-bar{background:linear-gradient(90deg,#27972C 0%,#2db039 100%);background:linear-gradient(90deg,var(--pa-success,#27972C) 0%,var(--pa-success,#2db039) 100% );height:20px;border-radius:20px;margin:0 .25rem;transition:width .5s cubic-bezier(.4,0,.2,1);min-width:0;position:relative;overflow:hidden}.pa-fs-progress-bar.pa-fs-animate{animation:pa-fs-pulse 2s ease-in-out infinite}@keyframes pa-fs-pulse{0%,100%{opacity:.8}50%{opacity:1}}.pa-fs-subtotal-section{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:var(--pa-space-xs,.25rem);min-width:150px}.pa-fs-subtotal-label{font-size:.875rem;color:var(--pa-text-secondary,#666666);color:#666;line-height:1.4}.pa-fs-subtotal-price{font-size:1.5rem;font-weight:700;color:var(--pa-text-primary,#333333);color:#333;line-height:1.2}.pa-fs-vat-notice{font-size:.75rem;color:var(--pa-text-tertiary,#999999);color:#999;font-style:italic}@media only screen and (max-width:768px){.pa-free-shipping-bar.pa-fs-layout-horizontal{flex-direction:column;gap:var(--pa-space-md,1rem)}.pa-fs-progress-container{min-width:200px}.pa-fs-subtotal-section{width:100%}}@media only screen and (max-width:480px){.pa-fs-progress-header{flex-direction:column}.pa-fs-status-text{font-size:.875rem}.pa-fs-status-text.pa-fs-qualified{font-size:1rem}.pa-fs-progress-container{height:25px;min-width:150px}.pa-fs-progress-bar{height:17px}.pa-fs-subtotal-price{font-size:1.25rem}.pa-fs-badge{width:20px;height:20px}.pa-fs-badge-icon{font-size:.75rem}}@media only screen and (max-width:360px){.pa-free-shipping-bar{gap:var(--pa-space-sm,.5rem)}.pa-fs-status-text{font-size:.813rem}.pa-fs-progress-container{min-width:120px}}.pa-fs-hide-mobile{display:block}@media only screen and (max-width:768px){.pa-fs-hide-mobile{display:none!important}}.pa-fs-hide-desktop{display:none}@media only screen and (max-width:768px){.pa-fs-hide-desktop{display:block!important}}.pa-free-shipping-bar.pa-fs-loading{opacity:.6;pointer-events:none}.pa-free-shipping-bar.pa-fs-loading .pa-fs-progress-bar{animation:pa-fs-loading 1.5s ease-in-out infinite}@keyframes pa-fs-loading{0%,100%{opacity:.4}50%{opacity:1}}[data-theme=dark] .pa-free-shipping-bar{}[data-theme=dark] .pa-fs-progress-container{background:var(--pa-gray-800,#343a40);border-color:var(--pa-primary-light,#3b57a2)}[data-theme=dark] .pa-fs-status-text,[data-theme=dark] .pa-fs-subtotal-label,[data-theme=dark] .pa-fs-subtotal-price{color:var(--pa-text-primary,#d2d2d2)}@media print{.pa-free-shipping-bar{display:none}}.minicart-fs-bar{padding:4px 6px}.minicart-fs-bar .pa-fs-progress-section{gap:4px}.minicart-fs-bar .pa-fs-status-text{font-size:.7rem;line-height:1.15;white-space:nowrap}.minicart-fs-bar .pa-fs-progress-track{height:4px}.minicart-fs-bar .pa-fs-badge{width:16px;height:16px;font-size:9px}.minicart-fs-bar .pa-fs-link{display:none}.minicart-fs-bar .pa-fs-subtotal-section{display:none!important}