.custom-sale-badge, .custom-out-of-stock-badge {
    font-size: 12px;
    padding: 5px 10px;
    color: white;
    font-weight: bold;
    border-radius: 4px;
}
.custom-sale-badge {
    background: #e63946;
}
.custom-out-of-stock-badge {
    background: #333;
}

/* Force quantity input visible always */
.quantity .qty {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    max-width: 100% !important;
    pointer-events: auto !important;
}
