/*
 * ==========================================================
 * GUILDA NERDS — CATÁLOGO V11
 * Selo verde do desconto PIX.
 *
 * IMPORTANTE:
 * Este arquivo COMPLEMENTA o catalogo.css principal.
 * NÃO substituir /assets/css/pages/catalogo.css.
 * ==========================================================
 */

.product-card-price-highlight.has-pix-price
.product-card-pix-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.product-card-price-highlight.has-pix-price
.product-card-pix-label > small {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin: 0;

    padding:
        4px
        8px;

    border-radius: 999px;

    color: #21623a !important;

    background: #dff4e7 !important;

    font-size: 0.62rem;
    font-weight: 900;
    line-height: 1;

    white-space: nowrap;
}
