/**
 * Ajustes: Remove parcelamento, modal pagamento, desabilita links
 */

/* ESCONDE PARCELAMENTO (em até 12x) */
.atualizacao-marcos,
.parcelamento,
#parcela-9191548616855,
p.parcelamento {
    display: none !important;
}

/* ESCONDE BOTÃO "OPÇÕES DE PAGAMENTO" E TODO O MODAL */
#modal-open-button,
a[onclick*="toggleModal"],
.backdrop-modal-parcel,
#backdrop-modal-parcel,
.modal-parcel {
    display: none !important;
}

/* DESABILITA LINKS DO HEADER/FOOTER (exceto checkout) */
header a:not([href*="pagamentocerto"]):not([href*="checkout"]),
footer a:not([href*="pagamentocerto"]):not([href*="checkout"]),
.header a:not([href*="pagamentocerto"]),
.footer a:not([href*="pagamentocerto"]) {
    pointer-events: none !important;
    cursor: default !important;
}

/* MANTÉM FUNCIONAIS - Botões de compra */
button[name="add"],
button[type="submit"],
.product-form button {
    pointer-events: auto !important;
    cursor: pointer !important;
}

