.d4f-cart-progress{background:linear-gradient(135deg,#0f0c0a,#1a1410);padding:32px 0;position:relative;overflow:hidden}.d4f-cart-progress:before{content:"";position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(212,165,116,.06) 0%,transparent 70%);border-radius:50%;pointer-events:none}.d4f-cart-progress__container{max-width:1000px;margin:0 auto;padding:0 24px;position:relative;z-index:1}.d4f-cart-progress__header{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:24px}.d4f-cart-progress__icon{font-size:24px;line-height:1}.d4f-cart-progress__title{font-size:20px;font-weight:700;color:#f5f0e8;margin:0}.d4f-cart-progress__bar-container{background:#14100d99;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(212,165,116,.15);border-radius:16px;padding:32px 24px 24px;margin-bottom:20px}.d4f-cart-progress__track{position:relative;height:12px;background:#14100de6!important;border:1px solid rgba(212,165,116,.3)!important;border-radius:10px!important;overflow:visible!important;margin-bottom:32px;box-shadow:inset 0 2px 4px #0006!important}.d4f-cart-progress__fill{position:absolute!important;top:0!important;left:0!important;height:100%!important;background:linear-gradient(90deg,gold,#ffed4e,gold)!important;border-radius:10px!important;transition:width .6s cubic-bezier(.4,0,.2,1)!important;box-shadow:0 0 24px #ffd700e6,0 0 16px gold,0 4px 8px #ffd70080,inset 0 1px 3px #fffc!important;z-index:100!important;border:1px solid rgba(255,215,0,.8)!important;display:block!important;opacity:1!important;visibility:visible!important;overflow:hidden!important}.d4f-cart-progress__fill:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.6) 50%,transparent 100%);animation:shimmer 2s infinite;pointer-events:none}.d4f-cart-progress__milestones{display:flex;justify-content:space-between;position:relative;margin-top:-24px;margin-bottom:20px}.d4f-cart-progress__milestone{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2}.d4f-cart-progress__milestone-dot{width:16px;height:16px;background:#14100dcc;border:2px solid rgba(212,165,116,.3);border-radius:50%;margin-bottom:8px;transition:all .4s ease}.d4f-cart-progress__milestone.active .d4f-cart-progress__milestone-dot{width:20px;height:20px;background:#d4a5744d;border-color:#d4a574;border-width:3px;box-shadow:0 0 16px #d4a57480;animation:pulse 2s infinite}.d4f-cart-progress__milestone.reached .d4f-cart-progress__milestone-dot{background:linear-gradient(135deg,#d4a574,#c9995e);border-color:#d4a574;box-shadow:0 0 8px #d4a5744d}.d4f-cart-progress__milestone-label{display:flex;flex-direction:column;align-items:center;gap:2px}.d4f-cart-progress__milestone-qty{font-size:13px;font-weight:600;color:#a89a86;transition:all .3s ease}.d4f-cart-progress__milestone.active .d4f-cart-progress__milestone-qty,.d4f-cart-progress__milestone.reached .d4f-cart-progress__milestone-qty{color:#d4a574;font-weight:700}.d4f-cart-progress__milestone-discount{font-size:11px;font-weight:700;color:#d4a574;opacity:.7;transition:all .3s ease}.d4f-cart-progress__milestone.active .d4f-cart-progress__milestone-discount,.d4f-cart-progress__milestone.reached .d4f-cart-progress__milestone-discount{opacity:1;font-size:12px}.d4f-cart-progress__message{text-align:center;padding:12px 16px;background:#d4a57414;border-radius:8px;border:1px solid rgba(212,165,116,.15);transition:all .3s ease}.d4f-cart-progress__message.has-discount{background:#d4a57426;border-color:#d4a5744d}.d4f-cart-progress__message.max-discount{background:linear-gradient(135deg,#d4a57440,#d4a57426);border-color:#d4a574}.d4f-cart-progress__message.error{background:#ef44441a;border-color:#ef44444d}.d4f-cart-progress__message-text{font-size:14px;color:#f5f0e8;line-height:1.4}.d4f-cart-progress__message-text strong{color:#d4a574;font-weight:700}.d4f-cart-progress__summary{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.d4f-cart-progress__stat{background:#14100d66;border:1px solid rgba(212,165,116,.1);border-radius:12px;padding:16px;text-align:center;transition:all .3s ease}.d4f-cart-progress__stat--highlight{background:#d4a57414;border-color:#d4a57433}.d4f-cart-progress__stat.active{background:linear-gradient(135deg,#d4a57433,#d4a5741a);border-color:#d4a574;transform:scale(1.02)}.d4f-cart-progress__stat-label{font-size:12px;color:#a89a86;margin-bottom:6px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.d4f-cart-progress__stat-value{font-size:20px;font-weight:900;color:#f5f0e8;transition:all .3s ease}.d4f-cart-progress__stat.active .d4f-cart-progress__stat-value{color:#d4a574;font-size:22px}.d4f-cart-progress__info{text-align:center;font-size:13px;color:#a89a86;line-height:1.5}.d4f-cart-progress__info p{margin:0}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}@media(max-width:768px){.d4f-cart-progress{padding:24px 0}.d4f-cart-progress__container{padding:0 16px}.d4f-cart-progress__bar-container{padding:24px 16px 20px}.d4f-cart-progress__summary{gap:12px}.d4f-cart-progress__stat{padding:12px}.d4f-cart-progress__stat-label{font-size:11px}.d4f-cart-progress__stat-value{font-size:18px}.d4f-cart-progress__milestone-qty{font-size:12px}.d4f-cart-progress__milestone-discount{font-size:10px}.d4f-cart-progress__message-text{font-size:13px}}@media(max-width:640px){.d4f-cart-progress__summary{grid-template-columns:repeat(2,1fr);gap:10px}.d4f-cart-progress__stat{padding:12px 10px}.d4f-cart-progress__stat-label{font-size:10px;margin-bottom:4px}.d4f-cart-progress__stat-value{font-size:16px}.d4f-cart-progress__milestones{margin-top:-20px}.d4f-cart-progress__milestone-dot{width:14px;height:14px}.d4f-cart-progress__milestone.active .d4f-cart-progress__milestone-dot{width:18px;height:18px}}
/*# sourceMappingURL=/cdn/shop/t/29/assets/d4f-cart-progress.css.map */
