/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 08 2026 | 07:54:10 */
/* 发货倒计时样式 - 添加到Custom CSS */
.custom-shipping-countdown {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin: 15px 0;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
}

.custom-shipping-countdown .countdown-row {
    margin-bottom: 5px;
}

.custom-shipping-countdown .countdown-text {
    color: #333;
    font-weight: bold;
}

.custom-shipping-countdown .countdown-timer {
    color: #ff4444;
    font-weight: bold;
    font-size: 16px;
    margin-left: 5px;
}

.custom-shipping-countdown .delivery-row {
    margin-top: 3px;
}

.custom-shipping-countdown .delivery-text {
    color: #666;
    font-weight: bold;
}

.custom-shipping-countdown .delivery-date {
    color: #ff4444;
    font-weight: bold;
    font-size: 16px;
    margin: 0 3px;
}

.custom-shipping-countdown .urgent {
    color: #ff0000 !important;
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.7; }
    100% { opacity: 1; }
}
