.elementor-34202 .elementor-element.elementor-element-24c1b8a > .elementor-widget-container{padding:0px 0px 0px 0px;}#elementor-popup-modal-34202 .dialog-widget-content{background-color:#5EBCBD;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-34202 .dialog-message{width:100vw;height:50px;align-items:center;}#elementor-popup-modal-34202{justify-content:center;align-items:flex-end;}#elementor-popup-modal-34202 .dialog-close-button{display:flex;font-size:18px;}#elementor-popup-modal-34202 .dialog-close-button i{color:#2D2926;}#elementor-popup-modal-34202 .dialog-close-button svg{fill:#2D2926;}@media(max-width:1024px){#elementor-popup-modal-34202{justify-content:center;align-items:flex-end;}}@media(max-width:767px){#elementor-popup-modal-34202 .dialog-message{height:50px;}#elementor-popup-modal-34202{align-items:flex-end;}}/* Start custom CSS for shortcode, class: .elementor-element-24c1b8a *//* 1. THE ULTIMATE CONTAINER CRUSH */
.elementor-34202 .elementor-element.elementor-element-24c1b8a, 
.shipping-bar-container {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important; 
    justify-content: center !important; 
    gap: 12px !important; 
    width: 100% !important;
    
    /* Force the height to 34px and drop all container spacing */
    padding: 0px 40px !important; 
    margin: 0px !important;
    height: 34px !important; 
    min-height: 0px !important; 
    box-sizing: border-box !important;
}

/* 2. STRIP ELEMENTOR'S HIDDEN WIDGET SPACING BUGS */
.elementor-34202 .elementor-element.elementor-element-24c1b8a .elementor-widget-container,
.elementor-34202 .elementor-element.elementor-element-24c1b8a .elementor-widget,
.elementor-popup-modal .elementor-widget-shortcode {
    margin: 0px !important;
    padding: 0px !important;
    height: 34px !important; /* Forces Elementor's wrapper to match our 34px limit */
    min-height: 0px !important;
}

/* 3. SLIM TEXT LAYER */
.shipping-txt {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px !important; 
    font-weight: 400 !important; 
    color: #fbf8f3 !important; 
    white-space: nowrap !important;
    line-height: 1.1 !important; 
    display: inline-block !important;
}

/* 4. ULTRA-SLIM PROGRESS BAR */
progress.shipping-progress-ui {
    display: inline-block !important;
    vertical-align: middle !important;
    width: 150px !important; 
    height: 6px !important; 
    border-radius: 3px !important;
    background-color: #969086 !important; 
    border: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    margin: 0 !important; 
}

/* 5. CHROME / SAFARI / EDGE HEIGHT LOCKS */
progress.shipping-progress-ui::-webkit-progress-bar {
    background-color: #969086 !important;
    border-radius: 3px !important;
    height: 6px !important;
    width: 100% !important;
}
progress.shipping-progress-ui::-webkit-progress-value {
    background-color: #2D2926 !important; 
    border-radius: 3px !important;
    height: 6px !important;
}
progress.shipping-progress-ui.complete::-webkit-progress-value {
    background-color: #92c63c !important; 
}

/* 6. FIREFOX HEIGHT LOCKS */
progress.shipping-progress-ui::-moz-progress-bar {
    background-color: #2D2926 !important;
    border-radius: 3px !important;
    height: 6px !important;
}
progress.shipping-progress-ui.complete::-moz-progress-bar {
    background-color: #92c63c !important;
}

/* 7. RESPONSIVE DESIGN: MOBILE VERTICAL STACKING */
@media (max-width: 767px) {
    .elementor-34202 .elementor-element.elementor-element-24c1b8a,
    .shipping-bar-container {
        flex-direction: column !important; 
        gap: 4px !important;
        padding: 8px 20px !important;
        height: auto !important; 
    }
    .elementor-34202 .elementor-element.elementor-element-24c1b8a .elementor-widget-container,
    .elementor-34202 .elementor-element.elementor-element-24c1b8a .elementor-widget {
        height: auto !important;
    }
    .shipping-txt {
        font-size: 12px !important; 
        line-height: 1.3 !important;
        white-space: normal !important;
        text-align: center !important;
    }
    progress.shipping-progress-ui {
        width: 80% !important; 
        max-width: 220px !important;
        height: 5px !important; 
    }
    progress.shipping-progress-ui::-webkit-progress-bar,
    progress.shipping-progress-ui::-webkit-progress-value,
    progress.shipping-progress-ui::-moz-progress-bar {
        height: 5px !important;
    }
}/* End custom CSS */