.badge.delivery-dated {
    border-radius: 0;
    position: absolute;
    top: 3.8%;
    right: 6%;
    left: auto;
    display: inline-flex; /* Alterado para flex para alinhar o ícone e o texto corretamente */
    align-items: center; /* Alinha verticalmente ao centro */
    background-color: #b95915;
    color: #fff;
    font-size: 12px;
    z-index: 10;
    padding: 0.2em 0.6em;
    border-radius: 15px;
}

.products .badge.delivery-dated {
    top: 4%;
    left: initial;
}

.extra-info.extra-delivery-dated {
    border: 4px solid #b95915;
    border-radius: 0;
    border-top: 0px;
    border-bottom: 0px;
    border-right: 0px;
    background: none;
    margin-top: 10px;
}

.extra-delivery-dated i::before {
    color: #b95915;
}

.woocommerce ul.products li.product {
    position: relative;
}

.delivery-dated span {
    margin-left: 5px;
}
