.bulk-pricing-progress{background:rgba(var(--color-foreground),.02);border:1px solid rgba(var(--color-foreground),.08);border-radius:12px;margin:24px 0;padding:12px 30px;position:relative}.bulk-pricing-progress__header{align-items:center;color:rgb(var(--color-foreground));display:flex;font-size:15px;font-weight:500;justify-content:space-between;margin-bottom:20px}.bulk-pricing-progress__message{flex:1;font-weight:600}.bulk-pricing-progress__hint{align-items:center;background:rgba(var(--color-foreground),.1);border:none;border-radius:50%;color:rgb(var(--color-foreground));cursor:pointer;display:inline-flex;font-size:12px;font-weight:600;height:20px;justify-content:center;outline:none;transition:all .2s ease;width:20px}.bulk-pricing-progress__hint:hover{background:rgba(var(--color-foreground),.15);transform:scale(1.1)}.bulk-pricing-progress__hint:focus{box-shadow:0 0 0 2px #00000080}.bulk-pricing-progress__popup{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:30px;position:fixed;right:0;top:0;z-index:9999}.bulk-pricing-progress__popup-content{background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);border-radius:12px;box-shadow:0 20px 40px #00000026;max-height:80vh;max-width:500px;overflow-y:auto;position:relative;width:100%}.bulk-pricing-progress__popup-close{align-items:center;background:none;border:none;border-radius:50%;color:rgba(var(--color-foreground),.6);cursor:pointer;display:flex;font-size:24px;height:30px;justify-content:center;position:absolute;right:15px;top:15px;transition:all .2s ease;width:30px}.bulk-pricing-progress__popup-close:hover{background:rgba(var(--color-foreground),.1);color:rgb(var(--color-foreground))}.bulk-pricing-progress__popup-body{color:rgb(var(--color-foreground));line-height:1.6;padding:30px}.bulk-pricing-progress__popup-body h1,.bulk-pricing-progress__popup-body h2,.bulk-pricing-progress__popup-body h3{color:rgb(var(--color-foreground));margin-bottom:16px;margin-top:0}.bulk-pricing-progress__popup-body p{margin-bottom:16px}.bulk-pricing-progress__popup-body ol,.bulk-pricing-progress__popup-body ul{margin-bottom:16px;padding-left:20px}.bulk-pricing-progress__popup-body li{margin-bottom:8px}.bulk-pricing-progress__popup-body strong{color:#000;font-weight:600}@media (prefers-color-scheme:dark){.bulk-pricing-progress__popup-body strong{color:#fff}}.bulk-pricing-progress-center{height:44px;margin:12px 0;position:relative}.bulk-pricing-progress__bar{background:rgba(var(--color-foreground),.08);border-radius:8px;height:12px;left:0;margin:16px 0;overflow:visible;position:absolute;top:0;width:100%}.bulk-pricing-progress__labels{align-items:center;display:grid;gap:12px;left:0;margin:0;min-height:44px;pointer-events:none;position:absolute;right:0;text-align:center;top:0;z-index:10}.bulk-pricing-progress__label{align-items:center;display:flex;justify-content:center;pointer-events:auto;position:relative}.bulk-pricing-progress__badge{background:linear-gradient(135deg,#000,#333);border-radius:24px;box-shadow:0 4px 12px #0006;color:#fff;display:inline-block;font-size:11px;font-weight:600;letter-spacing:.5px;overflow:hidden;padding:8px 14px;position:relative;text-transform:uppercase;transform:translateY(0);transition:all .3s ease}.bulk-pricing-progress__badge:hover{box-shadow:0 6px 16px #00000080;transform:translateY(-2px)}.bulk-pricing-progress__badge:before{background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.bulk-pricing-progress__badge:hover:before{left:100%}.bulk-pricing-progress__badge:after{background:linear-gradient(180deg,rgba(0,0,0,.6),transparent);border-radius:1px;bottom:-20px;content:"";height:16px;left:50%;position:absolute;transform:translate(-50%);width:2px}.bulk-pricing-progress__track{background:transparent;height:100%;width:100%}.bulk-pricing-progress__fill{background:linear-gradient(90deg,#000,#333);border-radius:6px;box-shadow:0 2px 8px #0006;display:block!important;height:100%;left:0;overflow:hidden;position:absolute;top:0;transition:width .6s cubic-bezier(.4,0,.2,1);z-index:1}.bulk-pricing-progress__fill:after{animation:progress-stripes 1.5s linear infinite;background:linear-gradient(45deg,transparent 25%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 50%,transparent 0,transparent 75%,hsla(0,0%,100%,.15) 0);background-size:16px 16px;bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes progress-stripes{0%{background-position:0 0}to{background-position:16px 0}}.bulk-pricing-progress__ranges{align-items:flex-start;display:grid;gap:12px;margin:0;text-align:center}.bulk-pricing-progress__range{align-items:center;display:flex;justify-content:center}.bulk-pricing-progress__qty{background:rgba(var(--color-foreground),.05);border:1px solid rgba(var(--color-foreground),.1);border-radius:8px;color:rgba(var(--color-foreground),.7);font-size:12px;font-weight:500;padding:4px 8px;transition:all .2s ease}.bulk-pricing-progress__qty:hover{background:rgba(var(--color-foreground),.08);color:rgb(var(--color-foreground))}@media (max-width:768px){.bulk-pricing-progress{margin:16px 0;padding:16px}.bulk-pricing-progress__header{font-size:14px;margin-bottom:8px}.bulk-pricing-progress__labels{gap:8px}.bulk-pricing-progress__badge{border-radius:20px;font-size:10px;padding:6px 10px}.bulk-pricing-progress__badge:after{bottom:-18px;height:14px}.bulk-pricing-progress__ranges{gap:8px;margin-top:12px}.bulk-pricing-progress__qty{font-size:11px;padding:3px 6px}}@media (max-width:480px){.bulk-pricing-progress{padding:12px}.bulk-pricing-progress__header{align-items:flex-start;gap:8px}.bulk-pricing-progress__labels{gap:6px}.bulk-pricing-progress__badge{border-radius:16px;font-size:9px;padding:4px 8px}.bulk-pricing-progress__badge:after{bottom:-16px;height:12px}.bulk-pricing-progress__ranges{gap:6px}.bulk-pricing-progress__popup{padding:10px}.bulk-pricing-progress__popup-content{border-radius:8px;max-height:85vh;max-width:95vw}.bulk-pricing-progress__popup-body{font-size:14px;padding:20px 15px}.bulk-pricing-progress__popup-close{font-size:20px;height:28px;right:10px;top:10px;width:28px}}.custom-drawer.bulk-pricing-progress-wrapper .bulk-pricing-progress{margin:0;padding:8px 10px}.custom-drawer.bulk-pricing-progress-wrapper .bulk-pricing-progress__header{margin-bottom:0}
/*# sourceMappingURL=/cdn/shop/t/238/assets/_bulk-pricing-progress.css.map */
