/* =========================
   ARCHIVE IMAGE SALE BADGE
========================= */

.woocommerce ul.products li.product .onsale.nina-onsale-badge,
.woocommerce-page ul.products li.product .onsale.nina-onsale-badge {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    right: auto !important;
    bottom: auto !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 6px 10px !important;
    min-height: 28px !important;

    background: #c8102e !important;
    color: #ffffff !important;

    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1 !important;

    border-radius: 0 !important;
    text-transform: none !important;
    text-decoration: none !important;
    box-shadow: none !important;

    z-index: 6 !important;
}

.woocommerce ul.products li.product .onsale.nina-onsale-badge *,
.woocommerce-page ul.products li.product .onsale.nina-onsale-badge * {
    color: #ffffff !important;
}

/* =========================
   SINGLE PRODUCT PAGE
========================= */

.single-product .nina-single-sale-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 8px 14px !important;
    min-height: 34px !important;

    background: #c8102e !important;
    color: #ffffff !important;

    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1 !important;

    white-space: nowrap !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    margin-left: 8px !important;
    vertical-align: middle !important;
}

.single-product .nina-single-sale-badge,
.single-product .nina-single-sale-badge * {
    color: #ffffff !important;
}

/* mobile: smaller single product badge */
@media (max-width: 767px) {
    .single-product .nina-single-sale-badge {
        padding: 6px 10px !important;
        min-height: 28px !important;
        font-size: 13px !important;
        margin-left: 6px !important;
    }
}