/*
 * Alfa Printi Suite 4.10.16 — prefixo “A partir de”.
 * Mantém o prefixo sempre secundário, menor e em cinza-claro, sem alterar o
 * valor principal do produto.
 */
html body:not(.wp-admin).single-product
    :is(.alfa-product-price-prefix, .apcsu-variable-from-price__prefix),
.apcsu-variable-from-price__prefix {
    color: #98a2b3 !important;
    -webkit-text-fill-color: #98a2b3 !important;
    font-family: inherit !important;
    font-size: 11px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    white-space: nowrap !important;
}

html body:not(.wp-admin).single-product
    .alfa-product-price-wrap--m2 .alfa-product-price-prefix {
    align-self: baseline !important;
    margin: 0 5px 0 0 !important;
}

@media (max-width: 767px) {
    html body:not(.wp-admin).single-product
        :is(.alfa-product-price-prefix, .apcsu-variable-from-price__prefix),
    .apcsu-variable-from-price__prefix {
        font-size: 10.5px !important;
    }
}
