/* El contenedor relativo mantiene el círculo sobre la foto del producto. */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce div.product,
.woocommerce-page div.product {
    position: relative;
}

.tdc-sale-badge.onsale {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    left: auto !important;
    bottom: auto !important;
    width: 58px !important;
    min-width: 58px !important;
    height: 58px !important;
    min-height: 58px !important;
    margin: 0 !important;
    padding: 6px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #d9272e !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.05 !important;
    text-align: center !important;
    white-space: normal !important;
    box-sizing: border-box !important;
    z-index: 999 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

/* Si el tema imprime su badge nativo además del respaldo, se conserva uno solo. */
.woocommerce ul.products li.product .tdc-sale-badge.onsale + .tdc-sale-badge.onsale,
.woocommerce div.product .tdc-sale-badge.onsale + .tdc-sale-badge.onsale {
    display: none !important;
}

.tdc-promo-banner {
    width: 100%;
    clear: both;
    margin: 0 0 22px;
    background: #5b1830;
    color: #fff;
    text-align: center;
}

.tdc-promo-banner__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 650;
    letter-spacing: .01em;
}
