/* Premium seller badge – product cards + detail page */
.product-card-new .product-img {
    position: relative;
}

.badge-premium-wrap {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 8;
    pointer-events: none;
}

.badge-premium {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f6e8b8 0%, #e8c66a 55%, #c9972f 100%);
    color: #4a3208;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1;
    box-shadow: 0 2px 8px rgba(201, 151, 47, 0.28);
}

.badge-premium i {
    font-size: 9px;
    color: #694A8D;
}

.pd-premium-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f6e8b8 0%, #e8c66a 55%, #c9972f 100%);
    color: #4a3208;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(201, 151, 47, 0.28);
    flex-shrink: 0;
}

.pd-premium-badge i {
    font-size: 10px;
    color: #694A8D;
}
