/**
 * UX Shop - Product Labels
 * Frontend styles for product labels
 */

/* Labels container */
.ux-shop-labels-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    gap: 6px;
    pointer-events: none;
}
.ux-shop-labels-container--single {
    position: static;
}

/* Single label */
.shop-product-label {
    display: inline-block;
    width: min-content;
    padding: 6px 6px 2px;
    font-size: 12px;
    font-weight: 600;
    border-radius: var(--label-border-radius, 4px);
    text-transform: uppercase;
    letter-spacing: 0.25px;
    white-space: nowrap;
    pointer-events: auto;
}

/* Kolory są w inline CSS (generowane dynamicznie) */
