/* © muathemewpgiare.com – Cart Countdown CSS v3.0.0 */
.mfs-cart-countdown{position:fixed;bottom:0;left:0;right:0;z-index:99998;background:linear-gradient(135deg,#1e1b4b,#312e81);color:#fff;box-shadow:0 -4px 20px rgba(0,0,0,.15);}
.mfs-cc-inner{display:flex;align-items:center;gap:10px;padding:12px 24px;max-width:1200px;margin:0 auto;}
.mfs-cc-icon{font-size:22px;animation:mfsCcPulse 1.5s infinite;}
.mfs-cc-text{font-size:14px;flex:1;}
.mfs-cc-time{color:#fbbf24;font-size:18px;font-weight:800;margin-left:6px;}
.mfs-cc-close{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;opacity:.6;padding:4px 8px;}
.mfs-cc-close:hover{opacity:1;}
.mfs-cc-progress{height:3px;background:rgba(255,255,255,.1);}
.mfs-cc-bar{height:100%;background:linear-gradient(90deg,#fbbf24,#ef4444);transition:width 1s linear;width:100%;}
@keyframes mfsCcPulse{0%,100%{transform:scale(1);}50%{transform:scale(1.15);}}
@media(max-width:640px){.mfs-cc-inner{flex-wrap:wrap;justify-content:center;text-align:center;}.mfs-cc-text{width:100%;}}
