/* =========================================================
   AKCIÓS BADGE — [product_sale_badge]
   ========================================================= */

.product-sale-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgb(217, 189, 134), rgb(193, 155, 95));
    color: rgb(58, 45, 5);
    font: 800 13px "Plus Jakarta Sans", system-ui, sans-serif;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 10px 22px;
    border-radius: 999px;
    box-shadow: 0 2px 6px rgba(58, 45, 5, 0.15);
}
