.elementor-1927 .elementor-element.elementor-element-2ee80e7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1927 .elementor-element.elementor-element-2ee80e7:not(.elementor-motion-effects-element-type-background), .elementor-1927 .elementor-element.elementor-element-2ee80e7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#111827;}.elementor-1927 .elementor-element.elementor-element-7ba9309{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1927 .elementor-element.elementor-element-7ba9309.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1927 .elementor-element.elementor-element-78e3bea4{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1927 .elementor-element.elementor-element-78e3bea4.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1927 .elementor-element.elementor-element-22a73c4{--divider-border-style:solid;--divider-color:#CECECE;--divider-border-width:1px;}.elementor-1927 .elementor-element.elementor-element-22a73c4 .elementor-divider-separator{width:100%;}.elementor-1927 .elementor-element.elementor-element-22a73c4 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-1927 .elementor-element.elementor-element-145c8ec1 > .elementor-widget-container{margin:-65px 0px 0px 0px;}.elementor-1927 .elementor-element.elementor-element-145c8ec1 .cartflows-elementor__checkout-form .wcf-embed-checkout-form{font-family:"Montserrat", Sans-serif;}body.elementor-page-1927:not(.elementor-motion-effects-element-type-background), body.elementor-page-1927 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(min-width:768px){.elementor-1927 .elementor-element.elementor-element-78e3bea4{--content-width:798px;}}@media(max-width:767px){.elementor-1927 .elementor-element.elementor-element-2ee80e7{--width:1355px;--justify-content:center;--margin-top:0px;--margin-bottom:-3px;--margin-left:0px;--margin-right:0px;}.elementor-1927 .elementor-element.elementor-element-7ba9309{--width:814px;--border-radius:0px 0px 0px 0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1927 .elementor-element.elementor-element-78e3bea4{--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:-48px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1927 .elementor-element.elementor-element-145c8ec1 > .elementor-widget-container{margin:-50px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1927 .elementor-element.elementor-element-5f1f140 > .elementor-widget-container{margin:-4px 0px 0px 0px;}}/* Start custom CSS for checkout-form, class: .elementor-element-145c8ec1 *//* ================================================ 
   CHECKOUT CSS — VERSÃO OTIMIZADA E LIMPA
   Base: CSS original + correções Mercado Pago
   ================================================ */

/* --- CABEÇALHO E CAMPOS --- */
#billing_fields_heading,
.wcf-collapsed-order-review-section,
#customer_details .wcf-col-2.col-2 { 
    display: none !important; 
}

#customer_information_heading {
    display: block !important;
    font-size: 0 !important;
}

#customer_information_heading::after {
    content: "Cadastre seus Dados" !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #111827 !important;
    display: block !important;
    margin-bottom: 1rem !important;
}

/* --- LAYOUT DO FORMULÁRIO --- */
.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row select {
    width: 100% !important;
    height: 52px !important;
    border: 1.9px solid #e5e7eb !important;
    border-radius: 5px !important;
    padding: 0 14px !important;
    font-size: 16px !important;
    background: #fff !important;
}

.woocommerce-checkout .form-row input.input-text:focus {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.10) !important;
}

/* === ORDER BUMP === */
.wcf-bump-order-wrap {
    width: 100% !important; 
    border: 1.6px dashed #3b82f6 !important; 
    border-radius: 5px !important;
    padding: 0 !important; 
    margin: 10px 0 !important;
    background: #fff !important;
    overflow: hidden !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}

.wcf-bump-order-field-wrap {
    background-color: #3b82f6 !important;
    padding: 15px 25px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.wcf-bump-order-field-wrap label {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    margin: 0 !important;
}

.wcf-content-container {
    padding: 20px !important;
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
}

.wcf-bump-order-image {
    width: 90px !important; 
    height: 90px !important;
    flex-shrink: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: #ffffff !important;
    border-radius: 8px !important;
    border: 1px solid #eee !important;
    padding: 2px !important; 
    overflow: hidden !important;
}

.wcf-bump-order-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block !important;
    transform: scale(4) !important;
}

.wcf-bump-order-offer-content-right {
    flex: 1 !important;
}

.wcf-bump-order-offer-content-right .wcf-bump-order-offer {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    margin-bottom: 4px !important;
    line-height: 1.2 !important;
}

.wcf-bump-order-desc {
    font-size: 15px !important;
    color: #4b5563 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}

.wcf-bump-order-offer-content-right .amount {
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #3b82f6 !important;
    margin-top: 5px !important;
    display: block !important;
}

/* === MEIOS DE PAGAMENTO — ESTRUTURA GERAL === */
#payment ul.wc_payment_methods {
    border: none !important;
    padding: 0 !important;
    list-style: none !important;
}

#payment li.wc_payment_method {
    background: #ffffff !important;
    border: 1.1px solid #f1f1f1 !important;
    border-radius: 5px !important;
    margin-bottom: 12px !important;
    padding: 16px !important;
    transition: all 0.2s ease !important;
    position: relative !important;
}

#payment li.wc_payment_method:has(input:checked) {
    border-color: #fffff !important;
    background-color: #f8faff !important;
    box-shadow: 0 0 0 1px #3b82f6 !important;
}

#payment li.wc_payment_method > label {
    font-weight: 700 !important;
    color: #111827 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 15px !important;
    margin-bottom: 0 !important;
}

#payment li.wc_payment_method .payment_box {
    background: transparent !important;
    color: #4b5563 !important;
    padding: 15px 0 0 0 !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
    width: 100% !important;
}

#payment li.wc_payment_method .payment_box::before,
#payment li.wc_payment_method .payment_box::after {
    display: none !important;
}

/* === PIX — MERCADO PAGO === */

/* Container raiz do PIX */
.mp-checkout-pix-container,
#mp-checkout-pix-root {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}

/* Template do PIX com ícone + textos */
.mp-pix-template-container {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    background: #f0fdf9 !important;
    border: 1px solid #d1fae5 !important;
    border-radius: 10px !important;
    padding: 16px !important;
    margin: 0 !important;
}

/* Ícone/logo do PIX — ocultar */
.mp-pix-template-image {
    display: none !important;
}

/* Título "Pague de forma segura e instantânea" */
.mp-pix-template-title {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #1D9E75 !important;
    margin: 0 0 4px 0 !important;
}

/* Subtítulo do PIX */
.mp-pix-template-subtitle {
    font-size: 13px !important;
    color: #374151 !important;
    margin: 0 !important;
    line-height: 1.5 !important;
}

/* Termos e condições do PIX — ocultar */
.mp-checkout-pix-terms-and-conditions {
    display: none !important;
}

/* === CARTÃO — MERCADO PAGO (woo-mercado-pago-custom) === */

/* Esconder elementos desnecessários do cartão MP */
.mp-checkout-custom-card-form .mp-checkout-custom-installments-arrow,
.mp-checkout-custom-security-code-info,
.mp-checkout-coupons,
.mp-checkout-custom-card-form__issuer {
    display: none !important;
}

/* Campos do cartão MP */
.mp-checkout-custom-card-form input,
.mp-checkout-custom-card-form select,
.mp-checkout-container input,
.mp-checkout-container select {
    height: 48px !important;
    border: 1.5px solid #e5e7eb !important;
    border-radius: 5px !important;
    padding: 0 14px !important;
    font-size: 15px !important;
    background: #fff !important;
    width: 100% !important;
    box-shadow: none !important;
    outline: none !important;
}

.mp-checkout-custom-card-form input:focus,
.mp-checkout-container input:focus {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.10) !important;
}

/* Labels dos campos do cartão MP */
.mp-checkout-custom-card-form label,
.mp-checkout-container label {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #374151 !important;
    margin-bottom: 5px !important;
    display: block !important;
}

/* === BOTÃO FINALIZAR === */
#place_order {
    width: 100% !important;
    height: 54px !important;
    background: #1D9E75 !important;
    border: none !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;
}

#place_order:hover { 
    background: #0F6E56 !important; 
}

/* === AJUSTE MOBILE === */
@media (max-width: 768px) {
    .wcf-content-container {
        padding: 18px !important;
        gap: 1px !important;
    }
    .wcf-bump-order-image {
        width: 75px !important;
        height: 75px !important;
    }
    .wcf-bump-order-offer-content-right .wcf-bump-order-offer {
        font-size: 15px !important;
    }
    .wcf-bump-order-desc {
        font-size: 15px !important;
    }
    .mp-pix-template-container {
        flex-direction: column !important;
        text-align: center !important;
    }
}/* End custom CSS */