.cart-gwp-badge{font-size:.75rem;color:#4caf50;font-weight:500;margin:2px 0 0}.cart-progress-bar{font-size:.875rem;line-height:1.2;margin-bottom:25px}.cart-progress-bar__content{display:flex;flex-direction:column;align-items:center;text-align:center}.cart-progress-bar__text-column{width:100%}.cart-progress-bar__current-text{font-weight:500;color:var(--progress-bar-text-color, var(--color-body, #000));margin-bottom:0}.cart-progress-bar__current-text:empty{display:none}.cart-progress-bar__amount{font-weight:700;color:var(--progress-bar-text-color, var(--color-body, #000))}.cart-progress-bar__stepper-container{margin-top:15px;margin-bottom:38px;display:flex;justify-content:center;width:100%}.cart-progress-bar__bar-column{flex:0 0 auto;width:100%;max-width:90%}.cart-progress-bar__stepper{display:flex;flex-direction:row;align-items:flex-start;gap:0;width:100%;position:relative}.cart-progress-bar__stepper:before{content:"";position:absolute;left:0;right:calc(var(--milestone-icon-size, 32px) / 2);top:calc(var(--milestone-icon-size, 32px) / 2 - var(--progress-bar-height, 8px) / 2);height:var(--progress-bar-height, 8px);background:var(--progress-bar-background, #e5e5e5);z-index:0}.cart-progress-bar__stepper:after{content:"";position:absolute;left:0;top:calc(var(--milestone-icon-size, 32px) / 2 - var(--progress-bar-height, 8px) / 2);height:var(--progress-bar-height, 8px);background:var(--progress-bar-color, #0000ff);z-index:1;width:var(--overall-progress, 0%);transition:width .4s cubic-bezier(.104,.204,.492,1);transform-origin:left center}.side-panel.active .cart-progress-bar__stepper:after,.side-panel.open .cart-progress-bar__stepper:after{animation:progressFill .8s cubic-bezier(.104,.204,.492,1)}@keyframes progressFill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.cart-progress-bar__step{display:flex;flex-direction:column;align-items:center;position:relative;flex:1 1 0;padding-top:var(--milestone-icon-size, 32px)}.cart-progress-bar__step-icon{width:var(--milestone-icon-size, 32px);height:var(--milestone-icon-size, 32px);display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--milestone-icon-bg, #e5e5e5);border:2px solid var(--milestone-icon-bg, #cecbcbff);transition:all .3s ease;flex-shrink:0;position:absolute;right:0;top:0;z-index:3}.cart-progress-bar__step-icon svg{width:16px;height:16px;color:#999;transition:color .3s ease}.cart-progress-bar__step.completed .cart-progress-bar__step-icon{background:var(--milestone-icon-bg-reached, #000000);border-color:var(--milestone-icon-bg-reached, #000000)}.cart-progress-bar__step.completed .cart-progress-bar__step-icon svg{color:#fff}.cart-progress-bar__step-label{font-size:.6875rem;color:var(--progress-bar-text-color, var(--color-body, #000));text-align:center;line-height:1.2;position:absolute;right:calc((80px - var(--milestone-icon-size, 32px)) / -2);top:calc(var(--milestone-icon-size, 32px) + 4px);z-index:2;width:80px;word-wrap:break-word}@media(max-width:768px){.cart-progress-bar{font-size:.8125rem;margin-top:10px}}.cart-progress-bar__gwp-container{display:flex;flex-direction:column;gap:12px}.cart-progress-bar__gwp-container:has(.cart-progress-bar__gwp-card){margin-top:20px}.cart-progress-bar__gwp-card{display:flex;gap:0;padding:10px 0;background:#f5f5f5;border-radius:0;border:none;transition:all .3s ease;align-items:center;margin-top:10px}.cart-progress-bar__gwp-card.added{background:#4caf501a}.cart-progress-bar__gwp-image{flex:0 0 60px;width:60px;height:60px;border-radius:0;overflow:hidden;background:transparent;display:flex;align-items:center;justify-content:center}.cart-progress-bar__gwp-image img{width:100%;height:100%;object-fit:contain}.cart-progress-bar__gwp-details{flex:1 1 auto;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:15px;padding:0 15px}.cart-progress-bar__gwp-info{display:flex;flex-direction:column;gap:4px;flex:1 1 auto}.cart-progress-bar__gwp-title{font-size:.8375rem;font-weight:500;margin:0;line-height:calc(var(--font-product-title-line-height-scale, 1) * 1.5);display:block}.cart-progress-bar__gwp-label{font-size:.8375rem;color:#666;font-weight:400;margin:0}.cart-progress-bar__gwp-added{display:flex;align-items:center;gap:6px;color:#4caf50;font-weight:500;font-size:.875rem}.cart-progress-bar__gwp-added svg{flex-shrink:0}.cart-progress-bar__gwp-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}.cart-progress-bar__gwp-variants{display:flex;flex-direction:row;align-items:center;gap:8px}.cart-progress-bar__gwp-option{display:flex;align-items:center;gap:0}.cart-progress-bar__gwp-option label{display:none}.cart-progress-bar__gwp-select{padding:0 12px;border:1px solid #ddd;border-radius:0;font-size:.8125rem;background:#fff;cursor:pointer;transition:border-color .2s ease;min-width:100px;height:42px;line-height:42px;vertical-align:middle;display:block;margin-bottom:0}.cart-progress-bar__gwp-select:hover,.cart-progress-bar__gwp-select:focus{border-color:#000;outline:none}.cart-progress-bar__gwp-add-btn{padding:10px 24px;background:#000;color:#fff;border:1px solid #000;border-radius:0;font-size:.8125rem;font-weight:400;cursor:pointer;transition:all .2s ease;text-align:center;white-space:nowrap;height:42px;line-height:1}.cart-progress-bar__gwp-add-btn:hover{background:#fff;color:#000}.cart-progress-bar__gwp-add-btn:active{transform:none}.cart-progress-bar__gwp-add-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:480px){.cart-progress-bar__current-text{font-size:.75rem}.cart-progress-bar__gwp-card{flex-direction:row;align-items:center;text-align:left}.cart-progress-bar__gwp-image{flex:0 0 70px;width:70px;height:70px}.cart-progress-bar__gwp-details{flex-direction:column;align-items:flex-start;gap:8px}.cart-progress-bar__gwp-actions{flex-wrap:wrap;gap:6px}.cart-progress-bar__gwp-add-btn{padding:8px 16px;height:36px}.cart-progress-bar__gwp-select{height:36px;line-height:36px;min-width:80px}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/cart-progress-bar.css.map */
