/* Premium Product Badges */
.product-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 10;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    min-width: auto;
    white-space: nowrap;
}

.product-badge.featured {
    background: #2563eb;
    color: white;
}

.product-badge.sale {
    background: #dc2626;
    color: white;
}

.product-badge.top-rated {
    background: #059669;
    color: white;
}

.product-badge.best-deal {
    background: #ea580c;
    color: white;
}

.jumia-product-badge {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 10;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    min-width: auto;
    white-space: nowrap;
}

.jumia-product-badge.featured {
    background: #2563eb;
    color: white;
}

.jumia-product-badge.sale {
    background: #dc2626;
    color: white;
}

.jumia-product-badge.top-rated {
    background: #059669;
    color: white;
}

.jumia-product-badge.best-deal {
    background: #ea580c;
    color: white;
}