#shippingCounter:empty {
    display: none;
}
#shippingCounter:not(:empty) {
    width: fit-content;
    display: block;
    padding: 10px 20px;
    background: #333;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border-radius: 99px;
    margin-top: 10px;
}

.shippingcountdown:empty {
    display: none;
}

.shippingcountdown:not(:empty) {
    width: fit-content;
    display: block;
    font-size: 20px;
    margin-top: 10px;
    color: #000;
}

.shippingcountdown strong {
    color: #1498D5;
    font-size: 22px;
}

/* body.webshop-showbasket #shippingCounter {
    border-radius: 3px;
    background-color: #f4f4f4;
    color: #000;
} */