#shipping-info {
    background: #fff8e1; /* Hafif sarımsı arka plan (WoodMart renk uyumu) */
    padding: 15px;
    border: 2px solid #ffc107; /* WooCommerce’e uygun altın sarısı çerçeve */
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 20px 0;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Hafif gölge efekti */
}

#shipping-message {
    font-size: 16px;
    color: #ff9800; /* WooCommerce turuncu tonu */
    font-weight: bold;
}

#countdown-timer {
    font-size: 14px;
    color: #d32f2f; /* Kırmızı ton (dikkat çekici) */
    font-weight: bold;
    margin-top: 5px;
}
