.ash-preventa-badge {
    position: absolute;
    z-index: 9;
    top: 12px;
    left: 12px;
    padding: 7px 11px;
    border-radius: 4px;
    background: var(--ash-badge-bg, #d9232e);
    color: var(--ash-badge-color, #fff);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .04em;
}

.woocommerce ul.products li.product,
.single-product div.product {
    position: relative;
}

.ash-preventa-badge--single {
    top: 12px;
    left: 12px;
}

.ash-preventa-info {
    clear: both;
    margin: 0 0 18px;
}

.ash-preventa-arrival {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 0;
    font-size: 14px;
}

.ash-preventa-arrival strong {
    font-size: 15px;
}
