/* Custom: One circular navy-and-gold sale seal for every WooCommerce surface. */
html body .badge-container:has(.kyo-standard-sale-badge) {
    top: 12px !important;
    left: 12px !important;
    margin: 0 !important;
}

html body.kyo-product-page .product-gallery .badge-container:has(.kyo-standard-sale-badge) {
    top: 12px !important;
    left: 12px !important;
}

.badge-container .badge {
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
}

html body .badge-container .badge-inner.secondary.on-sale.kyo-standard-sale-badge {
    box-sizing: border-box !important;
    display: inline-flex !important;
    width: 56px !important;
    min-width: 56px !important;
    height: 56px !important;
    min-height: 56px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: 2px solid #f1db9a !important;
    border-radius: 50% !important;
    background: #d6a536 !important;
    background-image: none !important;
    color: #0d2740 !important;
    font-family: inherit !important;
    font-style: normal !important;
    text-align: center !important;
    box-shadow: 0 5px 14px rgba(13, 39, 64, 0.18) !important;
}

html body .badge-container .kyo-standard-sale-badge .onsale {
    position: static !important;
    display: flex !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: inherit !important;
    font-style: normal !important;
    line-height: 1 !important;
    white-space: normal !important;
    box-shadow: none !important;
}

.kyo-standard-sale-badge .kyo-sale-badge__label,
.kyo-standard-sale-badge .kyo-sale-badge__value {
    display: block;
    color: inherit;
    line-height: 1;
}

.kyo-standard-sale-badge .kyo-sale-badge__label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.kyo-standard-sale-badge .kyo-sale-badge__value {
    margin-top: 2px;
    font-size: 14px;
    font-weight: 800;
}

@media (max-width: 549px) {
    html body .badge-container:has(.kyo-standard-sale-badge) {
        top: 8px !important;
        left: 8px !important;
    }

    html body.kyo-product-page .product-gallery .badge-container:has(.kyo-standard-sale-badge) {
        top: 8px !important;
        left: 8px !important;
    }

    html body .badge-container .badge-inner.secondary.on-sale.kyo-standard-sale-badge {
        width: 44px !important;
        min-width: 44px !important;
        height: 44px !important;
        min-height: 44px !important;
        border-width: 1px !important;
        box-shadow: 0 3px 9px rgba(13, 39, 64, 0.15) !important;
    }

    .kyo-standard-sale-badge .kyo-sale-badge__label {
        font-size: 9px;
    }

    .kyo-standard-sale-badge .kyo-sale-badge__value {
        margin-top: 1px;
        font-size: 11px;
    }
}
