.nl-badges {
    display: flex;
    gap: 5px;
}

.product .nl-badges {
    margin-bottom: 25px;
}

.produit .nl-badges,
.product-card .nl-badges {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 99;
}

.nl-custom-badge {
    display: flex;
    align-items: center;
    background: #0D053B;
    border-radius: 52px;
    padding: 5px 7px;
    text-transform: uppercase;
    line-height: 1;
    box-sizing: border-box;
    font-size: clamp(8px, calc(0.5rem + ((1vw - 3.7px) * 0.3738)), 12px);
    font-weight: 500;
}

.nl-custom-badge img {
    margin-right: 3px;
    width: clamp(12px, calc(0.75rem + ((1vw - 3.7px) * 0.7477)), 20px);
    height: clamp(12px, calc(0.75rem + ((1vw - 3.7px) * 0.7477)), 20px);
}

.product .nl-custom-badge {
    color: #FFF;
}