.cvh-free-shipping-bar{background:#f8f9fa;border:1px solid #e2e8f0;border-radius:12px;padding:20px;margin-bottom:25px;direction:rtl;text-align:center}.cvh-shipping-message{font-size:15px;color:#4a5568;margin-bottom:12px}.cvh-shipping-message.success{color:#22863a;font-size:16px}.cvh-progress-wrapper{background:#e2e8f0;border-radius:50px;height:14px;overflow:hidden;position:relative}.cvh-progress-fill{background:linear-gradient(90deg,#48bb78,#38a169);height:100%;border-radius:50px;transition:width 0.6s ease;position:relative}.cvh-progress-fill::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .3),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}.cvh-progress-labels{display:flex;justify-content:space-between;margin-top:8px;font-size:12px;color:#718096}.cvh-shipping-message.success+.cvh-progress-wrapper .cvh-progress-fill{background:linear-gradient(90deg,#f6ad55,#ed8936)}