.elementor-15 .elementor-element.elementor-element-3645fa5b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15 .elementor-element.elementor-global-449{--divider-border-style:solid;--divider-color:var( --e-global-color-secondary );--divider-border-width:1px;}.elementor-15 .elementor-element.elementor-global-449 .elementor-divider-separator{width:100%;margin:0 auto;margin-center:0;}.elementor-15 .elementor-element.elementor-global-449 .elementor-divider{text-align:center;padding-block-start:15px;padding-block-end:15px;}.elementor-15 .elementor-element.elementor-global-449 .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-15 .elementor-element.elementor-global-449 .elementor-divider__text{font-size:var( --e-global-typography-secondary-font-size );}}@media(max-width:767px){.elementor-15 .elementor-element.elementor-global-449 .elementor-divider{text-align:center;}.elementor-15 .elementor-element.elementor-global-449 .elementor-divider-separator{margin:0 auto;margin-center:0;}.elementor-15 .elementor-element.elementor-global-449 .elementor-divider__text{font-size:var( --e-global-typography-secondary-font-size );}}/* Start custom CSS *//* Oculta todos os campos de faturamento */
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > .form-row {
    display: none !important;
}

/* Exibe apenas os campos desejados */
.woocommerce-billing-fields .form-row#billing_first_name_field,
.woocommerce-billing-fields .form-row#billing_email_field,
.woocommerce-billing-fields .form-row#billing_phone_field,
.woocommerce-billing-fields .form-row#billing_prof_field,
.woocommerce-billing-fields .form-row#billing_data_nasc_field {
    display: block !important;
}
/* Oculta a seção de Informação Adicional (observações do pedido) */
.woocommerce-additional-fields,
.woocommerce-additional-fields__field-wrapper,
#order_comments_field {
    display: none !important;
}/* End custom CSS */