/* ACE Tennis — condições comerciais dos cards */
.ace-category-home-card-scope .ace-payment-terms {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    min-height: 94px;
    margin-top: 12px !important;
    color: #111;
}

.ace-category-home-card-scope .ace-payment-terms-regular {
    min-height: 15px;
    color: #737373;
    font-size: 12px;
    line-height: 1.15;
    font-weight: 700;
}

.ace-category-home-card-scope .ace-payment-terms-regular s {
    text-decoration-thickness: 1px;
}

.ace-category-home-card-scope .ace-payment-terms-main {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px;
    color: #111;
    font-size: 24px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.035em;
}

.ace-category-home-card-scope .ace-payment-terms-pix {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 3px 7px;
    border-radius: 999px;
    background: #dfff00;
    color: #050608;
    font-size: 10px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.ace-category-home-card-scope .ace-payment-terms-installments {
    color: #2f2f2f;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 800;
}

.ace-category-home-card-scope .ace-payment-terms-cash {
    color: #707070;
    font-size: 11px;
    line-height: 1.25;
    font-weight: 700;
}

.ace-category-home-card-scope .ace-payment-terms.is-promotional {
    gap: 3px;
}

.ace-category-home-card-scope
.ace-payment-terms.is-promotional
.ace-payment-terms-main {
    color: #050608;
}

/* ACE PAYMENT TERMS HOME DESKTOP POLISH V2 START */

html body.cms-index-index .ace-h11-product-card .ace-payment-terms {
    min-height: 82px !important;
    gap: 3px !important;
    margin-top: 10px !important;
}

html body.cms-index-index .ace-h11-product-card .ace-payment-terms-main {
    font-size: 20px !important;
    line-height: 1.05 !important;
    gap: 4px !important;
    letter-spacing: -.025em !important;
}

html body.cms-index-index .ace-h11-product-card .ace-payment-terms-pix {
    min-height: 18px !important;
    padding: 2px 5px !important;
    font-size: 9px !important;
    line-height: 1 !important;
}

html body.cms-index-index .ace-h11-product-card .ace-payment-terms-installments {
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
}

html body.cms-index-index .ace-h11-product-card .ace-payment-terms-cash {
    font-size: 11px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
}

/* ACE PAYMENT TERMS HOME DESKTOP POLISH V2 END */
